umijs / babel-plugin-import

Modularly import plugin for babel.
3.16k stars 404 forks source link

Bump @babel/runtime from 7.6.0 to 7.7.6 #394

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @babel/runtime from 7.6.0 to 7.7.6.

Release notes *Sourced from [@babel/runtime's releases](https://github.com/babel/babel/releases).* > ## v7.7.6 (2019-12-08) > > #### :house: Internal > * [#10836](https://github-redirect.dependabot.com/babel/babel/pull/10836) chore: add PR Revert labels to changelog [ci-skip] ([@​JLHwung](https://github.com/JLHwung)) > > #### :leftwards_arrow_with_hook: Revert > * `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2` > * [#10835](https://github-redirect.dependabot.com/babel/babel/pull/10835) Revert "Add ".js" extension to injected polyfill imports" ([@​JLHwung](https://github.com/JLHwung)) > > #### Committers: 1 > - Huáng Jùnliàng ([@​JLHwung](https://github.com/JLHwung)) > > ## 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)) > ... (truncated)
Changelog *Sourced from [@babel/runtime's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > ## v7.7.6 (2019-12-08) > > #### :house: Internal > * [#10836](https://github-redirect.dependabot.com/babel/babel/pull/10836) chore: add PR Revert labels to changelog [ci-skip] ([@​JLHwung](https://github.com/JLHwung)) > > #### :leftwards_arrow_with_hook: Revert > * `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2` > * [#10835](https://github-redirect.dependabot.com/babel/babel/pull/10835) Revert "Add ".js" extension to injected polyfill imports" ([@​JLHwung](https://github.com/JLHwung)) > ## 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)) > ... (truncated)
Commits - [`f753c48`](https://github.com/babel/babel/commit/f753c48f74e9556265796806370fdf104e8147eb) v7.7.6 - [`d04508e`](https://github.com/babel/babel/commit/d04508e510abc624b3e423ff334eff47f297502a) v7.7.5 - [`75767d8`](https://github.com/babel/babel/commit/75767d87cb147709b9bd9b99bf44daa6688874a9) v7.7.4 - [`1b4cfc2`](https://github.com/babel/babel/commit/1b4cfc21d9a3b59e74f7d578d2c2c78c302f9fee) Add support for native esm to @babel/runtime ([#10748](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime/issues/10748)) - [`35f4d12`](https://github.com/babel/babel/commit/35f4d1276310bac6fede4a6f86a5c76f951e179e) v7.7.2 - [`42c8e0f`](https://github.com/babel/babel/commit/42c8e0fb2f44734f175941859952b3c909e20304) v7.7.1 - [`97faa83`](https://github.com/babel/babel/commit/97faa83953cb87e332554fa559a4956d202343ea) v7.7.0 - [`b5b8055`](https://github.com/babel/babel/commit/b5b8055cc00756f94bf71deb45f288738520ee3c) docs: add homepage link to @babel/runtime package.json ([#10418](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime/issues/10418)) - [`d329156`](https://github.com/babel/babel/commit/d329156ebc17da01382acb83e212cb4328534ebc) v7.6.3 - [`b9cb4af`](https://github.com/babel/babel/commit/b9cb4af953afb1a5aeed9b18526192ab15bb45c1) v7.6.2 - See full diff in [compare view](https://github.com/babel/babel/commits/v7.7.6/packages/babel-runtime)


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)