chore(deps): update all non-major dependencies #237
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.23.0
->^9.24.0
^5.71.0
->^5.71.10
^19.0.12
->^19.1.0
^19.0.4
->^19.1.1
^9.23.0
->^9.24.0
^4.9.4
->^4.10.1
^20.6.4
->^20.7.1
10.7.0
->10.7.1
^0.3.9
->^0.3.10
^1.4.0
->^1.5.0
^4.38.0
->^4.39.1
^8.28.0
->^8.29.0
^6.2.3
->^6.2.5
^3.0.9
->^3.1.1
^10.1.1
->^10.1.3
Release Notes
eslint/eslint (@eslint/js)
v9.24.0
Compare Source
TanStack/query (@tanstack/query-core)
v5.71.10
Compare Source
Version 5.71.10 - 4/4/25, 12:44 PM
Changes
Refactor
d2768d3
) by novice0840Docs
9556576
) by marcelas5Packages
v5.71.5
Compare Source
Version 5.71.5 - 4/2/25, 6:39 PM
Changes
Fix
useQuery
,useInfiniteQuery
,useQueries
,useMutation
as alternative syntax to align with react and ease maintenance (#8938) (1202ba0
) by Birk SkyumChore
8b1eff1
) by renovate[bot]Packages
v5.71.3
Compare Source
Version 5.71.3 - 4/2/25, 9:47 AM
Changes
Fix
e73d5b4
) by MINSEONG KIMChore
24dd7c7
) by TkDodoTest
67ab070
) by MINSEONG KIM12762a3
) by MINSEONG KIM15ebad8
) by MINSEONG KIMb1a2fef
) by MINSEONG KIM4be5740
) by MINSEONG KIM78c8a0c
) by MINSEONG KIM815ff24
) by MINSEONG KIM4117d68
) by MINSEONG KIM3799d87
) by MINSEONG KIM4779747
) by MINSEONG KIMf4aa6e3
) by MINSEONG KIMa8beb4a
) by MINSEONG KIMDocs
7cb634b
) by MINSEONG KIMdocs/framework/react/overview.md
, "React Query" to "TanStack Query" (#8934) (bab9165
) by @tiangolod3cf479
) by novice0840Other
8e27629
) by Birk Skyum4a3c2fc
) by Birk Skyum96a8c1d
) by Birk Skyum069cf07
) by MINSEONG KIM0c463bc
) by Birk Skyumaa382e9
) by Birk SkyumPackages
eslint/eslint (eslint)
v9.24.0
Compare Source
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.10.1
Compare Source
Patch Changes
#280
4966857
Thanks @JounQin! - chore: bump all (dev) deps#280
4966857
Thanks @JounQin! - fix: incorrect top leveltypes
field forcjs
v4.10.0
Compare Source
Minor Changes
6cba8eb
Thanks @JounQin! - feat: migrate to ESM primaryPatch Changes
e52168e
Thanks @jribbens! - fix: allowminimatch
9 or 10nrwl/nx (nx)
v20.7.1
Compare Source
20.7.1 (2025-04-02)
🩹 Fixes
typecheck
andbuild
tasks and more granular outputs fortypecheck
(#30549)❤️ Thank You
pnpm/pnpm (pnpm)
v10.7.1
: pnpm 10.7.1Compare Source
Patch Changes
pnpm config set
should convert the settings to their correct type before adding them topnpm-workspace.yaml
#9355.pnpm config get
should read auth related settings via npm CLI #9345.~/
in a path in.npmrc
with the home directory #9217.Platinum Sponsors
Gold Sponsors
publint/publint (publint)
v0.3.10
Compare Source
Patch Changes
Support custom conditions in
"exports"
that points to raw TS or TSX files. This configuration is common in monorepo setups where packages refer to the raw files among themselves using a custom condition so custom aliasing isn't needed. (b34ea94
)With this support, the
"types"
condition is allowed to come after any exports of the raw TS or TSX files. File existence checks are also disabled for raw TS and TSX files reference as after publish these files may intentionally be not published.QuiiBz/sherif (sherif)
v1.5.0
Compare Source
What's Changed
Full Changelog: QuiiBz/sherif@v1.4.0...v1.5.0
sindresorhus/type-fest (type-fest)
v4.39.1
Compare Source
OptionalKeysOf
/WritableKeysOf
: Fix generic assignability withkeyof T
(#1098)1b41ed3
v4.39.0
Compare Source
ArrayTail
: AddpreserveReadonly
option (#1091)544271e
PartialDeep
: Fix behaviour whenstrictNullChecks
is disabled (#1096)7536bae
OptionalKeysOf
/RequiredKeysOf
: Fix instantiations with unions and arrays (#1089)e1ac7b2
WritableKeysOf
/ReadonlyKeysOf
: Fix behavior with unions and optional properties (#1088)bbf9137
vitejs/vite (vite)
v6.2.5
Compare Source
Please refer to CHANGELOG.md for details.
vuejs/vue-eslint-parser (vue-eslint-parser)
v10.1.3
Compare Source
🐛 Bug Fixes
{{...}}
with invalid expression by @woongsikchoi in https://github.com/vuejs/vue-eslint-parser/pull/257Full Changelog: vuejs/vue-eslint-parser@v10.1.2...v10.1.3
v10.1.2
Compare Source
🐛 Bug Fixes
<textarea>
content after}}
causes invalidvue/no-parsing-error
by @woongsikchoi in https://github.com/vuejs/vue-eslint-parser/pull/256Full Changelog: vuejs/vue-eslint-parser@v10.1.1...v10.1.2
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.