Skip to content

Commit bb35acf

Browse files
build(deps-dev): Bump the rspack group with 2 updates (#9133)
* build(deps-dev): Bump the rspack group with 2 updates Bumps the rspack group with 2 updates: [@rspack/cli](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack-cli) and [@rspack/core](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack). Updates `@rspack/cli` from 1.5.8 to 1.6.0 - [Release notes](https://github.com/web-infra-dev/rspack/releases) - [Commits](https://github.com/web-infra-dev/rspack/commits/v1.6.0/packages/rspack-cli) Updates `@rspack/core` from 1.5.8 to 1.6.0 - [Release notes](https://github.com/web-infra-dev/rspack/releases) - [Commits](https://github.com/web-infra-dev/rspack/commits/v1.6.0/packages/rspack) --- updated-dependencies: - dependency-name: "@rspack/cli" dependency-version: 1.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rspack - dependency-name: "@rspack/core" dependency-version: 1.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rspack ... Signed-off-by: dependabot[bot] <[email protected]> * fix: update swc core and plugins --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Victoria Zhizhonkova <[email protected]>
1 parent 3c0f06f commit bb35acf

File tree

2 files changed

+166
-202
lines changed

2 files changed

+166
-202
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@morev/stylelint-testing-library": "^1.0.2",
1616
"@playwright/experimental-ct-react": "1.56.1",
1717
"@playwright/test": "1.56.1",
18-
"@rspack/cli": "^v1.5.8",
19-
"@rspack/core": "^v1.5.8",
18+
"@rspack/cli": "^v1.6.0",
19+
"@rspack/core": "^v1.6.0",
2020
"@size-limit/file": "^11.2.0",
2121
"@size-limit/webpack": "^11.2.0",
2222
"@size-limit/webpack-css": "^11.2.0",
@@ -28,7 +28,7 @@
2828
"@storybook/addon-links": "9.1.15",
2929
"@storybook/react-vite": "9.1.15",
3030
"@swc/cli": "^0.7.8",
31-
"@swc/core": "1.13.5",
31+
"@swc/core": "1.14.0",
3232
"@testing-library/dom": "^10.4.1",
3333
"@testing-library/react": "^16.3.0",
3434
"@testing-library/user-event": "^14.5.2",
@@ -98,8 +98,8 @@
9898
"stylelint-use-logical": "^2.1.2",
9999
"stylelint-value-no-unknown-custom-properties": "^6.0.1",
100100
"swc-loader": "^0.2.6",
101-
"swc-plugin-css-modules": "5.1.0",
102-
"swc-plugin-transform-remove-imports": "6.1.0",
101+
"swc-plugin-css-modules": "6.0.0",
102+
"swc-plugin-transform-remove-imports": "7.0.0",
103103
"typescript": "^5.9.3",
104104
"vitest": "^4.0.4",
105105
"vitest-axe": "^0.1.0",

0 commit comments

Comments
 (0)