dependabot-npm_and_yarn-babel-runtime-corejs3-7.21.0
master
Bumps @babel/runtime-corejs3 from 7.20.13 to 7.21.0.
Sourced from @babel/runtime-corejs3's releases.
@babel/runtime-corejs3
v7.21.0 (2023-02-20) Thanks @azizghuloum, @ehoogeveen-medweb, @fwienber, and @Lioness100 for your first PRs! 🚀 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) 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) 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) babel-parser #15114 Parser option to allow new.target outside functions (@overlookmotel) #15320 Add annexb: false parser option to disable Annex B (@nicolo-ribaudo) babel-core #15283 feat: Support .cts as configuration file (@liuxingbaoyu) babel-generator, babel-parser, babel-plugin-transform-typescript #15381 [ts] Support export type * from (@nicolo-ribaudo) 🐛 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 #15406 Preserve class elements comments in class transform (@JLHwung) 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 babel-parser #15400 polish: improve "await as identifier" error in modules (@JLHwung) 🏠 Internal babel-core #15137 Improve CJS compat with ESM-based @babel/core (@nicolo-ribaudo) 🔬 Output optimization babel-plugin-transform-typescript #15418 [ts] Handle exponentiation operator in constant folding (@ehoogeveen-medweb) Committers: 11 Abdulaziz Ghuloum (@azizghuloum) Babel Bot (@babel-bot) Emanuel Hoogeveen (@ehoogeveen-medweb) Frank Wienberg (@fwienber)
Thanks @azizghuloum, @ehoogeveen-medweb, @fwienber, and @Lioness100 for your first PRs!
@azizghuloum
@ehoogeveen-medweb
@fwienber
@Lioness100
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
privateFieldsAsSymbols
babel-helper-create-regexp-features-plugin
babel-plugin-proposal-regexp-modifiers
babel-standalone
@liuxingbaoyu
babel-cli
babel-generator
babel-plugin-transform-destructuring
babel-plugin-transform-modules-commonjs
babel-plugin-transform-react-jsx
babel-traverse
babel-parser
babel-types
const
@nicolo-ribaudo
babel-helpers
babel-plugin-proposal-decorators
babel-plugin-syntax-decorators
babel-runtime-corejs2
babel-runtime-corejs3
babel-runtime
2023-01
new.target
@overlookmotel
annexb: false
.cts
babel-plugin-transform-typescript
export type * from
babel-plugin-proposal-class-static-block
babel-plugin-transform-classes
babel-plugin-transform-new-target
@JLHwung
babel-plugin-transform-flow-comments
babel-plugin-transform-flow-strip-types
await
@babel/core
@babel-bot
... (truncated)
Sourced from @babel/runtime-corejs3's changelog.
v7.21.0 (2023-02-20) 🚀 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) 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) 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) babel-parser #15114 Parser option to allow new.target outside functions (@overlookmotel) #15320 Add annexb: false parser option to disable Annex B (@nicolo-ribaudo) babel-core #15283 feat: Support .cts as configuration file (@liuxingbaoyu) babel-generator, babel-parser, babel-plugin-transform-typescript #15381 [ts] Support export type * from (@nicolo-ribaudo) 🐛 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 #15406 Preserve class elements comments in class transform (@JLHwung) 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 babel-parser #15400 polish: improve "await as identifier" error in modules (@JLHwung) 🏠 Internal babel-core #15137 Improve CJS compat with ESM-based @babel/core (@nicolo-ribaudo) 🔬 Output optimization babel-plugin-transform-typescript #15418 [ts] Handle exponentiation operator in constant folding (@ehoogeveen-medweb) v7.20.15 (2023-02-02) 👓 Spec Compliance babel-parser #15391 Disallow await as bound name in using declaration (@JLHwung) babel-generator, babel-parser, babel-plugin-proposal-export-namespace-from #15385 Disallows specifiers after export * as ns (@JLHwung)
babel-plugin-proposal-export-namespace-from
de7d75a
eae47c9
$dependabot rebase
$dependabot recreate
added 4 commits
795194a0
Compare with previous version
No dependencies set.
The note is not visible to the blocked user.
Bumps @babel/runtime-corejs3 from 7.20.13 to 7.21.0.
Release notes
Sourced from
@babel/runtime-corejs3's releases.... (truncated)
Changelog
Sourced from
@babel/runtime-corejs3's changelog.... (truncated)
Commits
de7d75av7.21.0eae47c9Implement decorators as presented at2023-01TC39 meeting (#15405)Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsadded 4 commits
master795194a0- Build(deps-dev): bump @babel/runtime-corejs3 from 7.20.13 to 7.21.0Compare with previous version