chore(deps): update all non-major dependencies #974
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:
^17.3.13
->^17.3.14
^17.3.13
->^17.3.14
5.69.1
->5.71.0
^5.69.0
->^5.71.0
^5.69.0
->^5.71.0
^5.69.0
->^5.71.0
^18.3.19
->^18.3.20
^5.46.0
->^5.46.3
^20.6.2
->^20.6.4
10.6.5
->10.7.0
^5.4.14
->^5.4.15
Release Notes
angular/angular-cli (@angular-devkit/build-angular)
v17.3.14
Compare Source
@angular-devkit/build-angular
TanStack/query (@tanstack/angular-query-experimental)
v5.71.0
Compare Source
Version 5.71.0 - 3/30/25, 12:53 PM
Changes
Feat
queryFn
(#8878) (c2e5272
) by Eliya CohenTest
1fa539a
) by MINSEONG KIMCi
747eea8
) by autofix-ci[bot]Docs
62b8720
) by Clarencee5ef275
) by TylerOther
cea2d58
) by Dominik DorfmeisterPackages
v5.70.0
Compare Source
Version 5.70.0 - 3/28/25, 3:06 PM
Changes
Feat
00de4a0
) by Dominik DorfmeisterPackages
v5.69.2
Compare Source
Version 5.69.2 - 3/28/25, 8:20 AM
Changes
Fix
1b54538
) by Dominik DorfmeisterChore
f45205f
) by renovate[bot]Docs
b23bb39
) by Eva6d03341
) by Brandon Weeks3064422
) by @keyurgovrani04712b7
) by Denis Shvetsfb1dffc
) by Dominik DorfmeisterPackages
TanStack/query (@tanstack/react-query)
v5.71.0
Compare Source
v5.70.0
Compare Source
Version 5.70.0 - 3/28/25, 3:06 PM
Changes
Feat
00de4a0
) by Dominik DorfmeisterPackages
v5.69.3
Compare Source
Version 5.69.3 - 3/28/25, 10:53 AM
Changes
Refactor
ed2d4e9
) by @manudeliTest
dcb3c50
) by @manudeliPackages
v5.69.2
Compare Source
Version 5.69.2 - 3/28/25, 8:20 AM
Changes
Fix
1b54538
) by Dominik DorfmeisterChore
f45205f
) by renovate[bot]Docs
b23bb39
) by Eva6d03341
) by Brandon Weeks3064422
) by @keyurgovrani04712b7
) by Denis Shvetsfb1dffc
) by Dominik DorfmeisterPackages
webpro-nl/knip (knip)
v5.46.3
Compare Source
webpack.ProvidePlugin
(resolves #840) (6a69543
)cache
to pnpm commands (resolves #1010) (5f2efd4
)rootDir
set (resolves #1007) (7ba16e1
)v5.46.2
Compare Source
v5.46.1
Compare Source
cd8ffbb
)76d4760
)11344c3
)9d4f456
)670ed17
)3f26627
)93c724a
)97a7465
)b0dbfe4
) - thanks @Its4Nik!6f7e0c5
)1e194ab
)186f57f
)isTypeOnly
to namespace import (#995) (af19fa5
)c50e19a
) - thanks @remcohaszing!dir
to more input types (resolves #998) (e43f88d
)82b4aa1
) - thanks @remcohaszing!c7cc382
) - thanks @remcohaszing!4b952cd
) - thanks @tbashiyy!c97bf7c
)85d4967
)168a4ac
)697a326
)91eb9ad
)0a54fc3
)nrwl/nx (nx)
v20.6.4
Compare Source
20.6.4 (2025-03-25)
🩹 Fixes
customConditions
when using an incompatible module resolution (#30477)❤️ Thank You
v20.6.3
Compare Source
20.6.3 (2025-03-25)
🚀 Features
development
conditional export for buildable libraries when using the ts solution setup (#30451)--useProjectJson
flag to CNW (#30475)🩹 Fixes
bun
(#30459)❤️ Thank You
pnpm/pnpm (pnpm)
v10.7.0
Compare Source
Minor Changes
pnpm config get
andlist
also show settings set inpnpm-workspace.yaml
files #9316.It should be possible to use env variables in
pnpm-workspace.yaml
setting names and value.Add an ability to patch dependencies by version ranges. Exact versions override version ranges, which in turn override name-only patches. Version range
*
is the same as name-only, except that patch application failure will not be ignored.For example:
The above configuration would apply
patches/foo-3.patch
to[email protected]
,patches/foo-2.patch
to allfoo
versions which satisfy^2.0.0
except2.1.0
, andpatches/foo-1.patch
to the remainingfoo
versions.pnpm config set --location=project
saves the setting to apnpm-workspace.yaml
file if no.npmrc
file is present in the directory #9316.Rename
pnpm.allowNonAppliedPatches
topnpm.allowUnusedPatches
. The old name is still supported but it would print a deprecation warning message.Add
pnpm.ignorePatchFailures
to manage whether pnpm would ignore patch application failures.If
ignorePatchFailures
is not set, pnpm would throw an error when patches with exact versions or version ranges fail to apply, and it would ignore failures from name-only patches.If
ignorePatchFailures
is explicitly set tofalse
, pnpm would throw an error when any type of patch fails to apply.If
ignorePatchFailures
is explicitly set totrue
, pnpm would print a warning when any type of patch fails to apply.Patch Changes
vitejs/vite (vite)
v5.4.15
Compare Source
Please refer to CHANGELOG.md for details.
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.