Skip to content

Commit 6071f58

Browse files
chore(deps): update all non-major dependencies
1 parent 286874c commit 6071f58

File tree

23 files changed

+444
-403
lines changed

23 files changed

+444
-403
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
submodules: 'recursive'
3131
- uses: pnpm/action-setup@v3
3232
with:
33-
version: 10.24.0
33+
version: 10.25.0
3434
- uses: actions/setup-node@v6
3535
with:
3636
node-version: ${{ matrix.node-version }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v5
1818
- uses: pnpm/action-setup@v3
1919
with:
20-
version: 10.24.0
20+
version: 10.25.0
2121
- uses: actions/setup-node@v6
2222
with:
2323
node-version: 'lts/*'

examples/allow-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@tsconfig/node20": "^20.1.8",
19-
"@types/node": "^22.19.1",
19+
"@types/node": "^22.19.2",
2020
"@vitejs/plugin-vue": "^6.0.2",
2121
"@vue/eslint-config-typescript": "workspace:*",
2222
"@vue/tsconfig": "^0.8.1",
@@ -25,6 +25,6 @@
2525
"npm-run-all2": "^8.0.4",
2626
"typescript": "~5.9.0",
2727
"vite": "^7.2.6",
28-
"vue-tsc": "^3.1.5"
28+
"vue-tsc": "^3.1.8"
2929
}
3030
}

examples/api-before-14.3/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"devDependencies": {
2424
"@tsconfig/node20": "^20.1.8",
2525
"@types/jsdom": "^27.0.0",
26-
"@types/node": "^22.19.1",
26+
"@types/node": "^22.19.2",
2727
"@vitejs/plugin-vue": "^6.0.2",
2828
"@vitejs/plugin-vue-jsx": "^5.1.2",
29-
"@vitest/eslint-plugin": "^1.5.1",
29+
"@vitest/eslint-plugin": "^1.5.2",
3030
"@vue/eslint-config-prettier": "^10.2.0",
3131
"@vue/eslint-config-typescript": "workspace:*",
3232
"@vue/test-utils": "^2.4.6",
@@ -35,14 +35,14 @@
3535
"eslint": "^9.39.1",
3636
"eslint-plugin-cypress": "^5.2.0",
3737
"eslint-plugin-vue": "~10.6.2",
38-
"jsdom": "^27.2.0",
38+
"jsdom": "^27.3.0",
3939
"npm-run-all2": "^8.0.4",
4040
"prettier": "3.7.4",
4141
"start-server-and-test": "^2.1.3",
4242
"typescript": "~5.9.0",
4343
"vite": "^7.2.6",
4444
"vite-plugin-vue-devtools": "^8.0.5",
4545
"vitest": "^4.0.15",
46-
"vue-tsc": "^3.1.5"
46+
"vue-tsc": "^3.1.8"
4747
}
4848
}

examples/custom-type-checked-rules-on-and-off/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@tsconfig/node22": "^22.0.5",
19-
"@types/node": "^22.19.1",
19+
"@types/node": "^22.19.2",
2020
"@vitejs/plugin-vue": "^6.0.2",
2121
"@vue/eslint-config-typescript": "workspace:^",
2222
"@vue/tsconfig": "^0.8.1",
@@ -26,6 +26,6 @@
2626
"typescript": "~5.9.0",
2727
"vite": "^7.2.6",
2828
"vite-plugin-vue-devtools": "^8.0.5",
29-
"vue-tsc": "^3.1.5"
29+
"vue-tsc": "^3.1.8"
3030
}
3131
}

examples/disable-ts-in-templates/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@tsconfig/node20": "^20.1.8",
19-
"@types/node": "^22.19.1",
19+
"@types/node": "^22.19.2",
2020
"@vitejs/plugin-vue": "^6.0.2",
2121
"@vue/eslint-config-typescript": "workspace:*",
2222
"@vue/tsconfig": "^0.8.1",
@@ -25,6 +25,6 @@
2525
"npm-run-all2": "^8.0.4",
2626
"typescript": "~5.9.0",
2727
"vite": "^7.2.6",
28-
"vue-tsc": "^3.1.5"
28+
"vue-tsc": "^3.1.8"
2929
}
3030
}

