Bump @babel/core from 7.13.10 to 7.13.13 #222

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/babel/core-7.13.13 into develop 2021-03-29 12:49:22 +02:00
dependabot[bot] commented 2021-03-29 06:19:00 +02:00 (Migrated from github.com)

Bumps @babel/core from 7.13.10 to 7.13.13.

Release notes

Sourced from @​babel/core's releases.

v7.13.12 (2021-03-22)

Thanks @​hajnalbendeguz for your first PR!

🐛 Bug Fix

  • babel-standalone
  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-optional-chaining, babel-preset-env
    • #13009 Implement @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining (@​JLHwung)
  • babel-types
    • #12971 fix: do not throw when creating type annotation based on bigint (@​JLHwung)
  • babel-compat-data, babel-preset-env

💅 Polish

  • babel-plugin-transform-react-jsx

🏠 Internal

Committers: 6

v7.13.11 (2021-03-15)

👓 Spec Compliance

  • babel-parser, babel-plugin-proposal-class-static-block

🐛 Bug Fix

  • babel-compat-data
  • babel-parser
  • babel-compat-data, babel-helper-compilation-targets

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.13.13 (2021-03-26)

👓 Spec Compliance

🐛 Bug Fix

💅 Polish

🏠 Internal

🏃‍♀️ Performance

v7.13.12 (2021-03-22)

🐛 Bug Fix

  • babel-standalone
  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-optional-chaining, babel-preset-env
    • #13009 Implement @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining (@​JLHwung)
  • babel-types
    • #12971 fix: do not throw when creating type annotation based on bigint (@​JLHwung)
  • babel-compat-data, babel-preset-env

💅 Polish

  • babel-plugin-transform-react-jsx

... (truncated)

