Created by: dependabot-preview[bot]
Bumps @babel/cli from 7.6.4 to 7.7.0.
Release notes
Sourced from @babel/cli's releases.
v7.7.0 (2019-11-05)
👓 Spec Compliance
babel-types
- #10621 throw a TypeError if identifier validation fails. (@dentrado)
babel-parser
🚀 New Feature
babel-generator
,babel-helper-create-class-features-plugin
,babel-parser
,babel-plugin-transform-typescript
,babel-preset-typescript
,babel-types
- #10545 Add support for TS declare modifier on fields. (@nicolo-ribaudo)
babel-core
,babel-parser
,babel-preset-typescript
- #10363 @babel/parser error recovery. (@nicolo-ribaudo)
babel-core
- #10599 Add support for .cjs config files. (@nicolo-ribaudo)
- #10501 Add support for babel.config.json. (@devongovett)
- #10361 feat: if code frame error is on a single line, highlight the whole path. (@SimenB)
babel-plugin-syntax-top-level-await
,babel-preset-env
- #10573 Create @babel/plugin-syntax-top-level-await. (@nicolo-ribaudo)
babel-helper-builder-react-jsx
,babel-plugin-transform-react-jsx
,babel-preset-react
- #10572 [transform-react-jsx] Add useSpread option to transform JSX. (@ivandevp)
babel-generator
,babel-parser
,babel-plugin-proposal-decorators
,babel-plugin-syntax-flow
,babel-types
babel-plugin-transform-function-name
,babel-plugin-transform-modules-umd
,babel-preset-env
- #10477 Changes UMD callsite to be more likely to pass in the intended object.. (@MicahZoltu)
babel-parser
- #10449 Create parser plugin "topLevelAwait". (@nicolo-ribaudo)
- #10521 [parser] Enable "exportNamespaceFrom" by default. (@nicolo-ribaudo)
- #10483 [parser] Add support for private fields in TypeScript. (@nicolo-ribaudo)
babel-generator
,babel-parser
,babel-types
- #10543 add assertions signature for TypeScript. (@tanhauhau)
babel-cli
,babel-register
- #8622 Make dir for babel --out-file. (@TrySound)
babel-cli
- #10399 Closes #8326, add back --quiet option.. (@chris-peng-1244)
🐛 Bug Fix... (truncated)
babel-helpers
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-function-sent
,babel-preset-env
- #10422 Correctly delegate .return() in async generator. (@nicolo-ribaudo)
babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
- #10628 Don't throw when destructuring into a var named as an import. (@nicolo-ribaudo)
babel-plugin-transform-modules-systemjs
babel-parser
- #10631 [TS] Parse calls with type args in optional chains. (@nicolo-ribaudo)
- #10607 fixed missing errors on assignment pattern in object expression. (@vivek12345)
- #10594 [parser] Parse only modifiers of actual methods. (@gonzarodriguezt)
Changelog
Sourced from @babel/cli's changelog.
v7.7.0 (2019-11-05)
👓 Spec Compliance
babel-types
- #10621 throw a TypeError if identifier validation fails. (@dentrado)
babel-parser
🚀 New Feature
babel-generator
,babel-helper-create-class-features-plugin
,babel-parser
,babel-plugin-transform-typescript
,babel-preset-typescript
,babel-types
- #10545 Add support for TS declare modifier on fields. (@nicolo-ribaudo)
babel-core
,babel-parser
,babel-preset-typescript
- #10363 @babel/parser error recovery. (@nicolo-ribaudo)
babel-core
- #10599 Add support for .cjs config files. (@nicolo-ribaudo)
- #10501 Add support for babel.config.json. (@devongovett)
- #10361 feat: if code frame error is on a single line, highlight the whole path. (@SimenB)
babel-plugin-syntax-top-level-await
,babel-preset-env
- #10573 Create @babel/plugin-syntax-top-level-await. (@nicolo-ribaudo)
babel-helper-builder-react-jsx
,babel-plugin-transform-react-jsx
,babel-preset-react
- #10572 [transform-react-jsx] Add useSpread option to transform JSX. (@ivandevp)
babel-generator
,babel-parser
,babel-plugin-proposal-decorators
,babel-plugin-syntax-flow
,babel-types
babel-plugin-transform-function-name
,babel-plugin-transform-modules-umd
,babel-preset-env
- #10477 Changes UMD callsite to be more likely to pass in the intended object.. (@MicahZoltu)
babel-parser
- #10449 Create parser plugin "topLevelAwait". (@nicolo-ribaudo)
- #10521 [parser] Enable "exportNamespaceFrom" by default. (@nicolo-ribaudo)
- #10483 [parser] Add support for private fields in TypeScript. (@nicolo-ribaudo)
babel-generator
,babel-parser
,babel-types
- #10543 add assertions signature for TypeScript. (@tanhauhau)
babel-cli
,babel-register
- #8622 Make dir for babel --out-file. (@TrySound)
babel-cli
- #10399 Closes #8326, add back --quiet option.. (@chris-peng-1244)
🐛 Bug Fix... (truncated)
babel-helpers
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-function-sent
,babel-preset-env
- #10422 Correctly delegate .return() in async generator. (@nicolo-ribaudo)
babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
- #10628 Don't throw when destructuring into a var named as an import. (@nicolo-ribaudo)
babel-plugin-transform-modules-systemjs
babel-parser
- #10631 [TS] Parse calls with type args in optional chains. (@nicolo-ribaudo)
- #10607 fixed missing errors on assignment pattern in object expression. (@vivek12345)
- #10594 [parser] Parse only modifiers of actual methods. (@gonzarodriguezt)
babel-plugin-transform-typescript
Commits
-
97faa83
v7.7.0 -
cdbffe3
Remove --require-scripts from publish-ci [skip ci] -
b114486
Traverse performance (#10480) -
e9c1bce
Add support for TS declare modifier on fields (#10545) -
87feda7
@babel/parser error recovery (#10363) -
d25262e
Correctly delegate .return() in async generator (#10422) -
8618447
[preset-env] Don't use async-to-generator when already using re… (#9481) -
43aa7e2
Don't throw when destructuring into a var named as an import (#10628) -
5e24016
fix: remove ExportNamedDeclaration when the specifier is empty (#10638) -
d023e10
[TS] Parse calls with type args in optional chains (#10631) - 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 badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the .dependabot/config.yml
file in this repo:
- Update frequency
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)