Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 359f4ee

Browse files
chore: bump deps, improve workflow (#95)
1 parent a016b91 commit 359f4ee

File tree

6 files changed

+1296
-1012
lines changed

6 files changed

+1296
-1012
lines changed

.github/renovate.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"extends": ["config:base", "schedule:weekly", "group:allNonMajor"],
3+
"labels": ["dependencies"],
4+
"pin": false,
5+
"rangeStrategy": "bump",
6+
"node": false,
7+
"packageRules": [
8+
{
9+
"depTypeList": ["peerDependencies"],
10+
"enabled": false
11+
}
12+
],
13+
"ignoreDeps": ["node"]
14+
}

.github/workflows/ci.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,22 @@ on:
1010
- main
1111

1212
jobs:
13-
lint:
13+
ci:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v3
17-
18-
- name: Install pnpm
19-
uses: pnpm/action-setup@v2
20-
21-
- name: Set node
17+
- name: Enable pnpm
18+
run: corepack enable
19+
- name: Setup node
2220
uses: actions/setup-node@v3
2321
with:
2422
node-version: 18.x
2523
cache: pnpm
26-
27-
- name: Setup
24+
- name: Setup ni
2825
run: npm i -g @antfu/ni
29-
3026
- name: Install
3127
run: nci
32-
3328
- name: Lint
3429
run: nr lint
30+
- name: Build
31+
run: nr build

package.json

Lines changed: 31 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-vue-devtools",
33
"version": "0.4.10",
4-
"packageManager": "pnpm@8.4.0",
4+
"packageManager": "pnpm@8.6.5",
55
"description": "A vite plugin for Vue Devtools",
66
"author": "webfansplz",
77
"license": "MIT",
@@ -50,70 +50,72 @@
5050
"stub": "unbuild --stub",
5151
"lint": "eslint .",
5252
"prepublishOnly": "npm run build",
53-
"release": "bumpp && npm publish"
53+
"release": "bumpp && npm publish",
54+
"dep:up": "taze -I major"
5455
},
5556
"peerDependencies": {
5657
"vite": "^3.0.0-0 || ^4.0.0-0"
5758
},
5859
"dependencies": {
59-
"@vueuse/core": "^10.1.2",
60-
"@vueuse/integrations": "^10.2.0",
60+
"@vueuse/core": "^10.2.1",
61+
"@vueuse/integrations": "^10.2.1",
6162
"@webfansplz/vuedoc-parser": "^0.0.3",
62-
"algoliasearch": "^4.17.1",
63+
"algoliasearch": "^4.18.0",
6364
"birpc": "^0.2.12",
6465
"execa": "^7.1.1",
6566
"json-editor-vue": "^0.10.6",
6667
"nanoid": "^4.0.2",
6768
"sirv": "^2.0.3",
6869
"splitpanes": "^3.1.5",
69-
"vanilla-jsoneditor": "^0.17.5",
70+
"vanilla-jsoneditor": "^0.17.8",
7071
"vite-hot-client": "^0.2.1",
71-
"vite-plugin-inspect": "^0.7.28",
72+
"vite-plugin-inspect": "^0.7.31",
7273
"vite-plugin-vue-inspector": "^3.4.2",
7374
"vue-router": "^4.2.2",
7475
"vuedraggable": "^4.1.0",
75-
"xterm": "^5.1.0",
76+
"xterm": "^5.2.1",
7677
"xterm-addon-fit": "^0.7.0"
7778
},
7879
"devDependencies": {
79-
"@algolia/client-search": "^4.17.1",
80-
"@antfu/eslint-config": "^0.38.5",
81-
"@antfu/ni": "^0.21.3",
82-
"@iconify/json": "^2.2.71",
83-
"@nuxt/devtools-ui-kit": "^0.5.5",
84-
"@types/codemirror": "^5.60.7",
85-
"@types/node": "^20.2.5",
80+
"@algolia/client-search": "^4.18.0",
81+
"@antfu/eslint-config": "^0.39.6",
82+
"@antfu/ni": "^0.21.4",
83+
"@iconify/json": "^2.2.84",
84+
"@nuxt/devtools-ui-kit": "^0.6.4",
85+
"@types/codemirror": "^5.60.8",
86+
"@types/node": "^20.3.2",
8687
"@types/splitpanes": "^2.2.1",
87-
"@unocss/eslint-config": "^0.52.5",
88-
"@unocss/reset": "^0.52.5",
88+
"@unocss/eslint-config": "^0.53.4",
89+
"@unocss/reset": "^0.53.4",
8990
"@vitejs/plugin-vue": "^4.2.3",
90-
"bumpp": "^9.1.0",
91+
"bumpp": "^9.1.1",
9192
"codemirror": "^6.0.1",
9293
"codemirror-theme-vars": "^0.1.2",
93-
"dayjs": "^1.11.7",
94-
"eslint": "8.38.0",
94+
"dayjs": "^1.11.8",
95+
"eslint": "8.43.0",
9596
"fast-glob": "^3.2.12",
96-
"floating-vue": "2.0.0-beta.20",
97+
"floating-vue": "2.0.0-beta.24",
9798
"fuse.js": "^6.6.2",
9899
"image-meta": "^0.1.1",
99-
"lint-staged": "^13.2.2",
100+
"lint-staged": "^13.2.3",
100101
"npm-run-all": "^4.1.5",
101102
"ohash": "^1.1.2",
102-
"pathe": "^1.1.0",
103-
"pinia": "^2.1.3",
104-
"pnpm": "^8.6.0",
103+
"pathe": "^1.1.1",
104+
"pinia": "^2.1.4",
105+
"pnpm": "^8.6.5",
105106
"rimraf": "^5.0.1",
106107
"simple-git-hooks": "^2.8.1",
107-
"typescript": "^5.0.4",
108+
"taze": "^0.11.0",
109+
"typescript": "^5.1.6",
108110
"unbuild": "^1.2.1",
109-
"unocss": "^0.52.5",
111+
"unocss": "^0.53.4",
110112
"unplugin-auto-import": "^0.16.4",
111-
"unplugin-vue-components": "^0.25.0",
113+
"unplugin-vue-components": "^0.25.1",
112114
"vis-data": "^7.1.6",
113115
"vis-network": "^9.1.6",
114116
"vite": "^4.3.9",
115117
"vite-dev-rpc": "^0.1.2",
116-
"vite-plugin-pages": "^0.30.1",
118+
"vite-plugin-pages": "^0.31.0",
117119
"vue": "^3.3.4",
118120
"vue-virtual-scroller": "2.0.0-beta.8"
119121
},

0 commit comments

Comments
 (0)