Skip to content

Commit 21bcb0b

Browse files
chore(deps): update all non-major dependencies (#1172)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Timeless0911 <[email protected]>
1 parent ba51bd1 commit 21bcb0b

File tree

66 files changed

+833
-903
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+833
-903
lines changed

biome.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.1.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
33
"assist": {
44
"actions": {
55
"source": {
@@ -80,9 +80,7 @@
8080
"noDelete": "off"
8181
},
8282
"correctness": {
83-
"useHookAtTopLevel": "off"
84-
},
85-
"nursery": {
83+
"useHookAtTopLevel": "off",
8684
"useUniqueElementIds": "off"
8785
}
8886
}

examples/module-federation/mf-host/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"react-dom": "^19.1.1"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.18.0",
15+
"@module-federation/rsbuild-plugin": "^0.18.2",
1616
"@rsbuild/core": "1.5.0-beta.3",
1717
"@rsbuild/plugin-react": "^1.3.5",
18-
"@types/react": "^19.1.9",
18+
"@types/react": "^19.1.10",
1919
"@types/react-dom": "^19.1.7",
2020
"typescript": "^5.9.2"
2121
}

examples/module-federation/mf-react-component/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
"storybook": "storybook dev -p 6006"
1919
},
2020
"devDependencies": {
21-
"@module-federation/enhanced": "^0.18.0",
22-
"@module-federation/rsbuild-plugin": "^0.18.0",
23-
"@module-federation/storybook-addon": "^4.0.24",
21+
"@module-federation/enhanced": "^0.18.2",
22+
"@module-federation/rsbuild-plugin": "^0.18.2",
23+
"@module-federation/storybook-addon": "^4.0.26",
2424
"@rsbuild/plugin-react": "^1.3.5",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^19.1.9",
26+
"@types/react": "^19.1.10",
2727
"http-server": "^14.1.1",
2828
"react": "^19.1.1",
2929
"react-dom": "^19.1.1",
30-
"storybook": "^9.1.1",
31-
"storybook-addon-rslib": "^2.0.3",
32-
"storybook-react-rsbuild": "^2.0.3"
30+
"storybook": "^9.1.2",
31+
"storybook-addon-rslib": "^2.0.4",
32+
"storybook-react-rsbuild": "^2.0.4"
3333
},
3434
"peerDependencies": {
3535
"react": "*"

examples/module-federation/mf-react-component/stories/index.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @ts-ignore ignore remote module type check for passing ci run build because we set @mf-types folder in .gitignore
1+
// @ts-expect-error ignore remote module type check for passing ci run build because we set @mf-types folder in .gitignore
22
import { Counter } from 'rslib-module';
33

44
const Component = () => <Counter />;

examples/module-federation/mf-remote/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"react-dom": "^19.1.1"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.18.0",
15+
"@module-federation/rsbuild-plugin": "^0.18.2",
1616
"@rsbuild/core": "1.5.0-beta.3",
1717
"@rsbuild/plugin-react": "^1.3.5",
18-
"@types/react": "^19.1.9",
18+
"@types/react": "^19.1.10",
1919
"@types/react-dom": "^19.1.7",
2020
"typescript": "^5.9.2"
2121
}

examples/react-component-bundle-false/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@rsbuild/plugin-react": "^1.3.5",
1212
"@rsbuild/plugin-sass": "^1.3.5",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.1.9",
14+
"@types/react": "^19.1.10",
1515
"react": "^19.1.1"
1616
},
1717
"peerDependencies": {

examples/react-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@rsbuild/plugin-react": "^1.3.5",
1212
"@rsbuild/plugin-sass": "^1.3.5",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.1.9",
14+
"@types/react": "^19.1.10",
1515
"react": "^19.1.1"
1616
},
1717
"peerDependencies": {

examples/react-component-umd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@rsbuild/plugin-react": "^1.3.5",
1111
"@rsbuild/plugin-sass": "^1.3.5",
1212
"@rslib/core": "workspace:*",
13-
"@types/react": "^19.1.9",
13+
"@types/react": "^19.1.10",
1414
"react": "^19.1.1"
1515
},
1616
"peerDependencies": {

examples/solid-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@rsbuild/plugin-sass": "^1.3.5",
1515
"@rsbuild/plugin-solid": "^1.0.6",
1616
"@rslib/core": "workspace:*",
17-
"solid-js": "^1.9.8",
17+
"solid-js": "^1.9.9",
1818
"typescript": "^5.9.2"
1919
},
2020
"peerDependencies": {

examples/vue-component-bundleless/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"@rslib/core": "workspace:*",
1717
"@storybook/addon-essentials": "^9.0.0-alpha.12",
1818
"@storybook/addon-interactions": "^9.0.0-alpha.10",
19-
"@storybook/addon-links": "^9.1.1",
20-
"@storybook/addon-onboarding": "^9.1.1",
19+
"@storybook/addon-links": "^9.1.2",
20+
"@storybook/addon-onboarding": "^9.1.2",
2121
"@storybook/blocks": "^9.0.0-alpha.17",
2222
"@storybook/test": "^9.0.0-alpha.2",
23-
"@storybook/vue3": "^9.1.1",
23+
"@storybook/vue3": "^9.1.2",
2424
"rsbuild-plugin-unplugin-vue": "^0.1.0",
25-
"storybook": "^9.1.1",
26-
"storybook-addon-rslib": "^2.0.3",
27-
"storybook-vue3-rsbuild": "^2.0.3",
25+
"storybook": "^9.1.2",
26+
"storybook-addon-rslib": "^2.0.4",
27+
"storybook-vue3-rsbuild": "^2.0.4",
2828
"typescript": "^5.9.2",
2929
"vue": "^3.5.18",
3030
"vue-tsc": "^3.0.5"

0 commit comments

Comments
 (0)