Commits

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 will merge this PR once CI passes on it, as requested by @Serraniel.


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)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.10 to 7.13.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/core's releases</code></a>.</em></p> <blockquote> <h2>v7.13.12 (2021-03-22)</h2> <p>Thanks <a href="https://github.com/hajnalbendeguz"><code>@​hajnalbendeguz</code></a> for your first PR!</p> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-standalone</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13017">#13017</a> Fix importing polyfill plugins in the Rollup bundle (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining</code>, <code>babel-plugin-proposal-optional-chaining</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13009">#13009</a> Implement @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12971">#12971</a> fix: do not throw when creating type annotation based on bigint (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-compat-data</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13008">#13008</a> Update compat data (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12983">#12983</a> Improve error message when not providing a value for JSX key (<a href="https://github.com/hajnalbendeguz"><code>@​hajnalbendeguz</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-compat-data</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13024">#13024</a> Remove lodash from babel-compat-data (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li> </ul> </li> <li><code>babel-node</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13025">#13025</a> Remove <code>lodash</code> from <code>@babel/node</code> tests (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li> </ul> </li> <li><code>babel-helper-module-transforms</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13022">#13022</a> Remove <code>lodash/chunk</code> (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-proto-to-assign</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13026">#13026</a> Remove lodash/pull (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li> </ul> </li> <li><code>babel-helper-define-map</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13023">#13023</a> Remove lodash/has (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li> </ul> </li> </ul> <h4>Committers: 6</h4> <ul> <li>Bogdan Savluk (<a href="https://github.com/zxbodya"><code>@​zxbodya</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li>Justin Ridgewell (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> <li>Sosuke Suzuki (<a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</li> <li><a href="https://github.com/hajnalbendeguz"><code>@​hajnalbendeguz</code></a></li> </ul> <h2>v7.13.11 (2021-03-15)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code>, <code>babel-plugin-proposal-class-static-block</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12738">#12738</a> Support multiple static blocks (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-compat-data</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13000">#13000</a> Point to CJS files in <code>@babel/compat-data</code>'s <code>exports</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12962">#12962</a> Parse type imports in TSImportEqualsDeclaration (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-compat-data</code>, <code>babel-helper-compilation-targets</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/core's changelog</code></a>.</em></p> <blockquote> <h2>v7.13.13 (2021-03-26)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12441">#12441</a> Disallow await before exponential (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13031">#13031</a> Correctly handle relative <code>browserslistConfigFile</code> paths (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-core</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13028">#13028</a> Resolve <code>.browserslistrc</code> as a project-wide file (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-react-constant-elements</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13054">#13054</a> fix: constant variables only enable constant react elements (<a href="https://github.com/cgood92"><code>@​cgood92</code></a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13046">#13046</a> fix(types): add missing range for BaseNode (<a href="https://github.com/JounQin"><code>@​JounQin</code></a>)</li> </ul> </li> <li><code>babel-node</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13037">#13037</a> fix: make babel-node spawned process bubble msg (<a href="https://github.com/lambertkevin"><code>@​lambertkevin</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13037">#13037</a> fix: make babel-node spawned process bubble msg (<a href="https://github.com/lambertkevin"><code>@​lambertkevin</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12933">#12933</a> fix(ts): parenthesized assert and assign (<a href="https://github.com/fedeci"><code>@​fedeci</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-cli</code>, <code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12954">#12954</a> Do not bail on SHOW_CONFIG_FOR matches (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13021">#13021</a> Remove lodash sortBy use (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13055">#13055</a> Replace CircleCI badge by GitHub CI (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13044">#13044</a> Expand type definitions for path.{get,set}Data to cover symbols (<a href="https://github.com/addaleax"><code>@​addaleax</code></a>)</li> </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13040">#13040</a> Set <code>rootMode: &quot;root&quot;</code> in <code>loadPartialConfig</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h2>v7.13.12 (2021-03-22)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-standalone</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13017">#13017</a> Fix importing polyfill plugins in the Rollup bundle (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining</code>, <code>babel-plugin-proposal-optional-chaining</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13009">#13009</a> Implement @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12971">#12971</a> fix: do not throw when creating type annotation based on bigint (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-compat-data</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13008">#13008</a> Update compat data (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-plugin-transform-react-jsx</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/2f8203f190719091d190ae02855e12d31e5c1e30"><code>2f8203f</code></a> v7.13.13</li> <li><a href="https://github.com/babel/babel/commit/e68f2ce1950d2ff313bd97b17c79ca2cbed92634"><code>e68f2ce</code></a> Correctly handle relative <code>browserslistConfigFile</code> paths (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/13031">#13031</a>)</li> <li><a href="https://github.com/babel/babel/commit/b0d83daceb95babde7f20c4e14ad33dba6db98a5"><code>b0d83da</code></a> Resolve .browserslistrc as a project-wide file (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/13028">#13028</a>)</li> <li><a href="https://github.com/babel/babel/commit/327b4cec4920aa7fd486c104e9952dc287fcaca6"><code>327b4ce</code></a> Remove lodash <code>sortBy</code> use (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/13021">#13021</a>)</li> <li><a href="https://github.com/babel/babel/commit/73dcd0629315bc6f00cdab1f53d6b89510bcea52"><code>73dcd06</code></a> Remove some <code>lodash/cloneDeep</code> calls (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/13032">#13032</a>)</li> <li><a href="https://github.com/babel/babel/commit/6ee87eea4933d0e8ac47153f9a406a1c73a97191"><code>6ee87ee</code></a> [babel 8] fallback targets to <code>&quot;defaults, not ie 11&quot;</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12989">#12989</a>)</li> <li><a href="https://github.com/babel/babel/commit/564ca6638f2ef278c78dde72d208fa68eeb38836"><code>564ca66</code></a> Set <code>rootMode: &quot;root&quot;</code> in <code>loadPartialConfig</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/13040">#13040</a>)</li> <li><a href="https://github.com/babel/babel/commit/b784c81aeb460d3769744ab97d761ab6fee88021"><code>b784c81</code></a> Do not bail on <code>SHOW_CONFIG_FOR</code> matches (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12954">#12954</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.13.13/packages/babel-core">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.13.10&new-version=7.13.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) Dependabot will merge this PR once CI passes on it, as requested by @Serraniel. [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
Serraniel (Migrated from github.com) approved these changes 2021-03-29 12:48:27 +02:00
Serraniel (Migrated from github.com) left a comment

@dependabot merge

@dependabot merge
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Serraniel/AniwatchPlus#222
No description provided.