Skip to content

Commit 290ec10

Browse files
Bump @babel/core from 7.26.9 to 7.26.10 in the babel group (#273)
Bumps the babel group with 1 update: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core). Updates `@babel/core` from 7.26.9 to 7.26.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/core</code>'s releases</a>.</em></p> <blockquote> <h2>v7.26.10 (2025-03-11)</h2> <p>Thanks <a href="https://github.com/jordan-choi"><code>@​jordan-choi</code></a> and <a href="https://github.com/mmmsssttt404"><code>@​mmmsssttt404</code></a> for your first PRs!</p> <p>This release includes a fix for <a href="https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8">https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8</a>, a security vulnerability which affects the <code>.replace</code> method of transpiled regular expressions that use named capturing groups.</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17159">#17159</a> Disallow decorator in array pattern (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code>, <code>babel-template</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17164">#17164</a> Fix: always initialize ExportDeclaration attributes (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17142">#17142</a> fix: &quot;Map maximum size exceeded&quot; in deepClone (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17154">#17154</a> Update typescript parser tests (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17151">#17151</a> fix: Should not evaluate vars in child scope (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17153">#17153</a> fix: Correctly generate <code>abstract override</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17107">#17107</a> Fix source type detection when parsing TypeScript (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17173">#17173</a> Fix processing of replacement pattern with named capture groups (<a href="https://github.com/%5Bmmmsssttt404%5D(https://github.com/mmmsssttt404)"><code>@​mmmsssttt404</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17158">#17158</a> Avoid warnings when re-bundling <code>@​babel/standalone</code> with webpack (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17160">#17160</a> Left-value parsing cleanup (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>Committers: 6</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@​babel-bot</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>Yunyoung Jordan Choi (<a href="https://github.com/jordan-choi"><code>@​jordan-choi</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li> <li><a href="https://github.com/mmmsssttt404"><code>@​mmmsssttt404</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/core</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.26.10 (2025-03-11)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17159">#17159</a> Disallow decorator in array pattern (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code>, <code>babel-template</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17164">#17164</a> Fix: always initialize ExportDeclaration attributes (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17142">#17142</a> fix: &quot;Map maximum size exceeded&quot; in deepClone (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17154">#17154</a> Update typescript parser tests (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17151">#17151</a> fix: Should not evaluate vars in child scope (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17153">#17153</a> fix: Correctly generate <code>abstract override</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17107">#17107</a> Fix source type detection when parsing TypeScript (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17173">#17173</a> Fix processing of replacement pattern with named capture groups (<a href="https://github.com/%5Bmmmsssttt404%5D(https://github.com/mmmsssttt404)"><code>@​mmmsssttt404</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17158">#17158</a> Avoid warnings when re-bundling <code>@​babel/standalone</code> with webpack (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17160">#17160</a> Left-value parsing cleanup (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/e1ce99df422971175249509e7bbc2b327b8f7957"><code>e1ce99d</code></a> v7.26.10</li> <li><a href="https://github.com/babel/babel/commit/985f051c7c68a09f12ea2089c6cc3d0452b46249"><code>985f051</code></a> fix: &quot;Map maximum size exceeded&quot; in deepClone (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17142">#17142</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.26.10/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.26.9&new-version=7.26.10)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
1 parent 539b3db commit 290ec10

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@babel/cli": "^7.26.4",
14-
"@babel/core": "^7.26.9",
14+
"@babel/core": "^7.26.10",
1515
"@babel/preset-env": "^7.26.9",
1616
"@babel/preset-typescript": "^7.26.0",
1717
"@labforward/config": "~0.1.8",

yarn.lock

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -67,26 +67,26 @@ __metadata:
6767
languageName: node
6868
linkType: hard
6969

