fix(deps): update all non-major dependencies#219
Conversation
|
🦋 Changeset detectedLatest commit: cbba83f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
ee18357 to
7d89c2a
Compare
7d89c2a to
a5c4dfa
Compare
a5c4dfa to
fdb1a95
Compare
fdb1a95 to
59147b0
Compare
59147b0 to
9712107
Compare
|
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @mheob/eslint-config@7.1.0 ### Minor Changes - [#223](#223) ([@mheob](https://github.com/mheob)): turn off `prefer-const` rule in editor ### Patch Changes - [#219](#219) ([@renovate](https://github.com/apps/renovate)): fix(deps): update all non-major dependencies ## Summary by CodeRabbit - **New Features** - Turned off `prefer-const` ESLint rule in the editor - **Chores** - Updated package version from 7.0.0 to 7.1.0 - Updated non-major dependencies



This PR contains the following updates:
^2.27.10->^2.27.11^0.8.2->^0.9.1^19.6.0->^19.6.1^1.19.0->^1.23.2^0.6.0->^0.7.1^22.10.2->^22.10.7^8.18.0->^8.20.0^8.18.0->^8.20.0^1.1.15->^1.1.25^8.16.1->^8.17.2^15.1.0->^15.1.415.1.5^0.2.6->^0.2.7^4.5.0->^4.6.1^17.15.0->^17.15.1^4.2.0->^4.6.0^5.2.1->^5.2.25.2.3^0.4.16->^0.4.18^15.13.0->^15.14.0^15.2.11->^15.4.015.4.1^1.7.3->^1.7.422.12.0->22.13.09.15.0->9.15.4^5.10.1->^5.18.05.19.0Release Notes
changesets/changesets (@changesets/cli)
v2.27.11Compare Source
Patch Changes
f0270f6]:natemoo-re/clack (@clack/prompts)
v0.9.1Compare Source
Patch Changes
8093f3c: AddsErrorsupport to thevalidatefunction98925e3: Exports theOptiontype and improves JSDocannotations1904e57: Replace custom utility for stripping ANSI control sequences with Node's built-instripVTControlCharactersutility.8093f3c]e5ba09a]8cba8e3]v0.9.0Compare Source
Minor Changes
a83d2f8: Adds a newupdateSettings()function to support new global keybindings.updateSettings()accepts analiasesobject that maps custom keys to an action (up | down | left | right | space | enter | cancel).801246b: Adds a newsignaloption to support programmatic prompt cancellation with an abort controller.One example use case is automatically cancelling a prompt after a timeout.
Another use case is racing a long running task with a manual prompt.
a83d2f8: Updates default keybindings to support Vim motion shortcuts and map theescapekey to cancel (ctrl+c).kljhescPatch Changes
f9f139d: Adaptsspinneroutput for static CI environmentsa83d2f8]801246b]a83d2f8]51e12bc]conventional-changelog/commitlint (@commitlint/cli)
v19.6.1Compare Source
Note: Version bump only for package @commitlint/cli
rEl1cx/eslint-react (@eslint-react/eslint-plugin)
v1.23.2Compare Source
✨ New
prefer-shorthand-fragment, closes #898 (#902)v1.23.1Compare Source
🐞 Fixes
no-unstable-context-valueandno-unstable-default-propsby @rEl1cx in #896v1.23.0Compare Source
🪄 Improvements
jsxPragmaandjsxPragmaFragsettings to perform their checks by @rEl1cx in #893no-useless-fragmentandprefer-shorthand-fragmentrulessettings["react-x"].jsxPragmaandsettings["react-x"].jsxPragmaFragas they are no longer needed by any rulesshort-unique-idw/uidby @SukkaW in #894🐞 Fixes
callandnewexpression related false positives inno-unnecessary-use-memoandno-unnecessary-use-callbackby @rEl1cx in #895v1.22.2Compare Source
🪄 Improvements
no-duplicate-keyrule to improve its performance @rEl1cx in #891 and 33ab3ccas,satisfies, and non-null assertion operator in various rulesv1.22.1Compare Source
🪄 Improvements
eslint.config.jsexamples in README.md, docs and the examples folder.📝 Changes in examples
The
eslint.config.jsin the examples now usestsconfig'sincludesandexcludesas the SSoT glob patterns for ESLint'sfilesandignoresfields.This approach can fundamentally avoid the errors[1, 2, 3] caused by mismatched config scopes between
tsconfig.jsonandeslint.config.jswhen using type-checked rules.v1.22.0Compare Source
🪄 Improvements
jsx-use-varstouse-jsx-vars.jsx-no-duplicate-propstono-duplicate-jsx-props.no-children-in-void-dom-elementstono-void-elements-with-children.📝 Changes you should be aware of
The following rules have been renamed:
jsx-uses-varstouse-jsx-vars.jsx-no-duplicate-propstono-duplicate-jsx-props.dom/no-children-in-void-dom-elementstodom/no-void-elements-with-children.The new rule names are aligned with the same rules in the biomejs/rules-sources/#eslint-plugin-react (if any) to enhance consistency. The old rule names will still be available until the next major update to avoid breaking changes.
v1.21.0Compare Source
✨ New
no-useless-custom-hooksrule by @rEl1cx🪄 Improvements
no-redundant-custom-hookin favor ofno-useless-custom-hooks(the previous rule will still be available until the next major update to avoid breaking changes).📝 Changes in Rule implementation
no-useless-custom-hooksnow detects Hook calls within comments and the following code no longer triggers a warning:v1.20.1Compare Source
🪄 Improvements
local-pkgpackage with node built-in API by @rEl1cx in #881v1.20.0Compare Source
✨ New
no-component-will-*by @rEl1cx in #879🪄 Improvements
settings["react-x"]by @rEl1cx in40ca3bdno-context-provider.mdxby @danielrentz in #877eslint/config-inspector (@eslint/config-inspector)
v0.7.1Compare Source
Bug Fixes
.toSortedto improve node compatibility, close #117 (c7ed332)v0.7.0Compare Source
chore
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.20.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.19.1Compare Source
🩹 Fixes
declarekeyword (#10543)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.19.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.18.2Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.18.1Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.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.
v8.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.
v8.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.
v8.18.2Compare 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.
v8.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.
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.1.25Compare Source
Bug Fixes
v1.1.24Compare Source
Bug Fixes
v1.1.23Compare Source
Bug Fixes
What's Changed
New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.22...v1.1.23
v1.1.22Compare Source
Bug Fixes
valid-titlefalse positives whentest.extendis used (#584) (9c2670a)v1.1.21Compare Source
Bug Fixes
Performance Improvements
What's Changed
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.20...v1.1.21
v1.1.20Compare Source
Bug Fixes
What's Changed
New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.19...v1.1.20
v1.1.19Compare Source
Bug Fixes
What's Changed
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.18...v1.1.19
v1.1.18Compare Source
Features
What's Changed
New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.17...v1.1.18
v1.1.17Compare Source
Bug Fixes
What's Changed
prefer-called-withrule docs by @FloEdelmann in https://github.com/vitest-dev/eslint-plugin-vitest/pull/592Configuration
📅 Schedule: Branch creation - "before 4am on Wednesday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.