Skip to content

Commit 96250fe

Browse files
authoredJan 21, 2025··
chore(deps): update dependency @babel/preset-typescript to v7.26.0 (#10253)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6004f0b commit 96250fe

File tree

5 files changed

+45
-54
lines changed

5 files changed

+45
-54
lines changed
 

‎examples/persisted-documents-string-mode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@graphql-codegen/cli": "5.0.3",
1414
"@babel/core": "7.25.2",
1515
"@babel/preset-env": "7.25.3",
16-
"@babel/preset-typescript": "7.24.7"
16+
"@babel/preset-typescript": "7.26.0"
1717
},
1818
"scripts": {
1919
"test": "jest",

‎examples/persisted-documents/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@graphql-codegen/cli": "5.0.3",
1414
"@babel/core": "7.25.2",
1515
"@babel/preset-env": "7.25.3",
16-
"@babel/preset-typescript": "7.24.7"
16+
"@babel/preset-typescript": "7.26.0"
1717
},
1818
"scripts": {
1919
"test": "jest",

‎examples/yoga-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@graphql-codegen/cli": "5.0.3",
1313
"@babel/core": "7.25.2",
1414
"@babel/preset-env": "7.25.3",
15-
"@babel/preset-typescript": "7.24.7"
15+
"@babel/preset-typescript": "7.26.0"
1616
},
1717
"scripts": {
1818
"test": "jest",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@babel/core": "7.25.2",
4747
"@babel/preset-env": "7.25.3",
48-
"@babel/preset-typescript": "7.24.7",
48+
"@babel/preset-typescript": "7.26.0",
4949
"@changesets/changelog-github": "0.5.0",
5050
"@changesets/cli": "2.27.11",
5151
"@theguild/eslint-config": "0.13.0",

‎yarn.lock

+41-50
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,14 @@
213213
"@babel/traverse" "^7.25.9"
214214
"@babel/types" "^7.25.9"
215215

216-
"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.25.0", "@babel/helper-module-transforms@^7.25.2":
217-
version "7.25.2"
218-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6"
219-
integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==
216+
"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.25.0", "@babel/helper-module-transforms@^7.25.2", "@babel/helper-module-transforms@^7.26.0":
217+
version "7.26.0"
218+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
219+
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
220220
dependencies:
221-
"@babel/helper-module-imports" "^7.24.7"
222-
"@babel/helper-simple-access" "^7.24.7"
223-
"@babel/helper-validator-identifier" "^7.24.7"
224-
"@babel/traverse" "^7.25.2"
221+
"@babel/helper-module-imports" "^7.25.9"
222+
"@babel/helper-validator-identifier" "^7.25.9"
223+
"@babel/traverse" "^7.25.9"
225224

226225
"@babel/helper-optimise-call-expression@^7.25.9":
227226
version "7.25.9"
@@ -230,10 +229,10 @@
230229
dependencies:
231230
"@babel/types" "^7.25.9"
232231

233-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.24.8", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
234-
version "7.25.9"
235-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz#9cbdd63a9443a2c92a725cca7ebca12cc8dd9f46"
236-
integrity sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==
232+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.24.8", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.26.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
233+
version "7.26.5"
234+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35"
235+
integrity sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==
237236

238237
"@babel/helper-remap-async-to-generator@^7.24.7", "@babel/helper-remap-async-to-generator@^7.25.9":
239238
version "7.25.9"
@@ -253,14 +252,6 @@
253252
"@babel/helper-optimise-call-expression" "^7.25.9"
254253
"@babel/traverse" "^7.25.9"
255254

256-
"@babel/helper-simple-access@^7.24.7":
257-
version "7.24.7"
258-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3"
259-
integrity sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==
260-
dependencies:
261-
"@babel/traverse" "^7.24.7"
262-
"@babel/types" "^7.24.7"
263-
264255
"@babel/helper-skip-transparent-expression-wrappers@^7.24.7", "@babel/helper-skip-transparent-expression-wrappers@^7.25.9":
265256
version "7.25.9"
266257
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz#0b2e1b62d560d6b1954893fd2b705dc17c91f0c9"
@@ -464,7 +455,7 @@
464455
dependencies:
465456
"@babel/helper-plugin-utils" "^7.8.0"
466457

467-
"@babel/plugin-syntax-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.17.12", "@babel/plugin-syntax-jsx@^7.24.7", "@babel/plugin-syntax-jsx@^7.25.9":
458+
"@babel/plugin-syntax-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.17.12", "@babel/plugin-syntax-jsx@^7.25.9":
468459
version "7.25.9"
469460
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz#a34313a178ea56f1951599b929c1ceacee719290"
470461
integrity sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==
@@ -527,12 +518,12 @@
527518
dependencies:
528519
"@babel/helper-plugin-utils" "^7.14.5"
529520

530-
"@babel/plugin-syntax-typescript@^7.24.7", "@babel/plugin-syntax-typescript@^7.7.2":
531-
version "7.24.7"
532-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz#58d458271b4d3b6bb27ee6ac9525acbb259bad1c"
533-
integrity sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==
521+
"@babel/plugin-syntax-typescript@^7.25.9", "@babel/plugin-syntax-typescript@^7.7.2":
522+
version "7.25.9"
523+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz#67dda2b74da43727cf21d46cf9afef23f4365399"
524+
integrity sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==
534525
dependencies:
535-
"@babel/helper-plugin-utils" "^7.24.7"
526+
"@babel/helper-plugin-utils" "^7.25.9"
536527

537528
"@babel/plugin-syntax-unicode-sets-regex@^7.18.6":
538529
version "7.18.6"
@@ -735,14 +726,13 @@
735726
"@babel/helper-module-transforms" "^7.24.7"
736727
"@babel/helper-plugin-utils" "^7.24.7"
737728

738-
"@babel/plugin-transform-modules-commonjs@^7.0.0", "@babel/plugin-transform-modules-commonjs@^7.24.7", "@babel/plugin-transform-modules-commonjs@^7.24.8":
739-
version "7.24.8"
740-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz#ab6421e564b717cb475d6fff70ae7f103536ea3c"
741-
integrity sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==
729+
"@babel/plugin-transform-modules-commonjs@^7.0.0", "@babel/plugin-transform-modules-commonjs@^7.24.8", "@babel/plugin-transform-modules-commonjs@^7.25.9":
730+
version "7.26.3"
731+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz#8f011d44b20d02c3de44d8850d971d8497f981fb"
732+
integrity sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==
742733
dependencies:
743-
"@babel/helper-module-transforms" "^7.24.8"
744-
"@babel/helper-plugin-utils" "^7.24.8"
745-
"@babel/helper-simple-access" "^7.24.7"
734+
"@babel/helper-module-transforms" "^7.26.0"
735+
"@babel/helper-plugin-utils" "^7.25.9"
746736

747737
"@babel/plugin-transform-modules-systemjs@^7.25.0":
748738
version "7.25.0"
@@ -958,15 +948,16 @@
958948
dependencies:
959949
"@babel/helper-plugin-utils" "^7.24.8"
960950

961-
"@babel/plugin-transform-typescript@^7.24.7":
962-
version "7.24.7"
963-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.7.tgz#b006b3e0094bf0813d505e0c5485679eeaf4a881"
964-
integrity sha512-iLD3UNkgx2n/HrjBesVbYX6j0yqn/sJktvbtKKgcaLIQ4bTTQ8obAypc1VpyHPD2y4Phh9zHOaAt8e/L14wCpw==
951+
"@babel/plugin-transform-typescript@^7.25.9":
952+
version "7.26.5"
953+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.5.tgz#6d9b48e8ee40a45a3ed12ebc013449fdf261714c"
954+
integrity sha512-GJhPO0y8SD5EYVCy2Zr+9dSZcEgaSmq5BLR0Oc25TOEhC+ba49vUAGZFjy8v79z9E1mdldq4x9d1xgh4L1d5dQ==
965955
dependencies:
966-
"@babel/helper-annotate-as-pure" "^7.24.7"
967-
"@babel/helper-create-class-features-plugin" "^7.24.7"
968-
"@babel/helper-plugin-utils" "^7.24.7"
969-
"@babel/plugin-syntax-typescript" "^7.24.7"
956+
"@babel/helper-annotate-as-pure" "^7.25.9"
957+
"@babel/helper-create-class-features-plugin" "^7.25.9"
958+
"@babel/helper-plugin-utils" "^7.26.5"
959+
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
960+
"@babel/plugin-syntax-typescript" "^7.25.9"
970961

971962
"@babel/plugin-transform-unicode-escapes@^7.24.7":
972963
version "7.24.7"
@@ -1207,16 +1198,16 @@
12071198
"@babel/plugin-transform-react-jsx-development" "^7.24.7"
12081199
"@babel/plugin-transform-react-pure-annotations" "^7.24.7"
12091200

1210-
"@babel/preset-typescript@7.24.7":
1211-
version "7.24.7"
1212-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.24.7.tgz#66cd86ea8f8c014855671d5ea9a737139cbbfef1"
1213-
integrity sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==
1201+
"@babel/preset-typescript@7.26.0":
1202+
version "7.26.0"
1203+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz#4a570f1b8d104a242d923957ffa1eaff142a106d"
1204+
integrity sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==
12141205
dependencies:
1215-
"@babel/helper-plugin-utils" "^7.24.7"
1216-
"@babel/helper-validator-option" "^7.24.7"
1217-
"@babel/plugin-syntax-jsx" "^7.24.7"
1218-
"@babel/plugin-transform-modules-commonjs" "^7.24.7"
1219-
"@babel/plugin-transform-typescript" "^7.24.7"
1206+
"@babel/helper-plugin-utils" "^7.25.9"
1207+
"@babel/helper-validator-option" "^7.25.9"
1208+
"@babel/plugin-syntax-jsx" "^7.25.9"
1209+
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
1210+
"@babel/plugin-transform-typescript" "^7.25.9"
12201211

12211212
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.21.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
12221213
version "7.23.9"

0 commit comments

Comments
 (0)
Please sign in to comment.