Skip to content

Commit 8c62c58

Browse files
dependabot[bot]acelaya
authored andcommitted
Bump the babel group with 2 updates
Bumps the babel group with 2 updates: [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) and [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript). Updates `@babel/cli` from 7.26.4 to 7.27.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-cli) Updates `@babel/preset-typescript` from 7.26.0 to 7.27.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-preset-typescript) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: babel - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: babel ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fa1617d commit 8c62c58

File tree

1 file changed

+101
-34
lines changed

1 file changed

+101
-34
lines changed

yarn.lock

Lines changed: 101 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ __metadata:
3030
linkType: hard
3131

3232
"@babel/cli@npm:^7.1.6":
33-
version: 7.26.4
34-
resolution: "@babel/cli@npm:7.26.4"
33+
version: 7.27.0
34+
resolution: "@babel/cli@npm:7.27.0"
3535
dependencies:
3636
"@jridgewell/trace-mapping": ^0.3.25
3737
"@nicolo-ribaudo/chokidar-2": 2.1.8-no-fsevents.3
@@ -52,7 +52,7 @@ __metadata:
5252
bin:
5353
babel: ./bin/babel.js
5454
babel-external-helpers: ./bin/babel-external-helpers.js
55-
checksum: 759814fcb262545f787fad33456ffaef0cf282c6bc6a6fa610acf0f04457c300c0c880737e396e4c0303a9082cc9102123f8018111de5f60474365e32bf70300
55+
checksum: 1614007930af651f6ce8d35b95f41e9d0e6fc5147eeedd2146da41512796ce5c7c9c33388f77779bab7ff1bc96ec8ac54876488fa043b1bf1e5fadc03b103a6f
5656
languageName: node
5757
linkType: hard
5858

@@ -181,6 +181,19 @@ __metadata:
181181
languageName: node
182182
linkType: hard
183183

184+
"@babel/generator@npm:^7.27.0":
185+
version: 7.27.0
186+
resolution: "@babel/generator@npm:7.27.0"
187+
dependencies:
188+
"@babel/parser": ^7.27.0
189+
"@babel/types": ^7.27.0
190+
"@jridgewell/gen-mapping": ^0.3.5
191+
"@jridgewell/trace-mapping": ^0.3.25
192+
jsesc: ^3.0.2
193+
checksum: cdb6e3e8441241321192275f7a1265b6d610b44d57ae3bbb6047cb142849fd2ace1e15d5ee0685337e152f5d8760babd3ab898b6e5065e4b344006d2f0da759f
194+
languageName: node
195+
linkType: hard
196+
184197
"@babel/helper-annotate-as-pure@npm:^7.18.6":
185198
version: 7.18.6
186199
resolution: "@babel/helper-annotate-as-pure@npm:7.18.6"
@@ -257,6 +270,23 @@ __metadata:
257270
languageName: node
258271
linkType: hard
259272

273+
"@babel/helper-create-class-features-plugin@npm:^7.27.0":
274+
version: 7.27.0
275+
resolution: "@babel/helper-create-class-features-plugin@npm:7.27.0"
276+
dependencies:
277+
"@babel/helper-annotate-as-pure": ^7.25.9
278+
"@babel/helper-member-expression-to-functions": ^7.25.9
279+
"@babel/helper-optimise-call-expression": ^7.25.9
280+
"@babel/helper-replace-supers": ^7.26.5
281+
"@babel/helper-skip-transparent-expression-wrappers": ^7.25.9
282+
"@babel/traverse": ^7.27.0
283+
semver: ^6.3.1
284+
peerDependencies:
285+
"@babel/core": ^7.0.0
286+
checksum: 4ec1f044effa7d9984d20ac9201184986c2c9d688495bf8204c5bf0e042c4e6752d336884997b1140f8f36107edda5f02891eb6660273ab906c9b1e6b2491b71
287+
languageName: node
288+
linkType: hard
289+
260290
"@babel/helper-create-regexp-features-plugin@npm:^7.18.6":
261291
version: 7.18.6
262292
resolution: "@babel/helper-create-regexp-features-plugin@npm:7.18.6"
@@ -410,13 +440,16 @@ __metadata:
410440
languageName: node
411441
linkType: hard
412442

