Bump @babel/core from 7.12.17 to 7.21.4 in /webapp
Created by: dependabot[bot]
Bumps @babel/core from 7.12.17 to 7.21.4.
Release notes
Sourced from @babel/core
's releases.
v7.21.4 (2023-03-31)
🐛 Bug Fix
babel-core
,babel-helper-module-imports
,babel-preset-typescript
- #15478 Fix support for
import/export
in.cts
files (@liuxingbaoyu
)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
Committers: 6
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- Ryan Tsao (
@rtsao
)@liuxingbaoyu
- fisker Cheung (
@fisker
)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
... (truncated)
Changelog
Sourced from @babel/core
's changelog.
v7.21.4 (2023-03-31)
🐛 Bug Fix
babel-core
,babel-helper-module-imports
,babel-preset-typescript
- #15478 Fix support for
import/export
in.cts
files (@liuxingbaoyu
)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 (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
)
... (truncated)
Commits
-
202e4fa
v7.21.4 -
fad4e77
Fix support forimport/export
in.cts
files (#15478) -
c515f66
[babel 8] Remove old error plugin mappings for default syntax (#15526) -
fe7c9a0
[babel 8] Better file ext handling for TS and Flow presets (#14955) -
032203e
chore: Update TS 5.0.2 (#15502) -
fbfbd1d
v7.21.3 -
4035521
chore: Enable ruleno-confusing-void-expression
(#15485) -
7feaa36
Fix problems found while publishing 7.21.0 (#15440) -
de7d75a
v7.21.0 -
3e60843
feat: ImplementprivateFieldsAsSymbols
assumption for classes (#15435) - Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)