Skip to content

Commit

Permalink
Bump @babel/core from 7.25.7 to 7.26.0
Browse files Browse the repository at this point in the history
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.25.7 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]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 036d819 commit b9c090b
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 25 deletions.
2 changes: 1 addition & 1 deletion packages/core-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,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 @@ -33,7 +33,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.7
"@avalabs/vm-module-types": 0.9.0
"@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 @@ -481,7 +481,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 @@ -522,7 +522,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 @@ -642,6 +642,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/code-frame@npm:^7.25.9, @babel/code-frame@npm:^7.26.0":
version: 7.26.0
resolution: "@babel/code-frame@npm:7.26.0"
dependencies:
"@babel/helper-validator-identifier": ^7.25.9
js-tokens: ^4.0.0
picocolors: ^1.0.0
checksum: 2a677369e9b80b956401809485e8c2ae24df5e6076f669cf26a2809fcb88f91c2f6bb1bf3fb799dfe8487b2b7a276b62d14ac230a79d7ac8c7b369090d0a43fc
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 @@ -670,26 +681,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.0
resolution: "@babel/compat-data@npm:7.26.0"
checksum: 83204bca7faee75fb6d38492ab0357d2fc89b311cbf4486df8cfc8f48e1ddf9e09d6c358b9687a940cec07f58779ff119fcf2ed906d7ab25e07cc1a0100a7ca2
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 @@ -801,6 +819,19 @@ __metadata:
languageName: node
linkType: hard

"@babel/generator@npm:^7.25.9, @babel/generator@npm:^7.26.0":
version: 7.26.0
resolution: "@babel/generator@npm:7.26.0"
dependencies:
"@babel/parser": ^7.26.0
"@babel/types": ^7.26.0
"@jridgewell/gen-mapping": ^0.3.5
"@jridgewell/trace-mapping": ^0.3.25
jsesc: ^3.0.2
checksum: 3b1edb8202f39e1600eb1342a04571b8ba66148b7165ec3cf7a072696fa81301f373648e19492289aa832e60a42f3ed367ae4b1ae6ad92968393f11a35dae70c
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 @@ -890,6 +921,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 @@ -1083,6 +1127,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 @@ -1127,6 +1181,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 @@ -1325,6 +1392,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 @@ -1346,6 +1420,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 @@ -1374,6 +1455,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 @@ -1418,13 +1506,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 @@ -1526,6 +1614,17 @@ __metadata:
languageName: node
linkType: hard

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

"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.7":
version: 7.25.7
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.25.7"
Expand Down Expand Up @@ -3367,6 +3466,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 @@ -3433,6 +3543,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 @@ -3477,6 +3602,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

0 comments on commit b9c090b

Please sign in to comment.