chore(deps): update all non-major dependencies #202
Merged
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:
^9.18.0
->^9.19.0
^19.0.7
->^19.0.8
^13.0.0
->^13.1.0
^9.18.0
->^9.19.0
^20.3.2
->^20.3.3
^1.1.1
->^1.2.0
^4.32.0
->^4.33.0
^8.20.0
->^8.21.0
^6.0.7
->^6.0.11
^3.0.2
->^3.0.4
Release Notes
eslint/eslint (@eslint/js)
v9.19.0
Compare Source
tj/commander.js (commander)
v13.1.0
Compare Source
Added
.option('--ws, --workspace')
([#2312])eslint/eslint (eslint)
v9.19.0
Compare Source
nrwl/nx (nx)
v20.3.3
Compare Source
20.3.3 (2025-01-23)
🩹 Fixes
exports
field in package.json is properly sorted (#29643)❤️ Thank You
QuiiBz/sherif (sherif)
v1.2.0
Compare Source
New
unsync-similar-dependencies
ruleSimilar dependencies in a given
package.json
should use the same version. For example, if you use bothreact
andreact-dom
dependencies in the samepackage.json
, this rule will enforce that they use the same version.List of detected similar dependencies (feel free to open an issue/send a PR to add more)
react
,react-dom
eslint-config-next
,@next/eslint-plugin-next
,@next/font
@next/bundle-analyzer
,@next/third-parties
,@next/mdx
,next
eslint-config-turbo
,eslint-plugin-turbo
,@turbo/gen
,turbo-ignore
,turbo
@tanstack/eslint-plugin-query
,@tanstack/query-async-storage-persister
,@tanstack/query-broadcast-client-experimental
,@tanstack/query-core
,@tanstack/query-devtools
,@tanstack/query-persist-client-core
,@tanstack/query-sync-storage-persister
,@tanstack/react-query
,@tanstack/react-query-devtools
,@tanstack/react-query-persist-client
,@tanstack/react-query-next-experimental
,@tanstack/solid-query
,@tanstack/solid-query-devtools
,@tanstack/solid-query-persist-client
,@tanstack/svelte-query
,@tanstack/svelte-query-devtools
,@tanstack/svelte-query-persist-client
,@tanstack/vue-query
,@tanstack/vue-query-devtools
,@tanstack/angular-query-devtools-experimental
,@tanstack/angular-query-experimental
What's Changed
unsync-similar-dependencies
rule by @Quiihttps://github.com/QuiiBz/sherif/pull/105ll/105Full Changelog: QuiiBz/sherif@v1.1.1...v1.2.0
sindresorhus/type-fest (type-fest)
v4.33.0
Compare Source
StringRepeat
: Add support for generating longer strings & fix instantiations with unions (#1046)fbccaab
Split
: Add support for longer strings (#1042)49605b9
Get
: Optimize performance (#1031)cfb5947
KeysOfUnion
: Fix assignability withkeyof
(#1009)4789c7c
IsStringLiteral
: Fix instantiations with infinite string types (#1044)e7800af
SetRequiredDeep
: Fix handling of unions in nested keys (#1037)bf5ce3c
StringSlice
: Fix return type when passing in non-literal (#1036)979eccf
Sum
/Subtract
: Fix instantiations with unions (#1034)69bfd51
typescript-eslint/typescript-eslint (typescript-eslint)
v8.21.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitejs/vite (vite)
v6.0.11
Compare Source
preview.allowedHosts
with specific values was not respected (#19246) (aeb3ec8), closes #19246v6.0.10
Compare Source
server.origin
URL (#19241) (2495022), closes #19241v6.0.9
Compare Source
server.allowedHosts
(bd896fb)server.cors: false
to disallow fetching from untrusted origins (b09572a)v6.0.8
Compare Source
server.close()
only called once (#19204) (db81c2d), closes #19204defaultServerConditions
(#19174) (ad75c56), closes #19174ESBuildOptions.include / exclude
type to allowreadonly (string | RegExp)[]
(ea53e70), closes #19146vitest-dev/vitest (vitest)
v3.0.4
Compare Source
🐞 Bug Fixes
development|production
condition on Vites 6 by @hi-ogawa and @sheremet-va (#7301) (ef146)/__screenshot-error
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7340 (ed9ae)View changes on GitHub
v3.0.3
Compare Source
🐞 Bug Fixes
🏎 Performance
View changes on GitHub
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.