Skip to content

Commit 9f2038b

Browse files
committed
chore: update dependencies
1 parent 45f36d2 commit 9f2038b

5 files changed

Lines changed: 1077 additions & 1754 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: Build
22

33
concurrency:
44
group: ci-${{ github.ref }}
@@ -17,6 +17,7 @@ jobs:
1717
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
1818
with:
1919
run_install: true
20+
cache: true
2021

2122
- name: Install Node.js
2223
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"recommendations": [
3-
"christian-kohler.npm-intellisense",
43
"dbaeumer.vscode-eslint",
4+
"npmx-dev.vscode-npmx",
55
"stylelint.vscode-stylelint",
66
"vue.volar"
77
]

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "github-metrics",
33
"type": "module",
44
"private": true,
5-
"packageManager": "pnpm@10.32.1",
5+
"packageManager": "pnpm@10.33.0",
66
"license": "AGPL-3.0-or-later",
77
"engines": {
88
"node": ">=24"
99
},
1010
"scripts": {
11-
"preinstall": "npx only-allow pnpm",
11+
"preinstall": "npx -y only-allow pnpm",
1212
"dev": "vite",
1313
"build": "vite build",
1414
"preview": "vite preview",
@@ -21,34 +21,34 @@
2121
},
2222
"dependencies": {
2323
"@octokit/core": "^7.0.6",
24-
"@tabler/icons-vue": "^3.40.0",
24+
"@tabler/icons-vue": "^3.41.1",
2525
"@vitejs/plugin-vue": "^6.0.5",
2626
"@vueuse/core": "^14.2.1",
2727
"@vueuse/integrations": "^14.2.1",
2828
"dayjs": "^1.11.20",
2929
"http-status-codes": "^2.3.0",
3030
"semver": "^7.7.4",
3131
"sortablejs": "^1.15.7",
32-
"vite": "~7.3.1",
32+
"vite": "~7.3.2",
3333
"vite-plugin-pwa": "^1.2.0",
34-
"vue": "^3.5.30",
34+
"vue": "^3.5.32",
3535
"vue-dompurify-html": "^5.3.0",
3636
"workbox-window": "^7.4.0"
3737
},
3838
"devDependencies": {
39-
"@antfu/eslint-config": "^7.7.3",
39+
"@antfu/eslint-config": "^8.1.1",
4040
"@octokit/types": "^16.0.0",
41-
"@stylistic/stylelint-config": "^4.0.0",
41+
"@stylistic/stylelint-config": "^5.0.0",
4242
"@total-typescript/ts-reset": "^0.6.1",
43-
"@types/node": "^25.5.0",
43+
"@types/node": "^25.5.2",
4444
"@types/semver": "^7.7.1",
4545
"@types/sortablejs": "^1.15.9",
46-
"eslint": "^10.0.3",
46+
"eslint": "^10.2.0",
4747
"mime-type": "^5.0.3",
4848
"postcss-html": "^1.8.1",
4949
"postcss-scss": "^4.0.9",
50-
"sass-embedded": "^1.98.0",
51-
"stylelint": "^17.5.0",
50+
"sass-embedded": "^1.99.0",
51+
"stylelint": "^17.6.0",
5252
"stylelint-config-recess-order": "^7.7.0",
5353
"stylelint-config-standard-scss": "^17.0.0",
5454
"stylelint-declaration-block-no-ignored-properties": "^3.0.0",

0 commit comments

Comments
 (0)