Bump @babel/preset-env from 7.12.11 to 7.16.8
Created by: dependabot[bot]
Bumps @babel/preset-env from 7.12.11 to 7.16.8.
Release notes
Sourced from @babel/preset-env
's releases.
v7.16.8 (2022-01-10)
Thanks
@imtaotao
and@ozanhonamlioglu
for your first PRs!
🐛 Bug Fix
babel-generator
,babel-plugin-syntax-typescript
,babel-plugin-transform-parameters
- #14113 Print trailing comma after a single TS generic in arrow fns (
@ozanhonamlioglu
)babel-traverse
babel-register
- #14107 Don't mutate
@babel/register
options (@nicolo-ribaudo
)babel-plugin-transform-modules-commonjs
- #14097 Register binding for newly created vars for commonjs transforms (
@The-x-Theorist
)babel-plugin-transform-typescript
- #14093 Fix TypeScript Enum self-references (
@magic-akari
)
💅 Polish
babel-generator
- #14094 Always print directives with double quotes when minified (
@overlookmotel
)
🏠 Internal
babel-helper-fixtures
,babel-plugin-proposal-record-and-tuple
,babel-preset-env
- #14118 Always use the plugin/preset name in fixtures options (
@nicolo-ribaudo
)
🔬 Output optimization
babel-helper-remap-async-to-generator
,babel-helper-wrap-function
,babel-plugin-transform-async-to-generator
- #14122 Optimize
transform-async-to-generator
output (@magic-akari
)Committers: 8
- Arthur (
@imtaotao
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- Ozan H. (
@ozanhonamlioglu
)- Sneh Khatri (
@The-x-Theorist
)- Sosuke Suzuki (
@sosukesuzuki
)@overlookmotel
- magic-akari (
@magic-akari
)v7.16.7 (2021-12-31)
Thanks
@exb
for your first PR!
👓 Spec Compliance
🐛 Bug Fix
... (truncated)
Changelog
Sourced from @babel/preset-env
's changelog.
v7.16.8 (2022-01-10)
🐛 Bug Fix
babel-generator
,babel-plugin-syntax-typescript
,babel-plugin-transform-parameters
- #14113 Print trailing comma after a single TS generic in arrow fns (
@ozanhonamlioglu
)babel-traverse
babel-register
- #14107 Don't mutate
@babel/register
options (@nicolo-ribaudo
)babel-plugin-transform-modules-commonjs
- #14097 Register binding for newly created vars for commonjs transforms (
@The-x-Theorist
)babel-plugin-transform-typescript
- #14093 Fix TypeScript Enum self-references (
@magic-akari
)
💅 Polish
babel-generator
- #14094 Always print directives with double quotes when minified (
@overlookmotel
)
🏠 Internal
babel-helper-fixtures
,babel-plugin-proposal-record-and-tuple
,babel-preset-env
- #14118 Always use the plugin/preset name in fixtures options (
@nicolo-ribaudo
)
🔬 Output optimization
babel-helper-remap-async-to-generator
,babel-helper-wrap-function
,babel-plugin-transform-async-to-generator
- #14122 Optimize
transform-async-to-generator
output (@magic-akari
)v7.16.7 (2021-12-31)
👓 Spec Compliance
🐛 Bug Fix
babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel-helpers
- #14072 Fix derived classes in Chrome <= 36 (
@nicolo-ribaudo
)babel-helper-function-name
,babel-plugin-transform-function-name
- #14047 Fix unicode handling in generated function names (
@The-x-Theorist
)
💅 Polish
babel-core
- #14067 Allow
$schema
property in json config files (@The-x-Theorist
)v7.16.6 (2021-12-14)
🐛 Bug Fixv7.16.5 (2021-12-13)
👓 Spec Compliance
... (truncated)
Commits
-
bc0d1ef
v7.16.8 -
213397b
Always use the plugin/preset name in fixtures options (#14118) -
53ac687
Updatecore-js
3 (#14108) -
23e8840
v7.16.7 -
d1cabf6
[babel 8] Add"exports"
to every package (#14013) -
7b7ab94
v7.16.5 -
c59870c
Mark class prototype as read-only (#12115) -
2d989a9
Run tests in a native Node.js ESM environment (#13966) -
29de280
Use Node.js interop when importinglib
intest
(#13995) -
0058b7f
Migrate Babel from Flow to TypeScript (except Babel parser) (#11578) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)