diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index dc0c7b3..49dd41c 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -47,7 +47,7 @@ jobs: - name: Run intent CodSpeed benchmark continue-on-error: true - uses: CodSpeedHQ/action@c145068895e045cc725ee76fcd2307624b65c3af # v4.17.5 + uses: CodSpeedHQ/action@a4a36bb07c0638b0b4ca52bf1f3dad1b4289e52f # v4.18.1 with: mode: simulation run: WITH_INSTRUMENTATION=1 pnpm exec nx run @benchmarks/intent:test:perf diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 0d92954..4b02e00 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -19,7 +19,7 @@ jobs: with: persist-credentials: false - name: Run zizmor - uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6 + uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7 with: advanced-security: false annotations: true diff --git a/benchmarks/intent/package.json b/benchmarks/intent/package.json index fd13785..4bd95fe 100644 --- a/benchmarks/intent/package.json +++ b/benchmarks/intent/package.json @@ -6,9 +6,9 @@ "test:perf": "vitest bench --config ./vitest.config.ts ./*.bench.ts" }, "devDependencies": { - "@codspeed/vitest-plugin": "^5.5.0", + "@codspeed/vitest-plugin": "^5.7.1", "typescript": "6.0.3", - "vitest": "4.1.8" + "vitest": "4.1.9" }, "nx": { "targets": { diff --git a/evals/intent-discovery/fixtures/router-basic/package.json b/evals/intent-discovery/fixtures/router-basic/package.json index 268e5c7..642e989 100644 --- a/evals/intent-discovery/fixtures/router-basic/package.json +++ b/evals/intent-discovery/fixtures/router-basic/package.json @@ -4,7 +4,7 @@ "type": "module", "dependencies": { "@tanstack/react-router": "1.170.16", - "react": "19.2.0", - "react-dom": "19.2.0" + "react": "19.2.7", + "react-dom": "19.2.7" } } diff --git a/evals/intent-discovery/fixtures/start-basic/package.json b/evals/intent-discovery/fixtures/start-basic/package.json index 3204434..cfcbf29 100644 --- a/evals/intent-discovery/fixtures/start-basic/package.json +++ b/evals/intent-discovery/fixtures/start-basic/package.json @@ -5,7 +5,7 @@ "dependencies": { "@tanstack/react-router": "1.170.16", "@tanstack/react-start": "1.168.26", - "react": "19.2.0", - "react-dom": "19.2.0" + "react": "19.2.7", + "react-dom": "19.2.7" } } diff --git a/evals/intent-discovery/fixtures/table-v9-basic/package.json b/evals/intent-discovery/fixtures/table-v9-basic/package.json index 0a17270..42416b1 100644 --- a/evals/intent-discovery/fixtures/table-v9-basic/package.json +++ b/evals/intent-discovery/fixtures/table-v9-basic/package.json @@ -3,8 +3,8 @@ "private": true, "type": "module", "dependencies": { - "@tanstack/react-table": "9.0.0-beta.16", - "react": "19.2.0", - "react-dom": "19.2.0" + "@tanstack/react-table": "9.0.0-beta.19", + "react": "19.2.7", + "react-dom": "19.2.7" } } diff --git a/package.json b/package.json index f94a303..7f9e961 100644 --- a/package.json +++ b/package.json @@ -60,14 +60,14 @@ "@types/node": "^25.0.7", "eslint": "^9.39.4", "eslint-plugin-unused-imports": "^4.4.1", - "knip": "^6.16.1", + "knip": "^6.20.0", "markdown-link-extractor": "^4.0.3", - "nx": "^22.7.5", + "nx": "^22.7.6", "prettier": "^3.8.4", - "sherif": "^1.11.1", + "sherif": "^1.12.0", "tinyglobby": "^0.2.17", "typescript": "6.0.3", - "vitest": "4.1.8", - "vitest-evals": "^0.13.1" + "vitest": "4.1.9", + "vitest-evals": "^0.14.0" } } diff --git a/packages/intent/package.json b/packages/intent/package.json index d8bb60e..838e0de 100644 --- a/packages/intent/package.json +++ b/packages/intent/package.json @@ -28,14 +28,14 @@ "dependencies": { "cac": "^6.7.14", "jsonc-parser": "^3.3.1", - "semver": "^7.8.4", + "semver": "^7.8.5", "std-env": "^4.1.0", "yaml": "2.9.0" }, "devDependencies": { "@types/semver": "^7.7.1", - "tsdown": "^0.22.2", - "verdaccio": "^6.7.2" + "tsdown": "^0.22.3", + "verdaccio": "^6.7.4" }, "scripts": { "prepack": "npm run build", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 0c9f7ae..795035f 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -7,7 +7,7 @@ trustPolicy: 'no-downgrade' overrides: pino: 10.3.1 - undici-types: 8.4.1 + undici-types: 8.5.0 packageExtensions: '@codspeed/vitest-plugin@*':