Bump @babel/helper-module-imports from 7.12.5 to 7.12.13 #166

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/babel/helper-module-imports-7.12.13 into develop 2021-02-03 05:07:15 +01:00
dependabot[bot] commented 2021-02-03 05:04:21 +01:00 (Migrated from github.com)

Bumps @babel/helper-module-imports from 7.12.5 to 7.12.13.

Release notes

Sourced from @babel/helper-module-imports's releases.

v7.12.13 (2021-02-03)

Thanks @bradzacher, @bz2, @ChALkeR, @FauxFaux, @fedeci, @karansapolia, @panzarino, @shrinktofit, and @Zalathar for your first PRs!

👓 Spec Compliance

  • babel-parser
    • #12661 spec: disable await binding identifier within static block (@JLHwung)
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-private-methods, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #12689 fix: throw error when accessing private method without a getter (@fedeci)
  • babel-plugin-transform-computed-properties, babel-plugin-transform-shorthand-properties

🐛 Bug Fix

  • babel-plugin-proposal-class-properties, babel-traverse
  • babel-plugin-proposal-class-properties, babel-plugin-transform-classes
  • babel-parser, babel-template
    • #12725 Permit %%placeholder%% in left-hand-side of a let declaration (@Zalathar)
  • babel-core, babel-helper-transform-fixture-test-runner, babel-register
  • babel-parser
    • #12686 (ts) Raise syntax error for an abstract method in non-abstract class (@sosukesuzuki)
    • #12684 fix(parser): throw error with wrong typescript 'export declare' (@fedeci)
    • #12520 Raise recoverable error for await expressions in sync functions (@sosukesuzuki)
    • #12678 fix: start TypePredicate node after returnToken (@JLHwung)
    • #12599 @babel/preset-typescript: fix tsx assigment issue (@Zzzen)
    • #12562 [ts]Add optional property to OptionalCallExpression node that has type arguments (@sosukesuzuki)
  • babel-helpers, babel-plugin-transform-classes
  • babel-generator
    • #12653 fix: avoid line breaks between class members head and key (@JLHwung)
  • babel-register
  • babel-node
  • babel-types
    • #12602 fix: cloneNode(deep, withoutLoc) handles absent comments (@FauxFaux)
    • #12575 Use isIdentifierChar instead of regex for toIdentifier (@mischnic)
  • babel-plugin-transform-modules-systemjs
  • babel-plugin-transform-for-of
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-transform-classes
    • #12544 Correctly access shadowed class binding in super.* (@Zzzen)
  • babel-helper-module-imports, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx

💅 Polish

  • babel-helper-transform-fixture-test-runner, babel-parser, babel-preset-env

... (truncated)

Changelog

Sourced from @babel/helper-module-imports's changelog.

v7.12.13 (2021-02-03)

👓 Spec Compliance

  • babel-parser
    • #12661 spec: disable await binding identifier within static block (@JLHwung)
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-private-methods, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #12689 fix: throw error when accessing private method without a getter (@fedeci)
  • babel-plugin-transform-computed-properties, babel-plugin-transform-shorthand-properties

🐛 Bug Fix

  • babel-plugin-proposal-class-properties, babel-traverse
  • babel-plugin-proposal-class-properties, babel-plugin-transform-classes
  • babel-parser, babel-template
    • #12725 Permit %%placeholder%% in left-hand-side of a let declaration (@Zalathar)
  • babel-core, babel-helper-transform-fixture-test-runner, babel-register
  • babel-parser
    • #12686 (ts) Raise syntax error for an abstract method in non-abstract class (@sosukesuzuki)
    • #12684 fix(parser): throw error with wrong typescript 'export declare' (@fedeci)
    • #12520 Raise recoverable error for await expressions in sync functions (@sosukesuzuki)
    • #12678 fix: start TypePredicate node after returnToken (@JLHwung)
    • #12599 @babel/preset-typescript: fix tsx assigment issue (@Zzzen)
    • #12562 [ts]Add optional property to OptionalCallExpression node that has type arguments (@sosukesuzuki)
  • babel-helpers, babel-plugin-transform-classes
  • babel-generator
    • #12653 fix: avoid line breaks between class members head and key (@JLHwung)
  • babel-register
  • babel-node
  • babel-types
    • #12602 fix: cloneNode(deep, withoutLoc) handles absent comments (@FauxFaux)
    • #12575 Use isIdentifierChar instead of regex for toIdentifier (@mischnic)
  • babel-plugin-transform-modules-systemjs
  • babel-plugin-transform-for-of
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-transform-classes
    • #12544 Correctly access shadowed class binding in super.* (@Zzzen)
  • babel-helper-module-imports, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx

