Bump @babel/preset-env from 7.9.5 to 7.22.7 in /backend
Created by: dependabot[bot]
Bumps @babel/preset-env from 7.9.5 to 7.22.7.
Release notes
Sourced from @babel/preset-env
's releases.
v7.22.7 (2023-07-06)
🐛 Bug Fix
babel-generator
- #15719 fix: Avoid internally generating negative source maps columns (
@liuxingbaoyu
)babel-core
,babel-traverse
- #15725 Use
NodePath#hub
as part of the paths cache key (@nicolo-ribaudo
)- Other
🏠 Internal
babel-core
,babel-traverse
- #15702 Refactor visitors merging (
@nullableVoidPtr
)Committers: 4
- Avery (
@nullableVoidPtr
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
v7.22.6 (2023-07-04)
🐛 Bug Fix
babel-compat-data
,babel-helper-compilation-targets
,babel-preset-env
babel-plugin-transform-optional-chaining
- #15739 Fix transform of
delete a?.b
in function params (@nicolo-ribaudo
)babel-helper-split-export-declaration
,babel-plugin-transform-modules-commonjs
- #15736 fix: Default export for duplicate names (
@liuxingbaoyu
)babel-compat-data
,babel-preset-env
babel-helpers
,babel-plugin-proposal-explicit-resource-management
,babel-runtime-corejs3
,babel-runtime
- #15705 Fix handling of sync error in
@@asyncDispose
(@nicolo-ribaudo
)babel-standalone
- #15707 fix: Support transforming Explicit Resource Management in
stage-2
(@liuxingbaoyu
)babel-core
- #15626 fix: Works correctly with
--frozen-intrinsics
(@liuxingbaoyu
)
🏠 Internal
babel-helper-create-class-features-plugin
,babel-plugin-transform-classes
🔬 Output optimization
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-transform-class-properties
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-typescript
- #15740 Compress output for optional chain with multiple
?.
(@nicolo-ribaudo
)babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-class-properties
,babel-plugin-transform-nullish-coalescing-operator
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-private-property-in-object
,babel-traverse
- #15741 Inject tmp vars in the params list of IIFEs when possible (
@nicolo-ribaudo
)Committers: 5
- Babel Bot (
@babel-bot
)
... (truncated)
Changelog
Sourced from @babel/preset-env
's changelog.
v7.22.7 (2023-07-06)
🐛 Bug Fix
babel-generator
- #15719 fix: Avoid internally generating negative source maps columns (
@liuxingbaoyu
)babel-core
,babel-traverse
- #15725 Use
NodePath#hub
as part of the paths cache key (@nicolo-ribaudo
)- Other
🏠 Internal
babel-core
,babel-traverse
- #15702 Refactor visitors merging (
@nullableVoidPtr
)v7.22.6 (2023-07-04)
🐛 Bug Fix
babel-compat-data
,babel-helper-compilation-targets
,babel-preset-env
babel-plugin-transform-optional-chaining
- #15739 Fix transform of
delete a?.b
in function params (@nicolo-ribaudo
)babel-helper-split-export-declaration
,babel-plugin-transform-modules-commonjs
- #15736 fix: Default export for duplicate names (
@liuxingbaoyu
)babel-compat-data
,babel-preset-env
babel-helpers
,babel-plugin-proposal-explicit-resource-management
,babel-runtime-corejs3
,babel-runtime
- #15705 Fix handling of sync error in
@@asyncDispose
(@nicolo-ribaudo
)babel-standalone
- #15707 fix: Support transforming Explicit Resource Management in
stage-2
(@liuxingbaoyu
)babel-core
- #15626 fix: Works correctly with
--frozen-intrinsics
(@liuxingbaoyu
)
🏠 Internal
babel-helper-create-class-features-plugin
,babel-plugin-transform-classes
🔬 Output optimization
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-transform-class-properties
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-typescript
- #15740 Compress output for optional chain with multiple
?.
(@nicolo-ribaudo
)babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-class-properties
,babel-plugin-transform-nullish-coalescing-operator
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-private-property-in-object
,babel-traverse
- #15741 Inject tmp vars in the params list of IIFEs when possible (
@nicolo-ribaudo
)v7.22.5 (2023-06-08)
🐛 Bug Fix
babel-preset-env
,babel-standalone
- #15675 Fix using
syntax-unicode-sets-regex
in standalone (@nicolo-ribaudo
)
💅 Polish
babel-core
- #15683 Suggest
-transform-
when resolving missing plugins (@nicolo-ribaudo
)v7.22.4 (2023-05-29)
... (truncated)
Commits
-
b16081e
v7.22.7 -
b60e0c2
Update polyfills packages (#15749) -
b5c2669
chore: Update TS 5.1 (#15681) -
4e431d1
v7.22.6 -
e8c596c
Add opera mobile compat data (#15727) -
230ea2c
Use forkedsemver@6
with backported security fixes (#15742) -
134aa17
Update compat data (#15732) -
e827372
update compat-data sources (#15726) -
be8fccd
chore: Runreadmes.js
in CI (#15690) -
2fcd653
Update compat data (#15692) - 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)