Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Bump @babel/plugin-proposal-json-strings from 7.10.4 to 7.12.13 #172

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2021

Bumps @babel/plugin-proposal-json-strings from 7.10.4 to 7.12.13.

Release notes

Sourced from @babel/plugin-proposal-json-strings'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/plugin-proposal-json-strings'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 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 dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 2021
@mergify
Copy link

mergify bot commented Feb 3, 2021

bors r+

bors bot added a commit that referenced this pull request Feb 3, 2021
172: Bump @babel/plugin-proposal-json-strings from 7.10.4 to 7.12.13 r=mergify[bot] a=dependabot[bot]

Bumps [@babel/plugin-proposal-json-strings](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-json-strings) from 7.10.4 to 7.12.13.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/plugin-proposal-json-strings'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/plugin-proposal-json-strings'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/e8b08523f4a921c3244fd1ad1394f8725e3706bc"><code>e8b0852</code></a> docs: add package-specific documentation links (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-json-strings/issues/12531">#12531</a>)</li>
<li><a href="https://github.com/babel/babel/commit/b649f8d192dd1c62e2a31d856a7c39ff21d70dd5"><code>b649f8d</code></a> Fix packages documentation README links. (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-json-strings/issues/12289">#12289</a>)</li>
<li><a href="https://github.com/babel/babel/commit/ed498a772bba914f9685ff595f7acdb7af57352a"><code>ed498a7</code></a> Use <code>workspace:*</code> for devDependencies (again) (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-json-strings/issues/12217">#12217</a>)</li>
<li><a href="https://github.com/babel/babel/commit/7f4b83833f4463673a9fab071306871dec32ce47"><code>7f4b838</code></a> v7.12.1</li>
<li><a href="https://github.com/babel/babel/commit/eec01fe078decb7d369cd2111c9f3881c4482788"><code>eec01fe</code></a> chore: use workspace:* for dev deps (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-json-strings/issues/12186">#12186</a>)</li>
<li><a href="https://github.com/babel/babel/commit/3fad7eab9b47165059b4dba34fe4a61ac4549c85"><code>3fad7ea</code></a> Use Yarn 2 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-json-strings/issues/11962">#11962</a>)</li>
<li>See full diff in <a href="https://github.com/babel/babel/commits/v7.12.13/packages/babel-plugin-proposal-json-strings">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/plugin-proposal-json-strings&package-manager=npm_and_yarn&previous-version=7.10.4&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-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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Feb 3, 2021

Build failed:

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2021

Superseded by #176.

@dependabot dependabot bot closed this Mar 1, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/babel/plugin-proposal-json-strings-7.12.13 branch March 1, 2021 20:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants