chore(deps): bump the dependencies group across 1 directory with 32 updates by dependabot[bot] · Pull Request #5652 · webpack/webpack-dev-server
Bumps the dependencies group with 29 updates in the / directory:
| Package | From | To |
|---|---|---|
| @types/express-serve-static-core | 4.19.7 |
4.19.8 |
| ipaddr.js | 2.2.0 |
2.3.0 |
| launch-editor | 2.12.0 |
2.13.1 |
| serve-index | 1.9.1 |
1.9.2 |
| ws | 8.18.3 |
8.19.0 |
| @babel/cli | 7.28.3 |
7.28.6 |
| @babel/core | 7.28.5 |
7.29.0 |
| @babel/eslint-parser | 7.28.5 |
7.28.6 |
| @babel/plugin-transform-runtime | 7.28.5 |
7.29.0 |
| @babel/preset-env | 7.28.5 |
7.29.0 |
| @babel/runtime | 7.28.4 |
7.28.6 |
| @hono/node-server | 1.19.6 |
1.19.11 |
| @types/node | 24.10.1 |
24.12.0 |
| acorn | 8.15.0 |
8.16.0 |
| babel-jest | 30.2.0 |
30.3.0 |
| babel-loader | 10.0.0 |
10.1.1 |
| core-js | 3.47.0 |
3.48.0 |
| css-loader | 7.1.2 |
7.1.4 |
| eslint | 9.39.1 |
9.39.4 |
| eslint-config-webpack | 4.6.3 |
4.9.3 |
| hono | 4.10.7 |
4.12.5 |
| html-webpack-plugin | 5.6.5 |
5.6.6 |
| jest | 30.2.0 |
30.3.0 |
| less | 4.4.2 |
4.5.1 |
| less-loader | 12.3.0 |
12.3.1 |
| memfs | 4.51.0 |
4.56.11 |
| prettier | 3.6.2 |
3.8.1 |
| puppeteer | 24.31.0 |
24.38.0 |
| webpack | 5.103.0 |
5.105.4 |
Updates @types/express-serve-static-core from 4.19.7 to 4.19.8
Commits
- See full diff in compare view
Updates ipaddr.js from 2.2.0 to 2.3.0
Changelog
Sourced from ipaddr.js's changelog.
2.3.0 - 2025-11-27
- add isValidCIDRFourPartDecimal helper for IPv4 CIDR in four-part decimal form
- upgrade eslint dev dependency to v9
- remove duplicated LICENSE entry from published files list
Commits
e373b4eBump version to 2.3.0d564b1dAdd IPv4 CIDR four-part decimal validator08c2cd4dep(eslint): upgrade to v9e6438feremove LICENSE from files, redundant, always included- See full diff in compare view
Updates launch-editor from 2.12.0 to 2.13.1
Commits
Updates serve-index from 1.9.1 to 1.9.2
Release notes
Sourced from serve-index's releases.
1.9.2
What's Changed
🐞 Bug fixes
Icons for MIME types containing "+" were not displayed correctly - by
@dougwilsonin 4e7785cfixed where file icons with MIME types containing the "+" character (such as image/svg+xml) were not displayed correctly. The bug occurred during the conversion of the MIME type to a CSS class name, since the "+" symbol is not valid in class names.
Improved error handling for malformed URIs by
@rjoonasin #85The HTTP response status code has been fixed for cases where the server receives a URI that cannot be properly decoded. It now returns a 400 (Bad Request) error instead of a 500 (Internal Server Error), more accurately reflecting that the issue is with the client’s request rather than the server itself.
🚀 Improvements
Sorting in
text/plainandapplication/jsonresponses by@dougwilsonin 002a251Show font icon for more font types - by
@dougwilsonin 9d29665Support has been expanded to display the font icon in directory listings. Now all font file formats will automatically show the corresponding icon, instead of only a few specific formats as before.
PRs
- Serve HTTP 400 instead of throwing on badly encoded request URI by
@rjoonasin expressjs/serve-index#85- chore: add support for OSSF scorecard reporting by
@inigomarquinezin expressjs/serve-index#110- ci: replace travis with github action by
@inigomarquinezin expressjs/serve-index#109- chore: upgrade scorecard workflow pinned action versions by
@carpassein expressjs/serve-index#112- ci: apply OSSF Scorecard security best practices by
@UlisesGasconin expressjs/serve-index#119- ci: upgrade Node versions by
@UlisesGasconin expressjs/serve-index#128- build(deps): bump github/codeql-action from 3.27.9 to 3.28.19 by
@dependabot[bot] in expressjs/serve-index#124- build(deps): bump coverallsapp/github-action from 1.2.5 to 2.3.6 by
@dependabot[bot] in expressjs/serve-index#121- build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 by
@dependabot[bot] in expressjs/serve-index#122- build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.2 by
@dependabot[bot] in expressjs/serve-index#123- chore: add funding to package.json by
@bjohansebasin expressjs/serve-index#131- build(deps): bump step-security/harden-runner from 2.12.0 to 2.13.0 by
@dependabot[bot] in expressjs/serve-index#132- build(deps): bump github/codeql-action from 3.28.19 to 3.29.5 by
@dependabot[bot] in expressjs/serve-index#133- doc(package): remove history.md and add readme.md to published files by
@shepluin expressjs/serve-index#143- fix: downgrade supertest to version 6.3.4 for restore ci by
@bjohansebasin expressjs/serve-index#145- build(deps): update accepts and mime-types dependencies to latest versions by
@bjohansebasin expressjs/serve-index#147- build(deps): bump actions/checkout from 4.2.2 to 6.0.1 by
@dependabot[bot] in expressjs/serve-index#135- build(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 by
@dependabot[bot] in expressjs/serve-index#137- build(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0 by
@dependabot[bot] in expressjs/serve-index#140- build(deps): bump step-security/harden-runner from 2.13.0 to 2.14.0 by
@dependabot[bot] in expressjs/serve-index#139New Contributors
@rjoonasmade their first contribution in expressjs/serve-index#85@inigomarquinezmade their first contribution in expressjs/serve-index#110@carpassemade their first contribution in expressjs/serve-index#112
... (truncated)
Changelog
Sourced from serve-index's changelog.
1.9.2
==========
- Fix icons for MIME types with
+- Fix text and json responses to match html sorting
- Show font icon for more font types
- Use 400 error on URI decode failure instead of 500
- deps: accepts@~1.3.8
- deps: mime-types@~2.1.24
- deps: negotiator@0.6.3
- deps: http-errors@~1.8.0
- Set constructor name when possible
- deps: depd@~1.1.2
- deps: inherits@2.0.4
- deps: setprototypeof@1.2.0
- deps: statuses@'>= 1.5.0 < 2'
- deps: mime-types@~2.1.35
- Add new mime types
- deps: mime-db@~1.52.0
- deps: parseurl@~1.3.3
Commits
6f86a181.9.2 (#148)308f620build(deps): bump step-security/harden-runner from 2.13.0 to 2.13.1 (#139)8d0f6c0build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#140)0fd8187build(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 (#137)a945556build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#135)ab32a73deps: update accepts and mime-types dependencies to latest versions (#147)54ed028ci: downgrade tosupertest@6.3.4and remove--bailoption from test scrip...0171e95doc(package): remove history.md and add readme.md to published files (#143)364e273build(deps): bump github/codeql-action from 3.28.19 to 3.29.5 (#133)c4cde95build(deps): bump step-security/harden-runner from 2.12.0 to 2.13.0 (#132)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for serve-index since your current version.
Updates ws from 8.18.3 to 8.19.0
Release notes
Sourced from ws's releases.
8.19.0
Features
- Added the
closeTimeoutoption (#2308).Bug fixes
- Handled a forthcoming breaking change in Node.js core (19984854).
Commits
61349ec[dist] 8.19.03f9ffc6[feature] Introduce thecloseTimeoutoption (#2308)1998485[fix] Ensure all remaining data is read as a single chunk726c373[doc] Sort options alphabeticallyb151f1e[ci] Update actions/checkout action to v6dabdd5b[ci] Update actions/setup-node action to v686eac5b[ci] Test on node 251891e14[ci] Update actions/setup-node action to v5aa28c77[ci] Update actions/checkout action to v5- See full diff in compare view
Updates @babel/cli from 7.28.3 to 7.28.6
Release notes
Sourced from @babel/cli's releases.
v7.28.6 (2026-01-12)
Thanks
@kadhirashand@kolvianfor your first PRs!🐛 Bug Fix
babel-cli,babel-code-frame,babel-core,babel-helper-check-duplicate-nodes,babel-helper-fixtures,babel-helper-plugin-utils,babel-node,babel-plugin-transform-flow-comments,babel-plugin-transform-modules-commonjs,babel-plugin-transform-property-mutators,babel-preset-env,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17556 fix:
transform-regeneratorcorrectly handles scope (@liuxingbaoyu)babel-plugin-transform-react-jsx
- #17538 fix: Keep jsx comments (
@liuxingbaoyu)💅 Polish
babel-core,babel-standalone🏠 Internal
babel-plugin-bugfix-v8-static-class-fields-redefine-readonly,babel-plugin-proposal-decorators,babel-plugin-proposal-import-attributes-to-assertions,babel-plugin-proposal-import-wasm-source,babel-plugin-syntax-async-do-expressions,babel-plugin-syntax-decorators,babel-plugin-syntax-destructuring-private,babel-plugin-syntax-do-expressions,babel-plugin-syntax-explicit-resource-management,babel-plugin-syntax-export-default-from,babel-plugin-syntax-flow,babel-plugin-syntax-function-bind,babel-plugin-syntax-function-sent,babel-plugin-syntax-import-assertions,babel-plugin-syntax-import-attributes,babel-plugin-syntax-import-defer,babel-plugin-syntax-import-source,babel-plugin-syntax-jsx,babel-plugin-syntax-module-blocks,babel-plugin-syntax-optional-chaining-assign,babel-plugin-syntax-partial-application,babel-plugin-syntax-pipeline-operator,babel-plugin-syntax-throw-expressions,babel-plugin-syntax-typescript,babel-plugin-transform-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-dotall-regex,babel-plugin-transform-duplicate-named-capturing-groups-regex,babel-plugin-transform-explicit-resource-management,babel-plugin-transform-exponentiation-operator,babel-plugin-transform-json-strings,babel-plugin-transform-logical-assignment-operators,babel-plugin-transform-nullish-coalescing-operator,babel-plugin-transform-numeric-separator,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-catch-binding,babel-plugin-transform-optional-chaining,babel-plugin-transform-private-methods,babel-plugin-transform-private-property-in-object,babel-plugin-transform-regexp-modifiers,babel-plugin-transform-unicode-property-regex,babel-plugin-transform-unicode-sets-regex
- #17580 Allow Babel 8 in compatible Babel 7 plugins (
@nicolo-ribaudo)🏃♀️ Performance
babel-plugin-transform-react-jsx
- #17555 perf: Use lighter traversal for jsx
__source,__self(@liuxingbaoyu)Committers: 7
- Babel Bot (
@babel-bot)- Eliot Pontarelli (
@kolvian)- Huáng Jùnliàng (
@JLHwung)- Kadhirash Sivakumar (
@kadhirash)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyu- coderaiser (
@coderaiser)v7.28.5 (2025-10-23)
Thank you
@CO0Ki3,@Olexandr88, and@youthfulhpsfor your first PRs!👓 Spec Compliance
babel-parser
- #17446 Allow
Runtime Errors for Function Call Assignment Targets(@liuxingbaoyu)babel-helper-validator-identifier🐛 Bug Fix
babel-plugin-proposal-destructuring-privatebabel-parserbabel-plugin-proposal-discard-binding,babel-plugin-transform-destructuring
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @babel/cli since your current version.
Updates @babel/core from 7.28.5 to 7.29.0
Release notes
Sourced from @babel/core's releases.
v7.29.0 (2026-01-31)
Thanks
@simbahaxfor your first PR!🚀 New Feature
babel-typesbabel-standalone🐛 Bug Fix
babel-parser
- #17765 fix(parser): correctly parse type assertions in
extendsclause (@nicolo-ribaudo)- #17723 [7.x backport] fix(parser): improve super type argument parsing (
@JLHwung)babel-traverse
- #17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (
@simbahax)babel-plugin-transform-block-scoping,babel-traverse
- #17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (
@magic-akari)🏃♀️ Performance
babel-generator,babel-runtime-corejs3
- #17642 [Babel 7] Improve generator performance (
@liuxingbaoyu)Committers: 6
- David (
@simbahax)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyu@magic-akariv7.28.6 (2026-01-12)
Thanks
@kadhirashand@kolvianfor your first PRs!🐛 Bug Fix
babel-cli,babel-code-frame,babel-core,babel-helper-check-duplicate-nodes,babel-helper-fixtures,babel-helper-plugin-utils,babel-node,babel-plugin-transform-flow-comments,babel-plugin-transform-modules-commonjs,babel-plugin-transform-property-mutators,babel-preset-env,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17556 fix:
transform-regeneratorcorrectly handles scope (@liuxingbaoyu)babel-plugin-transform-react-jsx
- #17538 fix: Keep jsx comments (
@liuxingbaoyu)💅 Polish
babel-core,babel-standalone🏠 Internal
babel-plugin-bugfix-v8-static-class-fields-redefine-readonly,babel-plugin-proposal-decorators,babel-plugin-proposal-import-attributes-to-assertions,babel-plugin-proposal-import-wasm-source,babel-plugin-syntax-async-do-expressions,babel-plugin-syntax-decorators,babel-plugin-syntax-destructuring-private,babel-plugin-syntax-do-expressions,babel-plugin-syntax-explicit-resource-management,babel-plugin-syntax-export-default-from,babel-plugin-syntax-flow,babel-plugin-syntax-function-bind,babel-plugin-syntax-function-sent,babel-plugin-syntax-import-assertions,babel-plugin-syntax-import-attributes,babel-plugin-syntax-import-defer,babel-plugin-syntax-import-source,babel-plugin-syntax-jsx,babel-plugin-syntax-module-blocks,babel-plugin-syntax-optional-chaining-assign,babel-plugin-syntax-partial-application,babel-plugin-syntax-pipeline-operator,babel-plugin-syntax-throw-expressions,babel-plugin-syntax-typescript,babel-plugin-transform-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-dotall-regex,babel-plugin-transform-duplicate-named-capturing-groups-regex,babel-plugin-transform-explicit-resource-management,babel-plugin-transform-exponentiation-operator,babel-plugin-transform-json-strings,babel-plugin-transform-logical-assignment-operators,babel-plugin-transform-nullish-coalescing-operator,babel-plugin-transform-numeric-separator,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-catch-binding,babel-plugin-transform-optional-chaining,babel-plugin-transform-private-methods,babel-plugin-transform-private-property-in-object,babel-plugin-transform-regexp-modifiers,babel-plugin-transform-unicode-property-regex,babel-plugin-transform-unicode-sets-regex
- #17580 Allow Babel 8 in compatible Babel 7 plugins (
@nicolo-ribaudo)
... (truncated)
Commits
aa8394ev7.29.0ad0d03f[7.x backport] feat: Allow specifying startLine in code frame (#17739)d7f4008v7.28.6e130225Polish(standalone): improve message on invalid preset/plugin (#17606)99dcba5chore: enable some ts-eslint rules (#17592)c92c491Improve Unicode handling in code-frame tokenizer (#17589)d725e39AddBABEL_7_TO_8_DANGEROUSLY_DISABLE_VERSION_CHECK(#17569)c1b55f6Useeslint.config.mts(#17573)- See full diff in compare view
Updates @babel/eslint-parser from 7.28.5 to 7.28.6
Release notes
Sourced from @babel/eslint-parser's releases.
v7.28.6 (2026-01-12)
Thanks
@kadhirashand@kolvianfor your first PRs!🐛 Bug Fix
babel-cli,babel-code-frame,babel-core,babel-helper-check-duplicate-nodes,babel-helper-fixtures,babel-helper-plugin-utils,babel-node,babel-plugin-transform-flow-comments,babel-plugin-transform-modules-commonjs,babel-plugin-transform-property-mutators,babel-preset-env,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17556 fix:
transform-regeneratorcorrectly handles scope (@liuxingbaoyu)babel-plugin-transform-react-jsx
- #17538 fix: Keep jsx comments (
@liuxingbaoyu)💅 Polish
babel-core,babel-standalone🏠 Internal
babel-plugin-bugfix-v8-static-class-fields-redefine-readonly,babel-plugin-proposal-decorators,babel-plugin-proposal-import-attributes-to-assertions,babel-plugin-proposal-import-wasm-source,babel-plugin-syntax-async-do-expressions,babel-plugin-syntax-decorators,babel-plugin-syntax-destructuring-private,babel-plugin-syntax-do-expressions,babel-plugin-syntax-explicit-resource-management,babel-plugin-syntax-export-default-from,babel-plugin-syntax-flow,babel-plugin-syntax-function-bind,babel-plugin-syntax-function-sent,babel-plugin-syntax-import-assertions,babel-plugin-syntax-import-attributes,babel-plugin-syntax-import-defer,babel-plugin-syntax-import-source,babel-plugin-syntax-jsx,babel-plugin-syntax-module-blocks,babel-plugin-syntax-optional-chaining-assign,babel-plugin-syntax-partial-application,babel-plugin-syntax-pipeline-operator,babel-plugin-syntax-throw-expressions,babel-plugin-syntax-typescript,babel-plugin-transform-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-dotall-regex,babel-plugin-transform-duplicate-named-capturing-groups-regex,babel-plugin-transform-explicit-resource-management,babel-plugin-transform-exponentiation-operator,babel-plugin-transform-json-strings,babel-plugin-transform-logical-assignment-operators,babel-plugin-transform-nullish-coalescing-operator,babel-plugin-transform-numeric-separator,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-catch-binding,babel-plugin-transform-optional-chaining,babel-plugin-transform-private-methods,babel-plugin-transform-private-property-in-object,babel-plugin-transform-regexp-modifiers,babel-plugin-transform-unicode-property-regex,babel-plugin-transform-unicode-sets-regex
- #17580 Allow Babel 8 in compatible Babel 7 plugins (
@nicolo-ribaudo)🏃♀️ Performance
babel-plugin-transform-react-jsx
- #17555 perf: Use lighter traversal for jsx
__source,__self(@liuxingbaoyu)Committers: 7
- Babel Bot (
@babel-bot)- Eliot Pontarelli (
@kolvian)- Huáng Jùnliàng (
@JLHwung)- Kadhirash Sivakumar (
@kadhirash)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyu- coderaiser (
@coderaiser)
Commits
d7f4008v7.28.6beea88c[babel 8] RenameTSImportType.argumentto.source(#17610)- See full diff in compare view
Updates @babel/plugin-transform-runtime from 7.28.5 to 7.29.0
Release notes
Sourced from @babel/plugin-transform-runtime's releases.
v7.29.0 (2026-01-31)
Thanks
@simbahaxfor your first PR!🚀 New Feature
babel-typesbabel-standalone🐛 Bug Fix
babel-parser
- #17765 fix(parser): correctly parse type assertions in
extendsclause (@nicolo-ribaudo)- #17723 [7.x backport] fix(parser): improve super type argument parsing (
@JLHwung)babel-traverse
- #17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (
@simbahax)babel-plugin-transform-block-scoping,babel-traverse
- #17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (
@magic-akari)🏃♀️ Performance
babel-generator,babel-runtime-corejs3
- #17642 [Babel 7] Improve generator performance (
@liuxingbaoyu)Committers: 6
- David (
@simbahax)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyu@magic-akariv7.28.6 (2026-01-12)
Thanks
@kadhirashand@kolvianfor your first PRs!🐛 Bug Fix
babel-cli,babel-code-frame,babel-core,babel-helper-check-duplicate-nodes,babel-helper-fixtures,babel-helper-plugin-utils,babel-node,babel-plugin-transform-flow-comments,babel-plugin-transform-modules-commonjs,babel-plugin-transform-property-mutators,babel-preset-env,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17556 fix:
transform-regeneratorcorrectly handles scope (@liuxingbaoyu)babel-plugin-transform-react-jsx
- #17538 fix: Keep jsx comments (
@liuxingbaoyu)💅 Polish
babel-core,babel-standalone🏠 Internal
babel-plugin-bugfix-v8-static-class-fields-redefine-readonly,babel-plugin-proposal-decorators,babel-plugin-proposal-import-attributes-to-assertions,babel-plugin-proposal-import-wasm-source,babel-plugin-syntax-async-do-expressions,babel-plugin-syntax-decorators,babel-plugin-syntax-destructuring-private,babel-plugin-syntax-do-expressions,babel-plugin-syntax-explicit-resource-management,babel-plugin-syntax-export-default-from,babel-plugin-syntax-flow,babel-plugin-syntax-function-bind,babel-plugin-syntax-function-sent,babel-plugin-syntax-import-assertions,babel-plugin-syntax-import-attributes,babel-plugin-syntax-import-defer,babel-plugin-syntax-import-source,babel-plugin-syntax-jsx,babel-plugin-syntax-module-blocks,babel-plugin-syntax-optional-chaining-assign,babel-plugin-syntax-partial-application,babel-plugin-syntax-pipeline-operator,babel-plugin-syntax-throw-expressions,babel-plugin-syntax-typescript,babel-plugin-transform-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-dotall-regex,babel-plugin-transform-duplicate-named-capturing-groups-regex,babel-plugin-transform-explicit-resource-management,babel-plugin-transform-exponentiation-operator,babel-plugin-transform-json-strings,babel-plugin-transform-logical-assignment-operators,babel-plugin-transform-nullish-coalescing-operator,babel-plugin-transform-numeric-separator,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-catch-binding,babel-plugin-transform-optional-chaining,babel-plugin-transform-private-methods,babel-plugin-transform-private-property-in-object,babel-plugin-transform-regexp-modifiers,babel-plugin-transform-unicode-property-regex,babel-plugin-transform-unicode-sets-regex
- #17580 Allow Babel 8 in compatible Babel 7 plugins (
@nicolo-ribaudo)
... (truncated)
Commits
Updates @babel/preset-env from 7.28.5 to 7.29.0
Release notes
Sourced from @babel/preset-env's releases.
v7.29.0 (2026-01-31)
Thanks
@simbahaxfor your first PR!🚀 New Feature
babel-typesbabel-standalone🐛 Bug Fix
babel-parser
- #17765 fix(parser): correctly parse type assertions in
extendsclause (@nicolo-ribaudo)- #17723 [7.x backport] fix(parser): improve super type argument parsing (
@JLHwung)babel-traverse
- #17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (
@simbahax)babel-plugin-transform-block-scoping,babel-traverse
- #17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (
@magic-akari)🏃♀️ Performance
babel-generator,babel-runtime-corejs3
- #17642 [Babel 7] Improve generator performance (
@liuxingbaoyu)Committers: 6
- David (
@simbahax)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyu@magic-akariv7.28.6 (2026-01-12)
Thanks
@kadhirashand@kolvianfor your first PRs!🐛 Bug Fix
babel-cli,babel-code-frame,babel-core,babel-helper-check-duplicate-nodes,babel-helper-fixtures,babel-helper-plugin-utils,babel-node,babel-plugin-transform-flow-comments,babel-plugin-transform-modules-commonjs,babel-plugin-transform-property-mutators,babel-preset-env,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17556 fix:
transform-regeneratorcorrectly handles scope (@liuxingbaoyu)babel-plugin-transform-react-jsx
- #17538 fix: Keep jsx comments (
@liuxingbaoyu)💅 Polish
babel-core,babel-standalone🏠 Internal
babel-plugin-bugfix-v8-static-class-fields-redefine-readonly,babel-plugin-proposal-decorators,babel-plugin-proposal-import-attributes-to-assertions,babel-plugin-proposal-import-wasm-source,babel-plugin-syntax-async-do-expressions,babel-plugin-syntax-decorators,babel-plugin-syntax-destructuring-private,babel-plugin-syntax-do-expressions,babel-plugin-syntax-explicit-resource-management,babel-plugin-syntax-export-default-from,babel-plugin-syntax-flow,babel-plugin-syntax-function-bind,babel-plugin-syntax-function-sent,babel-plugin-syntax-import-assertions,babel-plugin-syntax-import-attributes,babel-plugin-syntax-import-defer,babel-plugin-syntax-import-source,babel-plugin-syntax-jsx,babel-plugin-syntax-module-blocks,babel-plugin-syntax-optional-chaining-assign,babel-plugin-syntax-partial-application,babel-plugin-syntax-pipeline-operator,babel-plugin-syntax-throw-expressions,babel-plugin-syntax-typescript,babel-plugin-transform-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-dotall-regex,babel-plugin-transform-duplicate-named-capturing-groups-regex,babel-plugin-transform-explicit-resource-management,babel-plugin-transform-exponentiation-operator,babel-plugin-transform-json-strings,babel-plugin-transform-logical-assignment-operators,babel-plugin-transform-nullish-coalescing-operator,babel-plugin-transform-numeric-separator,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-catch-binding,babel-plugin-transform-optional-chaining,babel-plugin-transform-private-methods,babel-plugin-transform-private-property-in-object,babel-plugin-transform-regexp-modifiers,babel-plugin-transform-unicode-property-regex,babel-plugin-transform-unicode-sets-regex
- #17580 Allow Babel 8 in compatible Babel 7 plugins (
@nicolo-ribaudo)
... (truncated)
Commits
Updates @babel/runtime from 7.28.4 to 7.28.6
Release notes
Sourced from @babel/runtime's releases.
v7.28.6 (2026-01-12)
Thanks
@kadhirashand@kolvianfor your first PRs!🐛 Bug Fix
babel-cli,babel-code-frame,babel-core,babel-helper-check-duplicate-nodes,babel-helper-fixtures,babel-helper-plugin-utils,babel-node,babel-plugin-transform-flow-comments,babel-plugin-transform-modules-commonjs,babel-plugin-transform-property-mutators,babel-preset-env,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17556 fix:
transform-regeneratorcorrectly handles scope (@liuxingbaoyu)babel-plugin-transform-react-jsx
- #17538 fix: Keep jsx comments (
@liuxingbaoyu)💅 Polish
babel-core,babel-standalone🏠 Internal
babel-plugin-bugfix-v8-static-class-fields-redefine-readonly,babel-plugin-proposal-decorators,babel-plugin-proposal-import-attributes-to-assertions,babel-plugin-proposal-import-wasm-source,babel-plugin-syntax-async-do-expressions,babel-plugin-syntax-decorators,babel-plugin-syntax-destructuring-private,babel-plugin-syntax-do-expressions,babel-plugin-syntax-explicit-resource-management,babel-plugin-syntax-export-default-from,b...Description has been truncated