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: 2 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
// umd tests need to lock this version
'react-18',
'react-dom-18',
// bundled dts tests need to lock this version
'@vitest/expect',
// see https://github.com/web-infra-dev/rslib/pull/992
'@ast-grep/napi',
],
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 @@ -12,11 +12,11 @@
"react-dom": "^19.1.0"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.14.3",
"@module-federation/rsbuild-plugin": "^0.15.0",
"@rsbuild/core": "1.4.0-beta.2",
"@rsbuild/plugin-react": "^1.3.1",
"@rsbuild/plugin-react": "^1.3.2",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.5",
"@types/react-dom": "^19.1.6",
"typescript": "^5.8.3"
}
}
10 changes: 5 additions & 5 deletions examples/module-federation/mf-react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"storybook": "storybook dev -p 6006"
},
"devDependencies": {
"@module-federation/enhanced": "^0.14.3",
"@module-federation/rsbuild-plugin": "^0.14.3",
"@module-federation/storybook-addon": "^4.0.19",
"@rsbuild/plugin-react": "^1.3.1",
"@module-federation/enhanced": "^0.15.0",
"@module-federation/rsbuild-plugin": "^0.15.0",
"@module-federation/storybook-addon": "^4.0.20",
"@rsbuild/plugin-react": "^1.3.2",
"@rslib/core": "workspace:*",
"@types/react": "^19.1.6",
"http-server": "^14.1.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"storybook": "^9.0.4",
"storybook": "^9.0.5",
"storybook-addon-rslib": "^2.0.0",
"storybook-react-rsbuild": "^2.0.0"
},
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 @@ -12,11 +12,11 @@
"react-dom": "^19.1.0"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.14.3",
"@module-federation/rsbuild-plugin": "^0.15.0",
"@rsbuild/core": "1.4.0-beta.2",
"@rsbuild/plugin-react": "^1.3.1",
"@rsbuild/plugin-react": "^1.3.2",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.5",
"@types/react-dom": "^19.1.6",
"typescript": "^5.8.3"
}
}
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 @@ -9,7 +9,7 @@
},
"devDependencies": {
"@rsbuild/plugin-preact": "^1.3.1",
"@rsbuild/plugin-sass": "^1.3.1",
"@rsbuild/plugin-sass": "^1.3.2",
"@rslib/core": "workspace:*",
"preact": "^10.26.8"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react-component-bundle-false/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"build": "rslib build"
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.3.1",
"@rsbuild/plugin-sass": "^1.3.1",
"@rsbuild/plugin-react": "^1.3.2",
"@rsbuild/plugin-sass": "^1.3.2",
"@rslib/core": "workspace:*",
"@types/react": "^19.1.6",
"react": "^19.1.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/react-component-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"build": "rslib build"
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.3.1",
"@rsbuild/plugin-sass": "^1.3.1",
"@rsbuild/plugin-react": "^1.3.2",
"@rsbuild/plugin-sass": "^1.3.2",
"@rslib/core": "workspace:*",
"@types/react": "^19.1.6",
"react": "^19.1.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/react-component-umd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"build": "rslib build"
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.3.1",
"@rsbuild/plugin-sass": "^1.3.1",
"@rsbuild/plugin-react": "^1.3.2",
"@rsbuild/plugin-sass": "^1.3.2",
"@rslib/core": "workspace:*",
"@types/react": "^19.1.6",
"react": "^19.1.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/solid-component-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@rsbuild/plugin-babel": "^1.0.5",
"@rsbuild/plugin-sass": "^1.3.1",
"@rsbuild/plugin-sass": "^1.3.2",
"@rsbuild/plugin-solid": "^1.0.5",
"@rslib/core": "workspace:*",
"solid-js": "^1.9.7",
Expand Down
8 changes: 4 additions & 4 deletions examples/vue-component-bundleless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^9.0.0-alpha.12",
"@storybook/addon-interactions": "^9.0.0-alpha.10",
"@storybook/addon-links": "^9.0.4",
"@storybook/addon-onboarding": "^9.0.4",
"@storybook/addon-links": "^9.0.5",
"@storybook/addon-onboarding": "^9.0.5",
"@storybook/blocks": "^9.0.0-alpha.17",
"@storybook/test": "^9.0.0-alpha.2",
"@storybook/vue3": "^9.0.4",
"@storybook/vue3": "^9.0.5",
"rsbuild-plugin-unplugin-vue": "^0.1.0",
"storybook": "^9.0.4",
"storybook": "^9.0.5",
"storybook-addon-rslib": "^2.0.0",
"storybook-vue3-rsbuild": "^2.0.0",
"typescript": "^5.8.3",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.29.4",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.15.29",
"@types/node": "^22.15.30",
"check-dependency-version-consistency": "^5.0.0",
"cross-env": "^7.0.3",
"cspell-ban-words": "^0.0.4",
Expand All @@ -57,8 +57,8 @@
"prettier-plugin-packagejson": "^2.5.15",
"simple-git-hooks": "^2.13.0",
"typescript": "^5.8.3",
"vitest": "^3.1.4",
"zx": "^8.5.4"
"vitest": "^3.2.2",
"zx": "^8.5.5"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"tinyglobby": "^0.2.14"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.14.3",
"@module-federation/rsbuild-plugin": "^0.15.0",
"@rslib/tsconfig": "workspace:*",
"@types/fs-extra": "^11.0.4",
"cac": "^6.7.14",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@rslib/core": "workspace:*",
"@types/node": "^22.15.29",
"@types/node": "^22.15.30",
"typescript": "^5.8.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@rslib/core": "workspace:*",
"@types/node": "^22.15.29",
"@types/node": "^22.15.30",
"typescript": "^5.8.3"
}
}
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 @@ -15,7 +15,7 @@
"dev": "rslib build --watch"
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.3.1",
"@rsbuild/plugin-react": "^1.3.2",
"@rslib/core": "workspace:*",
"react": "^19.1.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 @@ -17,7 +17,7 @@
"dev": "rslib build --watch"
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.3.1",
"@rsbuild/plugin-react": "^1.3.2",
"@rslib/core": "workspace:*",
"@types/react": "^19.1.6",
"react": "^19.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
},
"devDependencies": {
"@rsbuild/core": "1.4.0-beta.2",
"@storybook/addon-docs": "^9.0.4",
"@storybook/addon-docs": "^9.0.5",
"@storybook/addon-essentials": "^9.0.0-alpha.12",
"@storybook/addon-interactions": "^9.0.0-alpha.10",
"@storybook/addon-links": "^9.0.4",
"@storybook/addon-onboarding": "^9.0.4",
"@storybook/addon-links": "^9.0.5",
"@storybook/addon-onboarding": "^9.0.5",
"@storybook/blocks": "^9.0.0-alpha.17",
"@storybook/react": "^9.0.4",
"@storybook/react": "^9.0.5",
"@storybook/test": "^9.0.0-alpha.2",
"storybook": "^9.0.4",
"storybook": "^9.0.5",
"storybook-addon-rslib": "^2.0.0",
"storybook-react-rsbuild": "^2.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
},
"devDependencies": {
"@rsbuild/core": "1.4.0-beta.2",
"@storybook/addon-docs": "^9.0.4",
"@storybook/addon-docs": "^9.0.5",
"@storybook/addon-essentials": "^9.0.0-alpha.12",
"@storybook/addon-interactions": "^9.0.0-alpha.10",
"@storybook/addon-links": "^9.0.4",
"@storybook/addon-onboarding": "^9.0.4",
"@storybook/addon-links": "^9.0.5",
"@storybook/addon-onboarding": "^9.0.5",
"@storybook/blocks": "^9.0.0-alpha.17",
"@storybook/react": "^9.0.4",
"@storybook/react": "^9.0.5",
"@storybook/test": "^9.0.0-alpha.2",
"storybook": "^9.0.4",
"storybook": "^9.0.5",
"storybook-addon-rslib": "^2.0.0",
"storybook-react-rsbuild": "^2.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
},
"devDependencies": {
"@rsbuild/core": "1.4.0-beta.2",
"@storybook/addon-docs": "^9.0.4",
"@storybook/addon-docs": "^9.0.5",
"@storybook/addon-essentials": "^9.0.0-alpha.12",
"@storybook/addon-interactions": "^9.0.0-alpha.10",
"@storybook/addon-links": "^9.0.4",
"@storybook/addon-onboarding": "^9.0.4",
"@storybook/addon-links": "^9.0.5",
"@storybook/addon-onboarding": "^9.0.5",
"@storybook/blocks": "^9.0.0-alpha.17",
"@storybook/test": "^9.0.0-alpha.2",
"@storybook/vue3": "^9.0.4",
"storybook": "^9.0.4",
"@storybook/vue3": "^9.0.5",
"storybook": "^9.0.5",
"storybook-addon-rslib": "^2.0.0",
"storybook-vue3-rsbuild": "^2.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
},
"devDependencies": {
"@rsbuild/core": "1.4.0-beta.2",
"@storybook/addon-docs": "^9.0.4",
"@storybook/addon-docs": "^9.0.5",
"@storybook/addon-essentials": "^9.0.0-alpha.12",
"@storybook/addon-interactions": "^9.0.0-alpha.10",
"@storybook/addon-links": "^9.0.4",
"@storybook/addon-onboarding": "^9.0.4",
"@storybook/addon-links": "^9.0.5",
"@storybook/addon-onboarding": "^9.0.5",
"@storybook/blocks": "^9.0.0-alpha.17",
"@storybook/test": "^9.0.0-alpha.2",
"@storybook/vue3": "^9.0.4",
"storybook": "^9.0.4",
"@storybook/vue3": "^9.0.5",
"storybook": "^9.0.5",
"storybook-addon-rslib": "^2.0.0",
"storybook-vue3-rsbuild": "^2.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"test": "vitest run"
},
"devDependencies": {
"vitest": "^3.1.4"
"vitest": "^3.2.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"test": "vitest run"
},
"devDependencies": {
"vitest": "^3.1.4"
"vitest": "^3.2.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"jsdom": "^26.1.0",
"vitest": "^3.1.4"
"vitest": "^3.2.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"jsdom": "^26.1.0",
"vitest": "^3.1.4"
"vitest": "^3.2.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"@testing-library/vue": "^8.1.0",
"@vitejs/plugin-vue": "^5.2.4",
"jsdom": "^26.1.0",
"vitest": "^3.1.4"
"vitest": "^3.2.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"@testing-library/vue": "^8.1.0",
"@vitejs/plugin-vue": "^5.2.4",
"jsdom": "^26.1.0",
"vitest": "^3.1.4"
"vitest": "^3.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rslib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@rslib/tsconfig": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.15.29",
"@types/node": "^22.15.30",
"fs-extra": "^11.3.0",
"rsbuild-plugin-publint": "^0.3.2",
"rslib": "npm:@rslib/[email protected]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@rslib/core": "workspace:*",
"@types/node": "^22.15.29",
"@types/node": "^22.15.30",
"typescript": "^5.8.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"devDependencies": {
"@rslib/core": "workspace:*",
"vitest": "^3.1.4"
"vitest": "^3.2.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"devDependencies": {
"@rslib/core": "workspace:*",
"@types/node": "^22.15.29",
"@types/node": "^22.15.30",
"typescript": "^5.8.3",
"vitest": "^3.1.4"
"vitest": "^3.2.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@rslib/core": "workspace:*",
"@types/node": "^22.15.29",
"@types/node": "^22.15.30",
"typescript": "^5.8.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"devDependencies": {
"@rslib/core": "workspace:*",
"vitest": "^3.1.4"
"vitest": "^3.2.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"devDependencies": {
"@rslib/core": "workspace:*",
"@types/node": "^22.15.29",
"@types/node": "^22.15.30",
"typescript": "^5.8.3",
"vitest": "^3.1.4"
"vitest": "^3.2.2"
}
}
Loading
Loading