Bump @babel/core from 7.12.7 to 7.12.9 #127

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/babel/core-7.12.9 into develop 2020-11-25 05:08:30 +01:00
dependabot[bot] commented 2020-11-25 05:06:03 +01:00 (Migrated from github.com)

Bumps @babel/core from 7.12.7 to 7.12.9.

Release notes

Sourced from @babel/core's releases.

v7.12.9 (2020-11-24)

🐛 Bug Fix

  • babel-traverse

Committers: 1

v7.12.8 (2020-11-23)

Thanks @Hypnosphi for your first PR!

🐛 Bug Fix

🏠 Internal

Committers: 3

Changelog

Sourced from @babel/core's changelog.

v7.12.9 (2020-11-24)

🐛 Bug Fix

  • babel-plugin-transform-typescript, babel-traverse

v7.12.8 (2020-11-23)

🐛 Bug Fix

🏠 Internal

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.12.7 to 7.12.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases">@babel/core's releases</a>.</em></p> <blockquote> <h2>v7.12.9 (2020-11-24)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12391">#12391</a> Update pathCache in <code>NodePath#_replaceWith</code> (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> <h2>v7.12.8 (2020-11-23)</h2> <p>Thanks <a href="https://github.com/Hypnosphi">@Hypnosphi</a> for your first PR!</p> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12390">#12390</a> Avoid infinite loops in type inference logic (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12387">#12387</a> Initialize NodePath context when using <code>getSibling</code> (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12382">#12382</a> Fix Node version check (<a href="https://github.com/Hypnosphi">@Hypnosphi</a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12372">#12372</a> chore: fix watch config (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> <h4>Committers: 3</h4> <ul> <li>Filipp Riabchun (<a href="https://github.com/Hypnosphi">@Hypnosphi</a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md">@babel/core's changelog</a>.</em></p> <blockquote> <h2>v7.12.9 (2020-11-24)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-typescript</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12391">#12391</a> Update pathCache in <code>NodePath#_replaceWith</code> (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> <h2>v7.12.8 (2020-11-23)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12390">#12390</a> Avoid infinite loops in type inference logic (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12387">#12387</a> Initialize NodePath context when using <code>getSibling</code> (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12382">#12382</a> Fix Node version check (<a href="https://github.com/Hypnosphi">@Hypnosphi</a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12372">#12372</a> chore: fix watch config (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/e334a8888468e38cb04d3b465c158f06c012938f"><code>e334a88</code></a> v7.12.9</li> <li><a href="https://github.com/babel/babel/commit/16184887ab225e0f54f949faf94a5b014b4278a2"><code>1618488</code></a> v7.12.8</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.12.9/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.12.7&new-version=7.12.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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 2020-11-25 05:06:29 +01: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#127
No description provided.