Skip to content

Commit b9526e0

Browse files
fix(deps): update all non-major dependencies
1 parent 96a2965 commit b9526e0

18 files changed

Lines changed: 1604 additions & 1379 deletions

File tree

.github/workflows/issue-close-require.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
issues: write # for actions-cool/issues-helper to update issues
1212
steps:
1313
- name: needs reproduction
14-
uses: actions-cool/issues-helper@9861779a695cf1898bd984c727f685f351cfc372 # v3.7.2
14+
uses: actions-cool/issues-helper@e2ff99831a4f13625d35064e2b3dfe65c07a0396 # v3.7.5
1515
with:
1616
actions: close-issues
1717
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/issue-labeled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: needs reproduction
1414
if: github.event.label.name == 'needs reproduction'
15-
uses: actions-cool/issues-helper@9861779a695cf1898bd984c727f685f351cfc372 # v3.7.2
15+
uses: actions-cool/issues-helper@e2ff99831a4f13625d35064e2b3dfe65c07a0396 # v3.7.5
1616
with:
1717
actions: create-comment
1818
token: ${{ secrets.GITHUB_TOKEN }}

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"devDependencies": {
2121
"@iconify-json/carbon": "catalog:",
2222
"@iconify-json/logos": "catalog:",
23-
"@shikijs/transformers": "^3.17.1",
24-
"@shikijs/vitepress-twoslash": "^3.17.1",
23+
"@shikijs/transformers": "^3.20.0",
24+
"@shikijs/vitepress-twoslash": "^3.20.0",
2525
"@unocss/reset": "catalog:",
2626
"@vite-pwa/assets-generator": "^1.0.2",
2727
"@vite-pwa/vitepress": "^1.1.0",
@@ -33,7 +33,7 @@
3333
"vite-plugin-pwa": "^0.21.2",
3434
"vitepress": "2.0.0-alpha.15",
3535
"vitepress-plugin-group-icons": "^1.6.5",
36-
"vitepress-plugin-llms": "^1.9.3",
36+
"vitepress-plugin-llms": "^1.10.0",
3737
"vitepress-plugin-tabs": "^0.7.3",
3838
"workbox-window": "^7.4.0"
3939
}

examples/lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test:ui": "vitest --ui"
1515
},
1616
"dependencies": {
17-
"lit": "^3.3.1"
17+
"lit": "^3.3.2"
1818
},
1919
"devDependencies": {
2020
"@vitest/browser-playwright": "latest",

examples/opentelemetry/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
# for testing open-telemetry integration locally
33
# https://www.jaegertracing.io/docs/2.12/getting-started/
44
jaeger:
5-
image: cr.jaegertracing.io/jaegertracing/jaeger:2.12.0
5+
image: cr.jaegertracing.io/jaegertracing/jaeger:2.14.1
66
# Assign ports for Jaeger UI and OTLP receiver
77
ports:
88
# UI http://localhost:16686

examples/projects/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"@testing-library/react": "^16.3.1",
1414
"@testing-library/user-event": "^14.6.1",
1515
"@types/react": "^19.2.7",
16-
"@vitejs/plugin-react": "^5.1.1",
16+
"@vitejs/plugin-react": "^5.1.2",
1717
"@vitest/ui": "latest",
1818
"fastify": "^5.6.2",
19-
"jsdom": "^27.2.0",
20-
"react": "^19.2.0",
19+
"jsdom": "^27.4.0",
20+
"react": "^19.2.3",
2121
"supertest": "^7.1.4",
2222
"tsx": "^4.21.0",
2323
"vite": "latest",

examples/typecheck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:run": "vitest run"
1111
},
1212
"devDependencies": {
13-
"@types/node": "^24.10.1",
13+
"@types/node": "^24.10.4",
1414
"@vitest/ui": "latest",
1515
"typescript": "^5.9.3",
1616
"vite": "latest",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "4.0.16",
55
"private": true,
6-
"packageManager": "pnpm@10.24.0",
6+
"packageManager": "pnpm@10.27.0",
77
"description": "Next generation testing framework powered by Vite",
88
"engines": {
99
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
@@ -44,27 +44,27 @@
4444
"@rollup/plugin-commonjs": "^29.0.0",
4545
"@rollup/plugin-json": "^6.1.0",
4646
"@rollup/plugin-node-resolve": "^16.0.3",
47-
"@types/node": "^24.10.1",
47+
"@types/node": "^24.10.4",
4848
"@types/ws": "catalog:",
4949
"@vitest/browser": "workspace:*",
5050
"@vitest/coverage-istanbul": "workspace:*",
5151
"@vitest/coverage-v8": "workspace:*",
5252
"@vitest/ui": "workspace:*",
5353
"bumpp": "^10.3.2",
5454
"changelogithub": "^14.0.0",
55-
"esbuild": "^0.27.0",
55+
"esbuild": "^0.27.2",
5656
"eslint": "^9.39.2",
5757
"magic-string": "^0.30.21",
5858
"pathe": "^2.0.3",
5959
"premove": "^4.0.0",
60-
"rollup": "^4.53.3",
60+
"rollup": "^4.54.0",
6161
"rollup-plugin-dts": "^6.3.0",
6262
"rollup-plugin-license": "^3.6.0",
6363
"tinyglobby": "catalog:",
6464
"tsx": "^4.21.0",
6565
"typescript": "^5.9.3",
66-
"unplugin-isolated-decl": "^0.15.6",
67-
"unplugin-oxc": "^0.5.5",
66+
"unplugin-isolated-decl": "^0.15.7",
67+
"unplugin-oxc": "^0.5.7",
6868
"vite": "^7.1.5",
6969
"vitest": "workspace:*",
7070
"zx": "^8.8.5"

packages/coverage-v8/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"dependencies": {
5757
"@bcoe/v8-coverage": "^1.0.2",
5858
"@vitest/utils": "workspace:*",
59-
"ast-v8-to-istanbul": "^0.3.8",
59+
"ast-v8-to-istanbul": "^0.3.10",
6060
"istanbul-lib-coverage": "catalog:",
6161
"istanbul-lib-report": "catalog:",
6262
"istanbul-reports": "catalog:",

packages/expect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dev": "rollup -c --watch"
3434
},
3535
"dependencies": {
36-
"@standard-schema/spec": "^1.0.0",
36+
"@standard-schema/spec": "^1.1.0",
3737
"@types/chai": "catalog:",
3838
"@vitest/spy": "workspace:*",
3939
"@vitest/utils": "workspace:*",

0 commit comments

Comments
 (0)