Bump @babel/cli from 7.8.4 to 7.19.3 in /backend
Created by: dependabot[bot]
Bumps @babel/cli from 7.8.4 to 7.19.3.
Release notes
Sourced from @babel/cli
'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/cli
'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 -
bf3b20a
tests: fix coverage forbabel-cli
(#14965) -
40a6d42
Emit@babel/cli
source maps based on configuration files (#14950) -
9f603cf
v7.18.10 -
029fa17
chore: update lint deps (#14803) -
bfb4f98
chore: expand prettier-e2e test and update typings/deps (#14779) -
a483aa2
Convert@babel/parser
to TypeScript (#14783) -
b807206
Enforce type checking onbabel-{cli,node}
(#14765) -
f1ac290
v7.18.9 -
ea99182
Print a message when the watcher ofbabel-cli
is ready. (#14748) - 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)