Skip to content

Commit 9f90fad

Browse files
chore(deps): update all non-major dependencies
1 parent 71a6dd8 commit 9f90fad

File tree

9 files changed

+1974
-1750
lines changed

9 files changed

+1974
-1750
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-24.04-arm
1919

2020
steps:
21-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
21+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222

2323
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2424
with:

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-24.04-arm
2626

2727
steps:
28-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
28+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929

3030
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
3131
with:
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-24.04-arm
4848

4949
steps:
50-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
50+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151

5252
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
5353
with:
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-24.04-arm
7070

7171
steps:
72-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
72+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7373

7474
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
7575
with:
@@ -97,7 +97,7 @@ jobs:
9797
runs-on: ubuntu-24.04-arm
9898

9999
steps:
100-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
100+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
101101

102102
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
103103
with:
@@ -133,10 +133,10 @@ jobs:
133133
name: 🖥️ Browser tests
134134
runs-on: ubuntu-24.04-arm
135135
container:
136-
image: mcr.microsoft.com/playwright:v1.58.0-noble
136+
image: mcr.microsoft.com/playwright:v1.58.2-noble
137137

138138
steps:
139-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
139+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
140140

141141
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
142142
with:
@@ -166,7 +166,7 @@ jobs:
166166
mode: [dark, light]
167167

168168
steps:
169-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
169+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
170170

171171
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
172172
with:
@@ -194,7 +194,7 @@ jobs:
194194
runs-on: ubuntu-24.04-arm
195195

196196
steps:
197-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
197+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
198198

199199
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
200200
with:
@@ -219,7 +219,7 @@ jobs:
219219
runs-on: ubuntu-24.04-arm
220220

221221
steps:
222-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
222+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
223223

224224
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
225225
with:

.github/workflows/lunaria.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
25+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
with:
2727
# Necessary for Lunaria to work properly
2828
# Makes the action clone the entire git history

.github/workflows/mirror-tangled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-24.04-arm
1818

1919
steps:
20-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: 🔒 Check provenance downgrades
2424
runs-on: ubuntu-slim
2525
steps:
26-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
26+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
with:
2828
fetch-depth: 0
2929

cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"citty": "^0.2.0",
3636
"h3-next": "npm:h3@^2.0.1-rc.11",
3737
"obug": "^2.1.1",
38-
"srvx": "^0.10.1",
38+
"srvx": "^0.11.0",
3939
"valibot": "^1.2.0",
4040
"validate-npm-package-name": "^7.0.2"
4141
},
4242
"devDependencies": {
43-
"@types/node": "24.10.9",
43+
"@types/node": "24.10.13",
4444
"@types/validate-npm-package-name": "4.0.2",
45-
"tsdown": "0.20.1",
45+
"tsdown": "0.20.3",
4646
"typescript": "5.9.3"
4747
},
4848
"engines": {

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"dependencies": {
2222
"@nuxtjs/mdc": "0.20.1",
23-
"better-sqlite3": "12.5.0",
24-
"docus": "5.4.4",
23+
"better-sqlite3": "12.6.2",
24+
"docus": "5.6.1",
2525
"nuxt": "4.3.1"
2626
}
2727
}

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -49,54 +49,54 @@
4949
"start:playwright:webserver": "NODE_ENV=test pnpm preview --port 5678"
5050
},
5151
"dependencies": {
52-
"@atproto/common": "0.5.10",
53-
"@atproto/lex": "0.0.13",
52+
"@atproto/common": "0.5.13",
53+
"@atproto/lex": "0.0.18",
5454
"@atproto/oauth-client-node": "^0.3.15",
5555
"@deno/doc": "jsr:^0.189.1",
5656
"@floating-ui/vue": "1.1.10",
57-
"@iconify-json/lucide": "1.2.87",
58-
"@iconify-json/simple-icons": "1.2.68",
57+
"@iconify-json/lucide": "1.2.93",
58+
"@iconify-json/simple-icons": "1.2.71",
5959
"@iconify-json/svg-spinners": "1.2.4",
60-
"@iconify-json/vscode-icons": "1.2.40",
60+
"@iconify-json/vscode-icons": "1.2.43",
6161
"@intlify/shared": "11.2.8",
6262
"@lunariajs/core": "https://pkg.pr.new/lunariajs/lunaria/@lunariajs/core@904b935",
63-
"@napi-rs/canvas": "0.1.92",
63+
"@napi-rs/canvas": "0.1.94",
6464
"@nuxt/a11y": "1.0.0-alpha.1",
65-
"@nuxt/fonts": "0.13.0",
65+
"@nuxt/fonts": "0.14.0",
6666
"@nuxt/scripts": "0.13.2",
6767
"@nuxt/test-utils": "4.0.0",
6868
"@nuxtjs/color-mode": "4.0.0",
6969
"@nuxtjs/html-validator": "2.1.0",
7070
"@nuxtjs/i18n": "10.2.3",
71-
"@shikijs/langs": "3.21.0",
72-
"@shikijs/themes": "3.21.0",
71+
"@shikijs/langs": "3.22.0",
72+
"@shikijs/themes": "3.22.0",
7373
"@unocss/nuxt": "66.6.0",
7474
"@unocss/preset-wind4": "66.6.0",
75-
"@upstash/redis": "1.36.1",
75+
"@upstash/redis": "1.36.2",
7676
"@vite-pwa/assets-generator": "1.0.2",
77-
"@vite-pwa/nuxt": "1.1.0",
78-
"@voidzero-dev/vite-plus-core": "0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab",
79-
"@vueuse/core": "14.2.0",
80-
"@vueuse/integrations": "14.2.0",
81-
"@vueuse/nuxt": "14.2.0",
77+
"@vite-pwa/nuxt": "1.1.1",
78+
"@voidzero-dev/vite-plus-core": "0.0.0-b1666489.20260220-0254",
79+
"@vueuse/core": "14.2.1",
80+
"@vueuse/integrations": "14.2.1",
81+
"@vueuse/nuxt": "14.2.1",
8282
"@vueuse/router": "^14.2.0",
83-
"@vueuse/shared": "14.2.0",
84-
"algoliasearch": "5.48.0",
83+
"@vueuse/shared": "14.2.1",
84+
"algoliasearch": "5.49.0",
8585
"defu": "6.1.4",
86-
"fast-npm-meta": "1.0.0",
86+
"fast-npm-meta": "1.2.1",
8787
"focus-trap": "^8.0.0",
8888
"gray-matter": "4.0.3",
89-
"marked": "17.0.1",
89+
"marked": "17.0.3",
9090
"module-replacements": "2.11.0",
9191
"nuxt": "4.3.1",
9292
"nuxt-og-image": "5.1.13",
9393
"ofetch": "1.5.1",
9494
"ohash": "2.0.11",
9595
"perfect-debounce": "2.1.0",
96-
"sanitize-html": "2.17.0",
97-
"semver": "7.7.3",
98-
"shiki": "3.21.0",
99-
"simple-git": "3.30.0",
96+
"sanitize-html": "2.17.1",
97+
"semver": "7.7.4",
98+
"shiki": "3.22.0",
99+
"simple-git": "3.32.2",
100100
"spdx-license-list": "6.11.0",
101101
"std-env": "3.10.0",
102102
"tinyglobby": "0.2.15",
@@ -105,18 +105,18 @@
105105
"unplugin-vue-router": "0.19.2",
106106
"valibot": "1.2.0",
107107
"validate-npm-package-name": "7.0.2",
108-
"virtua": "0.48.5",
108+
"virtua": "0.48.6",
109109
"vite-plugin-pwa": "1.2.0",
110110
"vite-plus": "0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab",
111111
"vue": "3.5.28",
112112
"vue-data-ui": "3.15.5"
113113
},
114114
"devDependencies": {
115-
"@e18e/eslint-plugin": "0.1.4",
115+
"@e18e/eslint-plugin": "0.2.0",
116116
"@intlify/core-base": "11.2.8",
117117
"@npm/types": "2.1.0",
118-
"@playwright/test": "1.58.1",
119-
"@types/node": "24.10.9",
118+
"@playwright/test": "1.58.2",
119+
"@types/node": "24.10.13",
120120
"@types/sanitize-html": "2.16.0",
121121
"@types/semver": "7.7.1",
122122
"@types/validate-npm-package-name": "4.0.2",
@@ -128,18 +128,18 @@
128128
"eslint-plugin-regexp": "3.0.0",
129129
"fast-check": "4.5.3",
130130
"h3": "1.15.5",
131-
"h3-next": "npm:h3@2.0.1-rc.11",
132-
"knip": "5.83.0",
131+
"h3-next": "npm:h3@2.0.1-rc.14",
132+
"knip": "5.85.0",
133133
"lint-staged": "16.2.7",
134-
"oxfmt": "0.27.0",
134+
"oxfmt": "0.34.0",
135135
"oxlint": "1.49.0",
136136
"schema-dts": "1.1.5",
137137
"simple-git-hooks": "2.13.1",
138138
"typescript": "5.9.3",
139-
"vitest": "npm:@voidzero-dev/vite-plus-test@0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab",
139+
"vitest": "npm:@voidzero-dev/vite-plus-test@0.0.0-b1666489.20260220-0254",
140140
"vitest-environment-nuxt": "1.0.1",
141141
"vue-i18n-extract": "2.0.7",
142-
"vue-tsc": "3.2.4"
142+
"vue-tsc": "3.2.5"
143143
},
144144
"engines": {
145145
"node": "24"
@@ -166,5 +166,5 @@
166166
"pnpm oxfmt"
167167
]
168168
},
169-
"packageManager": "pnpm@10.28.2"
169+
"packageManager": "pnpm@10.30.1"
170170
}

0 commit comments

Comments
 (0)