Skip to content

Commit 742f835

Browse files
Bump @babel/core from 7.26.7 to 7.26.8 in the babel group (#728)
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.7 to 7.26.8 <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.8 (2025-02-08)</h2> <h4>:house: Internal</h4> <ul> <li><code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17097">#17097</a> Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0</li> </ul> </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> <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>This file contains the changelog starting from v7.15.0.</p> <ul> <li>See <a href="https://github.com/babel/babel/blob/main/.github/CHANGELOG-v7.0.0-v7.14.9.md">CHANGELOG - v7.0.0 to v7.14.9</a> for v7.0.0 to v7.14.9 changes.</li> <li>See <a href="https://github.com/babel/babel/blob/main/.github/CHANGELOG-v7-prereleases.md">CHANGELOG - v7 prereleases</a> for v7.0.0-alpha.1 to v7.0.0-rc.4 changes.</li> <li>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.</li> <li>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.</li> <li>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.</li> <li>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.</li> <li>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.</li> </ul> <!-- raw HTML omitted --> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/059394159de3af74446be6fba896dd4ce178333c"><code>0593941</code></a> v7.26.8</li> <li><a href="https://github.com/babel/babel/commit/1bdb1a4175ed1fc40751fb84dc4ad1900260f28f"><code>1bdb1a4</code></a> Move <code>@types/gensync</code> to dependencies (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17105">#17105</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.26.8/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.7&new-version=7.26.8)](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 c00102b commit 742f835

File tree

2 files changed

+50
-42
lines changed

2 files changed

+50
-42
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.7",
43+
"@babel/core": "^7.26.8",
4444
"@labforward/config": "~0.1.6",
4545
"@labforward/eslint-config-node": "~0.1.7",
4646
"@types/jest": "^29.5.14",

yarn.lock

Lines changed: 49 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ __metadata:
2222
languageName: node
2323
linkType: hard
2424

25-
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.25.9, @babel/code-frame@npm:^7.26.2":
25+
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.26.2":
2626
version: 7.26.2
2727
resolution: "@babel/code-frame@npm:7.26.2"
2828
dependencies:
@@ -40,26 +40,27 @@ __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.7":
44-
version: 7.26.7
45-
resolution: "@babel/core@npm:7.26.7"
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"
4646
dependencies:
4747
"@ampproject/remapping": "npm:^2.2.0"
4848
"@babel/code-frame": "npm:^7.26.2"
49-
"@babel/generator": "npm:^7.26.5"
49+
"@babel/generator": "npm:^7.26.8"
5050
"@babel/helper-compilation-targets": "npm:^7.26.5"
5151
"@babel/helper-module-transforms": "npm:^7.26.0"
5252
"@babel/helpers": "npm:^7.26.7"
53-
"@babel/parser": "npm:^7.26.7"
54-
"@babel/template": "npm:^7.25.9"
55-
"@babel/traverse": "npm:^7.26.7"
56-
"@babel/types": "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"
5758
convert-source-map: "npm:^2.0.0"
5859
debug: "npm:^4.1.0"
5960
gensync: "npm:^1.0.0-beta.2"
6061
json5: "npm:^2.2.3"
6162
semver: "npm:^6.3.1"
62-
checksum: fbd2cd9fc23280bdcaca556e558f715c0a42d940b9913c52582e8e3d24e391d269cb8a9cd6589172593983569021c379e28bba6b19ea2ee08674f6068c210a9d
63+
checksum: fafbd083ed3f79973ae2a11a69eee3f13b3226a1d4907abc2c6f2fea21adf4a7c20e00fe0eaa33f44a3666eeaf414edb07460ec031d478ee5f6088eb38b2a011
6364
languageName: node
6465
linkType: hard
6566

@@ -77,16 +78,16 @@ __metadata:
7778
languageName: node
7879
linkType: hard
7980

80-
"@babel/generator@npm:^7.26.5, @babel/generator@npm:^7.7.2":
81-
version: 7.26.5
82-
resolution: "@babel/generator@npm:7.26.5"
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"
8384
dependencies:
84-
"@babel/parser": "npm:^7.26.5"
85-
"@babel/types": "npm:^7.26.5"
85+
"@babel/parser": "npm:^7.26.8"
86+
"@babel/types": "npm:^7.26.8"
8687
"@jridgewell/gen-mapping": "npm:^0.3.5"
8788
"@jridgewell/trace-mapping": "npm:^0.3.25"
8889
jsesc: "npm:^3.0.2"
89-
checksum: 3be79e0aa03f38858a465d12ee2e468320b9122dc44fc85984713e32f16f4d77ce34a16a1a9505972782590e0b8d847b6f373621f9c6fafa1906d90f31416cb0
90+
checksum: 9467f197d285ac315d1fa419138d36a3bfd69ca4baf763e914acab12f5f38e5d231497f6528e80613b28e73bb28c66fcc50b250b1f277b1a4d38ac14b03e9674
9091
languageName: node
9192
linkType: hard
9293

@@ -164,14 +165,14 @@ __metadata:
164165
languageName: node
165166
linkType: hard
166167

167-
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.25.9, @babel/parser@npm:^7.26.5, @babel/parser@npm:^7.26.7":
168-
version: 7.26.7
169-
resolution: "@babel/parser@npm:7.26.7"
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"
170171
dependencies:
171-
"@babel/types": "npm:^7.26.7"
172+
"@babel/types": "npm:^7.26.8"
172173
bin:
173174
parser: ./bin/babel-parser.js
174-
checksum: dcb08a4f2878ece33caffefe43b71488d753324bae7ca58d64bca3bc4af34dcfa1b58abdf9972516d76af760fceb25bb9294ca33461d56b31c5059ccfe32001f
175+
checksum: da04f26bae732a5b6790775a736b58c7876c28e62203c5097f043fd7273ef6debe5bfd7a4e670a6819f4549b215c7b9762c6358e44797b3c4d733defc8290781
175176
languageName: node
176177
linkType: hard
177178

@@ -329,39 +330,39 @@ __metadata:
329330
languageName: node
330331
linkType: hard
331332

332-
"@babel/template@npm:^7.25.9, @babel/template@npm:^7.3.3":
333-
version: 7.25.9
334-
resolution: "@babel/template@npm:7.25.9"
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"
335336
dependencies:
336-
"@babel/code-frame": "npm:^7.25.9"
337-
"@babel/parser": "npm:^7.25.9"
338-
"@babel/types": "npm:^7.25.9"
339-
checksum: ebe677273f96a36c92cc15b7aa7b11cc8bc8a3bb7a01d55b2125baca8f19cae94ff3ce15f1b1880fb8437f3a690d9f89d4e91f16fc1dc4d3eb66226d128983ab
337+
"@babel/code-frame": "npm:^7.26.2"
338+
"@babel/parser": "npm:^7.26.8"
339+
"@babel/types": "npm:^7.26.8"
340+
checksum: 90bc1085cbc090cbdd43af7b9dbb98e6bda96e55e0f565f17ebb8e97c2dfce866dc727ca02b8e08bd2662ba4fd3851907ba3c48618162c291221af17fb258213
340341
languageName: node
341342
linkType: hard
342343

343-
"@babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.26.7":
344-
version: 7.26.7
345-
resolution: "@babel/traverse@npm:7.26.7"
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"
346347
dependencies:
347348
"@babel/code-frame": "npm:^7.26.2"
348-
"@babel/generator": "npm:^7.26.5"
349-
"@babel/parser": "npm:^7.26.7"
350-
"@babel/template": "npm:^7.25.9"
351-
"@babel/types": "npm:^7.26.7"
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"
352353
debug: "npm:^4.3.1"
353354
globals: "npm:^11.1.0"
354-
checksum: b23a36ce40d2e4970741431c45d4f92e3f4c2895c0a421456516b2729bd9e17278846e01ee3d9039b0adf5fc5a071768061c17fcad040e74a5c3e39517449d5b
355+
checksum: 0771d1ce0351628ad2e8dac56f0d59f706eb125c83fbcc039bde83088ba0a1477244ad5fb060802f90366cc4d7fa871e5009a292aef6205bcf83f2e01d1a0a5d
355356
languageName: node
356357
linkType: hard
357358

358-
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.5, @babel/types@npm:^7.26.7, @babel/types@npm:^7.3.3":
359-
version: 7.26.7
360-
resolution: "@babel/types@npm:7.26.7"
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"
361362
dependencies:
362363
"@babel/helper-string-parser": "npm:^7.25.9"
363364
"@babel/helper-validator-identifier": "npm:^7.25.9"
364-
checksum: 7810a2bca97b13c253f07a0863a628d33dbe76ee3c163367f24be93bfaf4c8c0a325f73208abaaa050a6b36059efc2950c2e4b71fb109c0f07fa62221d8473d4
365+
checksum: cd41ea47bb3d7baf2b3bf5e70e9c3a16f2eab699fab8575b2b31a7b1cb64166eb52c97124313863dde0581747bfc7a1810c838ad60b5b7ad1897d8004c7b95a9
365366
languageName: node
366367
linkType: hard
367368

@@ -809,7 +810,7 @@ __metadata:
809810
version: 0.0.0-use.local
810811
resolution: "@labforward/laboperator-workflow-schema@workspace:."
811812
dependencies:
812-
"@babel/core": "npm:^7.26.7"
813+
"@babel/core": "npm:^7.26.8"
813814
"@labforward/config": "npm:~0.1.6"
814815
"@labforward/eslint-config-node": "npm:~0.1.7"
815816
"@types/jest": "npm:^29.5.14"
@@ -1002,6 +1003,13 @@ __metadata:
10021003
languageName: node
10031004
linkType: hard
10041005

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+
10051013
"@types/graceful-fs@npm:^4.1.3":
10061014
version: 4.1.6
10071015
resolution: "@types/graceful-fs@npm:4.1.6"

0 commit comments

Comments
 (0)