Bump @babel/preset-env from 7.21.5 to 7.22.4
Created by: dependabot[bot]
Bumps @babel/preset-env from 7.21.5 to 7.22.4.
Release notes
Sourced from @babel/preset-env
's releases.
v7.22.4 (2023-05-29)
🐛 Bug Fix
babel-traverse
- #15649 Set
shorthand: false
when renaming an identifier inside an object property (@coderaiser
)
🏠 Internal
babel-types
- #15666 Add missing
attributes
/assertions
toVISITOR_KEYS
(@nicolo-ribaudo
)babel-parser
- #15667 Mark
assert
attributes withextra.deprecatedAssertSyntax
(@nicolo-ribaudo
)Committers: 3
- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- coderaiser (
@coderaiser
)v7.22.3 (2023-05-27)
- Re-publish all the package published in 7.22.0 that hadn't been republished yet. We accidentally published them with a
package.json
file containing"type": "script"
instead of"type": "commonjs"
(#15664).v7.22.2 (2023-05-26)
🐛 Bug Fix
babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
- #15660 Fix importing symbol polyfill in
@babel/runtime-corejs2
(@nicolo-ribaudo
)Committers: 1
- Nicolò Ribaudo (
@nicolo-ribaudo
)v7.22.1 (2023-05-26)
🐛 Bug Fix
babel-preset-env
- #15658 Workaround for broken babel-preset-react-app (
@nicolo-ribaudo
)Committers: 2
- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
v7.22.0 (2023-05-26)
🚀 New Feature
babel-parser
,babel-plugin-transform-typescript
- #15497 [ts] Support
import ... =
andexport =
in scripts (@nicolo-ribaudo
)babel-compat-data
,babel-core
,babel-plugin-proposal-unicode-sets-regex
,babel-plugin-transform-unicode-sets-regex
,babel-preset-env
,babel-standalone
babel-helpers
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
- #15633 Implement transform support for
using
declarations (@nicolo-ribaudo
)babel-plugin-proposal-import-attributes-to-assertions
... (truncated)
Changelog
Sourced from @babel/preset-env
's changelog.
v7.22.4 (2023-05-29)
🐛 Bug Fix
babel-traverse
- #15649 Set
shorthand: false
when renaming an identifier inside an object property (@coderaiser
)
🏠 Internal
babel-types
- #15666 Add missing
attributes
/assertions
toVISITOR_KEYS
(@nicolo-ribaudo
)babel-parser
- #15667 Mark
assert
attributes withextra.deprecatedAssertSyntax
(@nicolo-ribaudo
)v7.22.3 (2023-05-27)
- Re-publish all the package published in 7.22.0 that hadn't been republished yet. We accidentally published them with a
package.json
file containing"type": "script"
instead of"type": "commonjs"
(#15664).v7.22.2 (2023-05-26)
🐛 Bug Fix
babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
- #15660 Fix importing symbol polyfill in
@babel/runtime-corejs2
(@nicolo-ribaudo
)v7.22.1 (2023-05-26)
🐛 Bug Fix
babel-preset-env
- #15658 Workaround for broken babel-preset-react-app (
@nicolo-ribaudo
)v7.22.0 (2023-05-26)
🚀 New Feature
babel-parser
,babel-plugin-transform-typescript
- #15497 [ts] Support
import ... =
andexport =
in scripts (@nicolo-ribaudo
)babel-compat-data
,babel-core
,babel-plugin-proposal-unicode-sets-regex
,babel-plugin-transform-unicode-sets-regex
,babel-preset-env
,babel-standalone
babel-helpers
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
- #15633 Implement transform support for
using
declarations (@nicolo-ribaudo
)babel-plugin-proposal-import-attributes-to-assertions
- #15620 Create
@babel/plugin-proposal-import-attributes-to-assertions
(@nicolo-ribaudo
)babel-core
,babel-generator
,babel-parser
,babel-plugin-syntax-import-attributes
,babel-preset-env
,babel-standalone
,babel-types
- #15536 Add support for the updated import attributes proposal (
@nicolo-ribaudo
)babel-generator
,babel-parser
,babel-traverse
,babel-types
babel-core
,babel-helper-create-regexp-features-plugin
,babel-parser
babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-syntax-decorators
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #15570 Add decorators version
2023-05
(@nicolo-ribaudo
)
💅 Polish
babel-plugin-transform-react-constant-elements
,babel-plugin-transform-react-jsx
,babel-traverse
,babel-types
- #15549 Improve type definitions for validators (
@liuxingbaoyu
)
... (truncated)
Commits
-
eb4aa87
v7.22.4 -
a516e15
update babel deps (#15662) -
0cdc1cc
v7.22.2 -
9e3ea11
Fix importing symbol polyfill in@babel/runtime-corejs2
(#15660) -
ae5f073
v7.22.1 -
92e31fc
Workaround for broken babel-preset-react-app (#15658) -
f64974d
chore: Improve development experience about global variables (#15646) -
389ecb0
v7.22.0 -
067c438
Update compat data (#15651) -
696784a
Addunicode-sets-regex
transform topreset-env
(#15636) - 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)