Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
changed: ${{ steps.changes.outputs.changed }}
steps:
- name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
with:
fetch-depth: 1
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
Expand Down
4 changes: 2 additions & 2 deletions examples/express-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"dependencies": {},
"devDependencies": {
"@rslib/core": "workspace:*",
"@types/express": "^5.0.5",
"express": "^5.1.0",
"@types/express": "^5.0.6",
"express": "^5.2.1",
"typescript": "^5.9.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/module-federation/mf-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"preview": "rsbuild preview"
},
"dependencies": {
"react": "^19.2.0",
"react-dom": "^19.2.0"
"react": "^19.2.1",
"react-dom": "^19.2.1"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.21.6",
"@rsbuild/core": "~1.6.12",
"@rsbuild/core": "~1.6.13",
"@rsbuild/plugin-react": "^1.4.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
Expand Down
18 changes: 9 additions & 9 deletions examples/module-federation/mf-react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
"@module-federation/enhanced": "^0.21.6",
"@module-federation/rsbuild-plugin": "^0.21.6",
"@module-federation/storybook-addon": "^5.0.1",
"@rsbuild/core": "~1.6.12",
"@rsbuild/core": "~1.6.13",
"@rsbuild/plugin-react": "^1.4.2",
"@rslib/core": "workspace:*",
"@storybook/addon-docs": "^10.1.2",
"@storybook/addon-onboarding": "^10.1.2",
"@storybook/react": "^10.1.2",
"@storybook/addon-docs": "^10.1.4",
"@storybook/addon-onboarding": "^10.1.4",
"@storybook/react": "^10.1.4",
"@types/react": "^19.2.7",
"http-server": "^14.1.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"storybook": "^10.1.2",
"storybook-addon-rslib": "^3.0.0",
"storybook-react-rsbuild": "^3.0.0"
"react": "^19.2.1",
"react-dom": "^19.2.1",
"storybook": "^10.1.4",
"storybook-addon-rslib": "^3.1.0",
"storybook-react-rsbuild": "^3.1.0"
},
"peerDependencies": {
"react": "*"
Expand Down
6 changes: 3 additions & 3 deletions examples/module-federation/mf-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"preview": "rsbuild preview"
},
"dependencies": {
"react": "^19.2.0",
"react-dom": "^19.2.0"
"react": "^19.2.1",
"react-dom": "^19.2.1"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.21.6",
"@rsbuild/core": "~1.6.12",
"@rsbuild/core": "~1.6.13",
"@rsbuild/plugin-react": "^1.4.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/preact-component-bundle-false/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@rsbuild/plugin-preact": "^1.6.0",
"@rsbuild/plugin-sass": "^1.4.0",
"@rslib/core": "workspace:*",
"preact": "^10.27.2"
"preact": "^10.28.0"
},
"peerDependencies": {
"preact": "^10"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-component-bundle-false/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@rsbuild/plugin-sass": "^1.4.0",
"@rslib/core": "workspace:*",
"@types/react": "^19.2.7",
"react": "^19.2.0"
"react": "^19.2.1"
},
"peerDependencies": {
"react": "*"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-component-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@rsbuild/plugin-sass": "^1.4.0",
"@rslib/core": "workspace:*",
"@types/react": "^19.2.7",
"react": "^19.2.0"
"react": "^19.2.1"
},
"peerDependencies": {
"react": "*"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-component-umd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@rsbuild/plugin-sass": "^1.4.0",
"@rslib/core": "workspace:*",
"@types/react": "^19.2.7",
"react": "^19.2.0"
"react": "^19.2.1"
},
"peerDependencies": {
"react": "*"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-component-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"rsbuild-plugin-unplugin-vue": "^0.1.0",
"typescript": "^5.9.3",
"vue": "^3.5.25",
"vue-tsc": "^3.1.5"
"vue-tsc": "^3.1.7"
},
"peerDependencies": {
"vue": ">=3.0.0"
Expand Down
16 changes: 8 additions & 8 deletions examples/vue-component-bundleless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"test": "vitest run"
},
"devDependencies": {
"@rsbuild/core": "~1.6.12",
"@rsbuild/core": "~1.6.13",
"@rslib/core": "workspace:*",
"@storybook/addon-docs": "^10.1.2",
"@storybook/addon-onboarding": "^10.1.2",
"@storybook/vue3": "^10.1.2",
"@storybook/addon-docs": "^10.1.4",
"@storybook/addon-onboarding": "^10.1.4",
"@storybook/vue3": "^10.1.4",
"rsbuild-plugin-unplugin-vue": "^0.1.0",
"storybook": "^10.1.2",
"storybook-addon-rslib": "^3.0.0",
"storybook-vue3-rsbuild": "^3.0.0",
"storybook": "^10.1.4",
"storybook-addon-rslib": "^3.1.0",
"storybook-vue3-rsbuild": "^3.1.0",
"typescript": "^5.9.3",
"vue": "^3.5.25",
"vue-tsc": "^3.1.5"
"vue-tsc": "^3.1.7"
},
"peerDependencies": {
"vue": ">=3.0.0"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"devDependencies": {
"@biomejs/biome": "^2.3.8",
"@changesets/cli": "^2.29.8",
"@rslint/core": "^0.1.13",
"@rstest/core": "^0.6.8",
"@rslint/core": "^0.1.14",
"@rstest/core": "^0.7.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.10.1",
"check-dependency-version-consistency": "^5.0.1",
Expand All @@ -55,7 +55,7 @@
"heading-case": "^1.0.3",
"nano-staged": "^0.9.0",
"nx": "^22.1.3",
"prettier": "^3.7.3",
"prettier": "^3.7.4",
"prettier-plugin-packagejson": "^2.5.20",
"simple-git-hooks": "^2.13.1",
"typescript": "^5.9.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"type-check": "tsc --noEmit && tsc --noEmit -p tests"
},
"dependencies": {
"@rsbuild/core": "~1.6.12",
"@rsbuild/core": "~1.6.13",
"rsbuild-plugin-dts": "workspace:*"
},
"devDependencies": {
Expand All @@ -58,7 +58,7 @@
"picocolors": "1.1.1",
"prebundle": "1.6.0",
"rsbuild-plugin-publint": "^0.3.3",
"rslib": "npm:@rslib/core@0.18.2",
"rslib": "npm:@rslib/core@0.18.3",
"rslog": "^1.3.2",
"tinyglobby": "0.2.14",
"tsconfck": "3.1.6",
Expand Down
7 changes: 4 additions & 3 deletions packages/core/tests/__snapshots__/config.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,8 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
port: '',
host: '',
overlay: true,
reconnect: 100
reconnect: 100,
logLevel: 'silent'
},
lazyCompilation: {
imports: true,
Expand Down Expand Up @@ -890,6 +891,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
strategy: 'split-by-experience'
}
},
logLevel: 'silent',
mode: 'production',
root: '<WORKSPACE>',
plugins: [
Expand Down Expand Up @@ -1034,8 +1036,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
name: 'rsbuild:nonce',
setup() {}
}
],
logLevel: 'silent'
]
}"
`;

Expand Down
2 changes: 1 addition & 1 deletion packages/create-rslib/fragments/base/react-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@rsbuild/plugin-react": "^1.4.2",
"@rslib/core": "workspace:*",
"react": "^19.2.0"
"react": "^19.2.1"
},
"peerDependencies": {
"react": ">=16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rslib/fragments/base/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@rsbuild/plugin-react": "^1.4.2",
"@rslib/core": "workspace:*",
"@types/react": "^19.2.7",
"react": "^19.2.0",
"react": "^19.2.1",
"typescript": "^5.9.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rslib/fragments/base/vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"rsbuild-plugin-unplugin-vue": "^0.1.0",
"typescript": "^5.9.3",
"vue": "^3.5.25",
"vue-tsc": "^3.1.5"
"vue-tsc": "^3.1.7"
},
"peerDependencies": {
"vue": "^3.2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"test": "rstest"
},
"devDependencies": {
"@rstest/core": "^0.6.8"
"@rstest/core": "^0.7.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"test": "rstest"
},
"devDependencies": {
"@rstest/core": "^0.6.8"
"@rstest/core": "^0.7.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"test": "rstest"
},
"devDependencies": {
"@rstest/core": "^0.6.8",
"@rstest/core": "^0.7.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"jsdom": "^26.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"test": "rstest"
},
"devDependencies": {
"@rstest/core": "^0.6.8",
"@rstest/core": "^0.7.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"jsdom": "^26.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"test": "rstest"
},
"devDependencies": {
"@rstest/core": "^0.6.8",
"@rstest/core": "^0.7.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/vue": "^8.1.0",
"@vue/test-utils": "^2.4.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"test": "rstest"
},
"devDependencies": {
"@rstest/core": "^0.6.8",
"@rstest/core": "^0.7.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/vue": "^8.1.0",
"@vue/test-utils": "^2.4.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.6.12",
"@storybook/addon-docs": "^10.1.2",
"@storybook/addon-onboarding": "^10.1.2",
"@storybook/react": "^10.1.2",
"storybook": "^10.1.2",
"storybook-addon-rslib": "^3.0.0",
"storybook-react-rsbuild": "^3.0.0"
"@rsbuild/core": "~1.6.13",
"@storybook/addon-docs": "^10.1.4",
"@storybook/addon-onboarding": "^10.1.4",
"@storybook/react": "^10.1.4",
"storybook": "^10.1.4",
"storybook-addon-rslib": "^3.1.0",
"storybook-react-rsbuild": "^3.1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.6.12",
"@storybook/addon-docs": "^10.1.2",
"@storybook/addon-onboarding": "^10.1.2",
"@storybook/react": "^10.1.2",
"storybook": "^10.1.2",
"storybook-addon-rslib": "^3.0.0",
"storybook-react-rsbuild": "^3.0.0"
"@rsbuild/core": "~1.6.13",
"@storybook/addon-docs": "^10.1.4",
"@storybook/addon-onboarding": "^10.1.4",
"@storybook/react": "^10.1.4",
"storybook": "^10.1.4",
"storybook-addon-rslib": "^3.1.0",
"storybook-react-rsbuild": "^3.1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.6.12",
"@storybook/addon-docs": "^10.1.2",
"@storybook/addon-onboarding": "^10.1.2",
"@storybook/vue3": "^10.1.2",
"storybook": "^10.1.2",
"storybook-addon-rslib": "^3.0.0",
"storybook-vue3-rsbuild": "^3.0.0"
"@rsbuild/core": "~1.6.13",
"@storybook/addon-docs": "^10.1.4",
"@storybook/addon-onboarding": "^10.1.4",
"@storybook/vue3": "^10.1.4",
"storybook": "^10.1.4",
"storybook-addon-rslib": "^3.1.0",
"storybook-vue3-rsbuild": "^3.1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.6.12",
"@storybook/addon-docs": "^10.1.2",
"@storybook/addon-onboarding": "^10.1.2",
"@storybook/vue3": "^10.1.2",
"storybook": "^10.1.2",
"storybook-addon-rslib": "^3.0.0",
"storybook-vue3-rsbuild": "^3.0.0"
"@rsbuild/core": "~1.6.13",
"@storybook/addon-docs": "^10.1.4",
"@storybook/addon-onboarding": "^10.1.4",
"@storybook/vue3": "^10.1.4",
"storybook": "^10.1.4",
"storybook-addon-rslib": "^3.1.0",
"storybook-vue3-rsbuild": "^3.1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"test": "vitest run"
},
"devDependencies": {
"vitest": "^4.0.14"
"vitest": "^4.0.15"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"test": "vitest run"
},
"devDependencies": {
"vitest": "^4.0.14"
"vitest": "^4.0.15"
}
}
Loading
Loading