💅 Polish

  • babel-helper-transform-fixture-test-runner, babel-parser, babel-preset-env
    • #12716 refactor: raise AwaitNotInAsyncContext when an AwaitExpression will be parsed (@JLHwung)
  • babel-cli, babel-core, babel-parser

... (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/helper-module-imports](https://github.com/babel/babel/tree/HEAD/packages/babel-helper-module-imports) from 7.12.5 to 7.12.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/helper-module-imports's releases</code></a>.</em></p> <blockquote> <h2>v7.12.13 (2021-02-03)</h2> <p>Thanks <a href="https://github.com/bradzacher"><code>@bradzacher</code></a>, <a href="https://github.com/bz2"><code>@bz2</code></a>, <a href="https://github.com/ChALkeR"><code>@ChALkeR</code></a>, <a href="https://github.com/FauxFaux"><code>@FauxFaux</code></a>, <a href="https://github.com/fedeci"><code>@fedeci</code></a>, <a href="https://github.com/karansapolia"><code>@karansapolia</code></a>, <a href="https://github.com/panzarino"><code>@panzarino</code></a>, <a href="https://github.com/shrinktofit"><code>@shrinktofit</code></a>, and <a href="https://github.com/Zalathar"><code>@Zalathar</code></a> for your first PRs!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12661">#12661</a> spec: disable await binding identifier within static block (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-private-methods</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12689">#12689</a> fix: throw error when accessing private method without a getter (<a href="https://github.com/fedeci"><code>@fedeci</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-computed-properties</code>, <code>babel-plugin-transform-shorthand-properties</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12664">#12664</a> fix: correctly transform <code>__proto__</code> properties (<a href="https://github.com/ExE-Boss"><code>@ExE-Boss</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-class-properties</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12729">#12729</a> Fix class fields when <code>super()</code> is in a default param (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-transform-classes</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12723">#12723</a> Define class elements in the correct order (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-template</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12725">#12725</a> Permit %%placeholder%% in left-hand-side of a let declaration (<a href="https://github.com/Zalathar"><code>@Zalathar</code></a>)</li> </ul> </li> <li><code>babel-core</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-register</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12728">#12728</a> Don't use <code>require()</code> in ESM files (<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/12686">#12686</a> (ts) Raise syntax error for an abstract method in non-abstract class (<a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12684">#12684</a> fix(parser): throw error with wrong typescript 'export declare' (<a href="https://github.com/fedeci"><code>@fedeci</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12520">#12520</a> Raise recoverable error for await expressions in sync functions (<a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12678">#12678</a> fix: start TypePredicate node after returnToken (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12599">#12599</a> @babel/preset-typescript: fix tsx assigment issue (<a href="https://github.com/Zzzen"><code>@Zzzen</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12562">#12562</a> [ts]Add optional property to OptionalCallExpression node that has type arguments (<a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-transform-classes</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12693">#12693</a> Avoid hitting <code>__proto__</code> in <code>_inheritsLoose</code> (<a href="https://github.com/ChALkeR"><code>@ChALkeR</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12653">#12653</a> fix: avoid line breaks between class members head and key (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-register</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12665">#12665</a> fix: babel-register transform internal dependencies (<a href="https://github.com/overlookmotel"><code>@overlookmotel</code></a>)</li> </ul> </li> <li><code>babel-node</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12638">#12638</a> fix: place _babel-node after process.execArgv (<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/12602">#12602</a> fix: cloneNode(deep, withoutLoc) handles absent comments (<a href="https://github.com/FauxFaux"><code>@FauxFaux</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12575">#12575</a> Use isIdentifierChar instead of regex for toIdentifier (<a href="https://github.com/mischnic"><code>@mischnic</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-modules-systemjs</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12612">#12612</a> [systemjs] Fix: export star alongside with named export (<a href="https://github.com/shrinktofit"><code>@shrinktofit</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-for-of</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12611">#12611</a> Transform labeled <code>for-of</code> inside braceless <code>if</code> statement (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-replace-supers</code>, <code>babel-plugin-transform-classes</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12544">#12544</a> Correctly access shadowed class binding in <code>super.*</code> (<a href="https://github.com/Zzzen"><code>@Zzzen</code></a>)</li> </ul> </li> <li><code>babel-helper-module-imports</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12546">#12546</a> Load <code>jsx-runtime</code> after existing imports (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-helper-transform-fixture-test-runner</code>, <code>babel-parser</code>, <code>babel-preset-env</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/helper-module-imports's changelog</code></a>.</em></p> <blockquote> <h2>v7.12.13 (2021-02-03)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12661">#12661</a> spec: disable await binding identifier within static block (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-private-methods</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12689">#12689</a> fix: throw error when accessing private method without a getter (<a href="https://github.com/fedeci"><code>@fedeci</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-computed-properties</code>, <code>babel-plugin-transform-shorthand-properties</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12664">#12664</a> fix: correctly transform <code>__proto__</code> properties (<a href="https://github.com/ExE-Boss"><code>@ExE-Boss</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-class-properties</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12729">#12729</a> Fix class fields when <code>super()</code> is in a default param (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-transform-classes</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12723">#12723</a> Define class elements in the correct order (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-template</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12725">#12725</a> Permit %%placeholder%% in left-hand-side of a let declaration (<a href="https://github.com/Zalathar"><code>@Zalathar</code></a>)</li> </ul> </li> <li><code>babel-core</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-register</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12728">#12728</a> Don't use <code>require()</code> in ESM files (<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/12686">#12686</a> (ts) Raise syntax error for an abstract method in non-abstract class (<a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12684">#12684</a> fix(parser): throw error with wrong typescript 'export declare' (<a href="https://github.com/fedeci"><code>@fedeci</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12520">#12520</a> Raise recoverable error for await expressions in sync functions (<a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12678">#12678</a> fix: start TypePredicate node after returnToken (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12599">#12599</a> @babel/preset-typescript: fix tsx assigment issue (<a href="https://github.com/Zzzen"><code>@Zzzen</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12562">#12562</a> [ts]Add optional property to OptionalCallExpression node that has type arguments (<a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-transform-classes</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12693">#12693</a> Avoid hitting <strong>proto</strong> in _inheritsLoose (<a href="https://github.com/ChALkeR"><code>@ChALkeR</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12653">#12653</a> fix: avoid line breaks between class members head and key (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-register</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12665">#12665</a> fix: babel-register transform internal dependencies (<a href="https://github.com/overlookmotel"><code>@overlookmotel</code></a>)</li> </ul> </li> <li><code>babel-node</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12638">#12638</a> fix: place _babel-node after process.execArgv (<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/12602">#12602</a> fix: cloneNode(deep, withoutLoc) handles absent comments (<a href="https://github.com/FauxFaux"><code>@FauxFaux</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12575">#12575</a> Use isIdentifierChar instead of regex for toIdentifier (<a href="https://github.com/mischnic"><code>@mischnic</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-modules-systemjs</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12612">#12612</a> [systemjs] Fix: export star alongside with named export (<a href="https://github.com/shrinktofit"><code>@shrinktofit</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-for-of</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12611">#12611</a> Transform labeled <code>for-of</code> inside braceless <code>if</code> statement (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-replace-supers</code>, <code>babel-plugin-transform-classes</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12544">#12544</a> Correctly access shadowed class binding in <code>super.*</code> (<a href="https://github.com/Zzzen"><code>@Zzzen</code></a>)</li> </ul> </li> <li><code>babel-helper-module-imports</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12546">#12546</a> Load <code>jsx-runtime</code> after existing imports (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-helper-transform-fixture-test-runner</code>, <code>babel-parser</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12716">#12716</a> refactor: raise AwaitNotInAsyncContext when an AwaitExpression will be parsed (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-parser</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/d291edbdf19142646f5205c86147c5fa3c112adf"><code>d291edb</code></a> v7.12.13</li> <li><a href="https://github.com/babel/babel/commit/4f83a09dd8e6b35ca2ac79b4398d95e3b8b348e3"><code>4f83a09</code></a> Load <code>jsx-runtime</code> after existing imports (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-helper-module-imports/issues/12546">#12546</a>)</li> <li><a href="https://github.com/babel/babel/commit/e8b08523f4a921c3244fd1ad1394f8725e3706bc"><code>e8b0852</code></a> docs: add package-specific documentation links (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-helper-module-imports/issues/12531">#12531</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.12.13/packages/babel-helper-module-imports">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/helper-module-imports&package-manager=npm_and_yarn&previous-version=7.12.5&new-version=7.12.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-02-03 05:04:46 +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#166
No description provided.