chore(deps): update all non-major dependencies #1519
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:
^1.16.0
->^1.16.1
^19.2.11
->^19.2.12
^19.2.10
->^19.2.11
^19.2.11
->^19.2.12
^19.2.10
->^19.2.11
^19.2.10
->^19.2.11
^19.2.10
->^19.2.11
^19.2.10
->^19.2.11
^19.2.10
->^19.2.11
^19.2.10
->^19.2.11
^19.2.10
->^19.2.11
^19.2.10
->^19.2.11
^5.75.7
->^5.76.1
^1.120.3
->^1.120.5
^1.120.3
->^1.120.5
^3.15.0
->^3.15.2
9.26.0
->9.27.0
^5.1.27
->^5.1.28
^5.55.1
->^5.56.0
20.8.1
->20.8.2
10.10.0
->10.11.0
^1.9.6
->^1.9.7
^5.28.2
->^5.30.2
^4.1.7
->^4.2.1
Release Notes
analogjs/analog (@analogjs/vite-plugin-angular)
v1.16.1
Compare Source
Bug Fixes
Performance Improvements
angular/angular-cli (@angular-devkit/build-angular)
v19.2.12
Compare Source
@angular/cli
require()
errors with ESM modulesangular/angular (@angular/animations)
v19.2.11
Compare Source
TanStack/query (@tanstack/react-query)
v5.76.1
Compare Source
Version 5.76.1 - 5/13/25, 10:04 PM
Changes
Fix
65ef198
) by Damian OsipiukPackages
v5.76.0
Compare Source
Version 5.76.0 - 5/12/25, 9:07 AM
Changes
Feat
696fd44
) by Austin JohnsonTest
c89c6a0
) by MINSEONG KIM6a52926
) by Lachlan CollinsPackages
TanStack/router (@tanstack/react-router)
v1.120.5
Compare Source
Version 1.120.5 - 5/16/25, 8:36 PM
Changes
Fix
7bf23b4
) by Manuel SchillerPackages
v1.120.4
Compare Source
Version 1.120.4 - 5/16/25, 5:05 PM
Changes
Fix
e18b333
) by Manuel Schiller9f93ce0
) by Birk SkyumDocs
scrollRestorationBehavior
option in "scroll-restoration" guide (#4169) (fa871a0
) by ThaumRystraloader
(#4164) (5d940e2
) by Luis Merino38142f4
) by Tanner Linsley673a043
) by Dane GrantPackages
Effect-TS/effect (effect)
v3.15.2
Compare Source
Patch Changes
b8722b8
Thanks @KhraksMamtsov! - - TheHashMap.has/get
family has become more type-safe.v3.15.1
Compare Source
Patch Changes
#4870
787ce70
Thanks @tim-smart! - ensure generic refinements work with Effect.filterOr*#4857
1269641
Thanks @tim-smart! - preserve explicitthis
in Effect.fn apis#4857
1269641
Thanks @tim-smart! - use span name as function name in Effect.fneslint/eslint (eslint)
v9.27.0
Compare Source
omrilotan/isbot (isbot)
v5.1.28
Compare Source
webpro-nl/knip (knip)
v5.56.0
Compare Source
process.exit(0)
(e52b129
)a28448b
) - thanks @BreakBB!ccb9a5f
) - thanks @cylewaitforit!677252b
)resolveSync
(6d1d364
)f71470e
)0f72418
)a287453
)9d3da2e
)getTableForType
(9d976cd
)91d3949
)create-plugin
script error message (3643374
)fdfd859
) - thanks @agneym!--memory-leak
implies-no-progress
(8344a2e
)4798474
)2ef3621
)9502323
)nrwl/nx (nx)
v20.8.2
Compare Source
20.8.2 (2025-05-16)
🚀 Features
🩹 Fixes
❤️ Thank You
pnpm/pnpm (pnpm)
v10.11.0
Compare Source
Minor Changes
A new setting added for
pnpm init
to create apackage.json
withtype=module
, wheninit-type
ismodule
. Works as a flag for the init command too #9463.Added support for Nushell to
pnpm setup
#6476.Added two new flags to the
pnpm audit
command,--ignore
and--ignore-unfixable
#8474.Ignore all vulnerabilities that have no solution:
> pnpm audit --ignore-unfixable
Provide a list of CVE's to ignore those specifically, even if they have a resolution.
> pnpm audit --ignore=CVE-2021-1234 --ignore=CVE-2021-5678
Added support for recursively running pack in every project of a workspace #4351.
Now you can run
pnpm -r pack
to pack all packages in the workspace.Patch Changes
dangerouslyAllowAllBuilds
is set totrue
#9472.pnpm link
should work from inside a workspace #9506.workspaceConcurrency
toMath.min(os.availableParallelism(), 4)
#9493.strictPeerDependencies
istrue
but all issues are ignored bypeerDependencyRules
#9505.updateConfig
frompnpm-workspace.yaml
#9500.recursive pack
url.parse
usage to fix warning on Node.js 24 #9492.pnpm run
should be able to run commands from the workspace root, ifignoreScripts
is set tottrue
#4858.sveltejs/svelte (svelte)
v5.30.2
Compare Source
Patch Changes
fix: falsy attachments types (#15939)
fix: handle more hydration mismatches (#15851)
v5.30.1
Compare Source
Patch Changes
typeParams
toSnippetBlock
for legacy parser (#15921)v5.30.0
Compare Source
Minor Changes
v5.29.0
Compare Source
Minor Changes
v5.28.7
Compare Source
Patch Changes
fix: remove unncessary guards that require CSP privilege when removing event attributes (#15846)
fix: rewrite destructuring logic to handle iterators (#15813)
v5.28.6
Compare Source
Patch Changes
fix: use
transform.read
forownership_validator.mutation
array (#15848)fix: don't redeclare
$slots
(#15849)v5.28.5
Compare Source
Patch Changes
fix: proxify the value in assignment shorthands to the private field (#15862)
fix: more frequently update
bind:buffered
to actual value (#15874)v5.28.4
Compare Source
Patch Changes
fix: treat nullish expression as empty string (#15901)
fix: prevent invalid BigInt calls from blowing up at compile time (#15900)
fix: warn on bidirectional control characters (#15893)
fix: emit right error for a shadowed invalid rune (#15892)
v5.28.3
Compare Source
Patch Changes
chore: avoid microtasks when flushing sync (#15895)
fix: improve error message for migration errors when slot would be renamed (#15841)
fix: allow characters in the supplementary special-purpose plane (#15823)
sveltejs/language-tools (svelte-check)
v4.2.1
Compare Source
v4.2.0
Compare Source
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 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.