Skip to content

Commit e23b19b

Browse files
committed
chore: update deps, enable OIDC
1 parent 574443a commit e23b19b

File tree

9 files changed

+1664
-1330
lines changed

9 files changed

+1664
-1330
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,9 @@ on:
77

88
jobs:
99
release:
10-
runs-on: ubuntu-latest
10+
uses: sxzz/workflows/.github/workflows/release.yml@v1
11+
with:
12+
publish: true
1113
permissions:
1214
contents: write
13-
steps:
14-
- uses: actions/checkout@v4
15-
with:
16-
fetch-depth: 0
17-
18-
- uses: actions/setup-node@v4
19-
with:
20-
node-version: lts/*
21-
22-
- run: npx changelogithub
23-
env:
24-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
15+
id-token: write

.npmrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/vite-vue2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@vitejs/plugin-vue2": "^2.3.3",
1414
"cross-env": "^10.0.0",
1515
"unplugin-vue-components": "workspace:*",
16-
"vite": "^7.0.6"
16+
"vite": "^7.1.6"
1717
}
1818
}

examples/vite-vue3/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"vant": "^4.9.21"
1313
},
1414
"devDependencies": {
15-
"@iconify/json": "^2.2.366",
15+
"@iconify/json": "^2.2.386",
1616
"@vitejs/plugin-vue": "^6.0.1",
17-
"@vue/compiler-sfc": "^3.5.18",
17+
"@vue/compiler-sfc": "^3.5.21",
1818
"cross-env": "^10.0.0",
1919
"has-pkg": "^0.0.1",
20-
"typescript": "^5.8.3",
21-
"unplugin-icons": "^22.2.0",
20+
"typescript": "^5.9.2",
21+
"unplugin-icons": "^22.3.0",
2222
"unplugin-vue-components": "workspace:*",
2323
"unplugin-vue-markdown": "^29.1.0",
24-
"vite": "^7.0.6",
25-
"vite-plugin-inspect": "^11.3.2",
24+
"vite": "^7.1.6",
25+
"vite-plugin-inspect": "^11.3.3",
2626
"vue-router": "^4.5.1"
2727
}
2828
}

examples/vue-cli-vue3/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"core-js": "^3.45.0",
12-
"vue": "^3.5.18"
11+
"core-js": "^3.45.1",
12+
"vue": "^3.5.21"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.28.0",
16-
"@vue/cli-plugin-babel": "~5.0.8",
17-
"@vue/cli-service": "~5.0.8",
15+
"@babel/core": "^7.28.4",
16+
"@vue/cli-plugin-babel": "~5.0.9",
17+
"@vue/cli-service": "~5.0.9",
1818
"unplugin-vue-components": "workspace:*"
1919
},
2020
"browserslist": [

examples/vue-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
},
99
"dependencies": {
1010
"@vue/composition-api": "^1.7.2",
11-
"core-js": "^3.45.0",
11+
"core-js": "^3.45.1",
1212
"vue": "2.7.16"
1313
},
1414
"devDependencies": {
15-
"@vue/cli-plugin-babel": "^5.0.8",
16-
"@vue/cli-plugin-typescript": "^5.0.8",
17-
"@vue/cli-service": "^5.0.8",
18-
"typescript": "^5.8.3",
19-
"unplugin-icons": "^22.2.0",
15+
"@vue/cli-plugin-babel": "^5.0.9",
16+
"@vue/cli-plugin-typescript": "^5.0.9",
17+
"@vue/cli-service": "^5.0.9",
18+
"typescript": "^5.9.2",
19+
"unplugin-icons": "^22.3.0",
2020
"unplugin-vue-components": "workspace:*",
2121
"unplugin-vue2-script-setup": "^0.11.4"
2222
}

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-components",
33
"type": "module",
44
"version": "29.0.0",
5-
"packageManager": "pnpm@10.14.0",
5+
"packageManager": "pnpm@10.17.0",
66
"description": "Components auto importing for Vue",
77
"author": "antfu <[email protected]>",
88
"license": "MIT",
@@ -80,9 +80,9 @@
8080
"prepublishOnly": "npm run build",
8181
"lint": "eslint .",
8282
"typecheck": "tsc",
83-
"release": "bumpp && npm publish",
83+
"release": "bumpp",
8484
"test": "vitest",
85-
"test:update": "vitest --u"
85+
"test:update": "vitest -u"
8686
},
8787
"peerDependencies": {
8888
"@babel/parser": "^7.15.8",
@@ -99,40 +99,40 @@
9999
},
100100
"dependencies": {
101101
"chokidar": "^3.6.0",
102-
"debug": "^4.4.1",
103-
"local-pkg": "^1.1.1",
104-
"magic-string": "^0.30.17",
105-
"mlly": "^1.7.4",
106-
"tinyglobby": "^0.2.14",
107-
"unplugin": "^2.3.5",
108-
"unplugin-utils": "^0.2.4"
102+
"debug": "^4.4.3",
103+
"local-pkg": "^1.1.2",
104+
"magic-string": "^0.30.19",
105+
"mlly": "^1.8.0",
106+
"tinyglobby": "^0.2.15",
107+
"unplugin": "^2.3.10",
108+
"unplugin-utils": "^0.3.0"
109109
},
110110
"devDependencies": {
111-
"@antfu/eslint-config": "^5.1.0",
112-
"@antfu/utils": "^9.2.0",
113-
"@babel/parser": "^7.28.0",
114-
"@babel/types": "^7.28.2",
115-
"@nuxt/kit": "^4.0.3",
116-
"@nuxt/schema": "^4.0.3",
111+
"@antfu/eslint-config": "^5.4.1",
112+
"@antfu/utils": "^9.2.1",
113+
"@babel/parser": "^7.28.4",
114+
"@babel/types": "^7.28.4",
115+
"@nuxt/kit": "^4.1.2",
116+
"@nuxt/schema": "^4.1.2",
117117
"@types/debug": "^4.1.12",
118118
"@types/minimatch": "^6.0.0",
119-
"@types/node": "^24.2.0",
120-
"bumpp": "^10.2.2",
119+
"@types/node": "^24.5.2",
120+
"bumpp": "^10.2.3",
121121
"compare-versions": "^6.1.1",
122-
"element-plus": "^2.10.5",
123-
"eslint": "^9.32.0",
124-
"eslint-plugin-format": "^1.0.1",
122+
"element-plus": "^2.11.3",
123+
"eslint": "^9.36.0",
124+
"eslint-plugin-format": "^1.0.2",
125125
"esno": "^4.8.0",
126126
"estree-walker": "^3.0.3",
127127
"minimatch": "^10.0.3",
128128
"pathe": "^2.0.3",
129-
"rolldown": "^1.0.0-beta.32",
130-
"rollup": "^4.46.2",
131-
"tsdown": "^0.13.3",
132-
"typescript": "^5.8.3",
133-
"vite": "^7.0.6",
129+
"rolldown": "^1.0.0-beta.38",
130+
"rollup": "^4.52.0",
131+
"tsdown": "^0.13.5",
132+
"typescript": "^5.9.2",
133+
"vite": "^7.1.6",
134134
"vitest": "^3.2.4",
135135
"vue": "3.2.45",
136-
"vue-tsc": "^3.0.5"
136+
"vue-tsc": "^3.0.7"
137137
}
138138
}

0 commit comments

Comments
 (0)