chore(deps): update all non-major dependencies #23
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
18.4.4
->18.6.1
18.4.4
->18.6.3
3.2.1
->3.3.0
5.0.5
->5.3.7
6.0.2
->6.0.3
20.10.7
->20.19.22
6.18.0
->6.21.0
6.18.0
->6.21.0
14.14.1
->14.23.2
2.0.0
->2.1.4
8.56.0
->8.57.1
9.1.0
->9.1.2
3.6.1
->3.10.1
2.29.1
->2.32.0
5.1.2
->5.5.4
15.2.0
->15.5.2
v1.13.0
->v1.20.0
3.1.1
->3.6.2
2.6.2
->2.8.1
8.0.1
->8.5.0
4.7.0
->4.20.6
1.11.3
->1.13.4
5.3.3
->5.9.3
4.0.2
->4.10.3
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v18.6.1
Compare Source
Note: Version bump only for package @commitlint/cli
v18.6.0
Compare Source
Note: Version bump only for package @commitlint/cli
v18.5.0
Compare Source
Features
18.4.4 (2024-01-04)
Note: Version bump only for package @commitlint/cli
18.4.3 (2023-11-21)
Note: Version bump only for package @commitlint/cli
18.4.2 (2023-11-16)
Note: Version bump only for package @commitlint/cli
18.4.1 (2023-11-12)
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v18.6.3
Compare Source
Bug Fixes
wrapper.mjs
(#3966) (c2c3c7c), closes #3958v18.6.2
Compare Source
Bug Fixes
v18.6.1
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v18.6.0
Compare Source
Features
v18.5.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
18.4.4 (2024-01-04)
Note: Version bump only for package @commitlint/config-conventional
18.4.3 (2023-11-21)
Note: Version bump only for package @commitlint/config-conventional
18.4.2 (2023-11-16)
Note: Version bump only for package @commitlint/config-conventional
favware/rollup-type-bundler (@favware/rollup-type-bundler)
v3.3.0
Compare Source
🐛 Bug Fixes
🚀 Features
--output-typings-file-extension
to make it possible to customize the output file extension separately from the input file extension (4ec5e88)sapphiredev/framework (@sapphire/framework)
v5.3.7
Compare Source
🐛 Bug Fixes
v5.3.6
Compare Source
🐛 Bug Fixes
v5.3.5
Compare Source
🐛 Bug Fixes
v5.3.4
Compare Source
🐛 Bug Fixes
v5.3.3
Compare Source
🐛 Bug Fixes
v5.3.2
Compare Source
🐛 Bug Fixes
@sapphire/discord-utilities
and@sapphire/discord.js-utilities
(7771726)v5.3.1
Compare Source
🐛 Bug Fixes
v5.3.0
Compare Source
🐛 Bug Fixes
📝 Documentation
🚀 Features
v5.2.1
Compare Source
🐛 Bug Fixes
v5.2.0
Compare Source
🚀 Features
v5.1.0
Compare Source
🚀 Features
v5.0.10
Compare Source
🐛 Bug Fixes
v5.0.9
Compare Source
🐛 Bug Fixes
v5.0.8
Compare Source
🐛 Bug Fixes
📝 Documentation
UserError
docs (#722) (4f67c5b)v5.0.7
Compare Source
🐛 Bug Fixes
v5.0.6
Compare Source
🐛 Bug Fixes
sapphiredev/plugins (@sapphire/plugin-subcommands)
v6.0.3
Compare Source
🐛 Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.21.0
Compare Source
🚀 Features
export plugin metadata
allow
parserOptions.project: false
eslint-plugin: add rule prefer-find
🩹 Fixes
eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression
eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values
eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions
eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option
eslint-plugin: [class-literal-property-style] allow getter when same key setter exists
eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before
as
keyword❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0
Compare Source
🚀 Features
🩹 Fixes
eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result
eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable
eslint-plugin: [no-useless-template-literals] report Infinity & NaN
eslint-plugin: [prefer-readonly] disable checking accessors
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.1
Compare Source
🩹 Fixes
type-utils: preventing isUnsafeAssignment infinite recursive calls
eslint-plugin: [no-unnecessary-condition] fix false positive for type variable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.0
Compare Source
🚀 Features
eslint-plugin: [prefer-promise-reject-errors] add rule
eslint-plugin: [no-array-delete] add new rule
eslint-plugin: [no-useless-template-literals] add fix suggestions
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression
eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.18.1
Compare Source
🩹 Fixes
eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line
eslint-plugin: [no-unnecessary-condition] improve checking optional callee
eslint-plugin: [prefer-readonly] support modifiers of unions and intersections
eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.21.0
Compare Source
🚀 Features
parserOptions.project: false
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.19.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.19.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.18.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
discordjs/discord.js (discord.js)
v14.23.2
Compare Source
Bug Fixes
v14.23.1
Compare Source
Bug Fixes
v14.23.0
Compare Source
Bug Fixes
ThreadMemberFlags
enum inFlags
(#11118) (154c00d)Documentation
Features
Refactor
Typings
messageDeleteBulk
event arg (#11122) (30e35d9)v14.22.1
Compare Source
Bug Fixes
v14.22.0
Compare Source
Bug Fixes
color
references (#11007) (b532df6)ApplicationEmoji#available
(#10990) (90d3b28)crosspostable
(#10821) (b36b751)WebhooksUpdate
enum value (#10970) (1404e32)Documentation
Features
fetchPinned()
has been renamed tofetchPins()
, which is a paginated endpoint to fetch pinned messages.collectibles
(#10939) (8ac0e1e)Refactor
ready
event in favor ofclientReady
(#10969) (82378fc)Typings
fields
type (#10816) (500712d)v14.21.0
Compare Source
Bug Fixes
Features
avatarDecorationData
(#10942) (15f7571)approximateUserAuthorizationCount
(#10933) (3fa429c)Typings
guildSoundboardSoundsUpdate
(#10928) (c2a43b6)v14.20.0
Compare Source
Bug Fixes
undefined
values (#10889) (9bca4af)Features
attachmentSizeLimit
(#10830) (7e21a94)Performance
Refactor
with_expiration
query parameter (#10800) (c8f6066)v14.19.3
Compare Source
Bug Fixes
v14.19.2
Compare Source
Bug Fixes
equals
(#10861) (5f3fc17)toJSON()
for components v2 ([#10852](https:Configuration
📅 Schedule: Branch creation - "before 10am on Saturday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.