70-
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.26.9":
71-
version: 7.26.9
72-
resolution: "@babel/core@npm:7.26.9"
70+
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.26.10, @babel/core@npm:^7.26.9":
71+
version: 7.26.10
72+
resolution: "@babel/core@npm:7.26.10"
7373
dependencies:
7474
"@ampproject/remapping": "npm:^2.2.0"
7575
"@babel/code-frame": "npm:^7.26.2"
76-
"@babel/generator": "npm:^7.26.9"
76+
"@babel/generator": "npm:^7.26.10"
7777
"@babel/helper-compilation-targets": "npm:^7.26.5"
7878
"@babel/helper-module-transforms": "npm:^7.26.0"
79-
"@babel/helpers": "npm:^7.26.9"
80-
"@babel/parser": "npm:^7.26.9"
79+
"@babel/helpers": "npm:^7.26.10"
80+
"@babel/parser": "npm:^7.26.10"
8181
"@babel/template": "npm:^7.26.9"
82-
"@babel/traverse": "npm:^7.26.9"
83-
"@babel/types": "npm:^7.26.9"
82+
"@babel/traverse": "npm:^7.26.10"
83+
"@babel/types": "npm:^7.26.10"
8484
convert-source-map: "npm:^2.0.0"
8585
debug: "npm:^4.1.0"
8686
gensync: "npm:^1.0.0-beta.2"
8787
json5: "npm:^2.2.3"
8888
semver: "npm:^6.3.1"
89-
checksum: ed7212ff42a9453765787019b7d191b167afcacd4bd8fec10b055344ef53fa0cc648c9a80159ae4ecf870016a6318731e087042dcb68d1a2a9d34eb290dc014b
89+
checksum: e046e0e988ab53841b512ee9d263ca409f6c46e2a999fe53024688b92db394346fa3aeae5ea0866331f62133982eee05a675d22922a4603c3f603aa09a581d62
9090
languageName: node
9191
linkType: hard
9292

@@ -104,16 +104,16 @@ __metadata:
104104
languageName: node
105105
linkType: hard
106106

107-
"@babel/generator@npm:^7.26.9, @babel/generator@npm:^7.7.2":
108-
version: 7.26.9
109-
resolution: "@babel/generator@npm:7.26.9"
107+
"@babel/generator@npm:^7.26.10, @babel/generator@npm:^7.7.2":
108+
version: 7.26.10
109+
resolution: "@babel/generator@npm:7.26.10"
110110
dependencies:
111-
"@babel/parser": "npm:^7.26.9"
112-
"@babel/types": "npm:^7.26.9"
111+
"@babel/parser": "npm:^7.26.10"
112+
"@babel/types": "npm:^7.26.10"
113113
"@jridgewell/gen-mapping": "npm:^0.3.5"
114114
"@jridgewell/trace-mapping": "npm:^0.3.25"
115115
jsesc: "npm:^3.0.2"
116-
checksum: 6b78872128205224a9a9761b9ea7543a9a7902a04b82fc2f6801ead4de8f59056bab3fd17b1f834ca7b049555fc4c79234b9a6230dd9531a06525306050becad
116+
checksum: 88b3b3ea80592fc89349c4e1a145e1386e4042866d2507298adf452bf972f68d13bf699a845e6ab8c028bd52c2247013eb1221b86e1db5c9779faacba9c4b10e
117117
languageName: node
118118
linkType: hard
119119

@@ -301,24 +301,24 @@ __metadata:
301301
languageName: node
302302
linkType: hard
303303

304-
"@babel/helpers@npm:^7.26.9":
305-
version: 7.26.9
306-
resolution: "@babel/helpers@npm:7.26.9"
304+
"@babel/helpers@npm:^7.26.10":
305+
version: 7.26.10
306+
resolution: "@babel/helpers@npm:7.26.10"
307307
dependencies:
308308
"@babel/template": "npm:^7.26.9"
309-
"@babel/types": "npm:^7.26.9"
310-
checksum: 3d4dbc4a33fe4181ed810cac52318b578294745ceaec07e2f6ecccf6cda55d25e4bfcea8f085f333bf911c9e1fc13320248dd1d5315ab47ad82ce1077410df05
309+
"@babel/types": "npm:^7.26.10"
310+
checksum: f99e1836bcffce96db43158518bb4a24cf266820021f6461092a776cba2dc01d9fc8b1b90979d7643c5c2ab7facc438149064463a52dd528b21c6ab32509784f
311311
languageName: node
312312
linkType: hard
313313

