Created by: dependabot-preview[bot]
Bumps @babel/core from 7.7.4 to 7.7.5.
Release notes
Sourced from @babel/core's releases.
v7.7.5 (2019-12-06)
🐛 Bug Fix
babel-plugin-transform-modules-commonjs
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
- #10549 Add ".js" extension to injected polyfill imports (@shimataro)
babel-cli
babel-parser
- #10801 Use scope flags to check arguments (@JLHwung)
- #10800 Allow tuple rest trailing comma (@yeonjuan)
- #10475 Correctly disambiguate / after async fuctions (@nicolo-ribaudo)
babel-parser
,babel-plugin-proposal-optional-chaining
,babel-plugin-transform-modules-amd
- #10806 fix(optional chaining): Optional delete returns true with nullish base (@mpaarating)
babel-helper-module-transforms
,babel-plugin-transform-modules-amd
💅 Polish
babel-plugin-transform-runtime
- #10788 Do not transpile typeof helper with itself in babel/runtime (@nicolo-ribaudo)
babel-core
- #10778 refactor: Improve error message in @babel/core (@jaroslav-kubicek)
🏠 Internal
babel-preset-env-standalone
- Other
babel-helper-transform-fixture-test-runner
Committers: 8
- Alex Lewis (@mpaarating)
- Huáng Jùnliàng (@JLHwung)
- Ives van Hoorne (@CompuIves)
- Jaroslav Kubíček (@jaroslav-kubicek)
- Kai Cataldo (@kaicataldo)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Taro Odashima (@shimataro)
- YeonJuan (@yeonjuan)
Changelog
Sourced from @babel/core's changelog.
v7.7.5 (2019-12-06)
🐛 Bug Fix
babel-plugin-transform-modules-commonjs
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
- #10549 Add ".js" extension to injected polyfill imports (@shimataro)
babel-cli
babel-parser
- #10801 Use scope flags to check arguments (@JLHwung)
- #10800 Allow tuple rest trailing comma (@yeonjuan)
- #10475 Correctly disambiguate / after async fuctions (@nicolo-ribaudo)
babel-parser
,babel-plugin-proposal-optional-chaining
,babel-plugin-transform-modules-amd
- #10806 fix(optional chaining): Optional delete returns true with nullish base (@mpaarating)
babel-helper-module-transforms
,babel-plugin-transform-modules-amd
💅 Polish
babel-plugin-transform-runtime
- #10788 Do not transpile typeof helper with itself in babel/runtime (@nicolo-ribaudo)
babel-core
- #10778 refactor: Improve error message in @babel/core (@jaroslav-kubicek)
🏠 Internal
Commits
-
d04508e
v7.7.5 -
d3a37b5
Add ".js" extension to injected polyfill imports (#10549) -
c9a6898
babel --watch
should have equivalent file selection logic withbabel
(#10... -
c6e966c
[parser] Use scope flags to check arguments (#10801) -
a0bed42
Bundle standalone using rollup (#10779) -
2b47291
Tune makefile scripts (#10781) -
e94da0d
Incorrect trace position in fixture runner (#10566) -
bb6cc61
fix(optional chaining): Optional delete returns true with nullish base (#10806) -
3d0c5d2
Do not transpile typeof helper with itself in babel/runtime (#10788) -
d18afbd
Allow tuple rest trailing comma (#10800) - 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)