Skip to content

Commit 0ee7c59

Browse files
chore(deps): update all non-major dependencies (#511)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: HugoRCD <[email protected]>
1 parent ecada2f commit 0ee7c59

File tree

8 files changed

+804
-982
lines changed

8 files changed

+804
-982
lines changed

apps/base/nuxt.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ export default defineNuxtConfig({
9797
}
9898
},
9999

100-
css: ['./assets/css/base.css'],
100+
css: [resolve('./assets/css/base.css')],
101101
})

apps/base/package.json

+11-9
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,24 @@
99
"lint": "eslint .",
1010
"lint:fix": "eslint --fix ."
1111
},
12-
"packageManager": "pnpm@10.5.2",
12+
"packageManager": "pnpm@10.6.1",
1313
"devDependencies": {
1414
"@iconify-json/heroicons": "1.2.2",
15-
"@iconify-json/lucide": "1.2.27",
16-
"@iconify-json/simple-icons": "1.2.26",
15+
"@iconify-json/lucide": "1.2.28",
16+
"@iconify-json/simple-icons": "1.2.27",
1717
"iron-webcrypto": "1.2.1",
18-
"nuxt": "3.15.4",
18+
"nuxt": "3.16.0",
19+
"@unhead/vue": "^2.0.0-rc.9",
20+
"nuxt-og-image": "^5.0.1",
1921
"nuxt-visitors": "1.1.2",
20-
"typescript": "5.7.3",
21-
"motion-v": "^0.11.0-beta.4",
22+
"typescript": "5.8.2",
23+
"motion-v": "^0.11.2",
2224
"@nuxt/ui": "^3.0.0-beta.3",
2325
"@nuxt/ui-pro": "^3.0.0-beta.3",
2426
"@nuxt/content": "^3.3.0",
25-
"@nuxt/scripts": "0.10.5",
26-
"@vueuse/core": "12.7.0",
27-
"@vueuse/nuxt": "12.7.0",
27+
"@nuxt/scripts": "0.11.1",
28+
"@vueuse/core": "12.8.2",
29+
"@vueuse/nuxt": "12.8.2",
2830
"@nuxt/image": "1.9.0"
2931
}
3032
}

apps/lp/package.json

+7-5
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,22 @@
1616
"deploy": "nuxthub deploy"
1717
},
1818
"dependencies": {
19-
"@number-flow/vue": "^0.4.3",
20-
"@nuxthub/core": "0.8.17",
19+
"@number-flow/vue": "^0.4.5",
20+
"@nuxthub/core": "0.8.18",
2121
"@nuxtjs/seo": "2.2.0",
22-
"nuxt": "3.15.4",
22+
"nuxt": "3.16.0",
2323
"nuxt-build-cache": "0.1.1",
24+
"@unhead/vue": "^2.0.0-rc.9",
25+
"nuxt-og-image": "^5.0.1",
2426
"nuxt-llms": "0.1.0",
2527
"vue": "3.5.13",
2628
"vue-router": "4.5.0",
2729
"vue-sonner": "1.3.0"
2830
},
2931
"devDependencies": {
3032
"@shelve/cli": "^3.1.1",
31-
"typescript": "5.7.3",
32-
"wrangler": "^3.111.0"
33+
"typescript": "5.8.2",
34+
"wrangler": "^3.114.0"
3335
},
3436
"pnpm": {
3537
"onlyBuiltDependencies": [

apps/shelve/package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
"drizzle-orm": "0.40.0",
2727
"jsonwebtoken": "^9.0.2",
2828
"libsodium-wrappers": "^0.7.15",
29-
"nuxt": "3.15.4",
29+
"nuxt": "3.16.0",
30+
"@unhead/vue": "^2.0.0-rc.9",
31+
"nuxt-og-image": "^5.0.1",
3032
"nuxt-auth-utils": "0.5.16",
3133
"nuxt-build-cache": "0.1.1",
3234
"pg": "^8.13.3",
@@ -38,10 +40,10 @@
3840
"zod": "3.24.2"
3941
},
4042
"devDependencies": {
41-
"@nuxt/devtools": "2.1.1",
43+
"@nuxt/devtools": "2.2.1",
4244
"@types/jsonwebtoken": "^9.0.9",
4345
"@types/libsodium-wrappers": "^0.7.14",
44-
"typescript": "5.7.3"
46+
"typescript": "5.8.2"
4547
},
4648
"pnpm": {
4749
"onlyBuiltDependencies": [

apps/vault/package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414
"typecheck": "tsc --noEmit"
1515
},
1616
"dependencies": {
17-
"@nuxthub/core": "0.8.17",
18-
"nuxt": "^3.15.4",
17+
"@nuxthub/core": "0.8.18",
18+
"@unhead/vue": "^2.0.0-rc.9",
19+
"nuxt-og-image": "^5.0.1",
20+
"nuxt": "^3.16.0",
1921
"vue": "latest",
2022
"zod": "3.24.2"
2123
},
2224
"devDependencies": {
23-
"wrangler": "^3.111.0"
25+
"wrangler": "^3.114.0"
2426
}
2527
}

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
"@hrcd/eslint-config": "^2.2.1",
2626
"@shelve/cli": "workspace:*",
2727
"automd": "0.4.0",
28-
"eslint": "9.21.0",
28+
"eslint": "9.22.0",
2929
"turbo": "2.4.4",
30-
"typescript": "5.7.3"
30+
"typescript": "5.8.2"
3131
},
3232
"pnpm": {
3333
"onlyBuiltDependencies": [
3434
"better-sqlite3"
3535
]
3636
},
37-
"packageManager": "pnpm@10.5.2",
37+
"packageManager": "pnpm@10.6.1",
3838
"workspaces": [
3939
"packages/*",
4040
"apps/*"

packages/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
"@types/bun": "1.2.4",
5959
"@types/npm-registry-fetch": "8.0.7",
6060
"@types/semver": "7.5.8",
61-
"eslint": "9.21.0",
62-
"typescript": "5.7.3",
61+
"eslint": "9.22.0",
62+
"typescript": "5.8.2",
6363
"unbuild": "3.5.0",
64-
"vitest": "3.0.7"
64+
"vitest": "3.0.8"
6565
},
6666
"publishConfig": {
6767
"access": "public"

pnpm-lock.yaml

+769-955
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)