From ad5517fdb694568617d8d9e03f542a92432394ea Mon Sep 17 00:00:00 2001 From: "khepri-bot[bot]" <269588972+khepri-bot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 03:01:44 +0000 Subject: [PATCH] fix(deps): pin dependencies --- .github/workflows/ci.yml | 8 +++--- .github/workflows/deploy.yml | 10 ++++---- package.json | 50 ++++++++++++++++++------------------ pnpm-lock.yaml | 50 ++++++++++++++++++------------------ 4 files changed, 59 insertions(+), 59 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab287a40..bc8bbacc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,11 +7,11 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: - node-version: 22 + node-version: 22.22.2 cache: pnpm - run: pnpm install --frozen-lockfile - run: pnpm run typecheck diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b3151d2a..57532348 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,11 +9,11 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: - node-version: 22 + node-version: 22.22.2 cache: pnpm - run: pnpm install --frozen-lockfile - run: pnpm run typecheck @@ -25,7 +25,7 @@ jobs: - run: pnpm run build env: VITE_GITHUB_CLIENT_ID: ${{ vars.VITE_GITHUB_CLIENT_ID }} - - uses: cloudflare/wrangler-action@v3 + - uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} diff --git a/package.json b/package.json index 585f87f2..2646977e 100644 --- a/package.json +++ b/package.json @@ -16,33 +16,33 @@ "test:waf": "bash scripts/waf-smoke-test.sh" }, "dependencies": { - "@kobalte/core": "^0.13.11", - "@octokit/core": "^7.0.6", - "@octokit/plugin-paginate-rest": "^14.0.0", - "@octokit/plugin-retry": "^8.1.0", - "@octokit/plugin-throttling": "^11.0.3", - "@sentry/solid": "^10.46.0", - "@solidjs/router": "^0.16.1", - "corvu": "^0.7.2", - "idb": "^8.0.3", - "solid-js": "^1.9.11", - "zod": "^4.3.6" + "@kobalte/core": "0.13.11", + "@octokit/core": "7.0.6", + "@octokit/plugin-paginate-rest": "14.0.0", + "@octokit/plugin-retry": "8.1.0", + "@octokit/plugin-throttling": "11.0.3", + "@sentry/solid": "10.46.0", + "@solidjs/router": "0.16.1", + "corvu": "0.7.2", + "idb": "8.0.3", + "solid-js": "1.9.11", + "zod": "4.3.6" }, "devDependencies": { - "@cloudflare/vite-plugin": "^1.30.0", - "@cloudflare/vitest-pool-workers": "^0.13.3", - "@playwright/test": "^1.58.2", - "@solidjs/testing-library": "^0.8.10", - "@tailwindcss/vite": "^4.2.2", - "@testing-library/user-event": "^14.6.1", - "daisyui": "^5.5.19", - "fake-indexeddb": "^6.2.5", + "@cloudflare/vite-plugin": "1.30.0", + "@cloudflare/vitest-pool-workers": "0.13.3", + "@playwright/test": "1.58.2", + "@solidjs/testing-library": "0.8.10", + "@tailwindcss/vite": "4.2.2", + "@testing-library/user-event": "14.6.1", + "daisyui": "5.5.19", + "fake-indexeddb": "6.2.5", "happy-dom": "^20.8.4", - "tailwindcss": "^4.2.2", - "typescript": "^5.9.3", - "vite": "^8.0.1", - "vite-plugin-solid": "^2.11.11", - "vitest": "^4.1.0", - "wrangler": "^4.76.0" + "tailwindcss": "4.2.2", + "typescript": "5.9.3", + "vite": "8.0.1", + "vite-plugin-solid": "2.11.11", + "vitest": "4.1.0", + "wrangler": "4.76.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 79772880..1523bdbc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,83 +9,83 @@ importers: .: dependencies: '@kobalte/core': - specifier: ^0.13.11 + specifier: 0.13.11 version: 0.13.11(solid-js@1.9.11) '@octokit/core': - specifier: ^7.0.6 + specifier: 7.0.6 version: 7.0.6 '@octokit/plugin-paginate-rest': - specifier: ^14.0.0 + specifier: 14.0.0 version: 14.0.0(@octokit/core@7.0.6) '@octokit/plugin-retry': - specifier: ^8.1.0 + specifier: 8.1.0 version: 8.1.0(@octokit/core@7.0.6) '@octokit/plugin-throttling': - specifier: ^11.0.3 + specifier: 11.0.3 version: 11.0.3(@octokit/core@7.0.6) '@sentry/solid': - specifier: ^10.46.0 + specifier: 10.46.0 version: 10.46.0(@solidjs/router@0.16.1(solid-js@1.9.11))(solid-js@1.9.11) '@solidjs/router': - specifier: ^0.16.1 + specifier: 0.16.1 version: 0.16.1(solid-js@1.9.11) corvu: - specifier: ^0.7.2 + specifier: 0.7.2 version: 0.7.2(solid-js@1.9.11) idb: - specifier: ^8.0.3 + specifier: 8.0.3 version: 8.0.3 solid-js: - specifier: ^1.9.11 + specifier: 1.9.11 version: 1.9.11 zod: - specifier: ^4.3.6 + specifier: 4.3.6 version: 4.3.6 devDependencies: '@cloudflare/vite-plugin': - specifier: ^1.30.0 + specifier: 1.30.0 version: 1.30.0(vite@8.0.1(@types/node@25.5.0)(esbuild@0.27.3)(jiti@2.6.1))(workerd@1.20260317.1)(wrangler@4.76.0) '@cloudflare/vitest-pool-workers': - specifier: ^0.13.3 + specifier: 0.13.3 version: 0.13.3(@vitest/runner@4.1.0)(@vitest/snapshot@4.1.0)(vitest@4.1.0(@types/node@25.5.0)(happy-dom@20.8.8)(vite@8.0.1(@types/node@25.5.0)(esbuild@0.27.3)(jiti@2.6.1))) '@playwright/test': - specifier: ^1.58.2 + specifier: 1.58.2 version: 1.58.2 '@solidjs/testing-library': - specifier: ^0.8.10 + specifier: 0.8.10 version: 0.8.10(@solidjs/router@0.16.1(solid-js@1.9.11))(solid-js@1.9.11) '@tailwindcss/vite': - specifier: ^4.2.2 + specifier: 4.2.2 version: 4.2.2(vite@8.0.1(@types/node@25.5.0)(esbuild@0.27.3)(jiti@2.6.1)) '@testing-library/user-event': - specifier: ^14.6.1 + specifier: 14.6.1 version: 14.6.1(@testing-library/dom@10.4.1) daisyui: - specifier: ^5.5.19 + specifier: 5.5.19 version: 5.5.19 fake-indexeddb: - specifier: ^6.2.5 + specifier: 6.2.5 version: 6.2.5 happy-dom: specifier: ^20.8.4 version: 20.8.8 tailwindcss: - specifier: ^4.2.2 + specifier: 4.2.2 version: 4.2.2 typescript: - specifier: ^5.9.3 + specifier: 5.9.3 version: 5.9.3 vite: - specifier: ^8.0.1 + specifier: 8.0.1 version: 8.0.1(@types/node@25.5.0)(esbuild@0.27.3)(jiti@2.6.1) vite-plugin-solid: - specifier: ^2.11.11 + specifier: 2.11.11 version: 2.11.11(solid-js@1.9.11)(vite@8.0.1(@types/node@25.5.0)(esbuild@0.27.3)(jiti@2.6.1)) vitest: - specifier: ^4.1.0 + specifier: 4.1.0 version: 4.1.0(@types/node@25.5.0)(happy-dom@20.8.8)(vite@8.0.1(@types/node@25.5.0)(esbuild@0.27.3)(jiti@2.6.1)) wrangler: - specifier: ^4.76.0 + specifier: 4.76.0 version: 4.76.0 packages: