Release notes
*Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).*
> ## v7.7.5 (2019-12-06)
>
> #### :bug: Bug Fix
> * `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`
> * [#10549](https://github-redirect.dependabot.com/babel/babel/pull/10549) Add ".js" extension to injected polyfill imports ([@shimataro](https://github.com/shimataro))
> * `babel-cli`
> * [#10283](https://github-redirect.dependabot.com/babel/babel/pull/10283) `babel --watch` should have equivalent file selection logic with `babel` ([@JLHwung](https://github.com/JLHwung))
> * `babel-parser`
> * [#10801](https://github-redirect.dependabot.com/babel/babel/pull/10801) Use scope flags to check arguments ([@JLHwung](https://github.com/JLHwung))
> * [#10800](https://github-redirect.dependabot.com/babel/babel/pull/10800) Allow tuple rest trailing comma ([@yeonjuan](https://github.com/yeonjuan))
> * [#10475](https://github-redirect.dependabot.com/babel/babel/pull/10475) Correctly disambiguate / after async fuctions ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-parser`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-transform-modules-amd`
> * [#10806](https://github-redirect.dependabot.com/babel/babel/pull/10806) fix(optional chaining): Optional delete returns true with nullish base ([@mpaarating](https://github.com/mpaarating))
> * `babel-helper-module-transforms`, `babel-plugin-transform-modules-amd`
> * [#10764](https://github-redirect.dependabot.com/babel/babel/pull/10764) fix: rewriteBindingInitVisitor should skip on scopable node ([@JLHwung](https://github.com/JLHwung))
>
> #### :nail_care: Polish
> * `babel-plugin-transform-runtime`
> * [#10788](https://github-redirect.dependabot.com/babel/babel/pull/10788) Do not transpile typeof helper with itself in babel/runtime ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-core`
> * [#10778](https://github-redirect.dependabot.com/babel/babel/pull/10778) refactor: Improve error message in @babel/core ([@jaroslav-kubicek](https://github.com/jaroslav-kubicek))
>
> #### :house: Internal
> * `babel-preset-env-standalone`
> * [#10779](https://github-redirect.dependabot.com/babel/babel/pull/10779) Bundle standalone using rollup ([@JLHwung](https://github.com/JLHwung))
> * Other
> * [#10781](https://github-redirect.dependabot.com/babel/babel/pull/10781) Tune makefile scripts ([@JLHwung](https://github.com/JLHwung))
> * `babel-helper-transform-fixture-test-runner`
> * [#10566](https://github-redirect.dependabot.com/babel/babel/pull/10566) Incorrect trace position in fixture runner ([@JLHwung](https://github.com/JLHwung))
>
> #### Committers: 8
> - Alex Lewis ([@mpaarating](https://github.com/mpaarating))
> - Huáng Jùnliàng ([@JLHwung](https://github.com/JLHwung))
> - Ives van Hoorne ([@CompuIves](https://github.com/CompuIves))
> - Jaroslav Kubíček ([@jaroslav-kubicek](https://github.com/jaroslav-kubicek))
> - Kai Cataldo ([@kaicataldo](https://github.com/kaicataldo))
> - Nicolò Ribaudo ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> - Taro Odashima ([@shimataro](https://github.com/shimataro))
> - YeonJuan ([@yeonjuan](https://github.com/yeonjuan))
Changelog
*Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).*
> ## v7.7.5 (2019-12-06)
>
> #### :bug: Bug Fix
> * `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`
> * [#10549](https://github-redirect.dependabot.com/babel/babel/pull/10549) Add ".js" extension to injected polyfill imports ([@shimataro](https://github.com/shimataro))
> * `babel-cli`
> * [#10283](https://github-redirect.dependabot.com/babel/babel/pull/10283) `babel --watch` should have equivalent file selection logic with `babel` ([@JLHwung](https://github.com/JLHwung))
> * `babel-parser`
> * [#10801](https://github-redirect.dependabot.com/babel/babel/pull/10801) Use scope flags to check arguments ([@JLHwung](https://github.com/JLHwung))
> * [#10800](https://github-redirect.dependabot.com/babel/babel/pull/10800) Allow tuple rest trailing comma ([@yeonjuan](https://github.com/yeonjuan))
> * [#10475](https://github-redirect.dependabot.com/babel/babel/pull/10475) Correctly disambiguate / after async fuctions ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-parser`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-transform-modules-amd`
> * [#10806](https://github-redirect.dependabot.com/babel/babel/pull/10806) fix(optional chaining): Optional delete returns true with nullish base ([@mpaarating](https://github.com/mpaarating))
> * `babel-helper-module-transforms`, `babel-plugin-transform-modules-amd`
> * [#10764](https://github-redirect.dependabot.com/babel/babel/pull/10764) fix: rewriteBindingInitVisitor should skip on scopable node ([@JLHwung](https://github.com/JLHwung))
>
> #### :nail_care: Polish
> * `babel-plugin-transform-runtime`
> * [#10788](https://github-redirect.dependabot.com/babel/babel/pull/10788) Do not transpile typeof helper with itself in babel/runtime ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-core`
> * [#10778](https://github-redirect.dependabot.com/babel/babel/pull/10778) refactor: Improve error message in @babel/core ([@jaroslav-kubicek](https://github.com/jaroslav-kubicek))
>
> #### :house: Internal
> * `babel-preset-env-standalone`
> * [#10779](https://github-redirect.dependabot.com/babel/babel/pull/10779) Bundle standalone using rollup ([@JLHwung](https://github.com/JLHwung))
> * Other
> * [#10781](https://github-redirect.dependabot.com/babel/babel/pull/10781) Tune makefile scripts ([@JLHwung](https://github.com/JLHwung))
> * `babel-helper-transform-fixture-test-runner`
> * [#10566](https://github-redirect.dependabot.com/babel/babel/pull/10566) Incorrect trace position in fixture runner ([@JLHwung](https://github.com/JLHwung))
Commits
- [`d04508e`](https://github.com/babel/babel/commit/d04508e510abc624b3e423ff334eff47f297502a) v7.7.5
- [`d3a37b5`](https://github.com/babel/babel/commit/d3a37b5d08074c007268eb15a11ae432165bad5d) Add ".js" extension to injected polyfill imports ([#10549](https://github-redirect.dependabot.com/babel/babel/issues/10549))
- [`c9a6898`](https://github.com/babel/babel/commit/c9a68984d6e727b4c326fc9ad55caa8d54fbea29) `babel --watch` should have equivalent file selection logic with `babel` ([#10](https://github-redirect.dependabot.com/babel/babel/issues/10)...
- [`c6e966c`](https://github.com/babel/babel/commit/c6e966cac95f5fb415984af430e9f1a153ec3078) [parser] Use scope flags to check arguments ([#10801](https://github-redirect.dependabot.com/babel/babel/issues/10801))
- [`a0bed42`](https://github.com/babel/babel/commit/a0bed42aec00196e0611df3cbb2ec6ebc36fbec6) Bundle standalone using rollup ([#10779](https://github-redirect.dependabot.com/babel/babel/issues/10779))
- [`2b47291`](https://github.com/babel/babel/commit/2b472912e4a0f0994193d07a476512cc47ffdece) Tune makefile scripts ([#10781](https://github-redirect.dependabot.com/babel/babel/issues/10781))
- [`e94da0d`](https://github.com/babel/babel/commit/e94da0dce5f3101cb3a77f78e1b6802ddf2c6cc9) Incorrect trace position in fixture runner ([#10566](https://github-redirect.dependabot.com/babel/babel/issues/10566))
- [`bb6cc61`](https://github.com/babel/babel/commit/bb6cc619796666668c8228094bf6beecfbb86ce4) fix(optional chaining): Optional delete returns true with nullish base ([#10806](https://github-redirect.dependabot.com/babel/babel/issues/10806))
- [`3d0c5d2`](https://github.com/babel/babel/commit/3d0c5d2afc4ef02412f0c67293dbc9d80a97187a) Do not transpile typeof helper with itself in babel/runtime ([#10788](https://github-redirect.dependabot.com/babel/babel/issues/10788))
- [`d18afbd`](https://github.com/babel/babel/commit/d18afbd7c3e977208194acbea4c0de0313a6e1eb) Allow tuple rest trailing comma ([#10800](https://github-redirect.dependabot.com/babel/babel/issues/10800))
- Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.7.4...v7.7.5)
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)
- `@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
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps @babel/core from 7.7.4 to 7.7.5.
Release notes
*Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).* > ## v7.7.5 (2019-12-06) > > #### :bug: Bug Fix > * `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2` > * [#10549](https://github-redirect.dependabot.com/babel/babel/pull/10549) Add ".js" extension to injected polyfill imports ([@shimataro](https://github.com/shimataro)) > * `babel-cli` > * [#10283](https://github-redirect.dependabot.com/babel/babel/pull/10283) `babel --watch` should have equivalent file selection logic with `babel` ([@JLHwung](https://github.com/JLHwung)) > * `babel-parser` > * [#10801](https://github-redirect.dependabot.com/babel/babel/pull/10801) Use scope flags to check arguments ([@JLHwung](https://github.com/JLHwung)) > * [#10800](https://github-redirect.dependabot.com/babel/babel/pull/10800) Allow tuple rest trailing comma ([@yeonjuan](https://github.com/yeonjuan)) > * [#10475](https://github-redirect.dependabot.com/babel/babel/pull/10475) Correctly disambiguate / after async fuctions ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-parser`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-transform-modules-amd` > * [#10806](https://github-redirect.dependabot.com/babel/babel/pull/10806) fix(optional chaining): Optional delete returns true with nullish base ([@mpaarating](https://github.com/mpaarating)) > * `babel-helper-module-transforms`, `babel-plugin-transform-modules-amd` > * [#10764](https://github-redirect.dependabot.com/babel/babel/pull/10764) fix: rewriteBindingInitVisitor should skip on scopable node ([@JLHwung](https://github.com/JLHwung)) > > #### :nail_care: Polish > * `babel-plugin-transform-runtime` > * [#10788](https://github-redirect.dependabot.com/babel/babel/pull/10788) Do not transpile typeof helper with itself in babel/runtime ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-core` > * [#10778](https://github-redirect.dependabot.com/babel/babel/pull/10778) refactor: Improve error message in @babel/core ([@jaroslav-kubicek](https://github.com/jaroslav-kubicek)) > > #### :house: Internal > * `babel-preset-env-standalone` > * [#10779](https://github-redirect.dependabot.com/babel/babel/pull/10779) Bundle standalone using rollup ([@JLHwung](https://github.com/JLHwung)) > * Other > * [#10781](https://github-redirect.dependabot.com/babel/babel/pull/10781) Tune makefile scripts ([@JLHwung](https://github.com/JLHwung)) > * `babel-helper-transform-fixture-test-runner` > * [#10566](https://github-redirect.dependabot.com/babel/babel/pull/10566) Incorrect trace position in fixture runner ([@JLHwung](https://github.com/JLHwung)) > > #### Committers: 8 > - Alex Lewis ([@mpaarating](https://github.com/mpaarating)) > - Huáng Jùnliàng ([@JLHwung](https://github.com/JLHwung)) > - Ives van Hoorne ([@CompuIves](https://github.com/CompuIves)) > - Jaroslav Kubíček ([@jaroslav-kubicek](https://github.com/jaroslav-kubicek)) > - Kai Cataldo ([@kaicataldo](https://github.com/kaicataldo)) > - Nicolò Ribaudo ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > - Taro Odashima ([@shimataro](https://github.com/shimataro)) > - YeonJuan ([@yeonjuan](https://github.com/yeonjuan))Changelog
*Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > ## v7.7.5 (2019-12-06) > > #### :bug: Bug Fix > * `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2` > * [#10549](https://github-redirect.dependabot.com/babel/babel/pull/10549) Add ".js" extension to injected polyfill imports ([@shimataro](https://github.com/shimataro)) > * `babel-cli` > * [#10283](https://github-redirect.dependabot.com/babel/babel/pull/10283) `babel --watch` should have equivalent file selection logic with `babel` ([@JLHwung](https://github.com/JLHwung)) > * `babel-parser` > * [#10801](https://github-redirect.dependabot.com/babel/babel/pull/10801) Use scope flags to check arguments ([@JLHwung](https://github.com/JLHwung)) > * [#10800](https://github-redirect.dependabot.com/babel/babel/pull/10800) Allow tuple rest trailing comma ([@yeonjuan](https://github.com/yeonjuan)) > * [#10475](https://github-redirect.dependabot.com/babel/babel/pull/10475) Correctly disambiguate / after async fuctions ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-parser`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-transform-modules-amd` > * [#10806](https://github-redirect.dependabot.com/babel/babel/pull/10806) fix(optional chaining): Optional delete returns true with nullish base ([@mpaarating](https://github.com/mpaarating)) > * `babel-helper-module-transforms`, `babel-plugin-transform-modules-amd` > * [#10764](https://github-redirect.dependabot.com/babel/babel/pull/10764) fix: rewriteBindingInitVisitor should skip on scopable node ([@JLHwung](https://github.com/JLHwung)) > > #### :nail_care: Polish > * `babel-plugin-transform-runtime` > * [#10788](https://github-redirect.dependabot.com/babel/babel/pull/10788) Do not transpile typeof helper with itself in babel/runtime ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-core` > * [#10778](https://github-redirect.dependabot.com/babel/babel/pull/10778) refactor: Improve error message in @babel/core ([@jaroslav-kubicek](https://github.com/jaroslav-kubicek)) > > #### :house: Internal > * `babel-preset-env-standalone` > * [#10779](https://github-redirect.dependabot.com/babel/babel/pull/10779) Bundle standalone using rollup ([@JLHwung](https://github.com/JLHwung)) > * Other > * [#10781](https://github-redirect.dependabot.com/babel/babel/pull/10781) Tune makefile scripts ([@JLHwung](https://github.com/JLHwung)) > * `babel-helper-transform-fixture-test-runner` > * [#10566](https://github-redirect.dependabot.com/babel/babel/pull/10566) Incorrect trace position in fixture runner ([@JLHwung](https://github.com/JLHwung))Commits
- [`d04508e`](https://github.com/babel/babel/commit/d04508e510abc624b3e423ff334eff47f297502a) v7.7.5 - [`d3a37b5`](https://github.com/babel/babel/commit/d3a37b5d08074c007268eb15a11ae432165bad5d) Add ".js" extension to injected polyfill imports ([#10549](https://github-redirect.dependabot.com/babel/babel/issues/10549)) - [`c9a6898`](https://github.com/babel/babel/commit/c9a68984d6e727b4c326fc9ad55caa8d54fbea29) `babel --watch` should have equivalent file selection logic with `babel` ([#10](https://github-redirect.dependabot.com/babel/babel/issues/10)... - [`c6e966c`](https://github.com/babel/babel/commit/c6e966cac95f5fb415984af430e9f1a153ec3078) [parser] Use scope flags to check arguments ([#10801](https://github-redirect.dependabot.com/babel/babel/issues/10801)) - [`a0bed42`](https://github.com/babel/babel/commit/a0bed42aec00196e0611df3cbb2ec6ebc36fbec6) Bundle standalone using rollup ([#10779](https://github-redirect.dependabot.com/babel/babel/issues/10779)) - [`2b47291`](https://github.com/babel/babel/commit/2b472912e4a0f0994193d07a476512cc47ffdece) Tune makefile scripts ([#10781](https://github-redirect.dependabot.com/babel/babel/issues/10781)) - [`e94da0d`](https://github.com/babel/babel/commit/e94da0dce5f3101cb3a77f78e1b6802ddf2c6cc9) Incorrect trace position in fixture runner ([#10566](https://github-redirect.dependabot.com/babel/babel/issues/10566)) - [`bb6cc61`](https://github.com/babel/babel/commit/bb6cc619796666668c8228094bf6beecfbb86ce4) fix(optional chaining): Optional delete returns true with nullish base ([#10806](https://github-redirect.dependabot.com/babel/babel/issues/10806)) - [`3d0c5d2`](https://github.com/babel/babel/commit/3d0c5d2afc4ef02412f0c67293dbc9d80a97187a) Do not transpile typeof helper with itself in babel/runtime ([#10788](https://github-redirect.dependabot.com/babel/babel/issues/10788)) - [`d18afbd`](https://github.com/babel/babel/commit/d18afbd7c3e977208194acbea4c0de0313a6e1eb) Allow tuple rest trailing comma ([#10800](https://github-redirect.dependabot.com/babel/babel/issues/10800)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.7.4...v7.7.5)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) - `@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 - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)