chore(deps): update all npm dependencies #475
Open
+175
−215
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.33.0
->1.34.0
20.3.3
->20.4.0
2.5.0
->2.5.1
1.10.9
->1.10.11
20.3.3
->20.4.0
8.21.0
->8.22.0
Release Notes
dotenvx/dotenvx (@dotenvx/dotenvx)
v1.34.0
Compare Source
Added
main.set
method now writes to files (#517)nrwl/nx (@nx/js)
v20.4.0
Compare Source
20.4.0 (2025-01-27)
🚀 Features
@swc/jest
instead ofts-jest
for the ts solution setup (#29718)--workspaces
flag (#29743)ciGroupName
to@nx/jest/plugin
(#29365)🩹 Fixes
exports
field in package.json is properly sorted (#29643)Options
types forenforce-module-boundaries
andnx-plugin-checks
(#29072)exports
are generated for several lib generators in ts solution setup (#29588)module
andmoduleResolution
in base tsconfig based on cnw preset (#29633)@types/react
version for react libs (#29760)❤️ Thank You
reduxjs/redux-toolkit (@reduxjs/toolkit)
v2.5.1
Compare Source
This bugfix release fixes a logic issue with the new
upsertQueryEntries
util that sometimes kept entries in apending
state indefinitely.Changelog
upsertQueryEntries
fixesUsers reported that in some cases, use of
upsertQueryEntries
to insert RTKQ cache entries prevented any further refetches of that data from happening. After investigation, we found a logic mismatch for how we handle upserts vs the existingupsertQueryData
util, which meant that sometimes the entry would be left in apending
state expecting afulfilled
action from a request ID that would never happen.This release fixes that issue and ensures the updates and refetches happen correctly.
What's Changed
Full Changelog: reduxjs/redux-toolkit@v2.5.0...v2.5.1
swc-project/swc (@swc/core)
v1.10.11
Compare Source
Bug Fixes
(es) Restore JSON config & Adjust feature renaming (#9967) (72e5455)
(es/minifier) Avoid paren when compressing ternary (#9920) (9d6fe37)
(es/parser) Parse
yield<T> (v: T)=>v
(#9915) (04333aa)(ts/fast-strip) More robust generic arrow handling (#9913) (f7faa7c)
(typescript) Allow references to the global Symbol in computed property names under
isolatedDeclarations
(#9869) (e4c1e03)Features
(es/minifier) Compress negate eq (#9911) (e8f23cf)
(es/minifier) Compress Assign to number (#9943) (d5f40a0)
(parallel) Add
merge_in_parallel
(#9939) (c5b8390)Merge
hstr
into the main repository (#9963) (bc61c13)Miscellaneous Tasks
(es/minifier) Add a script for samply profiler (#9923) (8f8dcaa)
(preset-env) Update
browserslist-rs
(#9918) (606ffe5)Performance
(es/react) Use proper string types for react configuration (#9949) (1bf837e)
(es/utils) Prevent too many recursion (#9931) (d24f785)
(es/utils) Restrict recursion of
get_type
(#9933) (1781b85)(preset-env) Store
Versions
inArc
(#9950) (03dffb5)Refactor
(es/minifier) Make
minify-all
example sequential (#9912) (5b5c87e)(hstr) Remove needless operations (#9964) (6f781d8)
(swc) Remove typo feature (#9965) (4b14eec)
Apply all pending breaking changes (#9966) (1c2f7e9)
typescript-eslint/typescript-eslint (typescript-eslint)
v8.22.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.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.