Bump @babel/preset-env from 7.12.11 to 7.19.3
Created by: dependabot[bot]
Bumps @babel/preset-env from 7.12.11 to 7.19.3.
Release notes
Sourced from @babel/preset-env
's releases.
v7.19.3 (2022-09-27)
🐛 Bug Fix
babel-plugin-proposal-decorators
- #8566 Correctly update bindings of decorated class declarations (
@nicolo-ribaudo
)babel-parser
- #14974 fix: Normal parsing of
JSXText
followingJSXSpreadChild
(@liuxingbaoyu
)- #14941 fix: Support local exports in TS
declare module
s (@liuxingbaoyu
)- #14940 fix: allow ts redeclaration with
import =
andvar
(@liuxingbaoyu
)babel-generator
- #14962 Fix printing of Flow internal slot functions (
@liuxingbaoyu
)babel-cli
- #14950 Emit
@babel/cli
source maps based on configuration files (@liuxingbaoyu
)babel-plugin-transform-typescript
- #14946 fix: ts exported vars are shadowed by
declare
(@liuxingbaoyu
)
💅 Polish
babel-core
- #14954 Optional filename when preset uses fn test/include/exclude (
@nicolo-ribaudo
)
🏠 Internal
babel-helper-compilation-targets
,babel-helper-transform-fixture-test-runner
,babel-parser
,babel-preset-env
,babel-traverse
- #14961 chore: use
c8
for coverage testing (@liuxingbaoyu
)
🔬 Output optimization
babel-plugin-transform-typescript
- #14952 [ts] remove nested
declare namespace
(@liuxingbaoyu
)Committers: 4
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
v7.19.2 (2022-09-15)
🐛 Bug FixCommitters: 1
- Huáng Jùnliàng (
@JLHwung
)v7.19.1 (2022-09-14)
Thanks
@hegemonic
for your first PR!
🐛 Bug Fix
babel-core
- #14930 Avoid fancy stack traces size computation (
@nicolo-ribaudo
)
... (truncated)
Changelog
Sourced from @babel/preset-env
's changelog.
v7.19.3 (2022-09-27)
🐛 Bug Fix
babel-plugin-proposal-decorators
- #8566 Correctly update bindings of decorated class declarations (
@nicolo-ribaudo
)babel-parser
- #14974 fix: Normal parsing of
JSXText
followingJSXSpreadChild
(@liuxingbaoyu
)- #14941 fix: Support local exports in TS
declare module
s (@liuxingbaoyu
)- #14940 fix: allow ts redeclaration with
import =
andvar
(@liuxingbaoyu
)babel-generator
- #14962 Fix printing of Flow internal slot functions (
@liuxingbaoyu
)babel-cli
- #14950 Emit
@babel/cli
source maps based on configuration files (@liuxingbaoyu
)babel-plugin-transform-typescript
- #14946 fix: ts exported vars are shadowed by
declare
(@liuxingbaoyu
)
💅 Polish
babel-core
- #14954 Optional filename when preset uses fn test/include/exclude (
@nicolo-ribaudo
)
🏠 Internal
babel-helper-compilation-targets
,babel-helper-transform-fixture-test-runner
,babel-parser
,babel-preset-env
,babel-traverse
- #14961 chore: use
c8
for coverage testing (@liuxingbaoyu
)
🔬 Output optimization
babel-plugin-transform-typescript
- #14952 [ts] remove nested
declare namespace
(@liuxingbaoyu
)v7.19.2 (2022-09-15)
🐛 Bug Fixv7.19.1 (2022-09-14)
🐛 Bug Fix
babel-core
- #14930 Avoid fancy stack traces size computation (
@nicolo-ribaudo
)babel-traverse
- Other
babel-parser
- #14920 [estree] attach comments after directives at the end of file (
@hegemonic
)- #14900 [ts] allow redeclaring a var/type with the same name as import (
@liuxingbaoyu
)babel-plugin-transform-typescript
v7.19.0 (2022-09-05)
👓 Spec Compliance
babel-parser
... (truncated)
Commits
-
3d46a59
v7.19.3 -
c602be9
chore: usec8
for coverage testing (#14961) -
aad7eb7
Bundle most packages in Babel 8 (#14179) -
eb621ac
v7.19.1 -
bb8774d
chore: Update compat-data (#14924) -
70a13e4
v7.19.0 -
05deb60
Enableban-ts-comment
(#14908) -
eec9574
chore: add eslint ruleconsistent-type-imports
(#14901) -
1516a42
tc39/ecma262#2819
#14877) -
9f603cf
v7.18.10 - 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)