Skip to content

Commit e42cbdc

Browse files
Bump @babel/core from 7.26.8 to 7.26.9 in the babel group (#733)
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.8 to 7.26.9 <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.9 (2025-02-14)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17103">#17103</a> fix: Definition for <code>TSPropertySignature.kind</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17062">#17062</a> Print TypeScript optional/definite in ClassPrivateProperty (<a href="https://github.com/jamiebuilds-signal"><code>@​jamiebuilds-signal</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/17130">#17130</a> Use <code>.ts</code> files with explicit reexports to solve name conflicts (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17127">#17127</a> Do not depend on <code>@types/gensync</code> in Babel 7 (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>Committers: 5</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>Jamie Kyle (<a href="https://github.com/jamiebuilds-signal"><code>@​jamiebuilds-signal</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> </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.9 (2025-02-14)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17103">#17103</a> fix: Definition for <code>TSPropertySignature.kind</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17062">#17062</a> Print TypeScript optional/definite in ClassPrivateProperty (<a href="https://github.com/jamiebuilds-signal"><code>@​jamiebuilds-signal</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/17130">#17130</a> Use <code>.ts</code> files with explicit reexports to solve name conflicts (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17127">#17127</a> Do not depend on <code>@types/gensync</code> in Babel 7 (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h2>v7.26.7 (2025-01-24)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-helpers</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs3</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17086">#17086</a> Make &quot;object without properties&quot; helpers ES6-compatible (<a href="https://github.com/tquetano-netflix"><code>@​tquetano-netflix</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typeof-symbol</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17085">#17085</a> fix: Correctly handle <code>typeof</code> in arrow functions (<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/17079">#17079</a> Respect <code>ranges</code> option in estree method value (<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/17052">#17052</a> Do not try to parse .ts configs as JSON if natively supported (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17050">#17050</a> fix: correctly resolve references to non-constant enum members (<a href="https://github.com/branchseer"><code>@​branchseer</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17025">#17025</a> fix: Remove type-only <code>import x = y.z</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v7.26.6 (2025-01-13)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-nullish-coalescing-operator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17061">#17061</a> fix: Chaining nullish coalescing operators output size regression (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v7.26.5 (2025-01-10)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17011">#17011</a> Allow the dynamic <code>import.defer()</code> form of <code>import defer</code> (<a href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-block-scoped-functions</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17024">#17024</a> chore: Avoid calling <code>isInStrictMode</code> in Babel 7 (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17026">#17026</a> fix: Correctly generate exported const enums in namespace (<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/17045">#17045</a> [estree] Unify method type parameters handling (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17013">#17013</a> fix: Correctly set position for <code>@(a.b)()</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/16996">#16996</a> [estree] Adjust the start loc of class methods with type params (<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-plugin-transform-flow-strip-types</code>, <code>babel-types</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/64bca7b5f308cd52c192a5c821a57f6d1b0475f4"><code>64bca7b</code></a> v7.26.9</li> <li><a href="https://github.com/babel/babel/commit/4cf5c9e0fbe8899bb9eb0dac7c615406a4fe926d"><code>4cf5c9e</code></a> [babel 8] Use <code>@babel/types</code> for parser's return type (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17117">#17117</a>)</li> <li><a href="https://github.com/babel/babel/commit/fd3f0a81b816aae4541976b55bcd6a04ccac9316"><code>fd3f0a8</code></a> Do not depend on <code>@types/gensync</code> in Babel 7 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17127">#17127</a>)</li> <li><a href="https://github.com/babel/babel/commit/5315446a9a9348bd9646464bfa7b0e4381647e04"><code>5315446</code></a> [babel 8] Remove babel 7-specific imports (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17111">#17111</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.26.9/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.8&new-version=7.26.9)](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 0f247d7 commit e42cbdc

File tree

2 files changed

+47
-55
lines changed

2 files changed

+47
-55
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"ajv-formats": "^3.0.1"
4141
},
4242
"devDependencies": {
43-
"@babel/core": "^7.26.8",
43+
"@babel/core": "^7.26.9",
4444
"@labforward/config": "~0.1.6",
4545
"@labforward/eslint-config-node": "~0.1.7",
4646
"@types/jest": "^29.5.14",

yarn.lock

Lines changed: 46 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -40,27 +40,26 @@ __metadata:
4040
languageName: node
4141
linkType: hard
4242

43-
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.24.5, @babel/core@npm:^7.26.8":
44-
version: 7.26.8
45-
resolution: "@babel/core@npm:7.26.8"
43+
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.24.5, @babel/core@npm:^7.26.9":
44+
version: 7.26.9
45+
resolution: "@babel/core@npm:7.26.9"
4646
dependencies:
4747
"@ampproject/remapping": "npm:^2.2.0"
4848
"@babel/code-frame": "npm:^7.26.2"
49-
"@babel/generator": "npm:^7.26.8"
49+
"@babel/generator": "npm:^7.26.9"
5050
"@babel/helper-compilation-targets": "npm:^7.26.5"
5151
"@babel/helper-module-transforms": "npm:^7.26.0"
52-
"@babel/helpers": "npm:^7.26.7"
53-
"@babel/parser": "npm:^7.26.8"
54-
"@babel/template": "npm:^7.26.8"
55-
"@babel/traverse": "npm:^7.26.8"
56-
"@babel/types": "npm:^7.26.8"
57-
"@types/gensync": "npm:^1.0.0"
52+
"@babel/helpers": "npm:^7.26.9"
53+
"@babel/parser": "npm:^7.26.9"
54+
"@babel/template": "npm:^7.26.9"
55+
"@babel/traverse": "npm:^7.26.9"
56+
"@babel/types": "npm:^7.26.9"
5857
convert-source-map: "npm:^2.0.0"
5958
debug: "npm:^4.1.0"
6059
gensync: "npm:^1.0.0-beta.2"
6160
json5: "npm:^2.2.3"
6261
semver: "npm:^6.3.1"
63-
checksum: fafbd083ed3f79973ae2a11a69eee3f13b3226a1d4907abc2c6f2fea21adf4a7c20e00fe0eaa33f44a3666eeaf414edb07460ec031d478ee5f6088eb38b2a011
62+
checksum: ed7212ff42a9453765787019b7d191b167afcacd4bd8fec10b055344ef53fa0cc648c9a80159ae4ecf870016a6318731e087042dcb68d1a2a9d34eb290dc014b
6463
languageName: node
6564
linkType: hard
6665

@@ -78,16 +77,16 @@ __metadata:
7877
languageName: node
7978
linkType: hard
8079

81-
"@babel/generator@npm:^7.26.8, @babel/generator@npm:^7.7.2":
82-
version: 7.26.8
83-
resolution: "@babel/generator@npm:7.26.8"
80+
"@babel/generator@npm:^7.26.9, @babel/generator@npm:^7.7.2":
81+
version: 7.26.9
82+
resolution: "@babel/generator@npm:7.26.9"
8483
dependencies:
85-
"@babel/parser": "npm:^7.26.8"
86-
"@babel/types": "npm:^7.26.8"
84+
"@babel/parser": "npm:^7.26.9"
85+
"@babel/types": "npm:^7.26.9"
8786
"@jridgewell/gen-mapping": "npm:^0.3.5"
8887
"@jridgewell/trace-mapping": "npm:^0.3.25"
8988
jsesc: "npm:^3.0.2"
90-
checksum: 9467f197d285ac315d1fa419138d36a3bfd69ca4baf763e914acab12f5f38e5d231497f6528e80613b28e73bb28c66fcc50b250b1f277b1a4d38ac14b03e9674
89+
checksum: 6b78872128205224a9a9761b9ea7543a9a7902a04b82fc2f6801ead4de8f59056bab3fd17b1f834ca7b049555fc4c79234b9a6230dd9531a06525306050becad
9190
languageName: node
9291
linkType: hard
9392

@@ -155,24 +154,24 @@ __metadata:
155154
languageName: node
156155
linkType: hard
157156

158-
"@babel/helpers@npm:^7.26.7":
159-
version: 7.26.7
160-
resolution: "@babel/helpers@npm:7.26.7"
157+
"@babel/helpers@npm:^7.26.9":
158+
version: 7.26.9
159+
resolution: "@babel/helpers@npm:7.26.9"
161160
dependencies:
162-
"@babel/template": "npm:^7.25.9"
163-
"@babel/types": "npm:^7.26.7"
164-
checksum: 37fec398e53a2dbbf24bc2a025c4d571b2556cef18d8116d05d04b153f13ef659cdfbaab96c8eed875e629d39bdf9b3ea5d099ccf80544537de224e2d94f9b11
161+
"@babel/template": "npm:^7.26.9"
162+
"@babel/types": "npm:^7.26.9"
163+
checksum: 3d4dbc4a33fe4181ed810cac52318b578294745ceaec07e2f6ecccf6cda55d25e4bfcea8f085f333bf911c9e1fc13320248dd1d5315ab47ad82ce1077410df05
165164
languageName: node
166165
linkType: hard
167166

168-
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.26.8":
169-
version: 7.26.8
170-
resolution: "@babel/parser@npm:7.26.8"
167+
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.26.9":
168+
version: 7.26.9
169+
resolution: "@babel/parser@npm:7.26.9"
171170
dependencies:
172-
"@babel/types": "npm:^7.26.8"
171+
"@babel/types": "npm:^7.26.9"
173172
bin:
174173
parser: ./bin/babel-parser.js
175-
checksum: da04f26bae732a5b6790775a736b58c7876c28e62203c5097f043fd7273ef6debe5bfd7a4e670a6819f4549b215c7b9762c6358e44797b3c4d733defc8290781
174+
checksum: 4b9ef3c9a0d4c328e5e5544f50fe8932c36f8a2c851e7f14a85401487cd3da75cad72c2e1bcec1eac55599a6bbb2fdc091f274c4fcafa6bdd112d4915ff087fc
176175
languageName: node
177176
linkType: hard
178177

@@ -330,39 +329,39 @@ __metadata:
330329
languageName: node
331330
linkType: hard
332331

333-
"@babel/template@npm:^7.25.9, @babel/template@npm:^7.26.8, @babel/template@npm:^7.3.3":
334-
version: 7.26.8
335-
resolution: "@babel/template@npm:7.26.8"
332+
"@babel/template@npm:^7.26.9, @babel/template@npm:^7.3.3":
333+
version: 7.26.9
334+
resolution: "@babel/template@npm:7.26.9"
336335
dependencies:
337336
"@babel/code-frame": "npm:^7.26.2"
338-
"@babel/parser": "npm:^7.26.8"
339-
"@babel/types": "npm:^7.26.8"
340-
checksum: 90bc1085cbc090cbdd43af7b9dbb98e6bda96e55e0f565f17ebb8e97c2dfce866dc727ca02b8e08bd2662ba4fd3851907ba3c48618162c291221af17fb258213
337+
"@babel/parser": "npm:^7.26.9"
338+
"@babel/types": "npm:^7.26.9"
339+
checksum: 019b1c4129cc01ad63e17529089c2c559c74709d225f595eee017af227fee11ae8a97a6ab19ae6768b8aa22d8d75dcb60a00b28f52e9fa78140672d928bc1ae9
341340
languageName: node
342341
linkType: hard
343342

344-
"@babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.26.8":
345-
version: 7.26.8
346-
resolution: "@babel/traverse@npm:7.26.8"
343+
"@babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.26.9":
344+
version: 7.26.9
345+
resolution: "@babel/traverse@npm:7.26.9"
347346
dependencies:
348347
"@babel/code-frame": "npm:^7.26.2"
349-
"@babel/generator": "npm:^7.26.8"
350-
"@babel/parser": "npm:^7.26.8"
351-
"@babel/template": "npm:^7.26.8"
352-
"@babel/types": "npm:^7.26.8"
348+
"@babel/generator": "npm:^7.26.9"
349+
"@babel/parser": "npm:^7.26.9"
350+
"@babel/template": "npm:^7.26.9"
351+
"@babel/types": "npm:^7.26.9"
353352
debug: "npm:^4.3.1"
354353
globals: "npm:^11.1.0"
355-
checksum: 0771d1ce0351628ad2e8dac56f0d59f706eb125c83fbcc039bde83088ba0a1477244ad5fb060802f90366cc4d7fa871e5009a292aef6205bcf83f2e01d1a0a5d
354+
checksum: 51dd57fa39ea34d04816806bfead04c74f37301269d24c192d1406dc6e244fea99713b3b9c5f3e926d9ef6aa9cd5c062ad4f2fc1caa9cf843d5e864484ac955e
356355
languageName: node
357356
linkType: hard
358357

359-
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.7, @babel/types@npm:^7.26.8, @babel/types@npm:^7.3.3":
360-
version: 7.26.8
361-
resolution: "@babel/types@npm:7.26.8"
358+
"@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":
359+
version: 7.26.9
360+
resolution: "@babel/types@npm:7.26.9"
362361
dependencies:
363362
"@babel/helper-string-parser": "npm:^7.25.9"
364363
"@babel/helper-validator-identifier": "npm:^7.25.9"
365-
checksum: cd41ea47bb3d7baf2b3bf5e70e9c3a16f2eab699fab8575b2b31a7b1cb64166eb52c97124313863dde0581747bfc7a1810c838ad60b5b7ad1897d8004c7b95a9
364+
checksum: 999c56269ba00e5c57aa711fbe7ff071cd6990bafd1b978341ea7572cc78919986e2aa6ee51dacf4b6a7a6fa63ba4eb3f1a03cf55eee31b896a56d068b895964
366365
languageName: node
367366
linkType: hard
368367

@@ -810,7 +809,7 @@ __metadata:
810809
version: 0.0.0-use.local
811810
resolution: "@labforward/laboperator-workflow-schema@workspace:."
812811
dependencies:
813-
"@babel/core": "npm:^7.26.8"
812+
"@babel/core": "npm:^7.26.9"
814813
"@labforward/config": "npm:~0.1.6"
815814
"@labforward/eslint-config-node": "npm:~0.1.7"
816815
"@types/jest": "npm:^29.5.14"
@@ -1003,13 +1002,6 @@ __metadata:
10031002
languageName: node
10041003
linkType: hard
10051004

1006-
"@types/gensync@npm:^1.0.0":
1007-
version: 1.0.4
1008-
resolution: "@types/gensync@npm:1.0.4"
1009-
checksum: 1daeb1693196a85ee68b82f3fb30906a1cccede69d492b190de80ff20cec2d528d98cad866d733fd83cb171096dfe8c26c9c02c50ffb93e1113d48bd79daa556
1010-
languageName: node
1011-
linkType: hard
1012-
10131005
"@types/graceful-fs@npm:^4.1.3":
10141006
version: 4.1.6
10151007
resolution: "@types/graceful-fs@npm:4.1.6"

0 commit comments

Comments
 (0)