Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-node@v6
with:
node-version: 22
node-version: 22.23.1
cache: 'pnpm'

- name: 📦 Install dependencies
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: 22
node-version: 22.23.1
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand All @@ -43,7 +43,7 @@ jobs:
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: 22
node-version: 22.23.1
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand All @@ -66,7 +66,7 @@ jobs:
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: 22
node-version: 22.23.1
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand All @@ -85,7 +85,7 @@ jobs:
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: 22
node-version: 22.23.1
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand All @@ -110,7 +110,7 @@ jobs:
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: 22
node-version: 22.23.1
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: 22
node-version: 22.23.1
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: 22
node-version: 22.23.1
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: actions/setup-node@v6
with:
node-version: 22
node-version: 22.23.1
registry-url: https://registry.npmjs.org

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions apps/just-use-evlog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"dependencies": {
"@comark/nuxt": "^0.5.1",
"@nuxt/content": "^3.15.0",
"@nuxt/ui": "^4.9.0",
"@nuxt/ui": "^4.10.0",
"@nuxtjs/sitemap": "^8.2.2",
"@vercel/analytics": "^2.0.1",
"better-sqlite3": "^12.11.1",
"nuxt": "^4.4.2",
"shiki": "4.3.1",
"tailwindcss": "^4.3.2"
"tailwindcss": "^4.3.3"
},
"devDependencies": {
"eslint": "^9.39.5",
Expand Down
4 changes: 2 additions & 2 deletions apps/nuxthub-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"dependencies": {
"@evlog/nuxthub": "workspace:*",
"@libsql/client": "^0.17.4",
"@ai-sdk/vue": "^4.0.28",
"@ai-sdk/vue": "^4.0.31",
"@nuxthub/core": "^0.10.8",
"ai": "^7.0.28",
"ai": "^7.0.31",
"drizzle-kit": "^0.31.10",
"drizzle-orm": "^0.45.2",
"evlog": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/ui": "^4.9.0",
"@nuxt/ui": "^4.10.0",
"better-auth": "^1.6.23",
"better-sqlite3": "^12.11.1",
"evlog": "workspace:*",
"nuxt": "^4.4.2",
"tailwindcss": "^4.3.2"
"tailwindcss": "^4.3.3"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"author": "HugoRCD",
"license": "MIT",
"packageManager": "pnpm@11.11.0",
"packageManager": "pnpm@11.15.0",
"scripts": {
"dev": "turbo run dev --filter=evlog-playground",
"dev:prepare": "turbo run dev:prepare",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@changesets/cli": "^2.31.1",
"@hrcd/eslint-config": "^3.0.3",
"@types/node": "^25.9.5",
"ai": "^7.0.28",
"ai": "^7.0.31",
"automd": "^0.4.3",
"dotenv-cli": "^11.0.0",
"eslint": "^9.39.5",
Expand Down
16 changes: 8 additions & 8 deletions packages/evlog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,10 +400,10 @@
"@nuxt/test-utils": "^4.0.3",
"@orpc/client": "^1.14.8",
"@orpc/server": "^1.14.8",
"ai": "^7.0.28",
"ai": "^7.0.31",
"@stryker-mutator/core": "^9.6.1",
"@stryker-mutator/vitest-runner": "^9.6.1",
"@sveltejs/kit": "^2.69.3",
"@sveltejs/kit": "^2.70.1",
"@swc/core": "^1.15.43",
"@tanstack/start-client-core": "^1.170.14",
"@types/express": "^5.0.6",
Expand All @@ -413,11 +413,11 @@
"changelogen": "^0.6.2",
"consola": "^3.4.2",
"elysia": "^1.4.29",
"eve": "^0.24.3",
"eve": "^0.25.2",
"express": "^5.2.1",
"fastify": "^5.10.0",
"h3": "^1.15.11",
"happy-dom": "^20.10.6",
"happy-dom": "^20.11.0",
"magic-string": "^0.30.21",
"nitro": "^3.0.260311-beta",
"nitropack": "^2.13.4",
Expand All @@ -426,26 +426,26 @@
"react-router": "^7.18.1",
"supertest": "^7.2.2",
"tinyglobby": "^0.2.17",
"tsdown": "^0.22.8",
"tsdown": "^0.22.9",
"tsx": "^4.23.1",
"typescript": "^6.0.3",
"ufo": "^1.6.4",
"unplugin-swc": "^1.5.9",
"vite": "^8.1.4",
"vite": "^8.1.5",
"winston": "^3.19.0"
},
"peerDependencies": {
"@nestjs/common": ">=11.1.28",
"@nuxt/kit": "^4.4.2",
"@orpc/server": ">=1.14.8",
"eve": ">=0.24.3",
"eve": ">=0.25.2",
"@tanstack/start-client-core": "^1.170.14",
"ai": ">=6.0.168 <8.0.0",
"elysia": ">=1.4.29",
"express": ">=5.2.1",
"fastify": ">=5.10.0",
"h3": "^1.15.11",
"hono": ">=4.12.30",
"hono": ">=4.12.31",
"next": ">=16.2.10",
"nitro": "^3.0.260311-beta",
"nitropack": "^2.13.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"devDependencies": {
"@vitest/coverage-v8": "^4.1.10",
"tsdown": "^0.22.8",
"tsdown": "^0.22.9",
"tsx": "^4.23.1",
"typescript": "^6.0.3",
"vitest": "^4.1.10"
Expand Down
2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ overrides:
minimark: 0.2.0
'@nuxtjs/mcp-toolkit': ^0.18.0
# eve 0.12 requires AI SDK 7 when resolved from the example package tree.
eve>ai: ^7.0.28
eve>ai: ^7.0.31

minimumReleaseAge: 2880

Expand Down
Loading