chore(deps): update all non-major dependencies#23
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
aaad006 to
2137ecf
Compare
e761d38 to
2bd62f4
Compare
bead07e to
d88500c
Compare
73dc91c to
b270766
Compare
41aa0d9 to
c20f8d0
Compare
a493b88 to
13509cd
Compare
282d5c9 to
8650b0d
Compare
8650b0d to
1107a21
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.118.4.4→18.6.33.2.1→3.3.05.0.5→5.5.06.0.2→6.0.320.10.7→20.19.416.18.0→6.21.06.18.0→6.21.014.14.1→14.26.42.0.0→2.1.48.56.0→8.57.19.1.0→9.1.23.6.1→3.10.12.29.1→2.32.05.1.2→5.5.515.2.0→15.5.2v1.13.0→v1.21.03.1.1→3.8.32.6.2→2.8.18.0.1→8.5.14.7.0→4.22.35.3.3→5.9.34.0.2→4.15.0Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v18.6.1Compare Source
Note: Version bump only for package @commitlint/cli
v18.6.0Compare Source
Note: Version bump only for package @commitlint/cli
v18.5.0Compare 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.3Compare Source
Bug Fixes
wrapper.mjs(#3966) (c2c3c7c), closes #3958v18.6.2Compare Source
Bug Fixes
v18.6.1Compare Source
Note: Version bump only for package @commitlint/config-conventional
v18.6.0Compare Source
Features
v18.5.0Compare 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.0Compare Source
🐛 Bug Fixes
🚀 Features
--output-typings-file-extensionto make it possible to customize the output file extension separately from the input file extension (4ec5e88)sapphiredev/framework (@sapphire/framework)
v5.5.0Compare Source
🚀 Features
v5.4.0Compare Source
🐛 Bug Fixes
🚀 Features
v5.3.7Compare Source
🐛 Bug Fixes
v5.3.6Compare Source
🐛 Bug Fixes
v5.3.5Compare Source
🐛 Bug Fixes
v5.3.4Compare Source
🐛 Bug Fixes
v5.3.3Compare Source
🐛 Bug Fixes
v5.3.2Compare Source
🐛 Bug Fixes
@sapphire/discord-utilitiesand@sapphire/discord.js-utilities(7771726)v5.3.1Compare Source
🐛 Bug Fixes
v5.3.0Compare Source
🐛 Bug Fixes
📝 Documentation
🚀 Features
v5.2.1Compare Source
🐛 Bug Fixes
v5.2.0Compare Source
🚀 Features
v5.1.0Compare Source
🚀 Features
v5.0.10Compare Source
🐛 Bug Fixes
v5.0.9Compare Source
🐛 Bug Fixes
v5.0.8Compare Source
🐛 Bug Fixes
📝 Documentation
UserErrordocs (#722) (4f67c5b)v5.0.7Compare Source
🐛 Bug Fixes
v5.0.6Compare Source
🐛 Bug Fixes
sapphiredev/plugins (@sapphire/plugin-subcommands)
v6.0.3Compare Source
🐛 Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.21.0Compare Source
🚀 Features
export plugin metadata
allow
parserOptions.project: falseeslint-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
askeyword❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0Compare 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.1Compare 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.0Compare 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.1Compare 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.0Compare Source
🚀 Features
parserOptions.project: false❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0Compare 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.1Compare 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.0Compare 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.1Compare 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.26.4Compare Source
Bug Fixes
v14.26.3Compare Source
Bug Fixes
permissions(dced197)v14.26.2Compare Source
Bug Fixes
v14.26.1Compare Source
Bug Fixes
v14.26.0Compare Source
Bug Fixes
Features
Refactor
this.constructor.name(#11294) (e32f0c1)Typings
v14.25.1Compare Source
Bug Fixes
CreateGuildExpressionsfor retrieving author data (#11288) (0d64ea0)v14.25.0Compare Source
Bug Fixes
Documentation
fetchPins()wording (492039c)Features
v14.24.2Compare Source
Bug Fixes
v14.24.1Compare Source
Bug Fixes
pinnable(#11215) (c2c8cce)Documentation
Typings
ModalData(#11207) (072fbb2)boolean(548c254)v14.24.0Compare Source
Bug Fixes
pinnableto check for migrated guilds (#11189) (ee988e3)Features
v14.23.2Compare Source
Bug Fixes
v14.23.1Compare Source
Bug Fixes
v14.23.0Compare Source
Bug Fixes
ThreadMemberFlagsenum inFlags(#11118) (154c00d)Documentation
Features
Refactor
Typings
messageDeleteBulkevent arg (#11122) (30e35d9)v14.22.1Compare Source
Bug Fixes
v14.22.0Compare Source
Bug Fixes
colorreferences (#11007) (b532df6)ApplicationEmoji#available(#10990) (90d3b28)crosspostable(#10821) (b36b751)WebhooksUpdateenum value (#10970) (1404e32)Documentation
Features
Configuration
📅 Schedule: (UTC)
🚦 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.