314-
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.26.9":
315-
version: 7.26.9
316-
resolution: "@babel/parser@npm:7.26.9"
314+
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.26.10, @babel/parser@npm:^7.26.9":
315+
version: 7.26.10
316+
resolution: "@babel/parser@npm:7.26.10"
317317
dependencies:
318-
"@babel/types": "npm:^7.26.9"
318+
"@babel/types": "npm:^7.26.10"
319319
bin:
320320
parser: ./bin/babel-parser.js
321-
checksum: 4b9ef3c9a0d4c328e5e5544f50fe8932c36f8a2c851e7f14a85401487cd3da75cad72c2e1bcec1eac55599a6bbb2fdc091f274c4fcafa6bdd112d4915ff087fc
321+
checksum: c47f5c0f63cd12a663e9dc94a635f9efbb5059d98086a92286d7764357c66bceba18ccbe79333e01e9be3bfb8caba34b3aaebfd8e62c3d5921c8cf907267be75
322322
languageName: node
323323
linkType: hard
324324

@@ -1307,28 +1307,28 @@ __metadata:
13071307
languageName: node
13081308
linkType: hard
13091309

1310-
"@babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.26.8, @babel/traverse@npm:^7.26.9":
1311-
version: 7.26.9
1312-
resolution: "@babel/traverse@npm:7.26.9"
1310+
"@babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.26.10, @babel/traverse@npm:^7.26.8":
1311+
version: 7.26.10
1312+
resolution: "@babel/traverse@npm:7.26.10"
13131313
dependencies:
13141314
"@babel/code-frame": "npm:^7.26.2"
1315-
"@babel/generator": "npm:^7.26.9"
1316-
"@babel/parser": "npm:^7.26.9"
1315+
"@babel/generator": "npm:^7.26.10"
1316+
"@babel/parser": "npm:^7.26.10"
13171317
"@babel/template": "npm:^7.26.9"
1318-
"@babel/types": "npm:^7.26.9"
1318+
"@babel/types": "npm:^7.26.10"
13191319
debug: "npm:^4.3.1"
13201320
globals: "npm:^11.1.0"
1321-
checksum: 51dd57fa39ea34d04816806bfead04c74f37301269d24c192d1406dc6e244fea99713b3b9c5f3e926d9ef6aa9cd5c062ad4f2fc1caa9cf843d5e864484ac955e
1321+
checksum: 4e86bb4e3c30a6162bb91df86329df79d96566c3e2d9ccba04f108c30473a3a4fd360d9990531493d90f6a12004f10f616bf9b9229ca30c816b708615e9de2ac
13221322
languageName: node
13231323
linkType: hard
13241324

1325-
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.9, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4":
1326-
version: 7.26.9
1327-
resolution: "@babel/types@npm:7.26.9"
1325+
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.10, @babel/types@npm:^7.26.9, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4":
1326+
version: 7.26.10
1327+
resolution: "@babel/types@npm:7.26.10"
13281328
dependencies:
13291329
"@babel/helper-string-parser": "npm:^7.25.9"
13301330
"@babel/helper-validator-identifier": "npm:^7.25.9"
1331-
checksum: 999c56269ba00e5c57aa711fbe7ff071cd6990bafd1b978341ea7572cc78919986e2aa6ee51dacf4b6a7a6fa63ba4eb3f1a03cf55eee31b896a56d068b895964
1331+
checksum: 7a7f83f568bfc3dfabfaf9ae3a97ab5c061726c0afa7dcd94226d4f84a81559da368ed79671e3a8039d16f12476cf110381a377ebdea07587925f69628200dac
13321332
languageName: node
13331333
linkType: hard
13341334

@@ -5414,7 +5414,7 @@ __metadata:
54145414
resolution: "laboperator-middleware-development@workspace:."
54155415
dependencies:
54165416
"@babel/cli": "npm:^7.26.4"
5417-
"@babel/core": "npm:^7.26.9"
5417+
"@babel/core": "npm:^7.26.10"
54185418
"@babel/preset-env": "npm:^7.26.9"
54195419
"@babel/preset-typescript": "npm:^7.26.0"
54205420
"@labforward/config": "npm:~0.1.8"

0 commit comments

Comments
 (0)