Created by: dependabot-preview[bot]
Bumps @babel/core from 7.8.3 to 7.8.4.
Release notes
Sourced from @babel/core's releases.
v7.8.4 (2020-01-30)
⚠ In Babel 7.8.0 we introduced the--copy-ignored
option for@babel/cli
, defaulting tofalse
. However, previous versions behaved as if that option was present: for this reason, we changed its default value totrue
(when--copy-files
is provided) and introduced a--no-copy-ignored
option to disable it.Thanks to @3cp, @BenoitZugmeyer, @pustovalov, @regiontog, and @vedantroy for their first PRs!
👓 Spec Compliance
babel-parser
🐛 Bug Fix
babel-cli
- #11063 [@babel/cli] Copy ignored files by default (@nicolo-ribaudo)
babel-compat-data
babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-plugin-transform-classes
,babel-plugin-transform-parameters
,babel-plugin-transform-typeof-symbol
,babel-preset-env
- #11049 Avoid compiling the _typeof helper with itself (@nicolo-ribaudo)
babel-traverse
- #11011 Bug/missing references after crawl (@regiontog)
babel-plugin-transform-parameters
- #9714 Fix rest parameters indexing with TypeScript 'this parameter' (@BenoitZugmeyer)
babel-plugin-transform-for-of
babel-generator
- #11014 Fix parentheses removal in nullish-coalescing operation (@sidntrivedi012)
babel-helper-compilation-targets
💅 Polish
babel-core
📝 Documentation
babel-parser
babel-preset-env
🏠 Internal... (truncated)
babel-compat-data
- #11039 Update compat table (@nicolo-ribaudo)
- #11041 Delete duplicated file in
@babel/compat-data
(@nicolo-ribaudo)- #10814 chore: map mobile browser data to their desktop version (@JLHwung)
- #11024 Check that generated compat-data is up to date on CI (@nicolo-ribaudo)
babel-parser
Changelog
Sourced from @babel/core's changelog.
v7.8.4 (2020-01-30)
⚠ In Babel 7.8.0 we introduced the--copy-ignored
option for@babel/cli
, defaulting tofalse
. However, previous versions behaved as if that option was present: for this reason, we changed its default value totrue
(when--copy-files
is provided) and introduced a--no-copy-ignored
option to disable it.
👓 Spec Compliance
babel-parser
🐛 Bug Fix
babel-cli
- #11063 [@babel/cli] Copy ignored files by default (@nicolo-ribaudo)
babel-compat-data
babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-plugin-transform-classes
,babel-plugin-transform-parameters
,babel-plugin-transform-typeof-symbol
,babel-preset-env
- #11049 Avoid compiling the _typeof helper with itself (@nicolo-ribaudo)
babel-traverse
- #11011 Bug/missing references after crawl (@regiontog)
babel-plugin-transform-parameters
- #9714 Fix rest parameters indexing with TypeScript 'this parameter' (@BenoitZugmeyer)
babel-plugin-transform-for-of
babel-compat-data
,babel-preset-env
- #11016 Re-generate preset-env fixtures (@nicolo-ribaudo)
babel-generator
- #11014 Fix parentheses removal in nullish-coalescing operation (@sidntrivedi012)
babel-helper-compilation-targets
💅 Polish
babel-core
📝 Documentation
🏠 Internal... (truncated)
babel-compat-data
- #11039 Update compat table (@nicolo-ribaudo)
- #11041 Delete duplicated file in
@babel/compat-data
(@nicolo-ribaudo)- #10814 chore: map mobile browser data to their desktop version (@JLHwung)
- #11024 Check that generated compat-data is up to date on CI (@nicolo-ribaudo)
babel-parser
babel-preset-env
Commits
-
5c2e6bc
v7.8.4 -
92c6807
[@babel/cli] Copy ignored files by default (#11063) -
1528d7d
Fix core-js 2 builtin data for opera (#11066) -
3e21a09
feat: support node 6 for levenary (#11059) -
eae6211
Update compat table (#11039) -
916429b
Avoid compiling the _typeof helper with itself (#11049) -
d0518b7
Update browserslist (#11058) -
2e5594d
Update failing tests after last merged PR -
ed47d2e
Delete duplicated file in@babel/compat-data
(#11041) -
b54a946
chore: map mobile browser data to their desktop version (#10814) - 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)