examples/disable-type-checked-for-yml/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"devDependencies": {
2424
"@tsconfig/node20": "^20.1.8",
2525
"@types/jsdom": "^27.0.0",
26-
"@types/node": "^22.19.1",
26+
"@types/node": "^22.19.2",
2727
"@vitejs/plugin-vue": "^6.0.2",
2828
"@vitejs/plugin-vue-jsx": "^5.1.2",
29-
"@vitest/eslint-plugin": "^1.5.1",
29+
"@vitest/eslint-plugin": "^1.5.2",
3030
"@vue/eslint-config-prettier": "^10.2.0",
3131
"@vue/eslint-config-typescript": "workspace:*",
3232
"@vue/test-utils": "^2.4.6",
@@ -36,14 +36,14 @@
3636
"eslint-plugin-cypress": "^5.2.0",
3737
"eslint-plugin-vue": "~10.6.2",
3838
"eslint-plugin-yml": "^1.19.0",
39-
"jsdom": "^27.2.0",
39+
"jsdom": "^27.3.0",
4040
"npm-run-all2": "^8.0.4",
4141
"prettier": "3.7.4",
4242
"start-server-and-test": "^2.1.3",
4343
"typescript": "~5.9.0",
4444
"vite": "^7.2.6",
4545
"vite-plugin-vue-devtools": "^8.0.5",
4646
"vitest": "^4.0.15",
47-
"vue-tsc": "^3.1.5"
47+
"vue-tsc": "^3.1.8"
4848
}
4949
}

examples/minimal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@tsconfig/node20": "^20.1.8",
19-
"@types/node": "^22.19.1",
19+
"@types/node": "^22.19.2",
2020
"@vitejs/plugin-vue": "^6.0.2",
2121
"@vue/eslint-config-typescript": "workspace:*",
2222
"@vue/tsconfig": "^0.8.1",
@@ -25,6 +25,6 @@
2525
"npm-run-all2": "^8.0.4",
2626
"typescript": "~5.9.0",
2727
"vite": "^7.2.6",
28-
"vue-tsc": "^3.1.5"
28+
"vue-tsc": "^3.1.8"
2929
}
3030
}

examples/quasar-project/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@eslint/js": "^9.39.1",
2525
"@quasar/app-vite": "^2.4.0",
26-
"@types/node": "^22.19.1",
26+
"@types/node": "^22.19.2",
2727
"@vue/eslint-config-prettier": "^10.2.0",
2828
"@vue/eslint-config-typescript": "workspace:*",
2929
"autoprefixer": "^10.4.22",
@@ -33,7 +33,7 @@
3333
"prettier": "3.7.4",
3434
"typescript": "~5.9.0",
3535
"vite-plugin-checker": "^0.11.0",
36-
"vue-tsc": "^3.1.5"
36+
"vue-tsc": "^3.1.8"
3737
},
3838
"engines": {
3939
"node": "^28 || ^26 || ^24 || ^22 || ^20 || ^18",

examples/type-checked/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"devDependencies": {
2424
"@tsconfig/node20": "^20.1.8",
2525
"@types/jsdom": "^27.0.0",
26-
"@types/node": "^22.19.1",
26+
"@types/node": "^22.19.2",
2727
"@vitejs/plugin-vue": "^6.0.2",
2828
"@vitejs/plugin-vue-jsx": "^5.1.2",
29-
"@vitest/eslint-plugin": "^1.5.1",
29+
"@vitest/eslint-plugin": "^1.5.2",
3030
"@vue/eslint-config-prettier": "^10.2.0",
3131
"@vue/eslint-config-typescript": "workspace:*",
3232
"@vue/test-utils": "^2.4.6",
@@ -35,14 +35,14 @@
3535
"eslint": "^9.39.1",
3636
"eslint-plugin-cypress": "^5.2.0",
3737
"eslint-plugin-vue": "~10.6.2",
38-
"jsdom": "^27.2.0",
38+
"jsdom": "^27.3.0",
3939
"npm-run-all2": "^8.0.4",
4040
"prettier": "3.7.4",
4141
"start-server-and-test": "^2.1.3",
4242
"typescript": "~5.9.0",
4343
"vite": "^7.2.6",
4444
"vite-plugin-vue-devtools": "^8.0.5",
4545
"vitest": "^4.0.15",
46-
"vue-tsc": "^3.1.5"
46+
"vue-tsc": "^3.1.8"
4747
}
4848
}

0 commit comments

Comments
 (0)