413-
"@babel/helper-simple-access@npm:^7.25.9":
414-
version: 7.25.9
415-
resolution: "@babel/helper-simple-access@npm:7.25.9"
443+
"@babel/helper-replace-supers@npm:^7.26.5":
444+
version: 7.26.5
445+
resolution: "@babel/helper-replace-supers@npm:7.26.5"
416446
dependencies:
417-
"@babel/traverse": ^7.25.9
418-
"@babel/types": ^7.25.9
419-
checksum: 6d96c94b88e8288d15e5352c1221486bd4f62de8c7dc7c7b9f5b107ce2c79f67fec5ed71a0476e146f1fefbbbf1d69abe35dc821d80ce01fc7f472286c342421
447+
"@babel/helper-member-expression-to-functions": ^7.25.9
448+
"@babel/helper-optimise-call-expression": ^7.25.9
449+
"@babel/traverse": ^7.26.5
450+
peerDependencies:
451+
"@babel/core": ^7.0.0
452+
checksum: c5ab31b29c7cc09e30278f8860ecdb873ce6c84b5c08bc5239c369c7c4fe9f0a63cda61b55b7bbd20edb4e5dc32e73087cc3c57d85264834bd191551d1499185
420453
languageName: node
421454
linkType: hard
422455

@@ -557,6 +590,17 @@ __metadata:
557590
languageName: node
558591
linkType: hard
559592

593+
"@babel/parser@npm:^7.27.0":
594+
version: 7.27.0
595+
resolution: "@babel/parser@npm:7.27.0"
596+
dependencies:
597+
"@babel/types": ^7.27.0
598+
bin:
599+
parser: ./bin/babel-parser.js
600+
checksum: 062a4e6d51553603253990c84e051ed48671a55b9d4e9caf2eff9dc888465070a0cfd288a467dbf0d99507781ea4a835b5606e32ddc0319f1b9273f913676829
601+
languageName: node
602+
linkType: hard
603+
560604
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.9":
561605
version: 7.25.9
562606
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.25.9"
@@ -952,19 +996,6 @@ __metadata:
952996
languageName: node
953997
linkType: hard
954998

955-
"@babel/plugin-transform-modules-commonjs@npm:^7.25.9":
956-
version: 7.25.9
957-
resolution: "@babel/plugin-transform-modules-commonjs@npm:7.25.9"
958-
dependencies:
959-
"@babel/helper-module-transforms": ^7.25.9
960-
"@babel/helper-plugin-utils": ^7.25.9
961-
"@babel/helper-simple-access": ^7.25.9
962-
peerDependencies:
963-
"@babel/core": ^7.0.0-0
964-
checksum: 4f101f0ea4a57d1d27a7976d668c63a7d0bbb0d9c1909d8ac43c785fd1496c31e6552ffd9673730c088873df1bc64f1cc4aad7c3c90413ac5e80b33e336d80e4
965-
languageName: node
966-
linkType: hard
967-
968999
"@babel/plugin-transform-modules-commonjs@npm:^7.26.3":
9691000
version: 7.26.3
9701001
resolution: "@babel/plugin-transform-modules-commonjs@npm:7.26.3"
@@ -1283,18 +1314,18 @@ __metadata:
12831314
languageName: node
12841315
linkType: hard
12851316

1286-
"@babel/plugin-transform-typescript@npm:^7.25.9":
1287-
version: 7.25.9
1288-
resolution: "@babel/plugin-transform-typescript@npm:7.25.9"
1317+
"@babel/plugin-transform-typescript@npm:^7.27.0":
1318+
version: 7.27.0
1319+
resolution: "@babel/plugin-transform-typescript@npm:7.27.0"
12891320
dependencies:
12901321
"@babel/helper-annotate-as-pure": ^7.25.9
1291-
"@babel/helper-create-class-features-plugin": ^7.25.9
1292-
"@babel/helper-plugin-utils": ^7.25.9
1322+
"@babel/helper-create-class-features-plugin": ^7.27.0
1323+
"@babel/helper-plugin-utils": ^7.26.5
12931324
"@babel/helper-skip-transparent-expression-wrappers": ^7.25.9
12941325
"@babel/plugin-syntax-typescript": ^7.25.9
12951326
peerDependencies:
12961327
"@babel/core": ^7.0.0-0
1297-
checksum: 6dd1303f1b9f314e22c6c54568a8b9709a081ce97be757d4004f960e3e73d6b819e6b49cee6cf1fc8455511e41127a8b580fa34602de62d17ab8a0b2d0ccf183
1328+
checksum: 0629dffb332616d3a07f2718dc1ac1ff6b3092b59cb7b06594484b3bef9d16012ef3fe36b397000092a83aaac014c52b570e484d8903bb6a0a13d0b3a896829c
12981329
languageName: node
12991330
linkType: hard
13001331

