Skip to content

Commit

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

* build(deps): Bump the swc group across 1 directory with 4 updates

Bumps the swc group with 4 updates in the / directory: [@swc/cli](https://github.com/swc-project/pkgs), [@swc/core](https://github.com/swc-project/swc), [swc-plugin-css-modules](https://github.com/VKCOM/swc-plugin-css-modules) and [swc-plugin-transform-remove-imports](https://github.com/VKCOM/swc-plugin-transform-remove-imports).


Updates `@swc/cli` from 0.5.1 to 0.6.0
- [Commits](https://github.com/swc-project/pkgs/commits)

Updates `@swc/core` from 1.9.3 to 1.10.8
- [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.9.3...v1.10.8)

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

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

---
updated-dependencies:
- dependency-name: "@swc/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: swc
- 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
...

Signed-off-by: dependabot[bot] <[email protected]>

* feat: update rspack

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniil Suvorov <[email protected]>
  • Loading branch information
dependabot[bot] and SevereCloud authored Jan 23, 2025
1 parent bff743b commit fda620d
Show file tree
Hide file tree
Showing 6 changed files with 256 additions and 117 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.49.1",
"@swc/core": "^1.9.3",
"@swc/core": "^1.10.8",
"@vkontakte/vkui": "workspace:packages/vkui",
"cli-table3": "^0.6.1",
"css-loader": "7.1.2",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"@csstools/postcss-global-data": "3.0.0",
"@playwright/experimental-ct-react": "1.49.1",
"@playwright/test": "1.49.1",
"@rspack/cli": "^v1.1.8",
"@rspack/core": "^v1.1.8",
"@rspack/cli": "^v1.2.1",
"@rspack/core": "^v1.2.1",
"@size-limit/file": "^11.1.6",
"@size-limit/webpack": "^11.1.6",
"@size-limit/webpack-css": "^11.1.6",
"@swc/cli": "^0.5.1",
"@swc/core": "1.9.3",
"@swc/cli": "^0.6.0",
"@swc/core": "1.10.8",
"@swc/jest": "^0.2.37",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
Expand Down Expand Up @@ -90,8 +90,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": "1.0.0",
"swc-plugin-transform-remove-imports": "2.0.0",
"swc-plugin-css-modules": "2.0.2",
"swc-plugin-transform-remove-imports": "3.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.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.7.3"
},
"devDependencies": {
"@swc/core": "^1.9.3",
"@swc/core": "^1.10.8",
"@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.7.3"
},
"devDependencies": {
"@swc/core": "1.9.3",
"@swc/core": "1.10.8",
"@swc/jest": "^0.2.37",
"@types/jest": "^29.5.14",
"@types/postcss-less": "^4.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/vkui-floating-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@swc/helpers": "^0.5.15"
},
"devDependencies": {
"@swc/core": "^1.9.3",
"@swc/core": "^1.10.8",
"@swc/jest": "^0.2.37",
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit fda620d

Please sign in to comment.