Created by: dependabot-preview[bot]
Bumps @babel/cli from 7.7.5 to 7.7.7.
Release notes
Sourced from @babel/cli's releases.
v7.7.7 (2019-12-19)
👓 Spec Compliance
babel-parser
🐛 Bug Fix
babel-plugin-proposal-object-rest-spread
babel-core
babel-node
- #10871 Allow -r from node_modules with @babel/node (@nicolo-ribaudo)
babel-plugin-transform-parameters
babel-parser
- #10828 @babel/eslint-parser: fix ImportExpression node to match ESTree spec (@kaicataldo)
- #10827 @babel/eslint-parser: fix BigIntLiteral node to match ESTree spec (@kaicataldo)
💅 Polish
🏠 Internal
babel-generator
,babel-plugin-proposal-pipeline-operator
,babel-plugin-proposal-unicode-property-regex
,babel-plugin-syntax-pipeline-operator
,babel-plugin-transform-dotall-regex
,babel-preset-env-standalone
,babel-preset-typescript
,babel-standalone
- Other
babel-preset-env
babel-parser
- #10858 Properly serialize non-json values in parser tests (@nicolo-ribaudo)
babel-cli
,babel-node
,babel-register
↩ Revert
babel-plugin-transform-classes
,babel-plugin-transform-regenerator
,babel-preset-env
- #10839 Use
async-to-generator
even whenregenerator
is enabled (@nicolo-ribaudo)Committers: 6
... (truncated)
- Aziz Khambati (@azizhk)
- Bowei Han (@boweihan)
- Huáng Jùnliàng (@JLHwung)
- Kai Cataldo (@kaicataldo)
Changelog
Sourced from @babel/cli's changelog.
v7.7.7 (2019-12-19)
👓 Spec Compliance
babel-parser
🐛 Bug Fix
babel-plugin-proposal-object-rest-spread
babel-core
babel-node
- #10871 Allow -r from node_modules with @babel/node (@nicolo-ribaudo)
babel-plugin-transform-parameters
babel-parser
- #10828 @babel/eslint-parser: fix ImportExpression node to match ESTree spec (@kaicataldo)
- #10827 @babel/eslint-parser: fix BigIntLiteral node to match ESTree spec (@kaicataldo)
💅 Polish
🏠 Internal
babel-generator
,babel-plugin-proposal-pipeline-operator
,babel-plugin-proposal-unicode-property-regex
,babel-plugin-syntax-pipeline-operator
,babel-plugin-transform-dotall-regex
,babel-preset-env-standalone
,babel-preset-typescript
,babel-standalone
- Other
babel-preset-env
babel-parser
- #10858 Properly serialize non-json values in parser tests (@nicolo-ribaudo)
babel-cli
,babel-node
,babel-register
↩ Revert
babel-plugin-transform-classes
,babel-plugin-transform-regenerator
,babel-preset-env
- #10839 Use
async-to-generator
even whenregenerator
is enabled (@nicolo-ribaudo)v7.7.6 (2019-12-08)
🏠 Internal... (truncated)
↩ Revert
Commits
-
12da094
v7.7.7 -
9be27bc
fix: add computed property support for object Ref (#10863) -
c0d0bf2
Update core-js fixtures -
e85c9b9
fix: skip merging large input sourcemaps (#10890) -
80e95d0
Fix flow -
dbf3f91
Revert "Prevent ignored files in out dir (#10831)" (#10886) -
aa81407
Ignore some files in npm package (#10882) -
8afeef2
chore: cache chocolatey install temp (#10874) -
3d7bc43
Allow -r from node_modules with @babel/node (#10871) -
2b35909
Prevent ignored files in out dir (#10831) - 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)