Skip to content

Commit

Permalink
chore(deps): update dependency @rslib/core to v0.3.0 (#4333)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: neverland <[email protected]>
  • Loading branch information
renovate[bot] and chenjiahan authored Jan 7, 2025
1 parent a1c80a8 commit 1463c99
Show file tree
Hide file tree
Showing 19 changed files with 71 additions and 64 deletions.
2 changes: 1 addition & 1 deletion packages/compat/plugin-webpack-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rsbuild/webpack": "workspace:*",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.0",
"@types/lodash": "^4.17.14",
"@types/semver": "^7.5.8",
"typescript": "^5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.0",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.5",
"ansi-escapes": "4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"core-js": "~3.39.0"
},
"devDependencies": {
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.0",
"@types/connect": "3.4.38",
"@types/node": "^22.10.5",
"@types/on-finished": "2.3.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,11 @@ export default defineConfig({
},
},
],
tools: {
swc: {
jsc: {
keepClassNames: true,
},
},
},
});
2 changes: 1 addition & 1 deletion packages/create-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"create-rstack": "1.0.9"
},
"devDependencies": {
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.0",
"@types/node": "^22.10.5",
"typescript": "^5.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-assets-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.0",
"@swc/core": "^1.10.4",
"@types/serialize-javascript": "^5.0.4",
"serialize-javascript": "^6.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.0",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.5",
"babel-loader": "9.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.0",
"@scripts/test-helper": "workspace:*",
"@types/less": "^3.0.7",
"less": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.0",
"@types/node": "^22.10.5",
"preact": "^10.25.4",
"typescript": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.0",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.5",
"typescript": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.0",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.5",
"@types/sass-loader": "^8.0.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.0",
"@scripts/test-helper": "workspace:*",
"@types/babel__core": "^7.20.5",
"typescript": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-stylus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.0",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.5",
"typescript": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.0",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.5",
"svelte": "^5.16.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-svgr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.0",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.5",
"file-loader": "6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.0",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.5",
"typescript": "^5.7.2",
Expand Down
Loading

1 comment on commit 1463c99

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs ❌ failure
plugins ✅ success
rspress ✅ success
rslib ✅ success
examples ✅ success

Please sign in to comment.