@@ -1454,17 +1485,17 @@ __metadata:
14541485
linkType: hard
14551486

14561487
"@babel/preset-typescript@npm:^7.18.6":
1457-
version: 7.26.0
1458-
resolution: "@babel/preset-typescript@npm:7.26.0"
1488+
version: 7.27.0
1489+
resolution: "@babel/preset-typescript@npm:7.27.0"
14591490
dependencies:
1460-
"@babel/helper-plugin-utils": ^7.25.9
1491+
"@babel/helper-plugin-utils": ^7.26.5
14611492
"@babel/helper-validator-option": ^7.25.9
14621493
"@babel/plugin-syntax-jsx": ^7.25.9
1463-
"@babel/plugin-transform-modules-commonjs": ^7.25.9
1464-
"@babel/plugin-transform-typescript": ^7.25.9
1494+
"@babel/plugin-transform-modules-commonjs": ^7.26.3
1495+
"@babel/plugin-transform-typescript": ^7.27.0
14651496
peerDependencies:
14661497
"@babel/core": ^7.0.0-0
1467-
checksum: 6d8641fa6efd0e10eec5e8f92cd164b916a06d57131cfa5216c281404289c87d2b4995140a1c1d9c3bad171ff6ef2226be5f0585e09577ffff349706e991ec71
1498+
checksum: 64bbde0069d6b40092796a5c02ce192499d6b0cecf208e881318a0a969b4ffea6c52b8b10b03cb6a1b7aa630076a8b49df39af90e421d81410a7269b34a393f3
14681499
languageName: node
14691500
linkType: hard
14701501

@@ -1510,6 +1541,17 @@ __metadata:
15101541
languageName: node
15111542
linkType: hard
15121543

1544+
"@babel/template@npm:^7.27.0":
1545+
version: 7.27.0
1546+
resolution: "@babel/template@npm:7.27.0"
1547+
dependencies:
1548+
"@babel/code-frame": ^7.26.2
1549+
"@babel/parser": ^7.27.0
1550+
"@babel/types": ^7.27.0
1551+
checksum: 46d6db4c204a092f11ad6c3bfb6ec3dc1422e32121186d68ab1b3e633313aa5b7e21f26ca801dbd7da21f256225305a76454429fc500e52dabadb30af35df961
1552+
languageName: node
1553+
linkType: hard
1554+
15131555
"@babel/traverse@npm:^7.25.9":
15141556
version: 7.25.9
15151557
resolution: "@babel/traverse@npm:7.25.9"
@@ -1540,6 +1582,21 @@ __metadata:
15401582
languageName: node
15411583
linkType: hard
15421584

1585+
"@babel/traverse@npm:^7.26.5, @babel/traverse@npm:^7.27.0":
1586+
version: 7.27.0
1587+
resolution: "@babel/traverse@npm:7.27.0"
1588+
dependencies:
1589+
"@babel/code-frame": ^7.26.2
1590+
"@babel/generator": ^7.27.0
1591+
"@babel/parser": ^7.27.0
1592+
"@babel/template": ^7.27.0
1593+
"@babel/types": ^7.27.0
1594+
debug: ^4.3.1
1595+
globals: ^11.1.0
1596+
checksum: 922d22aa91200e1880cfa782802100aa5b236fab89a44b9c40cfea94163246efd010626f7dc2b9d7769851c1fa2d8e8f8a1e0168ff4a7094e9b737c32760baa1
1597+
languageName: node
1598+
linkType: hard
1599+
15431600
"@babel/traverse@npm:^7.26.7":
15441601
version: 7.26.7
15451602
resolution: "@babel/traverse@npm:7.26.7"
@@ -1631,6 +1688,16 @@ __metadata:
16311688
languageName: node
16321689
linkType: hard
16331690

1691+
"@babel/types@npm:^7.27.0":
1692+
version: 7.27.0
1693+
resolution: "@babel/types@npm:7.27.0"
1694+
dependencies:
1695+
"@babel/helper-string-parser": ^7.25.9
1696+
"@babel/helper-validator-identifier": ^7.25.9
1697+
checksum: 59582019eb8a693d4277015d4dec0233874d884b9019dcd09550332db7f0f2ac9e30eca685bb0ada4bab5a4dc8bbc2a6bcaadb151c69b7e6aa94b5eaf8fc8c51
1698+
languageName: node
1699+
linkType: hard
1700+
16341701
"@colors/colors@npm:1.5.0":
16351702
version: 1.5.0
16361703
resolution: "@colors/colors@npm:1.5.0"

0 commit comments

Comments
 (0)