Commit e88629b
Merge #653
653: Bump @babel/preset-env from 7.16.4 to 7.16.11 r=bidoubiwa a=dependabot[bot]
Bumps [`@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env)` from 7.16.4 to 7.16.11.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>`@babel/preset-env</code>'s` releases</a>.</em></p>
<blockquote>
<h2>v7.16.11 (2022-01-20)</h2>
<p>This empty releases force-publishes a new version of <code>`@babel/plugin-proposal-private-methods</code>` (which was not published in v7.16.10 because it didn't have any actual change) and of <code>`@babel/preset-env</code>.</p>`
<p>This solves <a href="https://github-redirect.dependabot.com/babel/babel/pull/14169#issuecomment-1016948723">an incompatibility</a> between <code>`@babel/[email protected]</code>` and <code>`@babel/[email protected]</code>,` by making sure that <code>`@babel/preset-env</code>` transitively depends on <code>`@babel/helper-create-class-features-plugin@^7.16.10</code>.</p>`
<h2>v7.16.10 (2022-01-19)</h2>
<p>Thanks <a href="https://github.com/blankPen"><code>`@blankPen</code></a>` for your first PR!</p>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-highlight</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14165">#14165</a> Avoid infinite loop when highlighting an empty input (<a href="https://github.com/blankPen"><code>`@blankPen</code></a>)</li>`
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14164">#14164</a> Handle logical assignment in super property transforms (<a href="https://github.com/magic-akari"><code>`@magic-akari</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14162">#14162</a> Fix the transform of <code>super.foo--</code>/<code>super[foo]--</code> (and prefix) (<a href="https://github.com/magic-akari"><code>`@magic-akari</code></a>)</li>`
</ul>
</li>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14110">#14110</a> Respect <code>package.json#exports</code> when resolving plugins (<a href="https://github.com/nicolo-ribaudo"><code>`@nicolo-ribaudo</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14153">#14153</a> Disable "Reentrant plugin detected" error in async mode (<a href="https://github.com/nicolo-ribaudo"><code>`@nicolo-ribaudo</code></a>)</li>`
</ul>
</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><code>babel-plugin-transform-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14157">#14157</a> Remove workaround for <code>_typeof</code> in runtime build script (<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/14130">#14130</a> Improve errors location tracking (<a href="https://github.com/tolmasky"><code>`@tolmasky</code></a>)</li>`
</ul>
</li>
</ul>
<h4>:microscope: Output optimization</h4>
<ul>
<li><code>babel-helper-create-class-features-plugin</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14169">#14169</a> Skip class fields transform when not necessary for private methods (<a href="https://github.com/nicolo-ribaudo"><code>`@nicolo-ribaudo</code></a>)</li>`
</ul>
</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>1o57 (<a href="https://github.com/blankPen"><code>`@blankPen</code></a>)</li>`
<li>Francisco Ryan Tolmasky I (<a href="https://github.com/tolmasky"><code>`@tolmasky</code></a>)</li>`
<li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>`
<li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>`@nicolo-ribaudo</code></a>)</li>`
<li>magic-akari (<a href="https://github.com/magic-akari"><code>`@magic-akari</code></a>)</li>`
</ul>
<h2>v7.16.9 (2022-01-11)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-register</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14136">#14136</a> Restore <code>`@babel/register</code>` compat with <code>`@babel/[email protected]</code>` (<a href="https://github.com/nicolo-ribaudo"><code>`@nicolo-ribaudo</code></a>)</li>`
</ul>
</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>`@nicolo-ribaudo</code></a>)</li>`
</ul>
<h2>v7.16.8 (2022-01-10)</h2>
<p>Thanks <a href="https://github.com/imtaotao"><code>`@imtaotao</code></a>` and <a href="https://github.com/ozanhonamlioglu"><code>`@ozanhonamlioglu</code></a>` for your first PRs!</p>
<!-- 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/preset-env</code>'s` changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<blockquote>
<p><strong>Tags:</strong></p>
<ul>
<li>:boom: [Breaking Change]</li>
<li>:eyeglasses: [Spec Compliance]</li>
<li>:rocket: [New Feature]</li>
<li>:bug: [Bug Fix]</li>
<li>:memo: [Documentation]</li>
<li>:house: [Internal]</li>
<li>:nail_care: [Polish]</li>
</ul>
</blockquote>
<p><em>Note: Gaps between patch versions are faulty, broken or test releases.</em></p>
<p>See <a href="https://github.com/babel/babel/blob/main/.github/CHANGELOG-v4.md">CHANGELOG - v4</a>, <a href="https://github.com/babel/babel/blob/main/.github/CHANGELOG-v5.md">CHANGELOG - v5</a>, and <a href="https://github.com/babel/babel/blob/main/.github/CHANGELOG-v6.md">CHANGELOG - v6</a> for v4.x-v6.x changes.
See <a href="https://github.com/babel/babel/blob/main/.github/CHANGELOG-6to5.md">CHANGELOG - 6to5</a> for the pre-4.0.0 version changelog.
See <a href="https://github.com/babel/babel/blob/main/packages/babel-parser/CHANGELOG.md">Babylon's CHANGELOG</a> for the Babylon pre-7.0.0-beta.29 version changelog.
See <a href="https://github.com/babel/babel-eslint/releases"><code>babel-eslint</code>'s releases</a> for the changelog before <code>`@babel/eslint-parser</code>` 7.8.0.
See <a href="https://github.com/babel/eslint-plugin-babel/releases"><code>eslint-plugin-babel</code>'s releases</a> for the changelog before <code>`@babel/eslint-plugin</code>` 7.8.0.</p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<h2>v7.16.12 (2022-01-22)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14192">#14192</a> Avoid dynamic import when it's not needed (<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/14194">#14194</a> fix: incorrect <code>in</code> parsing in arrow ConciseBody (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>`
</ul>
</li>
</ul>
<h2>v7.16.10 (2022-01-19)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-highlight</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14165">#14165</a> Avoid infinite loop when highlighting an empty input (<a href="https://github.com/blankPen"><code>`@blankPen</code></a>)</li>`
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14164">#14164</a> Handle logical assignment in super property transforms (<a href="https://github.com/magic-akari"><code>`@magic-akari</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14162">#14162</a> Fix the transform of <code>super.foo--</code>/<code>super[foo]--</code> (and prefix) (<a href="https://github.com/magic-akari"><code>`@magic-akari</code></a>)</li>`
</ul>
</li>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14110">#14110</a> Respect <code>package.json#exports</code> when resolving plugins (<a href="https://github.com/nicolo-ribaudo"><code>`@nicolo-ribaudo</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14153">#14153</a> Disable "Reentrant plugin detected" error in async mode (<a href="https://github.com/nicolo-ribaudo"><code>`@nicolo-ribaudo</code></a>)</li>`
</ul>
</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><code>babel-plugin-transform-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14157">#14157</a> Remove workaround for <code>_typeof</code> in runtime build script (<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/14130">#14130</a> Improve errors location tracking (<a href="https://github.com/tolmasky"><code>`@tolmasky</code></a>)</li>`
</ul>
</li>
</ul>
<h4>:microscope: Output optimization</h4>
<ul>
<li><code>babel-helper-create-class-features-plugin</code>, <code>babel-preset-env</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/44c113f72d15c0cabdff4027ca61ccef269bf7ac"><code>44c113f</code></a> v7.16.11</li>
<li><a href="https://github.com/babel/babel/commit/4a737547e5eab0950db6c412dc614a329f6e36fe"><code>4a73754</code></a> v7.16.10</li>
<li><a href="https://github.com/babel/babel/commit/b2cfc5bf27a60c3aa64c55018d5dafdd0eaa9a2c"><code>b2cfc5b</code></a> Skip class fields transform when not necessary for priv methods (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/14169">#14169</a>)</li>
<li><a href="https://github.com/babel/babel/commit/bc0d1ef8603ba8b20a4fe6220be1ad55b0cf815a"><code>bc0d1ef</code></a> v7.16.8</li>
<li><a href="https://github.com/babel/babel/commit/213397be99fbeb4e3b8dc05ac87f7f7b39eb90ac"><code>213397b</code></a> Always use the plugin/preset name in fixtures options (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/14118">#14118</a>)</li>
<li><a href="https://github.com/babel/babel/commit/53ac687a599e2ecfd3c6b1a4ecf6880cbdf07ae5"><code>53ac687</code></a> Update <code>core-js</code> 3 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/14108">#14108</a>)</li>
<li><a href="https://github.com/babel/babel/commit/23e884048a27fa219a0211e50e2be0b3a9f6f778"><code>23e8840</code></a> v7.16.7</li>
<li><a href="https://github.com/babel/babel/commit/d1cabf6bc88dda5f13369f5aedc796066c2e94c8"><code>d1cabf6</code></a> [babel 8] Add <code>"exports"</code> to every package (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/14013">#14013</a>)</li>
<li><a href="https://github.com/babel/babel/commit/7b7ab94066448cd495b33b51512f109589d63fd1"><code>7b7ab94</code></a> v7.16.5</li>
<li><a href="https://github.com/babel/babel/commit/c59870c526012010fb7ed5686ba99b6c27538b5a"><code>c59870c</code></a> Mark class prototype as read-only (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/12115">#12115</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.16.11/packages/babel-preset-env">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)`
You can trigger a rebase of this PR 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>2 files changed
+610
-443
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments