knockback
knockback copied to clipboard
Bump @babel/preset-env from 7.18.10 to 7.20.2
Bumps @babel/preset-env from 7.18.10 to 7.20.2.
Release notes
Sourced from @babel/preset-env
's releases.
v7.20.2 (2022-11-04)
:bug: Bug Fix
babel-core
,babel-helper-create-class-features-plugin
,babel-helper-module-transforms
,babel-helper-plugin-utils
,babel-helper-simple-access
,babel-node
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-react-constant-elements
,babel-preset-env
,babel-standalone
,babel-types
- #15124 fix:
@babel/node
repl and enableno-use-before-define
rule (@liuxingbaoyu
)babel-plugin-transform-typescript
- #15121 fix:
tsSatisfiesExpression
check with different duplicated@babel/types
versions (@liuxingbaoyu
)babel-parser
- #15094 fix:
parser
typings for plugins (@liuxingbaoyu
)babel-generator
- #15118 Improve printing of [no LineTerminator here] with comments (
@nicolo-ribaudo
)babel-plugin-proposal-decorators
,babel-plugin-proposal-object-rest-spread
,babel-plugin-transform-jscript
babel-plugin-transform-destructuring
- #15104 fix: Destructuring exceptions
for ( let { } = 0 ; 0 ; )
(@liuxingbaoyu
)Committers: 3
- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
v7.20.1 (2022-11-01)
Thanks
@ptomato
for your first pull request!:bug: Bug Fix
babel-plugin-proposal-async-generator-functions
- #15103 fix: Compile re-declare var in
init
andbody
offor await
(@liuxingbaoyu
)babel-plugin-proposal-class-properties
,babel-traverse
- #15106 Do not mark
in
andinstanceof
as constant expressions (@nicolo-ribaudo
)babel-helpers
,babel-plugin-proposal-duplicate-named-capturing-groups-regex
,babel-plugin-transform-named-capturing-groups-regex
babel-parser
- #15102 fix: Parse re-declare var in class static body (
@liuxingbaoyu
)- #15096 fix:
a satisfies b
as lval (@liuxingbaoyu
)babel-helpers
,babel-plugin-proposal-duplicate-named-capturing-groups-regex
babel-plugin-transform-async-to-generator
,babel-plugin-transform-parameters
,babel-preset-env
- #15081 Move the generator body to a gen IIFE when compiling its params (
@nicolo-ribaudo
):house: Internal
babel-generator
- #15080 Automatically print inner comments (
@nicolo-ribaudo
)Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- Philip Chimento (
@ptomato
)@liuxingbaoyu
... (truncated)
Changelog
Sourced from @babel/preset-env
's changelog.
v7.20.2 (2022-11-04)
:bug: Bug Fix
babel-core
,babel-helper-create-class-features-plugin
,babel-helper-module-transforms
,babel-helper-plugin-utils
,babel-helper-simple-access
,babel-node
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-react-constant-elements
,babel-preset-env
,babel-standalone
,babel-types
- #15124 fix:
@babel/node
repl and enableno-use-before-define
rule (@liuxingbaoyu
)babel-plugin-transform-typescript
- #15121 fix:
tsSatisfiesExpression
check with different duplicated@babel/types
versions (@liuxingbaoyu
)babel-parser
- #15094 fix:
parser
typings for plugins (@liuxingbaoyu
)babel-generator
- #15118 Improve printing of [no LineTerminator here] with comments (
@nicolo-ribaudo
)babel-plugin-proposal-decorators
,babel-plugin-proposal-object-rest-spread
,babel-plugin-transform-jscript
babel-plugin-transform-destructuring
- #15104 fix: Destructuring exceptions
for ( let { } = 0 ; 0 ; )
(@liuxingbaoyu
)v7.20.1 (2022-11-01)
:bug: Bug Fix
babel-plugin-proposal-async-generator-functions
- #15103 fix: Compile re-declare var in
init
andbody
offor await
(@liuxingbaoyu
)babel-plugin-proposal-class-properties
,babel-traverse
- #15106 Do not mark
in
andinstanceof
as constant expressions (@nicolo-ribaudo
)babel-helpers
,babel-plugin-proposal-duplicate-named-capturing-groups-regex
,babel-plugin-transform-named-capturing-groups-regex
babel-parser
- #15102 fix: Parse re-declare var in class static body (
@liuxingbaoyu
)- #15096 fix:
a satisfies b
as lval (@liuxingbaoyu
)babel-helpers
,babel-plugin-proposal-duplicate-named-capturing-groups-regex
babel-plugin-transform-async-to-generator
,babel-plugin-transform-parameters
,babel-preset-env
- #15081 Move the generator body to a gen IIFE when compiling its params (
@nicolo-ribaudo
):house: Internal
babel-generator
- #15080 Automatically print inner comments (
@nicolo-ribaudo
)v7.20.0 (2022-10-27)
:rocket: New Feature
babel-compat-data
,babel-helper-compilation-targets
,babel-preset-env
babel-plugin-syntax-typescript
- #14923 Expose
dts
option in@babel/plugin-syntax-typescript
(@oceandrama
)babel-generator
,babel-parser
,babel-plugin-syntax-explicit-resource-management
,babel-plugin-transform-block-scoping
,babel-plugin-transform-destructuring
,babel-standalone
,babel-traverse
,babel-types
babel-generator
,babel-parser
,babel-plugin-syntax-import-reflection
,babel-standalone
,babel-types
babel-generator
,babel-helper-skip-transparent-expression-wrappers
,babel-parser
,babel-plugin-transform-typescript
,babel-traverse
,babel-types
- #14211 [ts] Add support for
expr satisfies Type
expressions (@nicolo-ribaudo
):bug: Bug Fix
... (truncated)
Commits
12a58cb
v7.20.277f3700
fix:@babel/node
repl and enableno-use-before-define
rule (#15124)082caa1
Move the generator body to a gen IIFE when compiling its params (#15081)745eacc
Adddeno
compilation target (#14944)69bbe80
Updateregenerator-runtime
(#15078)34ae281
fix: preserve this forsuper.*
template tags (#15043)7a38850
v7.19.4d45d59a
Improve comments generation (#14979)593fd9e
Internally renameproposal-*
totransform-*
in preset-env (#14976)3d46a59
v7.19.3- 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.