-
-
Notifications
You must be signed in to change notification settings - Fork 781
chore(deps): update patch npm dependencies #11297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for rspack canceled.
|
📦 Binary Size-limit
🙈 Size remains the same at 47.45MB |
CodSpeed Performance ReportMerging #11297 will not alter performanceComparing Summary
Footnotes |
8d70940
to
396a10e
Compare
c830ace
to
b04df73
Compare
f8f3026
to
d4c9f11
Compare
a3480fe
to
14c5489
Compare
14c5489
to
55cdb51
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
^0.39.1
->^0.39.5
^7.28.0
->^7.28.4
7.28.0
->7.28.3
7.28.0
->7.28.4
7.28.0
->7.28.4
7.28.2
->7.28.4
^2.2.2
->^2.2.4
7.52.9
->7.52.13
^1.0.1
->^1.0.5
^1.4.1
->^1.4.2
0.13.0
->0.13.2
0.1.11
->0.1.13
~1.1.3
->~1.1.4
^1.5.0
->^1.5.1
2.0.0-beta.31
->2.0.0-beta.32
2.0.0-beta.31
->2.0.0-beta.32
2.0.0-beta.31
->2.0.0-beta.32
2.0.0-beta.31
->2.0.0-beta.32
2.0.0-beta.31
->2.0.0-beta.32
^3.12.1
->^3.12.2
0.1.24
->0.1.25
^20.19.9
->^20.19.15
^19.1.8
->^19.1.13
^19.1.6
->^19.1.9
^7.7.0
->^7.7.1
^1.11.0
->^1.12.2
^1.0.0
->^1.0.1
3.45.0
->3.45.1
5.18.2
->5.18.3
^11.3.0
->^11.3.2
^5.6.3
->^5.6.4
4.4.0
->4.4.1
^7.7.12
->^7.7.13
0.5.0
->0.5.1
^1.4.1
->^1.4.2
^19.1.0
->^19.1.1
^19.1.0
->^19.1.1
1.0.3
->1.0.4
1.0.0
->1.0.3
2.2.2
->2.2.3
29.4.0
->29.4.2
^9.5.2
->^9.5.4
^4.20.3
->^4.20.5
^3.5.18
->^3.5.21
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ast-grep/ast-grep (@ast-grep/napi)
v0.39.5
Compare Source
#2209
#2211
#2216
#2222
4be8252
3187d39
7405f99
v0.39.4
Compare Source
#2174
#2152
8ef8ed6
531aac3
683f20e
v0.39.3
Compare Source
756499e
26b638a
4d047eb
v0.39.2
Compare Source
#2124
#2122
#2114
c5fd340
b07e5bd
d2fedd2
babel/babel (@babel/core)
v7.28.4
Compare Source
🏠 Internal
babel-core
,babel-helper-check-duplicate-nodes
,babel-traverse
,babel-types
babel-plugin-transform-regenerator
transform-regenerator
(@liuxingbaoyu)babel-core
v7.28.3
Compare Source
👓 Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
🐛 Bug Fix
babel-parser
import("./a", {with:{},})
(@easrng)💅 Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
📝 Documentation
🏠 Internal
scripts
andbabel-worker.cjs
(@JLHwung)🔬 Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
babel/babel (@babel/parser)
v7.28.4
Compare Source
v7.28.4 (2025-09-05)
Thanks @gwillen and @mrginglymus for your first PRs!
🏠 Internal
babel-core
,babel-helper-check-duplicate-nodes
,babel-traverse
,babel-types
babel-plugin-transform-regenerator
transform-regenerator
(@liuxingbaoyu)babel-core
Committers: 5
v7.28.3
Compare Source
v7.28.3 (2025-08-14)
👓 Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
🐛 Bug Fix
babel-parser
import("./a", {with:{},})
(@easrng)💅 Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
📝 Documentation
🏠 Internal
scripts
andbabel-worker.cjs
(@JLHwung)🔬 Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
Committers: 5
biomejs/biome (@biomejs/biome)
v2.2.4
Compare Source
Patch Changes
#7453
aa8cea3
Thanks @arendjr! - Fixed #7242: Aliases specified inpackage.json
'simports
section now support having multiple targets as part of an array.#7454
ac17183
Thanks @arendjr! - Greatly improved performance ofnoImportCycles
by eliminating allocations.In one repository, the total runtime of Biome with only
noImportCycles
enabled went from ~23s down to ~4s.#7447
7139aad
Thanks @rriski! - Fixes #7446. The GritQL$...
spread metavariable now correctly matches members in object literals, aligning its behavior with arrays and function calls.#6710
98cf9af
Thanks @arendjr! - Fixed #4723: Type inference now recognisesindex signatures and their accesses when they are being indexed as a string.
Example
#7415
d042f18
Thanks @qraqras! - Fixed #7212, now theuseOptionalChain
rule recognizes optional chaining usingtypeof
(e.g.,typeof foo !== 'undefined' && foo.bar
).#7419
576baf4
Thanks @Conaclos! - Fixed #7323.noUnusedPrivateClassMembers
no longer reports as unused TypeScriptprivate
members if the rule encounters a computed access onthis
.In the following example,
member
as previously reported as unused. It is no longer reported.351bccd
Thanks @ematipico! - Added the new nursery lint rulenoJsxLiterals
, which disallows the use of string literals inside JSX.The rule catches these cases:
#7406
b906112
Thanks @mdevils! - Fixed an issue (#6393) where the useHookAtTopLevel rule reported excessive diagnostics for nested hook calls.The rule now reports only the offending top-level call site, not sub-hooks of composite hooks.
#7461
ea585a9
Thanks @arendjr! - Improved performance ofnoPrivateImports
by eliminating allocations.In one repository, the total runtime of Biome with only
noPrivateImports
enabled went from ~3.2s down to ~1.4s.351bccd
Thanks @ematipico! - Fixed #7411. The Biome Language Server had a regression where opening an editor with a file already open wouldn't load the project settings correctly.#7142
53ff5ae
Thanks @Netail! - Added the new nursery rulenoDuplicateDependencies
, which verifies that no dependencies are duplicated between thebundledDependencies
,bundleDependencies
,dependencies
,devDependencies
,overrides
,optionalDependencies
, andpeerDependencies
sections.For example, the following snippets will trigger the rule:
351bccd
Thanks @ematipico! - Fixed #3824. Now the option CLI--color
is correctly applied to logging too.v2.2.3
Compare Source
Patch Changes
#7353
4d2b719
Thanks @JeetuSuthar! - Fixed #7340: The linter now allows thenavigation
property for view-transition in CSS.Previously, the linter incorrectly flagged
navigation: auto
as an unknown property. This fix addsnavigation
to the list of known CSS properties, following the CSS View Transitions spec.#7275
560de1b
Thanks @arendjr! - Fixed #7268: Files that are explicitly passed as CLI arguments are now correctly ignored if they reside in an ignored folder.#7358 [
963a246
]Configuration
📅 Schedule: Branch creation - "before 8am on wednesday" in timezone Asia/Shanghai, 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.