Skip to content

Commit a95e13f

Browse files
Merge #1152
1152: Bump @babel/plugin-syntax-jsx from 7.18.6 to 7.22.5 r=bidoubiwa a=dependabot[bot] Bumps [`@babel/plugin-syntax-jsx](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-jsx)` from 7.18.6 to 7.22.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>`@​babel/plugin-syntax-jsx</code>'s` releases</a>.</em></p> <blockquote> <h2>v7.22.5 (2023-06-08)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-preset-env</code>, <code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15675">#15675</a> Fix using <code>syntax-unicode-sets-regex</code> in standalone (<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-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15683">#15683</a> Suggest <code>-transform-</code> when resolving missing plugins (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> </ul> <h4>Committers: 4</h4> <ul> <li>Avery (<a href="https://github.com/nullableVoidPtr"><code>`@​nullableVoidPtr</code></a>)</li>` <li>Babel Bot (<a href="https://github.com/babel-bot"><code>`@​babel-bot</code></a>)</li>` <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` <li><a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a></li>` </ul> <h2>v7.22.4 (2023-05-29)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15649">#15649</a> Set <code>shorthand: false</code> when renaming an identifier inside an object property (<a href="https://github.com/coderaiser"><code>`@​coderaiser</code></a>)</li>` </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15666">#15666</a> Add missing <code>attributes</code>/<code>assertions</code> to <code>VISITOR_KEYS</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://redirect.github.com/babel/babel/pull/15667">#15667</a> Mark <code>assert</code> attributes with <code>extra.deprecatedAssertSyntax</code> (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> </ul> <h4>Committers: 3</h4> <ul> <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>coderaiser (<a href="https://github.com/coderaiser"><code>`@​coderaiser</code></a>)</li>` </ul> <h2>v7.22.3 (2023-05-27)</h2> <ul> <li>Re-publish all the package published in 7.22.0 that hadn't been republished yet. We accidentally published them with a <code>package.json</code> file containing <code>&quot;type&quot;: &quot;script&quot;</code> instead of <code>&quot;type&quot;: &quot;commonjs&quot;</code> (<a href="https://redirect.github.com/babel/babel/issues/15664">#15664</a>).</li> </ul> <h2>v7.22.2 (2023-05-26)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15660">#15660</a> Fix importing symbol polyfill in <code>`@babel/runtime-corejs2</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.22.1 (2023-05-26)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><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-syntax-jsx</code>'s` changelog</a>.</em></p> <blockquote> <h2>v7.22.5 (2023-06-08)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-preset-env</code>, <code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15675">#15675</a> Fix using <code>syntax-unicode-sets-regex</code> in standalone (<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-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15683">#15683</a> Suggest <code>-transform-</code> when resolving missing plugins (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> </ul> <h2>v7.22.4 (2023-05-29)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15649">#15649</a> Set <code>shorthand: false</code> when renaming an identifier inside an object property (<a href="https://github.com/coderaiser"><code>`@​coderaiser</code></a>)</li>` </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15666">#15666</a> Add missing <code>attributes</code>/<code>assertions</code> to <code>VISITOR_KEYS</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://redirect.github.com/babel/babel/pull/15667">#15667</a> Mark <code>assert</code> attributes with <code>extra.deprecatedAssertSyntax</code> (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> </ul> <h2>v7.22.3 (2023-05-27)</h2> <ul> <li>Re-publish all the package published in 7.22.0 that hadn't been republished yet. We accidentally published them with a <code>package.json</code> file containing <code>&quot;type&quot;: &quot;script&quot;</code> instead of <code>&quot;type&quot;: &quot;commonjs&quot;</code> (<a href="https://redirect.github.com/babel/babel/issues/15664">#15664</a>).</li> </ul> <h2>v7.22.2 (2023-05-26)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15660">#15660</a> Fix importing symbol polyfill in <code>`@babel/runtime-corejs2</code>` (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> </ul> <h2>v7.22.1 (2023-05-26)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15658">#15658</a> Workaround for broken babel-preset-react-app (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> </ul> <h2>v7.22.0 (2023-05-26)</h2> <h4>:rocket: New Feature</h4> <ul> <li><code>babel-parser</code>, <code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15497">#15497</a> [ts] Support <code>import ... =</code> and <code>export =</code> in scripts (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> <li><code>babel-compat-data</code>, <code>babel-core</code>, <code>babel-plugin-proposal-unicode-sets-regex</code>, <code>babel-plugin-transform-unicode-sets-regex</code>, <code>babel-preset-env</code>, <code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15636">#15636</a> Add <code>unicode-sets-regex</code> transform to <code>preset-env</code> (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-explicit-resource-management</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15633">#15633</a> Implement transform support for <code>using</code> declarations (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> <li><code>babel-plugin-proposal-import-attributes-to-assertions</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15620">#15620</a> Create <code>`@babel/plugin-proposal-import-attributes-to-assertions</code>` (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> <li><code>babel-core</code>, <code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-syntax-import-attributes</code>, <code>babel-preset-env</code>, <code>babel-standalone</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15536">#15536</a> Add support for the updated import attributes proposal (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15520">#15520</a> Parse <code>await using</code> declarations (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/08564ea23070524f31ddf12c6677e9699073dd69"><code>08564ea</code></a> v7.22.5</li> <li><a href="https://github.com/babel/babel/commit/ecc819bf75dac9173ecf0e772a3257d811f94de7"><code>ecc819b</code></a> [babel 8] Require Node.js <code>^16.20.0 || ^18.16.0 || &gt;=20.0.0</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-jsx/issues/15585">#15585</a>)</li> <li><a href="https://github.com/babel/babel/commit/202e4fa60b27d3d8de933abe113cd0a2efacd476"><code>202e4fa</code></a> v7.21.4</li> <li><a href="https://github.com/babel/babel/commit/fe7c9a07cf4cd5ccaa1ee090715919d76f839991"><code>fe7c9a0</code></a> [babel 8] Better file ext handling for TS and Flow presets (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-jsx/issues/14955">#14955</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.22.5/packages/babel-plugin-syntax-jsx">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@babel/plugin-syntax-jsx&package-manager=npm_and_yarn&previous-version=7.18.6&new-version=7.22.5)](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 parents ab3bd3a + b4d00f8 commit a95e13f

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

playgrounds/local-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@babel/core": "^7.20.5",
36-
"@babel/plugin-syntax-jsx": "^7.18.6",
36+
"@babel/plugin-syntax-jsx": "^7.22.5",
3737
"@babel/plugin-transform-runtime": "^7.19.6",
3838
"@babel/preset-react": "^7.18.6",
3939
"cypress": "^8.6.0",

playgrounds/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@babel/core": "^7.13.1",
30-
"@babel/plugin-syntax-jsx": "^7.12.13",
30+
"@babel/plugin-syntax-jsx": "^7.22.5",
3131
"@babel/preset-react": "^7.12.13",
3232
"eslint-config-meilisearch": "*"
3333
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -783,10 +783,10 @@
783783
dependencies:
784784
"@babel/types" "^7.18.6"
785785

786-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.19.0", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
787-
version "7.20.2"
788-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629"
789-
integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==
786+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.19.0", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
787+
version "7.22.5"
788+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
789+
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
790790

791791
"@babel/helper-remap-async-to-generator@^7.18.9":
792792
version "7.18.9"
@@ -1162,12 +1162,12 @@
11621162
dependencies:
11631163
"@babel/helper-plugin-utils" "^7.8.0"
11641164

1165-
"@babel/plugin-syntax-jsx@^7.12.13", "@babel/plugin-syntax-jsx@^7.18.6":
1166-
version "7.18.6"
1167-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz#a8feef63b010150abd97f1649ec296e849943ca0"
1168-
integrity sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==
1165+
"@babel/plugin-syntax-jsx@^7.18.6", "@babel/plugin-syntax-jsx@^7.22.5":
1166+
version "7.22.5"
1167+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz#a6b68e84fb76e759fc3b93e901876ffabbe1d918"
1168+
integrity sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==
11691169
dependencies:
1170-
"@babel/helper-plugin-utils" "^7.18.6"
1170+
"@babel/helper-plugin-utils" "^7.22.5"
11711171

11721172
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
11731173
version "7.10.4"

0 commit comments

Comments
 (0)