mirror of
https://github.com/robonen/tools.git
synced 2026-03-21 03:14:43 +00:00
Compare commits
5 Commits
bdadf08848
...
78f9792de3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78f9792de3 | ||
| 4bade839e7 | |||
|
|
c4321a2039 | ||
| f6b3bfbca6 | |||
|
|
7541e6aad4 |
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
|
|||||||
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
name: Check version changes and publish
|
name: Check version changes and publish
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|||||||
@@ -27,6 +27,6 @@
|
|||||||
"test": "renovate-config-validator ./default.json"
|
"test": "renovate-config-validator ./default.json"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"renovate": "^41.173.1"
|
"renovate": "^42.80.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
3270
pnpm-lock.yaml
generated
3270
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -5,11 +5,11 @@ packages:
|
|||||||
- web/*
|
- web/*
|
||||||
|
|
||||||
catalog:
|
catalog:
|
||||||
'@vitest/coverage-v8': ^3.2.4
|
'@vitest/coverage-v8': ^4.0.17
|
||||||
'@vue/test-utils': ^2.4.6
|
'@vue/test-utils': ^2.4.6
|
||||||
jsdom: ^27.4.0
|
jsdom: ^27.4.0
|
||||||
pathe: ^2.0.3
|
pathe: ^2.0.3
|
||||||
unbuild: 3.6.1
|
unbuild: 3.6.1
|
||||||
vitest: ^3.2.4
|
vitest: ^4.0.17
|
||||||
'@vitest/ui': ^3.2.4
|
'@vitest/ui': ^4.0.17
|
||||||
vue: ^3.5.26
|
vue: ^3.5.26
|
||||||
|
|||||||
Reference in New Issue
Block a user