Update babel monorepo
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@babel/core (source) | 7.20.2 -> 7.21.8 |
||||
@babel/preset-env (source) | 7.20.2 -> 7.21.5 |
Release Notes
babel/babel
v7.21.8
👓 Spec Compliance
🐛 Bug Fix
-
babel-helper-create-class-features-plugin
,babel-helper-create-regexp-features-plugin
- #15605 Fix backward compat for semver checks in class®exp feat plugins (@nicolo-ribaudo)
v7.21.5
👓 Spec Compliance
-
babel-generator
,babel-parser
,babel-types
-
#15539 fix: Remove
mixins
andimplements
forDeclareInterface
andInterfaceDeclaration
(@liuxingbaoyu)
-
#15539 fix: Remove
🐛 Bug Fix
-
babel-core
,babel-generator
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-react-jsx
-
#15515 fix:
)
position withcreateParenthesizedExpressions
(@liuxingbaoyu)
-
#15515 fix:
-
babel-preset-env
💅 Polish
-
babel-types
- #15546 Improve the layout of generated validators (@liuxingbaoyu)
-
babel-core
-
#15535 Use
lt
instead oflte
to check TS version for .cts config (@nicolo-ribaudo)
-
#15535 Use
🏠 Internal
-
babel-core
-
#15575 Use synchronous
import.meta.resolve
(@nicolo-ribaudo)
-
#15575 Use synchronous
-
babel-helper-fixtures
,babel-preset-typescript
-
babel-helper-create-class-features-plugin
,babel-helper-create-regexp-features-plugin
-
#15548 Use
semver
package to compare versions (@nicolo-ribaudo)
-
#15548 Use
v7.21.4
🐛 Bug Fix
-
babel-core
,babel-helper-module-imports
,babel-preset-typescript
-
#15478 Fix support for
import/export
in.cts
files (@liuxingbaoyu)
-
#15478 Fix support for
-
babel-generator
💅 Polish
-
babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
,babel-plugin-transform-typescript
,babel-traverse
- #15427 Fix moving comments of removed nodes (@nicolo-ribaudo)
🏠 Internal
- Other
-
babel-parser
-
babel-code-frame
,babel-highlight
v7.21.3
👓 Spec Compliance
🐛 Bug Fix
-
babel-parser
-
babel-plugin-transform-typescript
-
#15489 Register
var
decls generated byimport ... =
TS transform (@amoeller) -
#15494 fix: Consider
export { type foo }
as type-only usage (@magic-akari)
-
#15489 Register
💅 Polish
-
babel-traverse
,babel-types
-
#15484 Skip node deprecation warnings when used by an old
@babel
package (@nicolo-ribaudo)
-
#15484 Skip node deprecation warnings when used by an old
-
babel-generator
-
#15480 chore: Improve
jsonCompatibleStrings
deprecation (@liuxingbaoyu)
-
#15480 chore: Improve
🏠 Internal
🔬 Output optimization
-
babel-plugin-transform-typescript
,babel-preset-typescript
- #15467 Optimize TS enums output (@liuxingbaoyu)
v7.21.0
🚀 New Feature
-
babel-core
,babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-private-methods
,babel-plugin-proposal-private-property-in-object
-
#15435 feat: Implement
privateFieldsAsSymbols
assumption for classes (@fwienber)
-
#15435 feat: Implement
-
babel-helper-create-regexp-features-plugin
,babel-plugin-proposal-regexp-modifiers
,babel-standalone
- #15226 feat: Support regexp modifiers proposal (@liuxingbaoyu)
-
babel-cli
,babel-core
,babel-generator
,babel-plugin-transform-destructuring
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-react-jsx
,babel-traverse
- #15022 feat: Generate sourcemaps of friendly call frames (@liuxingbaoyu)
-
babel-parser
,babel-types
-
#15384 [ts] Support
const
modifier in type parameters (@nicolo-ribaudo)
-
#15384 [ts] Support
-
babel-generator
,babel-helpers
,babel-parser
,babel-plugin-proposal-decorators
,babel-plugin-syntax-decorators
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
-
#15405 Implement decorators as presented at
2023-01
TC39 meeting (@nicolo-ribaudo)
-
#15405 Implement decorators as presented at
-
babel-parser
-
#15114 Parser option to allow
new.target
outside functions (@overlookmotel) -
#15320 Add
annexb: false
parser option to disable Annex B (@nicolo-ribaudo)
-
#15114 Parser option to allow
-
babel-core
-
#15283 feat: Support
.cts
as configuration file (@liuxingbaoyu)
-
#15283 feat: Support
-
babel-generator
,babel-parser
,babel-plugin-transform-typescript
-
#15381 [ts] Support
export type * from
(@nicolo-ribaudo)
-
#15381 [ts] Support
🐛 Bug Fix
-
babel-plugin-transform-typescript
- #15379 [ts5.0] Better inlining of constants in enums (@liuxingbaoyu)
-
babel-core
- #15366 handling circular/shared structures in deep-clone (@azizghuloum)
-
babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-class-static-block
,babel-plugin-proposal-private-methods
,babel-plugin-transform-classes
,babel-plugin-transform-new-target
-
babel-parser
,babel-plugin-transform-flow-comments
,babel-plugin-transform-flow-strip-types
,babel-types
- #15414 [ts] Fix restrictions for optional parameters (@nicolo-ribaudo)
💅 Polish
🏠 Internal
-
babel-core
-
#15137 Improve CJS compat with ESM-based
@babel/core
(@nicolo-ribaudo)
-
#15137 Improve CJS compat with ESM-based
🔬 Output optimization
-
babel-plugin-transform-typescript
- #15418 [ts] Handle exponentiation operator in constant folding (@ehoogeveen-medweb)
v7.20.12
🐛 Bug Fix
-
babel-traverse
-
babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
-
#15312 fix:
delete this
in static class properties initialization (@SuperSodaSea)
-
#15312 fix:
💅 Polish
v7.20.7
👓 Spec Compliance
-
babel-helper-member-expression-to-functions
,babel-helper-replace-supers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
- #15223 fix: Deleting super property should throw (@SuperSodaSea)
-
babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-object-super
- #15241 fix: Throw correct error types from sed ant class TDZ helpers (@SuperSodaSea)
🐛 Bug Fix
-
babel-parser
,babel-plugin-transform-typescript
- #15209 fix: Support auto accessors with TypeScript annotations (@liuxingbaoyu)
-
babel-traverse
-
#15287 Fix
.parentPath
after rename inSwitchCase
(@nicolo-ribaudo)
-
#15287 Fix
-
babel-plugin-transform-typescript
,babel-traverse
- #15284 fix: Ts import type and func with duplicate name (@liuxingbaoyu)
-
babel-plugin-transform-block-scoping
- #15278 Fix tdz analysis for reassigned captured for bindings (@nicolo-ribaudo)
-
babel-plugin-proposal-async-generator-functions
,babel-preset-env
-
#15235 fix: Transform
for await
with shadowed variables (@liuxingbaoyu)
-
#15235 fix: Transform
-
babel-generator
,babel-plugin-proposal-optional-chaining
-
#15258 fix: Correctly generate
(a ?? b) as T
(@liuxingbaoyu)
-
#15258 fix: Correctly generate
-
babel-plugin-transform-react-jsx
,babel-types
-
#15233 fix: Emit correct sourcemap ranges for
JSXText
(@liuxingbaoyu)
-
#15233 fix: Emit correct sourcemap ranges for
-
babel-core
,babel-helpers
,babel-plugin-transform-computed-properties
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #15232 fix: Computed properties should keep original definition order (@SuperSodaSea)
-
babel-helper-member-expression-to-functions
,babel-helper-replace-supers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
- #15223 fix: Deleting super property should throw (@SuperSodaSea)
-
babel-generator
-
#15216 fix: Print newlines for leading Comments of
TSEnumMember
(@liuxingbaoyu)
-
#15216 fix: Print newlines for leading Comments of
💅 Polish
-
babel-plugin-transform-block-scoping
,babel-traverse
- #15275 Improve relative execution tracking in fn exprs (@nicolo-ribaudo)
🏠 Internal
-
babel-helper-define-map
,babel-plugin-transform-property-mutators
-
#15274 Inline & simplify
@babel/helper-define-map
(@nicolo-ribaudo)
-
#15274 Inline & simplify
-
babel-core
,babel-plugin-proposal-class-properties
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-parameters
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-traverse
-
#15200 Rewrite
transform-block-scoping
plugin (@nicolo-ribaudo)
-
#15200 Rewrite
:running_woman: Performance
-
babel-helper-compilation-targets
-
#15228 perf: Speed up
getTargets
(@liuxingbaoyu)
-
#15228 perf: Speed up
v7.20.5
👓 Spec Compliance
-
babel-helpers
,babel-plugin-transform-destructuring
,babel-plugin-transform-modules-commonjs
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-traverse
- #15183 Improve array destructuring spec compliance (@SuperSodaSea)
-
babel-cli
,babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-class-static-block
,babel-plugin-transform-classes
,babel-plugin-transform-runtime
,babel-preset-env
-
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-proposal-private-property-in-object
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
🐛 Bug Fix
-
babel-parser
-
babel-helper-wrap-function
,babel-preset-env
,babel-traverse
-
#15181 fix: Edge cases for async functions and
noNewArrow
assumption (@liuxingbaoyu)
-
#15181 fix: Edge cases for async functions and
-
babel-plugin-transform-arrow-functions
,babel-plugin-transform-parameters
,babel-traverse
-
#15163 fix: Throw error when compiling
super()
in arrow functions with default / rest parameters (@SuperSodaSea)
-
#15163 fix: Throw error when compiling
-
babel-helpers
,babel-node
,babel-plugin-proposal-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
-
#15194 fix: Bump
regenerator
and add tests (@SuperSodaSea)
-
#15194 fix: Bump
-
babel-helper-create-regexp-features-plugin
-
#15192 fix: Update
regjsparser
for@babel/standalone
(@liuxingbaoyu)
-
#15192 fix: Update
-
babel-parser
,babel-types
- #15109 fix: Babel 8 types (@liuxingbaoyu)
-
babel-generator
-
#15143 Don't print inner comments as leading when wrapping in
(``)
(@nicolo-ribaudo)
-
#15143 Don't print inner comments as leading when wrapping in
-
babel-plugin-transform-block-scoping
,babel-traverse
-
#15167 Register
switch
'sdiscriminant
in the outer scope (@nicolo-ribaudo)
-
#15167 Register
💅 Polish
-
babel-generator
-
#15173 Improve generator behavior when
comments:false
(@liuxingbaoyu)
-
#15173 Improve generator behavior when
-
babel-plugin-transform-block-scoping
- #15164 Only extract IDs for TDZ checks in assign when necessary (@nicolo-ribaudo)
🏠 Internal
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot