Update babel monorepo
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | minor | 7.24.0 -> 7.25.2 |
@babel/preset-env (source) | devDependencies | minor | 7.24.0 -> 7.25.4 |
Release Notes
babel/babel (@babel/core)
v7.25.2
🐛 Bug Fix
-
babel-core
,babel-traverse
-
#16695 Ensure that
requeueComputedKeyAndDecorators
is available (@nicolo-ribaudo)
-
#16695 Ensure that
v7.24.9
🐛 Bug Fix
-
babel-core
,babel-standalone
-
#16639 Avoid
require()
call in@babel/standalone
bundle (@nicolo-ribaudo)
-
#16639 Avoid
-
babel-types
💅 Polish
-
babel-generator
,babel-plugin-transform-optional-chaining
-
#16617 Avoid extra parens in TS
as
/satisfies
(@nicolo-ribaudo)
-
#16617 Avoid extra parens in TS
🏠 Internal
-
babel-helper-module-transforms
- #16629 Lazy top-level initializations for module transforms (@guybedford)
v7.24.8
👓 Spec Compliance
-
babel-parser
-
#16567 Do not use strict mode in TS
declare
(@liuxingbaoyu)
-
#16567 Do not use strict mode in TS
🐛 Bug Fix
-
babel-generator
-
#16630 Correctly print parens around
in
infor
heads (@nicolo-ribaudo) -
#16626 Fix printing of comments in
await using
(@nicolo-ribaudo) - #16591 fix typescript code generation for yield expression inside type expre… (@SreeXD)
-
#16630 Correctly print parens around
-
babel-parser
-
#16613 Disallow destructuring assignment in
using
declarations (@H0onnn) -
#16490 fix: do not add
.value: undefined
to regexp literals (@liuxingbaoyu)
-
#16613 Disallow destructuring assignment in
-
babel-types
-
#16615 Remove boolean props from
ObjectTypeInternalSlot
visitor keys (@nicolo-ribaudo)
-
#16615 Remove boolean props from
-
babel-plugin-transform-typescript
-
#16566 fix: Correctly handle
export import x =
(@liuxingbaoyu)
-
#16566 fix: Correctly handle
💅 Polish
-
babel-generator
-
#16625 Avoid unnecessary parens around
async
infor await
(@nicolo-ribaudo)
-
#16625 Avoid unnecessary parens around
-
babel-traverse
-
#16619 Avoid checking
Scope.globals
multiple times (@liuxingbaoyu)
-
#16619 Avoid checking
v7.24.7
🐛 Bug Fix
-
babel-node
- #16554 Allow extra flags in babel-node (@nicolo-ribaudo)
-
babel-traverse
-
#16522 fix: incorrect
constantViolations
with destructuring (@liuxingbaoyu)
-
#16522 fix: incorrect
-
babel-helper-transform-fixture-test-runner
,babel-plugin-proposal-explicit-resource-management
-
#16524 fix: Transform
using
inswitch
correctly (@liuxingbaoyu)
-
#16524 fix: Transform
🏠 Internal
-
babel-helpers
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16525 Delete unused array helpers (@blakewilson)
v7.24.6
🐛 Bug Fix
-
babel-helper-create-class-features-plugin
,babel-plugin-transform-class-properties
- #16514 Fix source maps for private member expressions (@nicolo-ribaudo)
-
babel-core
,babel-generator
,babel-plugin-transform-modules-commonjs
- #16515 Fix source maps for template literals (@nicolo-ribaudo)
-
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
-
babel-helpers
,babel-plugin-proposal-decorators
,babel-runtime-corejs3
-
babel-parser
,babel-plugin-transform-typescript
-
#16476 fix: Correctly parse
cls.fn<C> = x
(@liuxingbaoyu)
-
#16476 fix: Correctly parse
🏠 Internal
-
babel-core
,babel-helpers
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16501 Generate helper metadata at build time (@nicolo-ribaudo)
-
babel-helpers
-
#16499 Add
tsconfig.json
for@babel/helpers/src/helpers
(@nicolo-ribaudo)
-
#16499 Add
-
babel-cli
,babel-helpers
,babel-plugin-external-helpers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16495 Move all runtime helpers to individual files (@nicolo-ribaudo)
-
babel-parser
,babel-traverse
- #16482 Statically generate boilerplate for bitfield accessors (@nicolo-ribaudo)
- Other
v7.24.5
🐛 Bug Fix
-
babel-plugin-transform-classes
,babel-traverse
- #16377 fix: TypeScript annotation affects output (@liuxingbaoyu)
-
babel-helpers
,babel-plugin-proposal-explicit-resource-management
,babel-runtime-corejs3
💅 Polish
🏠 Internal
- Other
- #16414 Relax ESLint peerDependency constraint to allow v9 (@liuxingbaoyu)
-
babel-parser
-
#16425 Improve
@babel/parser
AST types (@nicolo-ribaudo) -
#16417 Always pass type argument to
.startNode
(@nicolo-ribaudo)
-
#16425 Improve
-
babel-helper-create-class-features-plugin
,babel-helper-member-expression-to-functions
,babel-helper-module-transforms
,babel-helper-split-export-declaration
,babel-helper-wrap-function
,babel-helpers
,babel-plugin-bugfix-firefox-class-in-computed-class-key
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-transform-block-scoping
,babel-plugin-transform-destructuring
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-parameters
,babel-plugin-transform-private-property-in-object
,babel-plugin-transform-react-jsx-self
,babel-plugin-transform-typeof-symbol
,babel-plugin-transform-typescript
,babel-traverse
-
#16439 Make
NodePath<T | U>
distributive (@nicolo-ribaudo)
-
#16439 Make
-
babel-plugin-proposal-partial-application
,babel-types
-
#16421 Remove
JSXNamespacedName
from validCallExpression
args (@nicolo-ribaudo)
-
#16421 Remove
-
babel-plugin-transform-class-properties
,babel-preset-env
- #16406 Do not load unnecessary Babel 7 syntax plugins in Babel 8 (@nicolo-ribaudo)
:running_woman: Performance
-
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
v7.24.4
👓 Spec Compliance
-
babel-parser
-
babel-helpers
,babel-plugin-proposal-decorators
,babel-runtime-corejs3
🐛 Bug Fix
-
babel-generator
-
#16402 fix: Correctly prints
{ [key in Bar]? }
(@liuxingbaoyu) -
#16394 fix: Correctly generate
TSMappedType
(@liuxingbaoyu)
-
#16402 fix: Correctly prints
-
babel-compat-data
,babel-plugin-bugfix-firefox-class-in-computed-class-key
,babel-preset-env
- #16390 Create bugfix plugin for classes in computed keys in Firefox (@nicolo-ribaudo)
-
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16387 fix: support mutated outer decorated class binding (@JLHwung)
-
#16385 fix: Decorators when
super()
exists andprotoInit
is not needed (@liuxingbaoyu)
-
babel-plugin-transform-block-scoping
-
#16384 fix: Transform scoping for
for X
in loop (@liuxingbaoyu) -
#16368 fix: Capture
let
when thefor
body is not a block (@liuxingbaoyu)
-
#16384 fix: Transform scoping for
-
babel-core
,babel-plugin-transform-block-scoped-functions
,babel-plugin-transform-block-scoping
- #16363 Fix incorrect function hoisting in some case statements (@luiscubal)
v7.24.3
🐛 Bug Fix
-
babel-helper-module-imports
- #16370 fix: do not inject the same imported identifier multiple times (@ota-meshi)
v7.24.1
🐛 Bug Fix
-
babel-generator
-
#16648 Fix parens detection for object&function in
as
/satisfies
(@nicolo-ribaudo)
-
#16648 Fix parens detection for object&function in
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot