Skip to content

Commit e082dab

Browse files
build(deps-dev): bump @babel/core from 7.25.8 to 7.26.0 (#1602)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.25.8 to 7.26.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.26.0/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a47099 commit e082dab

File tree

2 files changed

+28
-135
lines changed

2 files changed

+28
-135
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"watch": "yarn clean && rollup -c --environment DEVELOPMENT --watch"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "^7.25.8",
38+
"@babel/core": "^7.26.0",
3939
"@babel/preset-env": "^7.26.0",
4040
"@testing-library/jest-dom": "^5.17.0",
4141
"autoprefixer": "^10.4.20",

yarn.lock

Lines changed: 27 additions & 134 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,7 @@
2020
"@jridgewell/gen-mapping" "^0.1.0"
2121
"@jridgewell/trace-mapping" "^0.3.9"
2222

23-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.25.7":
24-
version "7.25.7"
25-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.7.tgz#438f2c524071531d643c6f0188e1e28f130cebc7"
26-
integrity sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==
27-
dependencies:
28-
"@babel/highlight" "^7.25.7"
29-
picocolors "^1.0.0"
30-
31-
"@babel/code-frame@^7.25.9":
23+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0":
3224
version "7.26.0"
3325
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815"
3426
integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==
@@ -42,38 +34,28 @@
4234
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
4335
integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==
4436

45-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.25.8":
46-
version "7.25.8"
47-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.8.tgz#a57137d2a51bbcffcfaeba43cb4dd33ae3e0e1c6"
48-
integrity sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg==
37+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.26.0":
38+
version "7.26.0"
39+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
40+
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
4941
dependencies:
5042
"@ampproject/remapping" "^2.2.0"
51-
"@babel/code-frame" "^7.25.7"
52-
"@babel/generator" "^7.25.7"
53-
"@babel/helper-compilation-targets" "^7.25.7"
54-
"@babel/helper-module-transforms" "^7.25.7"
55-
"@babel/helpers" "^7.25.7"
56-
"@babel/parser" "^7.25.8"
57-
"@babel/template" "^7.25.7"
58-
"@babel/traverse" "^7.25.7"
59-
"@babel/types" "^7.25.8"
43+
"@babel/code-frame" "^7.26.0"
44+
"@babel/generator" "^7.26.0"
45+
"@babel/helper-compilation-targets" "^7.25.9"
46+
"@babel/helper-module-transforms" "^7.26.0"
47+
"@babel/helpers" "^7.26.0"
48+
"@babel/parser" "^7.26.0"
49+
"@babel/template" "^7.25.9"
50+
"@babel/traverse" "^7.25.9"
51+
"@babel/types" "^7.26.0"
6052
convert-source-map "^2.0.0"
6153
debug "^4.1.0"
6254
gensync "^1.0.0-beta.2"
6355
json5 "^2.2.3"
6456
semver "^6.3.1"
6557

66-
"@babel/generator@^7.25.7", "@babel/generator@^7.7.2":
67-
version "7.25.7"
68-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.7.tgz#de86acbeb975a3e11ee92dd52223e6b03b479c56"
69-
integrity sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==
70-
dependencies:
71-
"@babel/types" "^7.25.7"
72-
"@jridgewell/gen-mapping" "^0.3.5"
73-
"@jridgewell/trace-mapping" "^0.3.25"
74-
jsesc "^3.0.2"
75-
76-
"@babel/generator@^7.25.9":
58+
"@babel/generator@^7.25.9", "@babel/generator@^7.26.0", "@babel/generator@^7.7.2":
7759
version "7.26.0"
7860
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7"
7961
integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==
@@ -106,7 +88,7 @@
10688
"@babel/traverse" "^7.25.9"
10789
"@babel/types" "^7.25.9"
10890

109-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.7", "@babel/helper-compilation-targets@^7.25.9":
91+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9":
11092
version "7.25.9"
11193
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875"
11294
integrity sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==
@@ -184,14 +166,6 @@
184166
dependencies:
185167
"@babel/types" "^7.14.5"
186168

187-
"@babel/helper-module-imports@^7.25.7":
188-
version "7.25.7"
189-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz#dba00d9523539152906ba49263e36d7261040472"
190-
integrity sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==
191-
dependencies:
192-
"@babel/traverse" "^7.25.7"
193-
"@babel/types" "^7.25.7"
194-
195169
"@babel/helper-module-imports@^7.25.9":
196170
version "7.25.9"
197171
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
@@ -200,17 +174,7 @@
200174
"@babel/traverse" "^7.25.9"
201175
"@babel/types" "^7.25.9"
202176

203-
"@babel/helper-module-transforms@^7.25.7":
204-
version "7.25.7"
205-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz#2ac9372c5e001b19bc62f1fe7d96a18cb0901d1a"
206-
integrity sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ==
207-
dependencies:
208-
"@babel/helper-module-imports" "^7.25.7"
209-
"@babel/helper-simple-access" "^7.25.7"
210-
"@babel/helper-validator-identifier" "^7.25.7"
211-
"@babel/traverse" "^7.25.7"
212-
213-
"@babel/helper-module-transforms@^7.25.9":
177+
"@babel/helper-module-transforms@^7.25.9", "@babel/helper-module-transforms@^7.26.0":
214178
version "7.26.0"
215179
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
216180
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
@@ -249,14 +213,6 @@
249213
"@babel/helper-optimise-call-expression" "^7.25.9"
250214
"@babel/traverse" "^7.25.9"
251215

252-
"@babel/helper-simple-access@^7.25.7":
253-
version "7.25.7"
254-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.7.tgz#5eb9f6a60c5d6b2e0f76057004f8dacbddfae1c0"
255-
integrity sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ==
256-
dependencies:
257-
"@babel/traverse" "^7.25.7"
258-
"@babel/types" "^7.25.7"
259-
260216
"@babel/helper-simple-access@^7.25.9":
261217
version "7.25.9"
262218
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz#6d51783299884a2c74618d6ef0f86820ec2e7739"
@@ -273,21 +229,11 @@
273229
"@babel/traverse" "^7.25.9"
274230
"@babel/types" "^7.25.9"
275231

276-
"@babel/helper-string-parser@^7.25.7":
277-
version "7.25.7"
278-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
279-
integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
280-
281232
"@babel/helper-string-parser@^7.25.9":
282233
version "7.25.9"
283234
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
284235
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
285236

286-
"@babel/helper-validator-identifier@^7.25.7":
287-
version "7.25.7"
288-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5"
289-
integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==
290-
291237
"@babel/helper-validator-identifier@^7.25.9":
292238
version "7.25.9"
293239
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
@@ -307,32 +253,15 @@
307253
"@babel/traverse" "^7.25.9"
308254
"@babel/types" "^7.25.9"
309255

310-
"@babel/helpers@^7.25.7":
311-
version "7.25.7"
312-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.7.tgz#091b52cb697a171fe0136ab62e54e407211f09c2"
313-
integrity sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==
314-
dependencies:
315-
"@babel/template" "^7.25.7"
316-
"@babel/types" "^7.25.7"
317-
318-
"@babel/highlight@^7.25.7":
319-
version "7.25.7"
320-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.7.tgz#20383b5f442aa606e7b5e3043b0b1aafe9f37de5"
321-
integrity sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==
322-
dependencies:
323-
"@babel/helper-validator-identifier" "^7.25.7"
324-
chalk "^2.4.2"
325-
js-tokens "^4.0.0"
326-
picocolors "^1.0.0"
327-
328-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.25.7", "@babel/parser@^7.25.8":
329-
version "7.25.8"
330-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.8.tgz#f6aaf38e80c36129460c1657c0762db584c9d5e2"
331-
integrity sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==
256+
"@babel/helpers@^7.26.0":
257+
version "7.26.0"
258+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
259+
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
332260
dependencies:
333-
"@babel/types" "^7.25.8"
261+
"@babel/template" "^7.25.9"
262+
"@babel/types" "^7.26.0"
334263

335-
"@babel/parser@^7.25.9", "@babel/parser@^7.26.0":
264+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0":
336265
version "7.26.1"
337266
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.1.tgz#44e02499960df2cdce2c456372a3e8e0c3c5c975"
338267
integrity sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==
@@ -983,16 +912,7 @@
983912
dependencies:
984913
regenerator-runtime "^0.13.4"
985914

986-
"@babel/template@^7.25.7", "@babel/template@^7.3.3":
987-
version "7.25.7"
988-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.7.tgz#27f69ce382855d915b14ab0fe5fb4cbf88fa0769"
989-
integrity sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==
990-
dependencies:
991-
"@babel/code-frame" "^7.25.7"
992-
"@babel/parser" "^7.25.7"
993-
"@babel/types" "^7.25.7"
994-
995-
"@babel/template@^7.25.9":
915+
"@babel/template@^7.25.9", "@babel/template@^7.3.3":
996916
version "7.25.9"
997917
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016"
998918
integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==
@@ -1001,19 +921,6 @@
1001921
"@babel/parser" "^7.25.9"
1002922
"@babel/types" "^7.25.9"
1003923

1004-
"@babel/traverse@^7.25.7":
1005-
version "7.25.7"
1006-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8"
1007-
integrity sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==
1008-
dependencies:
1009-
"@babel/code-frame" "^7.25.7"
1010-
"@babel/generator" "^7.25.7"
1011-
"@babel/parser" "^7.25.7"
1012-
"@babel/template" "^7.25.7"
1013-
"@babel/types" "^7.25.7"
1014-
debug "^4.3.1"
1015-
globals "^11.1.0"
1016-
1017924
"@babel/traverse@^7.25.9":
1018925
version "7.25.9"
1019926
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
@@ -1027,16 +934,7 @@
1027934
debug "^4.3.1"
1028935
globals "^11.1.0"
1029936

1030-
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.25.7", "@babel/types@^7.25.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1031-
version "7.25.8"
1032-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.8.tgz#5cf6037258e8a9bcad533f4979025140cb9993e1"
1033-
integrity sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==
1034-
dependencies:
1035-
"@babel/helper-string-parser" "^7.25.7"
1036-
"@babel/helper-validator-identifier" "^7.25.7"
1037-
to-fast-properties "^2.0.0"
1038-
1039-
"@babel/types@^7.25.9", "@babel/types@^7.26.0":
937+
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1040938
version "7.26.0"
1041939
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
1042940
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
@@ -3119,7 +3017,7 @@ chalk@^1.1.3:
31193017
strip-ansi "^3.0.0"
31203018
supports-color "^2.0.0"
31213019

3122-
chalk@^2.1.0, chalk@^2.4.2:
3020+
chalk@^2.1.0:
31233021
version "2.4.2"
31243022
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
31253023
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -10224,11 +10122,6 @@ to-fast-properties@^1.0.3:
1022410122
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
1022510123
integrity sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=
1022610124

10227-
to-fast-properties@^2.0.0:
10228-
version "2.0.0"
10229-
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
10230-
integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
10231-
1023210125
to-regex-range@^5.0.1:
1023310126
version "5.0.1"
1023410127
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"

0 commit comments

Comments
 (0)