GroceriStar / shoplist-blocks-component

0 stars 1 forks source link

Bump @babel/cli from 7.4.3 to 7.7.5 #275

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @babel/cli from 7.4.3 to 7.7.5.

Release notes *Sourced from [@babel/cli'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)) > > ## v7.7.4 (2019-11-23) > > Thanks [@​chrishinrichs](https://github.com/chrishinrichs), [@​khoumani](https://github.com/khoumani), [@​m-ahmadi](https://github.com/m-ahmadi), [@​BBlackwo](https://github.com/BBlackwo), [@​SakibulMowla](https://github.com/SakibulMowla), [@​4geru](https://github.com/4geru), [@​Shriram-Balaji](https://github.com/Shriram-Balaji), [@​ZYSzys](https://github.com/ZYSzys) and [@​arku](https://github.com/arku) for their first PRs! > > #### :bug: Bug Fix > * `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` > * [#10748](https://github-redirect.dependabot.com/babel/babel/pull/10748) Add support for native esm to @babel/runtime. ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-preset-env` > * [#10742](https://github-redirect.dependabot.com/babel/babel/pull/10742) Update preset-env mappings. ([@​existentialism](https://github.com/existentialism)) > * `babel-parser` > ... (truncated)
Changelog *Sourced from [@babel/cli'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)) > > ## v7.7.4 (2019-11-23) > > #### :bug: Bug Fix > * `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` > * [#10748](https://github-redirect.dependabot.com/babel/babel/pull/10748) Add support for native esm to @babel/runtime. ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-preset-env` > * [#10742](https://github-redirect.dependabot.com/babel/babel/pull/10742) Update preset-env mappings. ([@​existentialism](https://github.com/existentialism)) > * `babel-parser` > * [#10737](https://github-redirect.dependabot.com/babel/babel/pull/10737) Flow enums: fix enum body location. ([@​gkz](https://github.com/gkz)) > * [#10657](https://github-redirect.dependabot.com/babel/babel/pull/10657) Fix some incorrect typeof parsing in flow. ([@​existentialism](https://github.com/existentialism)) > * [#10582](https://github-redirect.dependabot.com/babel/babel/pull/10582) [parser] Allow optional async methods. ([@​gonzarodriguezt](https://github.com/gonzarodriguezt)) > * [#10710](https://github-redirect.dependabot.com/babel/babel/pull/10710) register import equals specifier. ([@​JLHwung](https://github.com/JLHwung)) > * [#10592](https://github-redirect.dependabot.com/babel/babel/pull/10592) Allow TypeScript type assertions in array destructuring. ([@​SakibulMowla](https://github.com/SakibulMowla)) > * `babel-preset-env-standalone` > * [#10732](https://github-redirect.dependabot.com/babel/babel/pull/10732) fix: add missing available plugins to babel-preset-env-standalone. ([@​JLHwung](https://github.com/JLHwung)) > * `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-umd`, `babel-preset-env` > * [#10701](https://github-redirect.dependabot.com/babel/babel/pull/10701) Circumvent typeof transform for umd build template. ([@​JLHwung](https://github.com/JLHwung)) > * `babel-cli` > * [#10698](https://github-redirect.dependabot.com/babel/babel/pull/10698) Babel should not silently remove unknown options after commander arguments. ([@​JLHwung](https://github.com/JLHwung)) > * `babel-plugin-proposal-optional-chaining` > ... (truncated)
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.4.3...v7.7.5)


Dependabot compatibility score

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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - 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)
dependabot-preview[bot] commented 4 years ago

Superseded by #276.