File tree Expand file tree Collapse file tree 16 files changed +931
-1007
lines changed Expand file tree Collapse file tree 16 files changed +931
-1007
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141
141
node-version : 20
142
142
143
143
- uses : browser-actions/setup-chrome@b94431e051d1c52dcbe9a7092a4f10f827795416 # v2.1.0
144
- - uses : browser-actions/setup-firefox@c04e669ab1d810acd2530e553388c1d183d765cf # v1.6 .0
144
+ - uses : browser-actions/setup-firefox@5914774dda97099441f02628f8d46411fcfbd208 # v1.7 .0
145
145
146
146
- name : Install
147
147
run : pnpm i
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : needs reproduction
12
- uses : actions-cool/issues-helper@a610082f8ac0cf03e357eb8dd0d5e2ba075e017e # v3.6.0
12
+ uses : actions-cool/issues-helper@50068f49b7b2b3857270ead65e2d02e4459b022c # v3.6.2
13
13
with :
14
14
actions : close-issues
15
15
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 10
10
steps :
11
11
- name : needs reproduction
12
12
if : github.event.label.name == 'needs reproduction'
13
- uses : actions-cool/issues-helper@a610082f8ac0cf03e357eb8dd0d5e2ba075e017e # v3.6.0
13
+ uses : actions-cool/issues-helper@50068f49b7b2b3857270ead65e2d02e4459b022c # v3.6.2
14
14
with :
15
15
actions : create-comment
16
16
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 32
32
"unplugin-vue-components" : " catalog:" ,
33
33
"vite" : " ^6.3.5" ,
34
34
"vite-plugin-pwa" : " ^0.21.2" ,
35
- "vitepress" : " 2.0.0-alpha.8 " ,
35
+ "vitepress" : " 2.0.0-alpha.9 " ,
36
36
"vitepress-plugin-group-icons" : " ^1.6.1" ,
37
- "vitepress-plugin-llms" : " ^1.3.4 " ,
37
+ "vitepress-plugin-llms" : " ^1.7.2 " ,
38
38
"vitepress-plugin-tabs" : " ^0.7.1" ,
39
39
"workbox-window" : " ^7.3.0"
40
40
}
Original file line number Diff line number Diff line change 9
9
"test:run" : " vitest run"
10
10
},
11
11
"devDependencies" : {
12
- "@testing-library/jest-dom" : " ^6.6.3 " ,
12
+ "@testing-library/jest-dom" : " ^6.6.4 " ,
13
13
"@testing-library/react" : " ^13.4.0" ,
14
14
"@testing-library/user-event" : " ^14.6.1" ,
15
- "@types/react" : " ^19.1.8 " ,
15
+ "@types/react" : " ^19.1.9 " ,
16
16
"@vitejs/plugin-react" : " ^4.7.0" ,
17
17
"@vitest/ui" : " latest" ,
18
18
"fastify" : " ^5.4.0" ,
19
19
"jsdom" : " ^26.1.0" ,
20
- "react" : " ^19.1.0 " ,
20
+ "react" : " ^19.1.1 " ,
21
21
"supertest" : " ^6.3.4" ,
22
22
"tsx" : " ^4.20.3" ,
23
23
"vite" : " latest" ,
Original file line number Diff line number Diff line change 49
49
"@vitest/coverage-istanbul" : " workspace:*" ,
50
50
"@vitest/coverage-v8" : " workspace:*" ,
51
51
"@vitest/ui" : " workspace:*" ,
52
- "bumpp" : " ^10.2.0 " ,
52
+ "bumpp" : " ^10.2.1 " ,
53
53
"changelogithub" : " ^13.16.0" ,
54
54
"esbuild" : " ^0.25.8" ,
55
55
"eslint" : " ^9.31.0" ,
56
56
"magic-string" : " ^0.30.17" ,
57
57
"pathe" : " ^2.0.3" ,
58
58
"rimraf" : " ^6.0.1" ,
59
- "rollup" : " ^4.45 .1" ,
59
+ "rollup" : " ^4.46 .1" ,
60
60
"rollup-plugin-dts" : " ^6.2.1" ,
61
61
"rollup-plugin-license" : " ^3.6.0" ,
62
62
"tinyglobby" : " catalog:" ,
63
63
"tsx" : " ^4.20.3" ,
64
64
"typescript" : " ^5.8.3" ,
65
65
"unplugin-isolated-decl" : " ^0.14.5" ,
66
- "unplugin-oxc" : " ^0.4.6 " ,
66
+ "unplugin-oxc" : " ^0.4.8 " ,
67
67
"vite" : " ^6.3.5" ,
68
68
"vitest" : " workspace:*" ,
69
69
"zx" : " ^8.7.1"
Original file line number Diff line number Diff line change 90
90
}
91
91
},
92
92
"dependencies" : {
93
- "@testing-library/dom" : " ^10.4.0 " ,
93
+ "@testing-library/dom" : " ^10.4.1 " ,
94
94
"@testing-library/user-event" : " ^14.6.1" ,
95
95
"@vitest/mocker" : " workspace:*" ,
96
96
"@vitest/utils" : " workspace:*" ,
119
119
"playwright-core" : " ^1.54.1" ,
120
120
"safaridriver" : " ^1.0.0" ,
121
121
"vitest" : " workspace:*" ,
122
- "webdriverio" : " ^9.18.1 "
122
+ "webdriverio" : " ^9.18.4 "
123
123
}
124
124
}
Original file line number Diff line number Diff line change 38
38
},
39
39
"devDependencies" : {
40
40
"@types/react-is" : " ^19.0.0" ,
41
- "react-is" : " ^19.1.0 " ,
41
+ "react-is" : " ^19.1.1 " ,
42
42
"react-is-18" : " npm:react-is@18.3.1"
43
43
}
44
44
}
Original file line number Diff line number Diff line change 77
77
"d3-graph-controller" : " ^3.1.1" ,
78
78
"floating-vue" : " ^5.2.2" ,
79
79
"mime" : " ^4.0.7" ,
80
- "rollup" : " ^4.45 .1" ,
80
+ "rollup" : " ^4.46 .1" ,
81
81
"splitpanes" : " ^3.2.0" ,
82
82
"unocss" : " catalog:" ,
83
83
"unplugin-auto-import" : " ^0.19.0" ,
Original file line number Diff line number Diff line change 69
69
},
70
70
"dependencies" : {
71
71
"@vitest/pretty-format" : " workspace:*" ,
72
- "loupe" : " ^3.1.4 " ,
72
+ "loupe" : " ^3.2.0 " ,
73
73
"tinyrainbow" : " catalog:"
74
74
},
75
75
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments