Skip to content

Commit

Permalink
build(deps): Bump the swc group across 1 directory with 4 updates (#7539
Browse files Browse the repository at this point in the history
)

Bumps the swc group with 4 updates in the / directory: [@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.22 to 1.7.24
- [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.22...v1.7.24)

Updates `swc-plugin-css-modules` from 0.1.16 to 0.1.17
- [Release notes](https://github.com/VKCOM/swc-plugin-css-modules/releases)
- [Commits](VKCOM/swc-plugin-css-modules@v0.1.16...v0.1.17)

Updates `swc-plugin-transform-remove-imports` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/VKCOM/swc-plugin-transform-remove-imports/releases)
- [Commits](VKCOM/swc-plugin-transform-remove-imports@v1.18.0...v1.19.0)

Updates `@swc/helpers` from 0.5.12 to 0.5.13
- [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-patch
  dependency-group: swc
- dependency-name: swc-plugin-css-modules
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: swc
- dependency-name: swc-plugin-transform-remove-imports
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent dfb7742 commit c2d869d
Show file tree
Hide file tree
Showing 7 changed files with 153 additions and 28 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.46.1",
"@swc/core": "^1.7.22",
"@swc/core": "^1.7.24",
"@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 @@ -17,7 +17,7 @@
"@size-limit/webpack": "^11.1.5",
"@size-limit/webpack-css": "^11.1.5",
"@swc/cli": "^0.4.0",
"@swc/core": "1.7.22",
"@swc/core": "1.7.24",
"@swc/jest": "^0.2.36",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
Expand Down Expand Up @@ -85,8 +85,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.16",
"swc-plugin-transform-remove-imports": "1.18.0",
"swc-plugin-css-modules": "0.1.17",
"swc-plugin-transform-remove-imports": "1.19.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"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.5.4"
},
"devDependencies": {
"@swc/core": "^1.7.22",
"@swc/core": "^1.7.24",
"@swc/jest": "^0.2.36",
"@types/cross-spawn": "^6.0.6",
"@types/jest": "^29.5.12",
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.5.4"
},
"devDependencies": {
"@swc/core": "1.7.22",
"@swc/core": "1.7.24",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@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.1",
"@swc/helpers": "^0.5.12"
"@swc/helpers": "^0.5.13"
},
"devDependencies": {
"@swc/core": "^1.7.22",
"@swc/core": "^1.7.24",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"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 @@ -66,7 +66,7 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@swc/helpers": "^0.5.12",
"@swc/helpers": "^0.5.13",
"@vkontakte/icons": "^2.115.0",
"@vkontakte/vkjs": "^1.3.0",
"@vkontakte/vkui-floating-ui": "^0.2.1",
Expand Down
163 changes: 144 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3210,70 +3210,140 @@ __metadata:
languageName: node
linkType: hard

"@swc/core-darwin-arm64@npm:1.7.24":
version: 1.7.24
resolution: "@swc/core-darwin-arm64@npm:1.7.24"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"@swc/core-darwin-x64@npm:1.7.22":
version: 1.7.22
resolution: "@swc/core-darwin-x64@npm:1.7.22"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"@swc/core-darwin-x64@npm:1.7.24":
version: 1.7.24
resolution: "@swc/core-darwin-x64@npm:1.7.24"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"@swc/core-linux-arm-gnueabihf@npm:1.7.22":
version: 1.7.22
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.7.22"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard

"@swc/core-linux-arm-gnueabihf@npm:1.7.24":
version: 1.7.24
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.7.24"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard

"@swc/core-linux-arm64-gnu@npm:1.7.22":
version: 1.7.22
resolution: "@swc/core-linux-arm64-gnu@npm:1.7.22"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard

"@swc/core-linux-arm64-gnu@npm:1.7.24":
version: 1.7.24
resolution: "@swc/core-linux-arm64-gnu@npm:1.7.24"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard

"@swc/core-linux-arm64-musl@npm:1.7.22":
version: 1.7.22
resolution: "@swc/core-linux-arm64-musl@npm:1.7.22"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard

"@swc/core-linux-arm64-musl@npm:1.7.24":
version: 1.7.24
resolution: "@swc/core-linux-arm64-musl@npm:1.7.24"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard

"@swc/core-linux-x64-gnu@npm:1.7.22":
version: 1.7.22
resolution: "@swc/core-linux-x64-gnu@npm:1.7.22"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard

"@swc/core-linux-x64-gnu@npm:1.7.24":
version: 1.7.24
resolution: "@swc/core-linux-x64-gnu@npm:1.7.24"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard

"@swc/core-linux-x64-musl@npm:1.7.22":
version: 1.7.22
resolution: "@swc/core-linux-x64-musl@npm:1.7.22"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard

"@swc/core-linux-x64-musl@npm:1.7.24":
version: 1.7.24
resolution: "@swc/core-linux-x64-musl@npm:1.7.24"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard

"@swc/core-win32-arm64-msvc@npm:1.7.22":
version: 1.7.22
resolution: "@swc/core-win32-arm64-msvc@npm:1.7.22"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@swc/core-win32-arm64-msvc@npm:1.7.24":
version: 1.7.24
resolution: "@swc/core-win32-arm64-msvc@npm:1.7.24"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@swc/core-win32-ia32-msvc@npm:1.7.22":
version: 1.7.22
resolution: "@swc/core-win32-ia32-msvc@npm:1.7.22"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard

"@swc/core-win32-ia32-msvc@npm:1.7.24":
version: 1.7.24
resolution: "@swc/core-win32-ia32-msvc@npm:1.7.24"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard

"@swc/core-win32-x64-msvc@npm:1.7.22":
version: 1.7.22
resolution: "@swc/core-win32-x64-msvc@npm:1.7.22"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"@swc/core@npm:*, @swc/core@npm:1.7.22, @swc/core@npm:^1.7.22, @swc/core@npm:^1.7.3":
"@swc/core-win32-x64-msvc@npm:1.7.24":
version: 1.7.24
resolution: "@swc/core-win32-x64-msvc@npm:1.7.24"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"@swc/core@npm:*, @swc/core@npm:^1.7.3":
version: 1.7.22
resolution: "@swc/core@npm:1.7.22"
dependencies:
Expand Down Expand Up @@ -3319,14 +3389,60 @@ __metadata:
languageName: node
linkType: hard

"@swc/core@npm:1.7.24, @swc/core@npm:^1.7.24":
version: 1.7.24
resolution: "@swc/core@npm:1.7.24"
dependencies:
"@swc/core-darwin-arm64": "npm:1.7.24"
"@swc/core-darwin-x64": "npm:1.7.24"
"@swc/core-linux-arm-gnueabihf": "npm:1.7.24"
"@swc/core-linux-arm64-gnu": "npm:1.7.24"
"@swc/core-linux-arm64-musl": "npm:1.7.24"
"@swc/core-linux-x64-gnu": "npm:1.7.24"
"@swc/core-linux-x64-musl": "npm:1.7.24"
"@swc/core-win32-arm64-msvc": "npm:1.7.24"
"@swc/core-win32-ia32-msvc": "npm:1.7.24"
"@swc/core-win32-x64-msvc": "npm:1.7.24"
"@swc/counter": "npm:^0.1.3"
"@swc/types": "npm:^0.1.12"
peerDependencies:
"@swc/helpers": "*"
dependenciesMeta:
"@swc/core-darwin-arm64":
optional: true
"@swc/core-darwin-x64":
optional: true
"@swc/core-linux-arm-gnueabihf":
optional: true
"@swc/core-linux-arm64-gnu":
optional: true
"@swc/core-linux-arm64-musl":
optional: true
"@swc/core-linux-x64-gnu":
optional: true
"@swc/core-linux-x64-musl":
optional: true
"@swc/core-win32-arm64-msvc":
optional: true
"@swc/core-win32-ia32-msvc":
optional: true
"@swc/core-win32-x64-msvc":
optional: true
peerDependenciesMeta:
"@swc/helpers":
optional: true
checksum: 10/d6a7a73ab19439b596e2391c91c5d249de9ea5ca781291bd1665534c874753f62bb682ba0ec4faca031760ad4f67f152d33deebece9b8f9cdc262f4180381a53
languageName: node
linkType: hard

"@swc/counter@npm:^0.1.3":
version: 0.1.3
resolution: "@swc/counter@npm:0.1.3"
checksum: 10/df8f9cfba9904d3d60f511664c70d23bb323b3a0803ec9890f60133954173047ba9bdeabce28cd70ba89ccd3fd6c71c7b0bd58be85f611e1ffbe5d5c18616598
languageName: node
linkType: hard

"@swc/helpers@npm:^0.5.0, @swc/helpers@npm:^0.5.11, @swc/helpers@npm:^0.5.12":
"@swc/helpers@npm:^0.5.0, @swc/helpers@npm:^0.5.11":
version: 0.5.12
resolution: "@swc/helpers@npm:0.5.12"
dependencies:
Expand All @@ -3335,6 +3451,15 @@ __metadata:
languageName: node
linkType: hard

"@swc/helpers@npm:^0.5.13":
version: 0.5.13
resolution: "@swc/helpers@npm:0.5.13"
dependencies:
tslib: "npm:^2.4.0"
checksum: 10/6ba2f7e215d32d71fce139e2cfc426b3ed7eaa709febdeb07b97260a4c9eea4784cf047cc1271be273990b08220b576b94a42b5780947c0b3be84973a847a24d
languageName: node
linkType: hard

"@swc/jest@npm:^0.2.36":
version: 0.2.36
resolution: "@swc/jest@npm:0.2.36"
Expand Down Expand Up @@ -4415,7 +4540,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@vkontakte/vkui-codemods@workspace:packages/codemods"
dependencies:
"@swc/core": "npm:^1.7.22"
"@swc/core": "npm:^1.7.24"
"@swc/jest": "npm:^0.2.36"
"@types/cross-spawn": "npm:^6.0.6"
"@types/jest": "npm:^29.5.12"
Expand Down Expand Up @@ -4453,8 +4578,8 @@ __metadata:
resolution: "@vkontakte/vkui-floating-ui@workspace:packages/vkui-floating-ui"
dependencies:
"@floating-ui/react-dom": "npm:^2.1.1"
"@swc/core": "npm:^1.7.22"
"@swc/helpers": "npm:^0.5.12"
"@swc/core": "npm:^1.7.24"
"@swc/helpers": "npm:^0.5.13"
"@swc/jest": "npm:^0.2.36"
"@types/jest": "npm:^29.5.12"
jest: "npm:^29.7.0"
Expand Down Expand Up @@ -4482,7 +4607,7 @@ __metadata:
"@size-limit/webpack": "npm:^11.1.5"
"@size-limit/webpack-css": "npm:^11.1.5"
"@swc/cli": "npm:^0.4.0"
"@swc/core": "npm:1.7.22"
"@swc/core": "npm:1.7.24"
"@swc/jest": "npm:^0.2.36"
"@testing-library/dom": "npm:^10.4.0"
"@testing-library/jest-dom": "npm:^6.5.0"
Expand Down Expand Up @@ -4550,8 +4675,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.16"
swc-plugin-transform-remove-imports: "npm:1.18.0"
swc-plugin-css-modules: "npm:0.1.17"
swc-plugin-transform-remove-imports: "npm:1.19.0"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.5.4"
typescript-plugin-css-modules: "npm:^5.1.0"
Expand All @@ -4566,7 +4691,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@vkontakte/vkui-token-translator@workspace:packages/token-translator"
dependencies:
"@swc/core": "npm:1.7.22"
"@swc/core": "npm:1.7.24"
"@swc/jest": "npm:^0.2.36"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^22.5.4"
Expand Down Expand Up @@ -4596,7 +4721,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@vkontakte/vkui@workspace:packages/vkui"
dependencies:
"@swc/helpers": "npm:^0.5.12"
"@swc/helpers": "npm:^0.5.13"
"@vkontakte/icons": "npm:^2.115.0"
"@vkontakte/vkjs": "npm:^1.3.0"
"@vkontakte/vkui-floating-ui": "npm:^0.2.1"
Expand Down Expand Up @@ -5584,7 +5709,7 @@ __metadata:
resolution: "benchmark@workspace:benchmark"
dependencies:
"@playwright/test": "npm:1.46.1"
"@swc/core": "npm:^1.7.22"
"@swc/core": "npm:^1.7.24"
"@vkontakte/vkui": "workspace:packages/vkui"
cli-table3: "npm:^0.6.1"
css-loader: "npm:^6.10.0"
Expand Down Expand Up @@ -16502,17 +16627,17 @@ __metadata:
languageName: node
linkType: hard

"swc-plugin-css-modules@npm:0.1.16":
version: 0.1.16
resolution: "swc-plugin-css-modules@npm:0.1.16"
checksum: 10/17a6ecac5a53de08806f661dbef3f2c8263592406c1777021bd15fe90e5bd9ecb676478c663dea8131fc889fa10209365eeb30c0c0762137f7398e1214fcc645
"swc-plugin-css-modules@npm:0.1.17":
version: 0.1.17
resolution: "swc-plugin-css-modules@npm:0.1.17"
checksum: 10/f7965afb65b9967695651a7dc0ff87763cf335d1948f40a2917023b042e20105139840fa9acf4f60a902f6638279ca36a428939d71245362dc757d985b7b5402
languageName: node
linkType: hard

"swc-plugin-transform-remove-imports@npm:1.18.0":
version: 1.18.0
resolution: "swc-plugin-transform-remove-imports@npm:1.18.0"
checksum: 10/b7539bb8596fb56b5f5d24a48733d6b0e405c60828929ece12819f549038a91d665575979680d701950f5f071a2e28a8c604f021c6ba12988c738abac18ba64d
"swc-plugin-transform-remove-imports@npm:1.19.0":
version: 1.19.0
resolution: "swc-plugin-transform-remove-imports@npm:1.19.0"
checksum: 10/4ae23f439e193cb25ea061a464526e374fdc304471c755e721f65f15530da87267d527e74ac30ab6594e3fffe2ca751fe223635705727901cd55735fd68fceaf
languageName: node
linkType: hard

Expand Down

0 comments on commit c2d869d

Please sign in to comment.