Bump @babel/preset-env from 7.12.7 to 7.21.4
Created by: dependabot[bot]
Bumps @babel/preset-env from 7.12.7 to 7.21.4.
Release notes
Sourced from @babel/preset-env
'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/preset-env
'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 -
032203e
chore: Update TS 5.0.2 (#15502) -
15bd88c
Fix regression test to use the proper Babel version (#15476) -
9a85d70
chore: Updatecaniuse-lite
(#15468) -
34136c5
docs: fix typos (#15432) -
382d284
fix: Transformfor await
with shadowed variables (#15235) -
6757a60
Rewritetransform-block-scoping
plugin (#15200) -
c78fc49
fix: Edge cases for async functions andnoNewArrow
assumption (#15181) -
f8b47f9
Improve array destructuring spec compliance (#15183) -
871fd5e
Update compat data (#15204) - 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)