Skip to content

Commit 3a454f8

Browse files
Sync build with @skirtle/[email protected] (#11)
1 parent 0352b37 commit 3a454f8

File tree

6 files changed

+1025
-841
lines changed

6 files changed

+1025
-841
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: CI
22

33
on:
44
push:
5-
branches: ['main']
5+
branches:
6+
- main
67
pull_request:
7-
branches: ['main']
8+
branches:
9+
- main
810

911
jobs:
1012
ci:

.github/workflows/pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ name: Deploy to GitHub Pages
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ['main']
7+
branches:
8+
- main
89

910
# Allows you to run this workflow manually from the Actions tab
1011
workflow_dispatch:

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"private": true,
33
"type": "module",
4-
"packageManager": "pnpm@9.15.4",
4+
"packageManager": "pnpm@10.13.1",
55
"engines": {
6-
"node": ">=v18.3.0"
6+
"node": "^20.19.0 || >=22.12.0"
77
},
88
"devDependencies": {
9-
"@eslint/compat": "^1.2.7",
10-
"@stylistic/eslint-plugin": "^4.2.0",
11-
"@tsconfig/node22": "^22.0.0",
12-
"@types/node": "^22.13.9",
13-
"@vitest/eslint-plugin": "^1.1.36",
14-
"@vue/eslint-config-typescript": "^14.5.0",
15-
"eslint": "^9.21.0",
16-
"eslint-plugin-vue": "~10.0.0",
9+
"@eslint/compat": "^1.3.1",
10+
"@stylistic/eslint-plugin": "^5.2.2",
11+
"@tsconfig/node22": "^22.0.2",
12+
"@types/node": "^22.16.5",
13+
"@vitest/eslint-plugin": "^1.3.4",
14+
"@vue/eslint-config-typescript": "^14.6.0",
15+
"eslint": "^9.31.0",
16+
"eslint-plugin-vue": "~10.3.0",
1717
"jiti": "^2.4.2",
18-
"lint-staged": "^15.4.3",
19-
"npm-run-all2": "^7.0.2",
20-
"simple-git-hooks": "^2.11.1",
18+
"lint-staged": "^16.1.2",
19+
"npm-run-all2": "^8.0.4",
20+
"simple-git-hooks": "^2.13.0",
2121
"typescript": "~5.8.0"
2222
},
2323
"scripts": {

packages/docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"private": true,
33
"type": "module",
44
"dependencies": {
5-
"vue": "^3.5.13"
5+
"vue": "^3.5.18"
66
},
77
"devDependencies": {
8-
"@tsconfig/node22": "^22.0.0",
9-
"@types/node": "^22.13.9",
8+
"@tsconfig/node22": "^22.0.2",
9+
"@types/node": "^22.16.5",
1010
"@vue/tsconfig": "^0.7.0",
11-
"npm-run-all2": "^7.0.2",
11+
"npm-run-all2": "^8.0.4",
1212
"rimraf": "^6.0.1",
1313
"typescript": "~5.8.0",
1414
"vitepress": "^1.6.3",
15-
"vue-tsc": "^2.2.8"
15+
"vue-tsc": "^3.0.4"
1616
},
1717
"scripts": {
1818
"clean": "rimraf dist .vitepress/cache",

packages/vue-vnode-utils/package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,24 @@
3636
},
3737
"devDependencies": {
3838
"@rollup/plugin-replace": "^6.0.2",
39-
"@tsconfig/node22": "^22.0.0",
39+
"@tsconfig/node22": "^22.0.2",
4040
"@types/jsdom": "^21.1.7",
41-
"@types/node": "^22.13.9",
42-
"@vitejs/plugin-vue": "^5.2.1",
43-
"@vitest/coverage-v8": "^3.0.8",
41+
"@types/node": "^22.16.5",
42+
"@vitejs/plugin-vue": "^6.0.1",
43+
"@vitest/coverage-v8": "^3.2.4",
44+
"@vue/test-utils": "^2.4.6",
4445
"@vue/tsconfig": "^0.7.0",
4546
"copyfiles": "^2.4.1",
46-
"jsdom": "^26.0.0",
47-
"npm-run-all2": "^7.0.2",
48-
"publint": "^0.3.8",
47+
"jsdom": "^26.1.0",
48+
"npm-run-all2": "^8.0.4",
49+
"publint": "^0.3.12",
4950
"rimraf": "^6.0.1",
5051
"typescript": "~5.8.0",
51-
"vite": "^6.2.1",
52-
"vite-plugin-dts": "^4.5.3",
53-
"vitest": "^3.0.8",
54-
"vue": "^3.5.13",
55-
"vue-tsc": "^2.2.8"
52+
"vite": "^7.0.6",
53+
"vite-plugin-dts": "^4.5.4",
54+
"vitest": "^3.2.4",
55+
"vue": "^3.5.18",
56+
"vue-tsc": "^3.0.4"
5657
},
5758
"scripts": {
5859
"clean:dist": "rimraf dist",

0 commit comments

Comments
 (0)