Bump @babel/core from 7.21.0 to 7.21.3 in /webapp
Bumps @babel/core from 7.21.0 to 7.21.3.
Release notes
Sourced from @babel/core
's releases.
v7.21.3 (2023-03-14)
Thanks
@amoeller
,@Harpica
, and@nzakas
for your first PRs!
👓 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
)
💅 Polish
babel-traverse
,babel-types
- #15484 Skip node deprecation warnings when used by an old
@babel
package (@nicolo-ribaudo
)babel-generator
- #15480 chore: Improve
jsonCompatibleStrings
deprecation (@liuxingbaoyu
)
🏠 Internal
🔬 Output optimization
babel-plugin-transform-typescript
,babel-preset-typescript
- #15467 Optimize TS enums output (
@liuxingbaoyu
)Committers: 8
- Alexandra Kadykova (
@Harpica
)- Anders Møller (
@amoeller
)- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicholas C. Zakas (
@nzakas
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
- magic-akari (
@magic-akari
)v7.21.2 (2023-02-23)
👓 Spec Compliance
babel-parser
- #15439 fix: Throws on
new foo?.bar!()
(@liuxingbaoyu
)
💅 Polish
babel-traverse
,babel-types
- #15448 Reduce warnings for deprecated node aliases (
@nicolo-ribaudo
)
🏠 Internal
babel-types
... (truncated)
Changelog
Sourced from @babel/core
's changelog.
v7.21.3 (2023-03-14)
👓 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
)
💅 Polish
babel-traverse
,babel-types
- #15484 Skip node deprecation warnings when used by an old
@babel
package (@nicolo-ribaudo
)babel-generator
- #15480 chore: Improve
jsonCompatibleStrings
deprecation (@liuxingbaoyu
)
🏠 Internal
🔬 Output optimization
babel-plugin-transform-typescript
,babel-preset-typescript
- #15467 Optimize TS enums output (
@liuxingbaoyu
)v7.21.2 (2023-02-23)
👓 Spec Compliance
babel-parser
- #15439 fix: Throws on
new foo?.bar!()
(@liuxingbaoyu
)
💅 Polish
babel-traverse
,babel-types
- #15448 Reduce warnings for deprecated node aliases (
@nicolo-ribaudo
)
🏠 Internal
🔬 Output optimization
babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
- #15449 Avoid unnecessary code for unused lazy imports (
@nicolo-ribaudo
)v7.21.1 (2023-02-20)
🐛 Bug Fix
babel-core
,babel-parser
- #15440 Fix problems found while publishing 7.21.0 (
@nicolo-ribaudo
)babel-generator
- #15445 fix: Handling source maps without
sourcesContent
(@liuxingbaoyu
)
... (truncated)
Commits
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts