Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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 examples/module-federation/mf-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.20.0",
"@rsbuild/core": "~1.5.17",
"@rsbuild/core": "1.6.0-beta.0",
"@rsbuild/plugin-react": "^1.4.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/module-federation/mf-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.20.0",
"@rsbuild/core": "~1.5.17",
"@rsbuild/core": "1.6.0-beta.0",
"@rsbuild/plugin-react": "^1.4.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
Expand Down
2 changes: 1 addition & 1 deletion 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.5.17",
"@rsbuild/core": "1.6.0-beta.0",
"rsbuild-plugin-dts": "workspace:*"
},
"devDependencies": {
Expand Down
9 changes: 8 additions & 1 deletion packages/core/tests/__snapshots__/config.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,14 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
cors: {
origin: /^https?:\\/\\/(?:(?:[^:]+\\.)?localhost|127\\.0\\.0\\.1|\\[::1\\])(?::\\d+)?$/
},
middlewareMode: false
middlewareMode: false,
publicDir: [
{
name: '<WORKSPACE>/public',
copyOnBuild: 'auto',
watch: false
}
]
},
html: {
meta: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.5.17",
"@rsbuild/core": "1.6.0-beta.0",
"@storybook/addon-docs": "^9.1.10",
"@storybook/addon-onboarding": "^9.1.10",
"@storybook/react": "^9.1.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.5.17",
"@rsbuild/core": "1.6.0-beta.0",
"@storybook/addon-docs": "^9.1.10",
"@storybook/addon-onboarding": "^9.1.10",
"@storybook/react": "^9.1.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.5.17",
"@rsbuild/core": "1.6.0-beta.0",
"@storybook/addon-docs": "^9.1.10",
"@storybook/addon-onboarding": "^9.1.10",
"@storybook/vue3": "^9.1.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.5.17",
"@rsbuild/core": "1.6.0-beta.0",
"@storybook/addon-docs": "^9.1.10",
"@storybook/addon-onboarding": "^9.1.10",
"@storybook/vue3": "^9.1.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "rstest"
},
"devDependencies": {
"@rsbuild/core": "~1.5.17",
"@rsbuild/core": "1.6.0-beta.0",
"@rsbuild/plugin-react": "^1.4.1",
"@rslib/core": "workspace:*",
"@rstest/core": "^0.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test": "rstest"
},
"devDependencies": {
"@rsbuild/core": "~1.5.17",
"@rsbuild/core": "1.6.0-beta.0",
"@rsbuild/plugin-react": "^1.4.1",
"@rslib/core": "workspace:*",
"@rstest/core": "^0.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "vitest run"
},
"devDependencies": {
"@rsbuild/core": "~1.5.17",
"@rsbuild/core": "1.6.0-beta.0",
"@rsbuild/plugin-react": "^1.4.1",
"@rslib/core": "workspace:*",
"@storybook/addon-docs": "^9.1.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test": "vitest run"
},
"devDependencies": {
"@rsbuild/core": "~1.5.17",
"@rsbuild/core": "1.6.0-beta.0",
"@rsbuild/plugin-react": "^1.4.1",
"@rslib/core": "workspace:*",
"@storybook/addon-docs": "^9.1.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.5.17",
"@rsbuild/core": "1.6.0-beta.0",
"@rsbuild/plugin-react": "^1.4.1",
"@rslib/core": "workspace:*",
"@storybook/addon-docs": "^9.1.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.5.17",
"@rsbuild/core": "1.6.0-beta.0",
"@rsbuild/plugin-react": "^1.4.1",
"@rslib/core": "workspace:*",
"@storybook/addon-docs": "^9.1.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test": "rstest"
},
"devDependencies": {
"@rsbuild/core": "~1.5.17",
"@rsbuild/core": "1.6.0-beta.0",
"@rslib/core": "workspace:*",
"@rstest/core": "^0.5.1",
"@storybook/addon-docs": "^9.1.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test": "rstest"
},
"devDependencies": {
"@rsbuild/core": "~1.5.17",
"@rsbuild/core": "1.6.0-beta.0",
"@rslib/core": "workspace:*",
"@rstest/core": "^0.5.1",
"@storybook/addon-docs": "^9.1.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test": "vitest run"
},
"devDependencies": {
"@rsbuild/core": "~1.5.17",
"@rsbuild/core": "1.6.0-beta.0",
"@rslib/core": "workspace:*",
"@storybook/addon-docs": "^9.1.10",
"@storybook/addon-onboarding": "^9.1.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test": "vitest run"
},
"devDependencies": {
"@rsbuild/core": "~1.5.17",
"@rsbuild/core": "1.6.0-beta.0",
"@rslib/core": "workspace:*",
"@storybook/addon-docs": "^9.1.10",
"@storybook/addon-onboarding": "^9.1.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.5.17",
"@rsbuild/core": "1.6.0-beta.0",
"@rslib/core": "workspace:*",
"@storybook/addon-docs": "^9.1.10",
"@storybook/addon-onboarding": "^9.1.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.5.17",
"@rsbuild/core": "1.6.0-beta.0",
"@rslib/core": "workspace:*",
"@storybook/addon-docs": "^9.1.10",
"@storybook/addon-onboarding": "^9.1.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.53.1",
"@rsbuild/core": "~1.5.17",
"@rsbuild/core": "1.6.0-beta.0",
"@rslib/tsconfig": "workspace:*",
"@typescript/native-preview": "7.0.0-dev.20251012.1",
"magic-string": "^0.30.19",
Expand Down
Loading
Loading