Skip to content

Commit 5e606b8

Browse files
chore(deps): update all patch dependencies
1 parent 2c4885e commit 5e606b8

14 files changed

Lines changed: 527 additions & 502 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node.js 22.x
4040
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
4141
with:
42-
node-version: 22.22.1
42+
node-version: 22.22.2
4343
cache: 'pnpm'
4444

4545
- name: Install Dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Node.js
4545
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
4646
with:
47-
node-version: 22.22.1
47+
node-version: 22.22.2
4848
cache: 'pnpm'
4949

5050
- name: Install Pnpm

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.22.1
1+
22.22.2

e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@actions/core": "^1.11.1",
12-
"@lynx-js/react": "^0.117.0",
12+
"@lynx-js/react": "^0.117.1",
1313
"@lynx-js/rspeedy": "^0.13.5",
1414
"@playwright/test": "1.55.1",
1515
"@rsbuild/plugin-less": "1.6.2",
@@ -20,7 +20,7 @@
2020
"@rsdoctor/types": "workspace:*",
2121
"@rsdoctor/utils": "workspace:*",
2222
"@rsdoctor/webpack-plugin": "workspace:*",
23-
"@rspack/core": "2.0.0-canary-20260116",
23+
"@rspack/core": "2.0.0-rc.0",
2424
"@types/node": "^22.8.1",
2525
"@types/react": "^18.3.28",
2626
"loader-utils": "^2.0.4",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@biomejs/biome": "^2.1.1",
4040
"@changesets/cli": "^2.30.0",
4141
"@rsdoctor/tsconfig": "workspace:*",
42-
"@rslib/core": "0.20.0",
43-
"@rstest/core": "0.9.4",
42+
"@rslib/core": "0.20.3",
43+
"@rstest/core": "0.9.6",
4444
"@scripts/test-helper": "workspace:*",
4545
"cross-env": "^7.0.3",
4646
"cspell-ban-words": "^0.0.4",
@@ -63,7 +63,7 @@
6363
"rc-tree": "5.7.2",
6464
"react-dom": "18.3.1",
6565
"sirv": "3.0.2",
66-
"tar": "7.5.12",
66+
"tar": "7.5.13",
6767
"tslib": "2.8.1"
6868
}
6969
},

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@modelcontextprotocol/sdk": "1.28.0",
2828
"@rsdoctor/types": "workspace:*",
2929
"@rsdoctor/utils": "workspace:*",
30-
"@rstest/core": "0.9.4",
30+
"@rstest/core": "0.9.6",
3131
"@types/node": "^22.8.1",
3232
"prebundle": "1.6.4",
3333
"socket.io-client": "4.8.1",

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"inspect": "rsbuild inspect"
2121
},
2222
"devDependencies": {
23-
"@rsbuild/core": "^1.7.3",
23+
"@rsbuild/core": "^1.7.5",
2424
"@rsbuild/plugin-node-polyfill": "^1.4.4",
2525
"@rsbuild/plugin-react": "^1.4.6",
2626
"@rsbuild/plugin-sass": "^1.5.1",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"source-map": "^0.7.6"
8383
},
8484
"devDependencies": {
85-
"@rspack/core": "2.0.0-canary-20260116",
85+
"@rspack/core": "2.0.0-rc.0",
8686
"@scripts/test-helper": "workspace:*",
8787
"@types/fs-extra": "^11.0.4",
8888
"@types/node": "^22.8.1",
@@ -92,7 +92,7 @@
9292
"babel-loader": "10.1.1",
9393
"prebundle": "1.6.4",
9494
"string-loader": "0.0.1",
95-
"ts-loader": "^9.5.4",
95+
"ts-loader": "^9.5.7",
9696
"tslib": "2.8.1",
9797
"typescript": "^5.9.2",
9898
"webpack": "^5.105.4"

packages/document/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"devDependencies": {
2727
"@rsdoctor/types": "workspace:*",
28-
"@rspress/plugin-algolia": "2.0.6",
29-
"@rspress/plugin-client-redirects": "2.0.6",
28+
"@rspress/plugin-algolia": "2.0.8",
29+
"@rspress/plugin-client-redirects": "2.0.8",
3030
"@rspress/plugin-rss": "2.0.5",
3131
"@types/node": "^22.8.1",
3232
"@types/react": "^18.3.28",
@@ -46,6 +46,6 @@
4646
"@rstack-dev/doc-ui": "1.12.5",
4747
"clsx": "^2.1.1",
4848
"react-markdown": "^9.1.0",
49-
"@rspress/core": "2.0.6"
49+
"@rspress/core": "2.0.8"
5050
}
5151
}

packages/rspack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@rsdoctor/utils": "workspace:*"
3535
},
3636
"devDependencies": {
37-
"@rspack/core": "2.0.0-canary-20260116",
37+
"@rspack/core": "2.0.0-rc.0",
3838
"@types/node": "^22.8.1",
3939
"@types/tapable": "2.3.0",
4040
"tslib": "2.8.1",

0 commit comments

Comments
 (0)