Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @babel/core from 7.25.7 to 7.26.0 #2021

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/core-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
},
"devDependencies": {
"@avalabs/tsconfig-mobile": "workspace:*",
"@babel/core": "7.25.7",
"@babel/core": "7.26.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-syntax-object-rest-spread": "7.8.3",
"@babel/plugin-transform-class-static-block": "7.25.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/k2-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@avalabs/tsconfig-mobile": "workspace:*",
"@babel/core": "7.25.7",
"@babel/core": "7.26.0",
"@lavamoat/allow-scripts": "3.2.1",
"@react-native-async-storage/async-storage": "1.24.0",
"@react-native-community/datetimepicker": "8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/k2-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@avalabs/tsconfig-mobile": "workspace:*",
"@babel/core": "7.25.7",
"@babel/core": "7.26.0",
"@babel/runtime": "7.25.7",
"@lavamoat/allow-scripts": "3.2.1",
"@react-native/babel-preset": "0.73.21",
Expand Down
179 changes: 157 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ __metadata:
"@avalabs/tsconfig-mobile": "workspace:*"
"@avalabs/types": 3.1.0-alpha.11
"@avalabs/vm-module-types": 0.11.9
"@babel/core": 7.25.7
"@babel/core": 7.26.0
"@babel/plugin-proposal-nullish-coalescing-operator": 7.18.6
"@babel/plugin-syntax-object-rest-spread": 7.8.3
"@babel/plugin-transform-class-static-block": 7.25.7
Expand Down Expand Up @@ -482,7 +482,7 @@ __metadata:
resolution: "@avalabs/k2-alpine@workspace:packages/k2-alpine"
dependencies:
"@avalabs/tsconfig-mobile": "workspace:*"
"@babel/core": 7.25.7
"@babel/core": 7.26.0
"@lavamoat/allow-scripts": 3.2.1
"@react-native-async-storage/async-storage": 1.24.0
"@react-native-community/datetimepicker": 8.2.0
Expand Down Expand Up @@ -527,7 +527,7 @@ __metadata:
resolution: "@avalabs/k2-mobile@workspace:packages/k2-mobile"
dependencies:
"@avalabs/tsconfig-mobile": "workspace:*"
"@babel/core": 7.25.7
"@babel/core": 7.26.0
"@babel/runtime": 7.25.7
"@lavamoat/allow-scripts": 3.2.1
"@react-native-async-storage/async-storage": 2.0.0
Expand Down Expand Up @@ -647,6 +647,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/code-frame@npm:^7.25.9, @babel/code-frame@npm:^7.26.0":
version: 7.26.2
resolution: "@babel/code-frame@npm:7.26.2"
dependencies:
"@babel/helper-validator-identifier": ^7.25.9
js-tokens: ^4.0.0
picocolors: ^1.0.0
checksum: db13f5c42d54b76c1480916485e6900748bbcb0014a8aca87f50a091f70ff4e0d0a6db63cade75eb41fcc3d2b6ba0a7f89e343def4f96f00269b41b8ab8dd7b8
languageName: node
linkType: hard

"@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.22.9":
version: 7.23.2
resolution: "@babel/compat-data@npm:7.23.2"
Expand Down Expand Up @@ -675,26 +686,33 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:7.25.7":
version: 7.25.7
resolution: "@babel/core@npm:7.25.7"
"@babel/compat-data@npm:^7.25.9":
version: 7.26.2
resolution: "@babel/compat-data@npm:7.26.2"
checksum: d52fae9b0dc59b409d6005ae6b172e89329f46d68136130065ebe923a156fc633e0f1c8600b3e319b9e0f99fd948f64991a5419e2e9431d00d9d235d5f7a7618
languageName: node
linkType: hard

"@babel/core@npm:7.26.0":
version: 7.26.0
resolution: "@babel/core@npm:7.26.0"
dependencies:
"@ampproject/remapping": ^2.2.0
"@babel/code-frame": ^7.25.7
"@babel/generator": ^7.25.7
"@babel/helper-compilation-targets": ^7.25.7
"@babel/helper-module-transforms": ^7.25.7
"@babel/helpers": ^7.25.7
"@babel/parser": ^7.25.7
"@babel/template": ^7.25.7
"@babel/traverse": ^7.25.7
"@babel/types": ^7.25.7
"@babel/code-frame": ^7.26.0
"@babel/generator": ^7.26.0
"@babel/helper-compilation-targets": ^7.25.9
"@babel/helper-module-transforms": ^7.26.0
"@babel/helpers": ^7.26.0
"@babel/parser": ^7.26.0
"@babel/template": ^7.25.9
"@babel/traverse": ^7.25.9
"@babel/types": ^7.26.0
convert-source-map: ^2.0.0
debug: ^4.1.0
gensync: ^1.0.0-beta.2
json5: ^2.2.3
semver: ^6.3.1
checksum: 80560a962ee3de022f665fc8cbd7fe479a1e3a07f0390afc9da7e4dff65bb073d8f6122688c3efc77f37aff7aeea8fd3c5df6abdbc259283ed7bc74c775c0fea
checksum: b296084cfd818bed8079526af93b5dfa0ba70282532d2132caf71d4060ab190ba26d3184832a45accd82c3c54016985a4109ab9118674347a7e5e9bc464894e6
languageName: node
linkType: hard

Expand Down Expand Up @@ -806,6 +824,19 @@ __metadata:
languageName: node
linkType: hard

"@babel/generator@npm:^7.25.9, @babel/generator@npm:^7.26.0":
version: 7.26.2
resolution: "@babel/generator@npm:7.26.2"
dependencies:
"@babel/parser": ^7.26.2
"@babel/types": ^7.26.0
"@jridgewell/gen-mapping": ^0.3.5
"@jridgewell/trace-mapping": ^0.3.25
jsesc: ^3.0.2
checksum: 6ff850b7d6082619f8c2f518d993cf7254cfbaa20b026282cbef5c9b2197686d076a432b18e36c4d1a42721c016df4f77a8f62c67600775d9683621d534b91b4
languageName: node
linkType: hard

"@babel/helper-annotate-as-pure@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/helper-annotate-as-pure@npm:7.22.5"
Expand Down Expand Up @@ -905,6 +936,19 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-compilation-targets@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/helper-compilation-targets@npm:7.25.9"
dependencies:
"@babel/compat-data": ^7.25.9
"@babel/helper-validator-option": ^7.25.9
browserslist: ^4.24.0
lru-cache: ^5.1.1
semver: ^6.3.1
checksum: 3af536e2db358b38f968abdf7d512d425d1018fef2f485d6f131a57a7bcaed32c606b4e148bb230e1508fa42b5b2ac281855a68eb78270f54698c48a83201b9b
languageName: node
linkType: hard

"@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.22.11, @babel/helper-create-class-features-plugin@npm:^7.22.15, @babel/helper-create-class-features-plugin@npm:^7.22.5":
version: 7.22.15
resolution: "@babel/helper-create-class-features-plugin@npm:7.22.15"
Expand Down Expand Up @@ -1111,6 +1155,16 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-module-imports@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/helper-module-imports@npm:7.25.9"
dependencies:
"@babel/traverse": ^7.25.9
"@babel/types": ^7.25.9
checksum: 1b411ce4ca825422ef7065dffae7d8acef52023e51ad096351e3e2c05837e9bf9fca2af9ca7f28dc26d596a588863d0fedd40711a88e350b736c619a80e704e6
languageName: node
linkType: hard

"@babel/helper-module-transforms@npm:^7.23.0":
version: 7.23.0
resolution: "@babel/helper-module-transforms@npm:7.23.0"
Expand Down Expand Up @@ -1169,6 +1223,19 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-module-transforms@npm:^7.26.0":
version: 7.26.0
resolution: "@babel/helper-module-transforms@npm:7.26.0"
dependencies:
"@babel/helper-module-imports": ^7.25.9
"@babel/helper-validator-identifier": ^7.25.9
"@babel/traverse": ^7.25.9
peerDependencies:
"@babel/core": ^7.0.0
checksum: 942eee3adf2b387443c247a2c190c17c4fd45ba92a23087abab4c804f40541790d51ad5277e4b5b1ed8d5ba5b62de73857446b7742f835c18ebd350384e63917
languageName: node
linkType: hard

"@babel/helper-optimise-call-expression@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/helper-optimise-call-expression@npm:7.22.5"
Expand Down Expand Up @@ -1390,6 +1457,13 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-string-parser@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/helper-string-parser@npm:7.25.9"
checksum: 6435ee0849e101681c1849868278b5aee82686ba2c1e27280e5e8aca6233af6810d39f8e4e693d2f2a44a3728a6ccfd66f72d71826a94105b86b731697cdfa99
languageName: node
linkType: hard

"@babel/helper-validator-identifier@npm:^7.22.20":
version: 7.22.20
resolution: "@babel/helper-validator-identifier@npm:7.22.20"
Expand All @@ -1411,6 +1485,13 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-validator-identifier@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/helper-validator-identifier@npm:7.25.9"
checksum: 5b85918cb1a92a7f3f508ea02699e8d2422fe17ea8e82acd445006c0ef7520fbf48e3dbcdaf7b0a1d571fc3a2715a29719e5226636cb6042e15fe6ed2a590944
languageName: node
linkType: hard

"@babel/helper-validator-option@npm:^7.22.15":
version: 7.22.15
resolution: "@babel/helper-validator-option@npm:7.22.15"
Expand Down Expand Up @@ -1439,6 +1520,13 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-validator-option@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/helper-validator-option@npm:7.25.9"
checksum: 9491b2755948ebbdd68f87da907283698e663b5af2d2b1b02a2765761974b1120d5d8d49e9175b167f16f72748ffceec8c9cf62acfbee73f4904507b246e2b3d
languageName: node
linkType: hard

"@babel/helper-wrap-function@npm:^7.22.20":
version: 7.22.20
resolution: "@babel/helper-wrap-function@npm:7.22.20"
Expand Down Expand Up @@ -1494,13 +1582,13 @@ __metadata:
languageName: node
linkType: hard

"@babel/helpers@npm:^7.25.7":
version: 7.25.7
resolution: "@babel/helpers@npm:7.25.7"
"@babel/helpers@npm:^7.26.0":
version: 7.26.0
resolution: "@babel/helpers@npm:7.26.0"
dependencies:
"@babel/template": ^7.25.7
"@babel/types": ^7.25.7
checksum: a73242850915ef2956097431fbab3a840b7d6298555ad4c6f596db7d1b43cf769181716e7b65f8f7015fe48748b9c454d3b9c6cf4506cb840b967654463b0819
"@babel/template": ^7.25.9
"@babel/types": ^7.26.0
checksum: d77fe8d45033d6007eadfa440355c1355eed57902d5a302f450827ad3d530343430a21210584d32eef2f216ae463d4591184c6fc60cf205bbf3a884561469200
languageName: node
linkType: hard

Expand Down Expand Up @@ -1602,6 +1690,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/parser@npm:^7.25.9, @babel/parser@npm:^7.26.0, @babel/parser@npm:^7.26.2":
version: 7.26.2
resolution: "@babel/parser@npm:7.26.2"
dependencies:
"@babel/types": ^7.26.0
bin:
parser: ./bin/babel-parser.js
checksum: c88b5ea0adf357ef909cdc2c31e284a154943edc59f63f6e8a4c20bf773a1b2f3d8c2205e59c09ca7cdad91e7466300114548876529277a80651b6436a48d5d9
languageName: node
linkType: hard

"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.3":
version: 7.25.3
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.25.3"
Expand Down Expand Up @@ -4169,6 +4268,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/template@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/template@npm:7.25.9"
dependencies:
"@babel/code-frame": ^7.25.9
"@babel/parser": ^7.25.9
"@babel/types": ^7.25.9
checksum: 103641fea19c7f4e82dc913aa6b6ac157112a96d7c724d513288f538b84bae04fb87b1f1e495ac1736367b1bc30e10f058b30208fb25f66038e1f1eb4e426472
languageName: node
linkType: hard

"@babel/traverse@npm:^7.20.0, @babel/traverse@npm:^7.24.0":
version: 7.24.0
resolution: "@babel/traverse@npm:7.24.0"
Expand Down Expand Up @@ -4235,6 +4345,21 @@ __metadata:
languageName: node
linkType: hard

"@babel/traverse@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/traverse@npm:7.25.9"
dependencies:
"@babel/code-frame": ^7.25.9
"@babel/generator": ^7.25.9
"@babel/parser": ^7.25.9
"@babel/template": ^7.25.9
"@babel/types": ^7.25.9
debug: ^4.3.1
globals: ^11.1.0
checksum: 901d325662ff1dd9bc51de00862e01055fa6bc374f5297d7e3731f2f0e268bbb1d2141f53fa82860aa308ee44afdcf186a948f16c83153927925804b95a9594d
languageName: node
linkType: hard

"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.22.15, @babel/types@npm:^7.22.19, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3":
version: 7.23.0
resolution: "@babel/types@npm:7.23.0"
Expand Down Expand Up @@ -4279,6 +4404,16 @@ __metadata:
languageName: node
linkType: hard

"@babel/types@npm:^7.25.9, @babel/types@npm:^7.26.0":
version: 7.26.0
resolution: "@babel/types@npm:7.26.0"
dependencies:
"@babel/helper-string-parser": ^7.25.9
"@babel/helper-validator-identifier": ^7.25.9
checksum: a3dd37dabac693018872da96edb8c1843a605c1bfacde6c3f504fba79b972426a6f24df70aa646356c0c1b19bdd2c722c623c684a996c002381071680602280d
languageName: node
linkType: hard

"@base2/pretty-print-object@npm:1.0.1":
version: 1.0.1
resolution: "@base2/pretty-print-object@npm:1.0.1"
Expand Down
Loading