Skip to content

Commit

Permalink
build(deps): Bump the swc group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the swc group with 4 updates: [@swc/core](https://github.com/swc-project/swc), [swc-plugin-css-modules](https://github.com/VKCOM/swc-plugin-css-modules), [swc-plugin-transform-remove-imports](https://github.com/VKCOM/swc-plugin-transform-remove-imports) and [@swc/helpers](https://github.com/swc-project/swc).


Updates `@swc/core` from 1.7.40 to 1.9.2
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.7.40...v1.9.2)

Updates `swc-plugin-css-modules` from 0.1.21 to 1.0.0
- [Release notes](https://github.com/VKCOM/swc-plugin-css-modules/releases)
- [Commits](VKCOM/swc-plugin-css-modules@v0.1.21...v1.0.0)

Updates `swc-plugin-transform-remove-imports` from 1.23.0 to 2.0.0
- [Release notes](https://github.com/VKCOM/swc-plugin-transform-remove-imports/releases)
- [Commits](VKCOM/swc-plugin-transform-remove-imports@v1.23.0...v2.0.0)

Updates `@swc/helpers` from 0.5.13 to 0.5.15
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swc
- dependency-name: swc-plugin-css-modules
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: swc
- dependency-name: swc-plugin-transform-remove-imports
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: swc
- dependency-name: "@swc/helpers"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: swc
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent db7b30c commit 54becc3
Show file tree
Hide file tree
Showing 7 changed files with 91 additions and 75 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@playwright/test": "1.48.2",
"@swc/core": "^1.8.0",
"@swc/core": "^1.9.2",
"@vkontakte/vkui": "workspace:packages/vkui",
"cli-table3": "^0.6.1",
"css-loader": "^6.10.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@size-limit/webpack": "^11.1.6",
"@size-limit/webpack-css": "^11.1.6",
"@swc/cli": "^0.5.0",
"@swc/core": "1.8.0",
"@swc/core": "1.9.2",
"@swc/jest": "^0.2.37",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
Expand Down Expand Up @@ -89,8 +89,8 @@
"stylelint-use-logical": "^2.1.2",
"stylelint-value-no-unknown-custom-properties": "^6.0.1",
"swc-loader": "^0.2.6",
"swc-plugin-css-modules": "0.1.21",
"swc-plugin-transform-remove-imports": "1.23.0",
"swc-plugin-css-modules": "1.0.0",
"swc-plugin-transform-remove-imports": "2.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript-plugin-css-modules": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"typescript": "^5.6.3"
},
"devDependencies": {
"@swc/core": "^1.8.0",
"@swc/core": "^1.9.2",
"@swc/jest": "^0.2.37",
"@types/cross-spawn": "^6.0.6",
"@types/jest": "^29.5.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/token-translator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"typescript": "^5.6.3"
},
"devDependencies": {
"@swc/core": "1.8.0",
"@swc/core": "1.9.2",
"@swc/jest": "^0.2.37",
"@types/jest": "^29.5.14",
"@types/postcss-less": "^4.0.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/vkui-floating-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@
},
"dependencies": {
"@floating-ui/react-dom": "^2.1.2",
"@swc/helpers": "^0.5.13"
"@swc/helpers": "^0.5.15"
},
"devDependencies": {
"@swc/core": "^1.8.0",
"@swc/core": "^1.9.2",
"@swc/jest": "^0.2.37",
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vkui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@swc/helpers": "^0.5.13",
"@swc/helpers": "^0.5.15",
"@vkontakte/icons": "^2.115.0",
"@vkontakte/vkjs": "^1.3.0",
"@vkontakte/vkui-floating-ui": "^0.2.3",
Expand Down
148 changes: 82 additions & 66 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2746,9 +2746,9 @@ __metadata:
languageName: node
linkType: hard

"@swc/core-darwin-arm64@npm:1.8.0":
version: 1.8.0
resolution: "@swc/core-darwin-arm64@npm:1.8.0"
"@swc/core-darwin-arm64@npm:1.9.2":
version: 1.9.2
resolution: "@swc/core-darwin-arm64@npm:1.9.2"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
Expand All @@ -2760,9 +2760,9 @@ __metadata:
languageName: node
linkType: hard

"@swc/core-darwin-x64@npm:1.8.0":
version: 1.8.0
resolution: "@swc/core-darwin-x64@npm:1.8.0"
"@swc/core-darwin-x64@npm:1.9.2":
version: 1.9.2
resolution: "@swc/core-darwin-x64@npm:1.9.2"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
Expand All @@ -2774,9 +2774,9 @@ __metadata:
languageName: node
linkType: hard

"@swc/core-linux-arm-gnueabihf@npm:1.8.0":
version: 1.8.0
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.8.0"
"@swc/core-linux-arm-gnueabihf@npm:1.9.2":
version: 1.9.2
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.9.2"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard
Expand All @@ -2788,9 +2788,9 @@ __metadata:
languageName: node
linkType: hard

"@swc/core-linux-arm64-gnu@npm:1.8.0":
version: 1.8.0
resolution: "@swc/core-linux-arm64-gnu@npm:1.8.0"
"@swc/core-linux-arm64-gnu@npm:1.9.2":
version: 1.9.2
resolution: "@swc/core-linux-arm64-gnu@npm:1.9.2"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard
Expand All @@ -2802,9 +2802,9 @@ __metadata:
languageName: node
linkType: hard

"@swc/core-linux-arm64-musl@npm:1.8.0":
version: 1.8.0
resolution: "@swc/core-linux-arm64-musl@npm:1.8.0"
"@swc/core-linux-arm64-musl@npm:1.9.2":
version: 1.9.2
resolution: "@swc/core-linux-arm64-musl@npm:1.9.2"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard
Expand All @@ -2816,9 +2816,9 @@ __metadata:
languageName: node
linkType: hard

"@swc/core-linux-x64-gnu@npm:1.8.0":
version: 1.8.0
resolution: "@swc/core-linux-x64-gnu@npm:1.8.0"
"@swc/core-linux-x64-gnu@npm:1.9.2":
version: 1.9.2
resolution: "@swc/core-linux-x64-gnu@npm:1.9.2"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard
Expand All @@ -2830,9 +2830,9 @@ __metadata:
languageName: node
linkType: hard

"@swc/core-linux-x64-musl@npm:1.8.0":
version: 1.8.0
resolution: "@swc/core-linux-x64-musl@npm:1.8.0"
"@swc/core-linux-x64-musl@npm:1.9.2":
version: 1.9.2
resolution: "@swc/core-linux-x64-musl@npm:1.9.2"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard
Expand All @@ -2844,9 +2844,9 @@ __metadata:
languageName: node
linkType: hard

"@swc/core-win32-arm64-msvc@npm:1.8.0":
version: 1.8.0
resolution: "@swc/core-win32-arm64-msvc@npm:1.8.0"
"@swc/core-win32-arm64-msvc@npm:1.9.2":
version: 1.9.2
resolution: "@swc/core-win32-arm64-msvc@npm:1.9.2"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
Expand All @@ -2858,9 +2858,9 @@ __metadata:
languageName: node
linkType: hard

"@swc/core-win32-ia32-msvc@npm:1.8.0":
version: 1.8.0
resolution: "@swc/core-win32-ia32-msvc@npm:1.8.0"
"@swc/core-win32-ia32-msvc@npm:1.9.2":
version: 1.9.2
resolution: "@swc/core-win32-ia32-msvc@npm:1.9.2"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard
Expand All @@ -2872,9 +2872,9 @@ __metadata:
languageName: node
linkType: hard

"@swc/core-win32-x64-msvc@npm:1.8.0":
version: 1.8.0
resolution: "@swc/core-win32-x64-msvc@npm:1.8.0"
"@swc/core-win32-x64-msvc@npm:1.9.2":
version: 1.9.2
resolution: "@swc/core-win32-x64-msvc@npm:1.9.2"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
Expand Down Expand Up @@ -2925,22 +2925,22 @@ __metadata:
languageName: node
linkType: hard

"@swc/core@npm:1.8.0, @swc/core@npm:^1.8.0":
version: 1.8.0
resolution: "@swc/core@npm:1.8.0"
"@swc/core@npm:1.9.2, @swc/core@npm:^1.9.2":
version: 1.9.2
resolution: "@swc/core@npm:1.9.2"
dependencies:
"@swc/core-darwin-arm64": "npm:1.8.0"
"@swc/core-darwin-x64": "npm:1.8.0"
"@swc/core-linux-arm-gnueabihf": "npm:1.8.0"
"@swc/core-linux-arm64-gnu": "npm:1.8.0"
"@swc/core-linux-arm64-musl": "npm:1.8.0"
"@swc/core-linux-x64-gnu": "npm:1.8.0"
"@swc/core-linux-x64-musl": "npm:1.8.0"
"@swc/core-win32-arm64-msvc": "npm:1.8.0"
"@swc/core-win32-ia32-msvc": "npm:1.8.0"
"@swc/core-win32-x64-msvc": "npm:1.8.0"
"@swc/core-darwin-arm64": "npm:1.9.2"
"@swc/core-darwin-x64": "npm:1.9.2"
"@swc/core-linux-arm-gnueabihf": "npm:1.9.2"
"@swc/core-linux-arm64-gnu": "npm:1.9.2"
"@swc/core-linux-arm64-musl": "npm:1.9.2"
"@swc/core-linux-x64-gnu": "npm:1.9.2"
"@swc/core-linux-x64-musl": "npm:1.9.2"
"@swc/core-win32-arm64-msvc": "npm:1.9.2"
"@swc/core-win32-ia32-msvc": "npm:1.9.2"
"@swc/core-win32-x64-msvc": "npm:1.9.2"
"@swc/counter": "npm:^0.1.3"
"@swc/types": "npm:^0.1.14"
"@swc/types": "npm:^0.1.15"
peerDependencies:
"@swc/helpers": "*"
dependenciesMeta:
Expand All @@ -2967,7 +2967,7 @@ __metadata:
peerDependenciesMeta:
"@swc/helpers":
optional: true
checksum: 10/2e7fb49286545b2b712b8220dbaf0d342636bd4c31763f760dc9822975d8e538e0080f1eb8ae7e74bf9b2eed8200a9525fd210ead573843dabd6f3e388bfb336
checksum: 10/6793f2014a016f90b1c41a695f6d3a14d574e129e78f651fe3d6dbacbc6d0836ab7a7eb445d873a302b060b25ae34c4e09d0f94574a71da47c6424c5fa58aa10
languageName: node
linkType: hard

Expand All @@ -2987,6 +2987,15 @@ __metadata:
languageName: node
linkType: hard

"@swc/helpers@npm:^0.5.15":
version: 0.5.15
resolution: "@swc/helpers@npm:0.5.15"
dependencies:
tslib: "npm:^2.8.0"
checksum: 10/e3f32c6deeecfb0fa3f22edff03a7b358e7ce16d27b0f1c8b5cdc3042c5c4ce4da6eac0b781ab7cc4f54696ece657467d56734fb26883439fb00017385364c4c
languageName: node
linkType: hard

"@swc/jest@npm:^0.2.37":
version: 0.2.37
resolution: "@swc/jest@npm:0.2.37"
Expand All @@ -3009,12 +3018,12 @@ __metadata:
languageName: node
linkType: hard

"@swc/types@npm:^0.1.14":
version: 0.1.14
resolution: "@swc/types@npm:0.1.14"
"@swc/types@npm:^0.1.15":
version: 0.1.15
resolution: "@swc/types@npm:0.1.15"
dependencies:
"@swc/counter": "npm:^0.1.3"
checksum: 10/1ee6cd759f7dd52ea64cbcacc912e2111624a8db0dcfae443604bd9d42b671d9b9570f1eca945dfc21b8850a15d2c0db2aa0e0b85f4bb9782f4acd1eb66dccd1
checksum: 10/d8bf063aeebac51290d1edf0cec52e2e5b5afced0dc6933510a86947e10f0f77976bc14c3efb5e8f265a9cbdeb0929e00e44b2f82c6d0f273997c5029417b769
languageName: node
linkType: hard

Expand Down Expand Up @@ -4063,7 +4072,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@vkontakte/vkui-codemods@workspace:packages/codemods"
dependencies:
"@swc/core": "npm:^1.8.0"
"@swc/core": "npm:^1.9.2"
"@swc/jest": "npm:^0.2.37"
"@types/cross-spawn": "npm:^6.0.6"
"@types/jest": "npm:^29.5.14"
Expand Down Expand Up @@ -4101,8 +4110,8 @@ __metadata:
resolution: "@vkontakte/vkui-floating-ui@workspace:packages/vkui-floating-ui"
dependencies:
"@floating-ui/react-dom": "npm:^2.1.2"
"@swc/core": "npm:^1.8.0"
"@swc/helpers": "npm:^0.5.13"
"@swc/core": "npm:^1.9.2"
"@swc/helpers": "npm:^0.5.15"
"@swc/jest": "npm:^0.2.37"
"@types/jest": "npm:^29.5.14"
jest: "npm:^29.7.0"
Expand Down Expand Up @@ -4132,7 +4141,7 @@ __metadata:
"@size-limit/webpack": "npm:^11.1.6"
"@size-limit/webpack-css": "npm:^11.1.6"
"@swc/cli": "npm:^0.5.0"
"@swc/core": "npm:1.8.0"
"@swc/core": "npm:1.9.2"
"@swc/jest": "npm:^0.2.37"
"@testing-library/dom": "npm:^10.4.0"
"@testing-library/jest-dom": "npm:^6.6.3"
Expand Down Expand Up @@ -4202,8 +4211,8 @@ __metadata:
stylelint-use-logical: "npm:^2.1.2"
stylelint-value-no-unknown-custom-properties: "npm:^6.0.1"
swc-loader: "npm:^0.2.6"
swc-plugin-css-modules: "npm:0.1.21"
swc-plugin-transform-remove-imports: "npm:1.23.0"
swc-plugin-css-modules: "npm:1.0.0"
swc-plugin-transform-remove-imports: "npm:2.0.0"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.6.3"
typescript-plugin-css-modules: "npm:^5.1.0"
Expand All @@ -4218,7 +4227,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@vkontakte/vkui-token-translator@workspace:packages/token-translator"
dependencies:
"@swc/core": "npm:1.8.0"
"@swc/core": "npm:1.9.2"
"@swc/jest": "npm:^0.2.37"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.8.7"
Expand Down Expand Up @@ -4250,7 +4259,7 @@ __metadata:
dependencies:
"@storybook/react": "npm:8.4.2"
"@storybook/react-webpack5": "npm:8.4.2"
"@swc/helpers": "npm:^0.5.13"
"@swc/helpers": "npm:^0.5.15"
"@types/node": "npm:*"
"@vkontakte/icons": "npm:^2.115.0"
"@vkontakte/vkjs": "npm:^1.3.0"
Expand Down Expand Up @@ -5149,7 +5158,7 @@ __metadata:
resolution: "benchmark@workspace:benchmark"
dependencies:
"@playwright/test": "npm:1.48.2"
"@swc/core": "npm:^1.8.0"
"@swc/core": "npm:^1.9.2"
"@vkontakte/vkui": "workspace:packages/vkui"
cli-table3: "npm:^0.6.1"
css-loader: "npm:^6.10.0"
Expand Down Expand Up @@ -15797,17 +15806,17 @@ __metadata:
languageName: node
linkType: hard

"swc-plugin-css-modules@npm:0.1.21":
version: 0.1.21
resolution: "swc-plugin-css-modules@npm:0.1.21"
checksum: 10/972a8e4a7b4fada8b72502aeab3397209f2c09a4afe644b93e28e3a8eb3617dffac73e077c7fdbe5bef94df3fadd59c5f3a6d02fc166f6770f18374182ecc380
"swc-plugin-css-modules@npm:1.0.0":
version: 1.0.0
resolution: "swc-plugin-css-modules@npm:1.0.0"
checksum: 10/df52ff2efd5ac4cf309acc03d5c55ba6204737da9145e7bc659db2b5c8f0d4ae30678f398f16603af4f405fcb8b386df02ae6387bc6cf6006234afd24667e03f
languageName: node
linkType: hard

"swc-plugin-transform-remove-imports@npm:1.23.0":
version: 1.23.0
resolution: "swc-plugin-transform-remove-imports@npm:1.23.0"
checksum: 10/ed929720e6818c8cd3573bd767c7b33cc84b7b338a2d74dd3276bc0507a9e21f074b678ade424e816d5d88c65bfbc82d635fc3a3e63827918504a4c4d50d5b77
"swc-plugin-transform-remove-imports@npm:2.0.0":
version: 2.0.0
resolution: "swc-plugin-transform-remove-imports@npm:2.0.0"
checksum: 10/8c08c3cd88807c5b811f8c44c741edce0293c2f7ed7469633d2c6ed52ada0088d05e6f7d55806a605b1526a0052ed477ef133a40e7a338b2493ff486b33e92f2
languageName: node
linkType: hard

Expand Down Expand Up @@ -16189,6 +16198,13 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.8.0":
version: 2.8.1
resolution: "tslib@npm:2.8.1"
checksum: 10/3e2e043d5c2316461cb54e5c7fe02c30ef6dccb3384717ca22ae5c6b5bc95232a6241df19c622d9c73b809bea33b187f6dbc73030963e29950c2141bc32a79f7
languageName: node
linkType: hard

"type-check@npm:^0.4.0, type-check@npm:~0.4.0":
version: 0.4.0
resolution: "type-check@npm:0.4.0"
Expand Down

0 comments on commit 54becc3

Please sign in to comment.