Skip to content

Commit

Permalink
chore(deps): update babel monorepo to v7.23.8 (#4422)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 14, 2024
1 parent 69364c4 commit 132df03
Show file tree
Hide file tree
Showing 7 changed files with 324 additions and 326 deletions.
609 changes: 304 additions & 305 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/plugin-transform-async-to-generator": "7.23.3",
"@babel/plugin-transform-classes": "7.23.5",
"@babel/plugin-transform-classes": "7.23.8",
"@babel/plugin-transform-runtime": "7.23.7",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "7.23.7",
"@babel/preset-env": "7.23.8",
"@babel/preset-typescript": "7.23.3",
"@babel/register": "7.23.7",
"@babel/runtime": "7.23.7",
"@babel/runtime": "7.23.8",
"@octokit/rest": "19.0.13",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/async": "3.2.24",
Expand Down
35 changes: 17 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1021,22 +1021,21 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-classes@npm:7.23.5, @babel/plugin-transform-classes@npm:^7.23.5":
version: 7.23.5
resolution: "@babel/plugin-transform-classes@npm:7.23.5"
"@babel/plugin-transform-classes@npm:7.23.8, @babel/plugin-transform-classes@npm:^7.23.8":
version: 7.23.8
resolution: "@babel/plugin-transform-classes@npm:7.23.8"
dependencies:
"@babel/helper-annotate-as-pure": ^7.22.5
"@babel/helper-compilation-targets": ^7.22.15
"@babel/helper-compilation-targets": ^7.23.6
"@babel/helper-environment-visitor": ^7.22.20
"@babel/helper-function-name": ^7.23.0
"@babel/helper-optimise-call-expression": ^7.22.5
"@babel/helper-plugin-utils": ^7.22.5
"@babel/helper-replace-supers": ^7.22.20
"@babel/helper-split-export-declaration": ^7.22.6
globals: ^11.1.0
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 6d0dd3b0828e84a139a51b368f33f315edee5688ef72c68ba25e0175c68ea7357f9c8810b3f61713e368a3063cdcec94f3a2db952e453b0b14ef428a34aa8169
checksum: 7dee6cebe52131d2d16944f36e1fdb9d4b24f44d0e7e450f93a44435d001f17cc0789a4cb6b15ec67c8e484581b8a730b5c3ec374470f29ff0133086955b8c58
languageName: node
linkType: hard

Expand Down Expand Up @@ -1557,9 +1556,9 @@ __metadata:
languageName: node
linkType: hard

"@babel/preset-env@npm:7.23.7":
version: 7.23.7
resolution: "@babel/preset-env@npm:7.23.7"
"@babel/preset-env@npm:7.23.8":
version: 7.23.8
resolution: "@babel/preset-env@npm:7.23.8"
dependencies:
"@babel/compat-data": ^7.23.5
"@babel/helper-compilation-targets": ^7.23.6
Expand Down Expand Up @@ -1594,7 +1593,7 @@ __metadata:
"@babel/plugin-transform-block-scoping": ^7.23.4
"@babel/plugin-transform-class-properties": ^7.23.3
"@babel/plugin-transform-class-static-block": ^7.23.4
"@babel/plugin-transform-classes": ^7.23.5
"@babel/plugin-transform-classes": ^7.23.8
"@babel/plugin-transform-computed-properties": ^7.23.3
"@babel/plugin-transform-destructuring": ^7.23.3
"@babel/plugin-transform-dotall-regex": ^7.23.3
Expand Down Expand Up @@ -1643,7 +1642,7 @@ __metadata:
semver: ^6.3.1
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 4b5eb466d9d4beca56c6fdaac92e99d440dc5650fdfd6ebf0d2a07380ebb43b4dc9aedf93bb30d1d1cd56d9e264d3728df348159e18dd138729b249261be11bf
checksum: b850f99fc4aed4ba22c7d9207bd2bbc7a729b49ea6f2c2c36e819fe209e309b96fba336096e555b46f791b39f7cdd5ac41246b556283d435a99106eb825a209f
languageName: node
linkType: hard

Expand Down Expand Up @@ -1712,12 +1711,12 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:7.23.7":
version: 7.23.7
resolution: "@babel/runtime@npm:7.23.7"
"@babel/runtime@npm:7.23.8":
version: 7.23.8
resolution: "@babel/runtime@npm:7.23.8"
dependencies:
regenerator-runtime: ^0.14.0
checksum: eba85bd24d250abb5ae19b16cffc15a54d3894d8228ace40fa4c0e2f1938f28b38ad3e3430ebff9a1ef511eeb8c527e36044ac19076d6deafa52cef35d8624b9
checksum: 0bd5543c26811153822a9f382fd39886f66825ff2a397a19008011376533747cd05c33a91f6248c0b8b0edf0448d7c167ebfba34786088f1b7eb11c65be7dfc3
languageName: node
linkType: hard

Expand Down Expand Up @@ -11004,13 +11003,13 @@ __metadata:
"@babel/plugin-syntax-dynamic-import": 7.8.3
"@babel/plugin-syntax-import-meta": 7.10.4
"@babel/plugin-transform-async-to-generator": 7.23.3
"@babel/plugin-transform-classes": 7.23.5
"@babel/plugin-transform-classes": 7.23.8
"@babel/plugin-transform-runtime": 7.23.7
"@babel/polyfill": ^7.12.1
"@babel/preset-env": 7.23.7
"@babel/preset-env": 7.23.8
"@babel/preset-typescript": 7.23.3
"@babel/register": 7.23.7
"@babel/runtime": 7.23.7
"@babel/runtime": 7.23.8
"@cypress/request": 3.0.1
"@octokit/rest": 19.0.13
"@trivago/prettier-plugin-sort-imports": 4.3.0
Expand Down

0 comments on commit 132df03

Please sign in to comment.