From 830f2751398f870fc486061cbde4737742f54550 Mon Sep 17 00:00:00 2001 From: "khepri-bot[bot]" <269588972+khepri-bot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 16:33:05 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/publish-mcp.yml | 2 +- .github/workflows/status-smoke.yml | 2 +- package.json | 22 +- pnpm-lock.yaml | 609 +++++++++++++++++------------ 6 files changed, 376 insertions(+), 263 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fecdc52..461e87ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 24.19.0 + node-version: 24.20.0 cache: pnpm - run: pnpm install --frozen-lockfile - name: Verify CSP inline script hash diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ca32e980..86412b44 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 24.19.0 + node-version: 24.20.0 cache: pnpm - run: pnpm install --frozen-lockfile - run: pnpm run typecheck diff --git a/.github/workflows/publish-mcp.yml b/.github/workflows/publish-mcp.yml index fc902ffc..48ccd62f 100644 --- a/.github/workflows/publish-mcp.yml +++ b/.github/workflows/publish-mcp.yml @@ -13,7 +13,7 @@ jobs: - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 24.19.0 + node-version: 24.20.0 registry-url: "https://registry.npmjs.org" - run: pnpm install --frozen-lockfile - run: pnpm --filter github-tracker-mcp run typecheck diff --git a/.github/workflows/status-smoke.yml b/.github/workflows/status-smoke.yml index cae0f17b..e5d3689e 100644 --- a/.github/workflows/status-smoke.yml +++ b/.github/workflows/status-smoke.yml @@ -13,7 +13,7 @@ jobs: - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 24.19.0 + node-version: 24.20.0 cache: pnpm - run: pnpm install --frozen-lockfile - run: pnpm test:status-smoke diff --git a/package.json b/package.json index 21caaedc..4b07df1a 100644 --- a/package.json +++ b/package.json @@ -25,31 +25,31 @@ "@octokit/plugin-paginate-rest": "15.0.0", "@octokit/plugin-retry": "8.1.1", "@octokit/plugin-throttling": "11.0.5", - "@sentry/cloudflare": "10.70.0", - "@sentry/solid": "10.70.0", + "@sentry/cloudflare": "10.71.0", + "@sentry/solid": "10.71.0", "@solidjs/router": "1.0.0", "idb": "8.0.3", - "solid-js": "1.9.14", + "solid-js": "1.9.15", "zod": "4.4.3" }, "devDependencies": { "@amiceli/vitest-cucumber": "7.0.0", - "@cloudflare/vite-plugin": "1.52.1", - "@cloudflare/vitest-pool-workers": "0.21.3", + "@cloudflare/vite-plugin": "1.54.1", + "@cloudflare/vitest-pool-workers": "0.22.0", "@fast-check/vitest": "0.4.1", "@playwright/test": "1.62.1", "@solidjs/testing-library": "0.8.10", "@tailwindcss/vite": "4.3.3", - "@testing-library/user-event": "14.6.4", - "@types/node": "26.2.0", - "daisyui": "5.7.17", + "@testing-library/user-event": "14.6.6", + "@types/node": "26.4.0", + "daisyui": "5.7.22", "fake-indexeddb": "6.2.5", - "happy-dom": "20.11.2", + "happy-dom": "20.11.12", "tailwindcss": "4.3.3", "typescript": "7.0.2", - "vite": "8.2.1", + "vite": "8.2.2", "vite-plugin-solid": "2.11.14", "vitest": "4.1.10", - "wrangler": "4.123.0" + "wrangler": "4.127.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 22548485..de572b94 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: dependencies: '@kobalte/core': specifier: 0.13.13 - version: 0.13.13(solid-js@1.9.14) + version: 0.13.13(solid-js@1.9.15) '@octokit/core': specifier: 7.0.7 version: 7.0.7 @@ -24,60 +24,60 @@ importers: specifier: 11.0.5 version: 11.0.5(@octokit/core@7.0.7) '@sentry/cloudflare': - specifier: 10.70.0 - version: 10.70.0(supports-color@10.2.2)(wrangler@4.123.0) + specifier: 10.71.0 + version: 10.71.0(supports-color@10.2.2)(wrangler@4.127.0) '@sentry/solid': - specifier: 10.70.0 - version: 10.70.0(@solidjs/router@1.0.0(solid-js@1.9.14))(solid-js@1.9.14) + specifier: 10.71.0 + version: 10.71.0(@solidjs/router@1.0.0(solid-js@1.9.15))(solid-js@1.9.15) '@solidjs/router': specifier: 1.0.0 - version: 1.0.0(solid-js@1.9.14) + version: 1.0.0(solid-js@1.9.15) idb: specifier: 8.0.3 version: 8.0.3 solid-js: - specifier: 1.9.14 - version: 1.9.14 + specifier: 1.9.15 + version: 1.9.15 zod: specifier: 4.4.3 version: 4.4.3 devDependencies: '@amiceli/vitest-cucumber': specifier: 7.0.0 - version: 7.0.0(vitest@4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.2.0)(happy-dom@20.11.2)(vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12))) + version: 7.0.0(vitest@4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.4.0)(happy-dom@20.11.12)(vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12))) '@cloudflare/vite-plugin': - specifier: 1.52.1 - version: 1.52.1(vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12))(wrangler@4.123.0) + specifier: 1.54.1 + version: 1.54.1(vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12))(wrangler@4.127.0) '@cloudflare/vitest-pool-workers': - specifier: 0.21.3 - version: 0.21.3(@vitest/runner@4.1.10)(@vitest/snapshot@4.1.10)(vitest@4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.2.0)(happy-dom@20.11.2)(vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12))) + specifier: 0.22.0 + version: 0.22.0(@vitest/runner@4.1.10)(@vitest/snapshot@4.1.10)(vitest@4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.4.0)(happy-dom@20.11.12)(vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12))) '@fast-check/vitest': specifier: 0.4.1 - version: 0.4.1(vitest@4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.2.0)(happy-dom@20.11.2)(vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12))) + version: 0.4.1(vitest@4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.4.0)(happy-dom@20.11.12)(vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12))) '@playwright/test': specifier: 1.62.1 version: 1.62.1 '@solidjs/testing-library': specifier: 0.8.10 - version: 0.8.10(@solidjs/router@1.0.0(solid-js@1.9.14))(solid-js@1.9.14) + version: 0.8.10(@solidjs/router@1.0.0(solid-js@1.9.15))(solid-js@1.9.15) '@tailwindcss/vite': specifier: 4.3.3 - version: 4.3.3(vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)) + version: 4.3.3(vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)) '@testing-library/user-event': - specifier: 14.6.4 - version: 14.6.4(@testing-library/dom@10.4.1) + specifier: 14.6.6 + version: 14.6.6(@testing-library/dom@10.4.1) '@types/node': - specifier: 26.2.0 - version: 26.2.0 + specifier: 26.4.0 + version: 26.4.0 daisyui: - specifier: 5.7.17 - version: 5.7.17 + specifier: 5.7.22 + version: 5.7.22 fake-indexeddb: specifier: 6.2.5 version: 6.2.5 happy-dom: - specifier: 20.11.2 - version: 20.11.2 + specifier: 20.11.12 + version: 20.11.12 tailwindcss: specifier: 4.3.3 version: 4.3.3 @@ -85,17 +85,17 @@ importers: specifier: 7.0.2 version: 7.0.2 vite: - specifier: 8.2.1 - version: 8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12) + specifier: 8.2.2 + version: 8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12) vite-plugin-solid: specifier: 2.11.14 - version: 2.11.14(solid-js@1.9.14)(supports-color@10.2.2)(vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)) + version: 2.11.14(solid-js@1.9.15)(supports-color@10.2.2)(vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)) vitest: specifier: 4.1.10 - version: 4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.2.0)(happy-dom@20.11.2)(vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)) + version: 4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.4.0)(happy-dom@20.11.12)(vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)) wrangler: - specifier: 4.123.0 - version: 4.123.0 + specifier: 4.127.0 + version: 4.127.0 mcp: dependencies: @@ -135,7 +135,7 @@ importers: version: 7.0.2 vitest: specifier: 4.1.10 - version: 4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.2.0)(happy-dom@20.11.2)(vite@8.2.1(@types/node@26.2.0)(esbuild@0.27.7)(jiti@2.7.0)(tsx@4.23.12)) + version: 4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.4.0)(happy-dom@20.11.12)(vite@8.2.2(@types/node@26.4.0)(esbuild@0.27.7)(jiti@2.7.0)(tsx@4.23.12)) packages: @@ -254,46 +254,76 @@ packages: workerd: optional: true - '@cloudflare/vite-plugin@1.52.1': - resolution: {integrity: sha512-O2IkD8E03qsUxNBdDRfDI9JPl25XIPt+76WJf8tgm206c34jYk8nn12ylBiOI/6NA8XUFhLjRTF1BGY+kVylXw==} + '@cloudflare/vite-plugin@1.54.1': + resolution: {integrity: sha512-a96xbSvFRrpur6JtuWt45SIcleDXd6yJ/qJfer1QZnZarf2y9ChwCCBqWRCNvY30B8gcX9Eb46tVrXcNMaRBww==} hasBin: true peerDependencies: vite: ^6.1.0 || ^7.0.0 || ^8.0.0 - wrangler: ^4.123.0 + wrangler: ^4.127.0 - '@cloudflare/vitest-pool-workers@0.21.3': - resolution: {integrity: sha512-jCoGRQ6FlsP5adp1GJISvITOGdTHTpsWOq3KkSGIfeDY/5RKjTUagDwaXjpqBXY5gAk6id/QbgnGuCTAg6lSTQ==} + '@cloudflare/vitest-pool-workers@0.22.0': + resolution: {integrity: sha512-OJv/qikkOgxnKxJ5xrLS7zuOLZhc/6iziU+llqZm4tiQf2CJUYwlMuXN68VaWIQebORd1AUx4w6A0oy8XRbuaQ==} peerDependencies: '@vitest/runner': ^4.1.0 '@vitest/snapshot': ^4.1.0 vitest: ^4.1.0 - '@cloudflare/workerd-darwin-64@1.20260811.1': - resolution: {integrity: sha512-i5jqz+ywtOefr0AJbiAc8qxBLfSim/B0WJG7aW3B+pWnoVfMJdUQvi+BWcFKZJ0MoCci3KadTx6g31VfuEEqpQ==} + '@cloudflare/workerd-darwin-64@1.20260815.1': + resolution: {integrity: sha512-7PsLdcz6pT9EMd1EJGZEgMyYRfs0CHxGs62PS2L1w3s6+xGmQcRXKm/zoMftmqZF45JBa4MzFeownRKbRt/x5g==} engines: {node: '>=16'} cpu: [x64] os: [darwin] - '@cloudflare/workerd-darwin-arm64@1.20260811.1': - resolution: {integrity: sha512-NoOUM/nvaDdm2Onlnz33FikWjtatzulNtvwvy4xs0IrHaTCHwC0c8NwIt6s+AI13FkDs02/vm2I3GTPLCT9+hQ==} + '@cloudflare/workerd-darwin-64@1.20260826.1': + resolution: {integrity: sha512-8UsGGY8ZUiYHOWdsxBlNsGmaHBGArVwJ3CM4nWpfBhthjjYe4M/OqrTpqKF7NNWb63qQiv1d8Z+Z6/hmUqNKIQ==} + engines: {node: '>=16'} + cpu: [x64] + os: [darwin] + + '@cloudflare/workerd-darwin-arm64@1.20260815.1': + resolution: {integrity: sha512-60wtg8ng7FVWeOg/UMbZ9Ye0sslpRRAKoftPbdtuH2volq676quxVr6Zm2EjVULH/JFZeCn72dbLlrnbh0Mpcw==} + engines: {node: '>=16'} + cpu: [arm64] + os: [darwin] + + '@cloudflare/workerd-darwin-arm64@1.20260826.1': + resolution: {integrity: sha512-0bLqVQYsQ3v3FdYGmzh23vi9fJeYTBx19o4LUySIsRcgBggGSlR39ml162vTXvZzUISOjVW2qfL7Y+SMrrfXmQ==} engines: {node: '>=16'} cpu: [arm64] os: [darwin] - '@cloudflare/workerd-linux-64@1.20260811.1': - resolution: {integrity: sha512-sdYq2jL1AD1supa3fsi5O4zTB28wSjvTHj7Migh6/ts8EROPdvrSwv+rdGHhv8HJNAz/wbIAY3wZsi1Rw4uUIg==} + '@cloudflare/workerd-linux-64@1.20260815.1': + resolution: {integrity: sha512-MuqKIHPo0Qyo8MZMmy0lP2B5PeAL7f4T9Fu4Usk3QdbV4JIrKG/OoybN3Ign7m/Dff+L1Oo/ZHydB+hEg1ueFw==} + engines: {node: '>=16'} + cpu: [x64] + os: [linux] + + '@cloudflare/workerd-linux-64@1.20260826.1': + resolution: {integrity: sha512-DTC0yWzybX4gUH5Q1pJo3UwEQjp0Gmz0Q71I+39xT9SXBesX5QndOIQv45yHQ86Z84EzK2WwaENdlpmDSvJKmw==} engines: {node: '>=16'} cpu: [x64] os: [linux] - '@cloudflare/workerd-linux-arm64@1.20260811.1': - resolution: {integrity: sha512-RIRv4shbu1kg05sD+DHTpSFCNnb5Dl2SkPDMUykqZa508tkPqe7VVw7gO0Q5msTBGyL0FfFrLuRxwwfA8u5Sow==} + '@cloudflare/workerd-linux-arm64@1.20260815.1': + resolution: {integrity: sha512-XNFtJ5rIqJxnY6ISjkfbhT/ODiWJ6LcBvNbntuPD6I/F2k7aZeKgPaXrvWvKde66LXyzFKzc8Hn+Ydx4shevQg==} + engines: {node: '>=16'} + cpu: [arm64] + os: [linux] + + '@cloudflare/workerd-linux-arm64@1.20260826.1': + resolution: {integrity: sha512-PFerWi+DP2Ckc6eATAS4dhotBt8IeXJjTzIgy18H+uqsswlXc7A8HsnAunHL9v/7/BjCgq46iMo2g4iUAsEpDw==} engines: {node: '>=16'} cpu: [arm64] os: [linux] - '@cloudflare/workerd-windows-64@1.20260811.1': - resolution: {integrity: sha512-g6VquwjASlYAibcNW/0E6Zszht4qLkmnXOGwIjjRHl2A0Qz48kVeMcGvyH6eA0G9U3OzZojjYFpP+YeyQmmdjw==} + '@cloudflare/workerd-windows-64@1.20260815.1': + resolution: {integrity: sha512-PiIUWrhbMg3quolwjgMvPOd75vKESjT4aDm7nL6mSjL5IOgmpO/zKstXnYfnEH3pq7sC0UCvKlF8ZPcfsh8NMw==} + engines: {node: '>=16'} + cpu: [x64] + os: [win32] + + '@cloudflare/workerd-windows-64@1.20260826.1': + resolution: {integrity: sha512-X26hulrG2MSSfpRmjZbCq98LNaZnrRqbmGcgo7g1U/U0nJ5npYruPm3fAyZ2y6VDr5CmQo9BLCahxP8VB/QR6A==} engines: {node: '>=16'} cpu: [x64] os: [win32] @@ -1321,16 +1351,16 @@ packages: cpu: [x64] os: [win32] - '@sentry/browser-utils@10.70.0': - resolution: {integrity: sha512-IvjhafF5NFXrPCg5EHbAPGDwIhHxgUcLlHTklZ3DAdA6ky88BJYMfevbcnOEmgavf4nylhCaquRUFNB5+szj+A==} + '@sentry/browser-utils@10.71.0': + resolution: {integrity: sha512-Djhb+RdEwSdYTlDaMzc2uRCA+bYDIFsFCtZzKEtB9UR7lJNV/bJ0k3el3ifaVGTRELO8WBll/X0elty1Dk5tTw==} engines: {node: '>=18'} - '@sentry/browser@10.70.0': - resolution: {integrity: sha512-IK6+J+8H06tZe+A8L37TT5ZxxwNtyQatW8zl5RYYJ/e9CsjrM8fPi8I1OT7uquTw8UtjqFHt7bEef/Vy63ksPg==} + '@sentry/browser@10.71.0': + resolution: {integrity: sha512-fTE9tUDoggJSFv8cQ+h1UA9onovOoUNJWu8Var1MXmUVuVG/W3WqzJFVyKArZMj95lizZkq8aiS63SURvrBsFQ==} engines: {node: '>=18'} - '@sentry/cloudflare@10.70.0': - resolution: {integrity: sha512-jlr9txw3lQrbc6KQn9FzlpgC1KcB36u7aIGSlUhXAZ2MB93DgwjuTnHF20qQHxmHbZylg7CtHoMq3rGiTXAgpg==} + '@sentry/cloudflare@10.71.0': + resolution: {integrity: sha512-bwqO9nKBPyvfon8DXKbv+ONg9Dcei47ppymbDkkVziG60LxF7mmYqMIz6j3m5oqldZAO4mvNoC+Jfc/qKaI/4A==} engines: {node: '>=18'} peerDependencies: '@cloudflare/workers-types': ^4.x || ^5.x @@ -1345,28 +1375,28 @@ packages: resolution: {integrity: sha512-fO9PLmHdVURcSPUpWCItWAtgKiMwGdJHbovoSEyLplX5sxs2ugvI4CBPTrkkgqhObnZOD0CnWBKDzSVQYBKEyQ==} engines: {node: '>=14'} - '@sentry/core@10.70.0': - resolution: {integrity: sha512-ozhCTDqg89oB4XmWfAwuHshABpvT7AkRpaPnogopPfMAaI61G1t8EKCJ4W7aum8JSBonlfyjPCyW5oYZFm0KvA==} + '@sentry/core@10.71.0': + resolution: {integrity: sha512-OIjT7rzcWJjUC6r3eBT3Td1j0afDBMkbbx9jTocSD+ZSfc25eEU7hoIPS0WvfeIOTIN3y8bfQnXavwMReaNVHQ==} engines: {node: '>=18'} - '@sentry/feedback@10.70.0': - resolution: {integrity: sha512-6VQn2ETJjHkk4QQDdx/587/JDfXsk3yBTLZ3UZOMtBVrkmwgk+1FJZ8ULJ3ud1xZcuh2icunIkc7tGVv2axdnw==} + '@sentry/feedback@10.71.0': + resolution: {integrity: sha512-4+zMAmn1DcbYBtFE0pWt6zo8vWoBHTuP/UhtCMTCoGB4sVYvmwRxv9Hc9OpRHSzE9kSl8beD0zKFxuoVHizKQQ==} engines: {node: '>=18'} - '@sentry/replay-canvas@10.70.0': - resolution: {integrity: sha512-irzpw22bK5CF3jbecDa0gBUcfjv7tgeUoLAvtIfeHOP5ajmf3o4Cp99a9RQqkfgvkcMeRZBUwE91SQhp6Ank+w==} + '@sentry/replay-canvas@10.71.0': + resolution: {integrity: sha512-YTqesxBh9arExI49LrTm4Y2/xPX40q2GWi0gWRw6lNfYtyNz7/ZfHi8/1N6JEc8dldTslqFhII6ZFecUyU9iaA==} engines: {node: '>=18'} - '@sentry/replay@10.70.0': - resolution: {integrity: sha512-xMnSGzJn9Xd29rYd32lkx/gFW+5mtgqADJ2FiZvis0MBGZuDlNRwPn0/Cs1xA3JNXKV3NGfhdmmvs90w4dHSmw==} + '@sentry/replay@10.71.0': + resolution: {integrity: sha512-ytEgVg7isvavQL6hgsgYeuSCkcA3EyOKm9lMLQOZTLkiUCtFT/ItWwGNhzS46vQ6wsTv3Uc0Y1JlcJHSFKe/Kg==} engines: {node: '>=18'} - '@sentry/server-utils@10.70.0': - resolution: {integrity: sha512-rzegZjMFFgCp3o+N8+XU13rfSvz4B+f8rU0ijBGrQcHdMNyfsFDTu1UTm262JofmrV2u+s+D0u0vFTnqtOGkbA==} + '@sentry/server-utils@10.71.0': + resolution: {integrity: sha512-zdyShKNsghzPGVWVRzc7oybYTsRZdKgdPtq+dsksImo1b6n7ILlD7eYx1Q0eAOZoWkDqDmm+Ml6MQb76IT1eTA==} engines: {node: '>=18'} - '@sentry/solid@10.70.0': - resolution: {integrity: sha512-CzEea8hBMnnGY99eZ4E08hHYFzL6y9NpqUkEj7/8XU91y8W///mpWnu44EFAdZxpQenwNfroBlj8muZ410kppA==} + '@sentry/solid@10.71.0': + resolution: {integrity: sha512-/vVy9GmB/RejmomWEMZ+P3xlwrhfpIYJ3F0+UcTE836uuH92r8CSnmucdGQqke8c/6ullQFjZrLd/dTDPXj1aA==} engines: {node: '>=18'} peerDependencies: '@solidjs/router': '>=0.13.4 <2.0.0-0' @@ -1559,8 +1589,8 @@ packages: resolution: {integrity: sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==} engines: {node: '>=18'} - '@testing-library/user-event@14.6.4': - resolution: {integrity: sha512-QCGwP6QrjypBLwyj5cuyfVamkaIEy/XGY+1VDehbtbQqOggYmTFpFOdWR5mPz14vX8vXLMVjDHlRNBcClyO9ew==} + '@testing-library/user-event@14.6.6': + resolution: {integrity: sha512-Jbs9FpkkIDw8FgSc6kOVsOv8JuuqGAL7J4X1oot77JxAoDlkNn2GRkd0aYRVuQ+pVQAiHWVkE4rX/dkF5fBiCw==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@testing-library/dom': '>=7.21.4' @@ -1595,6 +1625,9 @@ packages: '@types/node@26.2.0': resolution: {integrity: sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==} + '@types/node@26.4.0': + resolution: {integrity: sha512-faiGnoIrLH/V8cibOMEAZ8pMw6oXqSukl29ra4mN8GdaB2ZewzeaLj+INpV5N+Z1eKWzY+IzaIZH2EIR6YZRNQ==} + '@types/whatwg-mimetype@3.0.2': resolution: {integrity: sha512-c2AKvDT8ToxLIOUlN51gTiHXflsfIFisS4pO7pDPoKouJCESkhZnEy623gwP9laCy5lnLDAw1vAzu2vM2YLOrA==} @@ -1937,8 +1970,8 @@ packages: csstype@3.2.3: resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==} - daisyui@5.7.17: - resolution: {integrity: sha512-w5U5FdL9hH4/zh8eLXytWQt3c0DgHS1WDw+1yuQykT8nSIE9Vc5wkJVeDymD1JlRDLANDawvN4iIGVaxgV6Cjw==} + daisyui@5.7.22: + resolution: {integrity: sha512-pYii+2NCN0+OIL6Lpuc054LK0QJeNv+GRK9UzN1GRmjdYhYO6WFl0QLoj5oPcitPD7o+okiiI0SKFkn641TxmA==} debug@4.4.3: resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==} @@ -2137,8 +2170,8 @@ packages: graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} - happy-dom@20.11.2: - resolution: {integrity: sha512-7MB+bJLkxu3SowAfBJbjW+c55kNz5tkR45gu2qzrxznezhLeN5YIlJbwUgSzlGc+qWoZ8Ykg71H5ezz69xixrw==} + happy-dom@20.11.12: + resolution: {integrity: sha512-7+mrTTD+6fOG3dx0URrDLrCX8QDTE+YujSOQD4VPZcYze/yJ0vVhRKaIBTjqlk+R4NetxVz21odnevHYIjIJ+g==} engines: {node: '>=20.0.0'} has-symbols@1.1.0: @@ -2422,8 +2455,12 @@ packages: resolution: {integrity: sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==} engines: {node: '>=18'} - miniflare@5.20260811.1-alpha: - resolution: {integrity: sha512-DtOG0BeanIxs2sH0smFvExZD89cBQwGckbHiFkRJrrNAUu3NGClZkUxqu+zy7HYfKBAgq935EMY49vIPm3JVdA==} + miniflare@5.20260815.0-alpha: + resolution: {integrity: sha512-YAaGj4Sh5f4fqHKiMQ8zRHDOOM5IGUVtMhnLIeyjuQfU+9P6hcOTrHUVtbfj/ZPay9Kzik4pWELB39pGgefjiQ==} + engines: {node: '>=22.0.0'} + + miniflare@5.20260826.0-alpha: + resolution: {integrity: sha512-ZXR3Bieg+B5MK0T/zYIWaZiCGCb9Z3en4+/TleYKhIGPLx/e0cRcG/ZvvTviUapVBBK2zODB+aiypdIojU3x6Q==} engines: {node: '>=22.0.0'} minimatch@10.2.6: @@ -2672,8 +2709,8 @@ packages: siginfo@2.0.0: resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==} - solid-js@1.9.14: - resolution: {integrity: sha512-sAEXC0Kk0S1EDg+8ysEWJDbYhA3RRoEjwuySUGlKIemeo0I5YZfOyumNjNs9Sv3y2nmhD+0rW66ag2HsMuQiGQ==} + solid-js@1.9.15: + resolution: {integrity: sha512-EeiY2xfpZJqPLjXspVEKjAII4yv8NyG//NxZ3IpOFHdUNnnTyL0uJOeS9LWGvA7cFCz5y94cjFwYlmw5Luncsg==} solid-presence@0.2.0: resolution: {integrity: sha512-YM92o+jvpzX3XGaD4rLYmq/Kc2ZVh47GSCLEufHBFQQIurvZTs8SoGJxO8BJGNDxBKdcS8F3dYhW1SDXp4BNjA==} @@ -2843,13 +2880,13 @@ packages: '@testing-library/jest-dom': optional: true - vite@8.2.1: - resolution: {integrity: sha512-EU/eS7BH3XROHh2YnBefjM6DBKA6ZeMZEYQbj7NLWg5wHYlhB8B/Mayd5XsgWq+NFYccDOTemRpdETWR6Ka/lw==} + vite@8.2.2: + resolution: {integrity: sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: '@types/node': ^20.19.0 || >=22.12.0 - '@vitejs/devtools': ^0.4.0 + '@vitejs/devtools': ^0.4.0 || ^0.5.0 esbuild: ^0.27.0 || ^0.28.0 jiti: '>=1.21.0' less: ^4.0.0 @@ -2949,17 +2986,32 @@ packages: engines: {node: '>=8'} hasBin: true - workerd@1.20260811.1: - resolution: {integrity: sha512-kh+FFm55JQ4ssxhHZV9VPdMQq3D1nHxNJgwxMtWGD4dGppJvLySdguTRDKgeNTvgq6heSz+6TTXyPSDGj8Yllw==} + workerd@1.20260815.1: + resolution: {integrity: sha512-8bArFkHmlp7qFEKVPyNzDzHzS35gc2fg0PYBcDtaNLF7UCDryCX2BQnpkUkTHYIy824IRrHOTwOEoTj0sUO2Fg==} + engines: {node: '>=16'} + hasBin: true + + workerd@1.20260826.1: + resolution: {integrity: sha512-oTG9ot5zxO9OjjKCskt86+nVrBL0kiUqExHnYaTg4OCkHf/K4zr+9hYvgwmG8DdCWG0TQGErHzD+1h50TM5b+w==} engines: {node: '>=16'} hasBin: true - wrangler@4.123.0: - resolution: {integrity: sha512-VXo2I1oa0x9aGAKIFPRSQPqTh0RBY5Ktl44YOhNmsJQFUdJKDA2vVTU6Xj+FC2koll6orJqWZN8jbXVIk9O67Q==} + wrangler@4.124.0: + resolution: {integrity: sha512-75euoZKjVTJYFy+Xhctt/5JlZL4M6A4xmovZsUlep+6GHcCm14n9VtdGzNIybOW2t8wuNxRj5iMUwjT5E7Ctog==} + engines: {node: '>=22.0.0'} + hasBin: true + peerDependencies: + '@cloudflare/workers-types': ^5.20260815.1 + peerDependenciesMeta: + '@cloudflare/workers-types': + optional: true + + wrangler@4.127.0: + resolution: {integrity: sha512-4dPqcBEMJfGeZeNnjHT7ThNJs+EiNYxUTg4ywqIdQubcXHBhFeVMQyHV4A9AOhZRFr83cckqdds034KGcr/dtw==} engines: {node: '>=22.0.0'} hasBin: true peerDependencies: - '@cloudflare/workers-types': ^5.20260811.1 + '@cloudflare/workers-types': ^5.20260826.1 peerDependenciesMeta: '@cloudflare/workers-types': optional: true @@ -3010,13 +3062,13 @@ packages: snapshots: - '@amiceli/vitest-cucumber@7.0.0(vitest@4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.2.0)(happy-dom@20.11.2)(vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)))': + '@amiceli/vitest-cucumber@7.0.0(vitest@4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.4.0)(happy-dom@20.11.12)(vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)))': dependencies: callsites: 4.2.0 minimist: 1.2.8 parsecurrency: 1.1.1 ts-morph: 28.0.0 - vitest: 4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.2.0)(happy-dom@20.11.2)(vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)) + vitest: 4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.4.0)(happy-dom@20.11.12)(vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)) '@apm-js-collab/code-transformer-bundler-plugins@0.7.4': dependencies: @@ -3157,59 +3209,80 @@ snapshots: '@cloudflare/kv-asset-handler@0.5.0': {} - '@cloudflare/unenv-preset@2.16.1(unenv@2.0.0-rc.24)(workerd@1.20260811.1)': + '@cloudflare/unenv-preset@2.16.1(unenv@2.0.0-rc.24)(workerd@1.20260815.1)': + dependencies: + unenv: 2.0.0-rc.24 + optionalDependencies: + workerd: 1.20260815.1 + + '@cloudflare/unenv-preset@2.16.1(unenv@2.0.0-rc.24)(workerd@1.20260826.1)': dependencies: unenv: 2.0.0-rc.24 optionalDependencies: - workerd: 1.20260811.1 + workerd: 1.20260826.1 - '@cloudflare/vite-plugin@1.52.1(vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12))(wrangler@4.123.0)': + '@cloudflare/vite-plugin@1.54.1(vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12))(wrangler@4.127.0)': dependencies: - '@cloudflare/unenv-preset': 2.16.1(unenv@2.0.0-rc.24)(workerd@1.20260811.1) - miniflare: 5.20260811.1-alpha + '@cloudflare/unenv-preset': 2.16.1(unenv@2.0.0-rc.24)(workerd@1.20260826.1) + miniflare: 5.20260826.0-alpha unenv: 2.0.0-rc.24 - vite: 8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12) - workerd: 1.20260811.1 - wrangler: 4.123.0 + vite: 8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12) + workerd: 1.20260826.1 + wrangler: 4.127.0 ws: 8.21.0 transitivePeerDependencies: - bufferutil - utf-8-validate - '@cloudflare/vitest-pool-workers@0.21.3(@vitest/runner@4.1.10)(@vitest/snapshot@4.1.10)(vitest@4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.2.0)(happy-dom@20.11.2)(vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)))': + '@cloudflare/vitest-pool-workers@0.22.0(@vitest/runner@4.1.10)(@vitest/snapshot@4.1.10)(vitest@4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.4.0)(happy-dom@20.11.12)(vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)))': dependencies: '@vitest/runner': 4.1.10 '@vitest/snapshot': 4.1.10 cjs-module-lexer: 1.2.3 esbuild: 0.28.1 - miniflare: 5.20260811.1-alpha - vitest: 4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.2.0)(happy-dom@20.11.2)(vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)) - wrangler: 4.123.0 + miniflare: 5.20260815.0-alpha + vitest: 4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.4.0)(happy-dom@20.11.12)(vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)) + wrangler: 4.124.0 zod: 4.4.3 transitivePeerDependencies: - '@cloudflare/workers-types' - bufferutil - utf-8-validate - '@cloudflare/workerd-darwin-64@1.20260811.1': + '@cloudflare/workerd-darwin-64@1.20260815.1': optional: true - '@cloudflare/workerd-darwin-arm64@1.20260811.1': + '@cloudflare/workerd-darwin-64@1.20260826.1': optional: true - '@cloudflare/workerd-linux-64@1.20260811.1': + '@cloudflare/workerd-darwin-arm64@1.20260815.1': optional: true - '@cloudflare/workerd-linux-arm64@1.20260811.1': + '@cloudflare/workerd-darwin-arm64@1.20260826.1': optional: true - '@cloudflare/workerd-windows-64@1.20260811.1': + '@cloudflare/workerd-linux-64@1.20260815.1': optional: true - '@corvu/utils@0.4.2(solid-js@1.9.14)': + '@cloudflare/workerd-linux-64@1.20260826.1': + optional: true + + '@cloudflare/workerd-linux-arm64@1.20260815.1': + optional: true + + '@cloudflare/workerd-linux-arm64@1.20260826.1': + optional: true + + '@cloudflare/workerd-windows-64@1.20260815.1': + optional: true + + '@cloudflare/workerd-windows-64@1.20260826.1': + optional: true + + '@corvu/utils@0.4.2(solid-js@1.9.15)': dependencies: '@floating-ui/dom': 1.8.0 - solid-js: 1.9.14 + solid-js: 1.9.15 '@cspotcode/source-map-support@0.8.1': dependencies: @@ -3454,10 +3527,10 @@ snapshots: '@esbuild/win32-x64@0.28.2': optional: true - '@fast-check/vitest@0.4.1(vitest@4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.2.0)(happy-dom@20.11.2)(vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)))': + '@fast-check/vitest@0.4.1(vitest@4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.4.0)(happy-dom@20.11.12)(vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)))': dependencies: fast-check: 4.9.0 - vitest: 4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.2.0)(happy-dom@20.11.2)(vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)) + vitest: 4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.4.0)(happy-dom@20.11.12)(vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)) '@floating-ui/core@1.8.0': dependencies: @@ -3608,27 +3681,27 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.6.0 - '@kobalte/core@0.13.13(solid-js@1.9.14)': + '@kobalte/core@0.13.13(solid-js@1.9.15)': dependencies: '@floating-ui/dom': 1.8.0 '@internationalized/number': 3.6.7 - '@kobalte/utils': 0.9.2(solid-js@1.9.14) - '@solid-primitives/props': 3.2.4(solid-js@1.9.14) - '@solid-primitives/resize-observer': 2.2.0(solid-js@1.9.14) - solid-js: 1.9.14 - solid-presence: 0.2.0(solid-js@1.9.14) - solid-prevent-scroll: 0.1.11(solid-js@1.9.14) - - '@kobalte/utils@0.9.2(solid-js@1.9.14)': - dependencies: - '@solid-primitives/event-listener': 2.4.6(solid-js@1.9.14) - '@solid-primitives/keyed': 1.5.3(solid-js@1.9.14) - '@solid-primitives/map': 0.4.13(solid-js@1.9.14) - '@solid-primitives/media': 2.3.6(solid-js@1.9.14) - '@solid-primitives/props': 3.2.4(solid-js@1.9.14) - '@solid-primitives/refs': 1.1.4(solid-js@1.9.14) - '@solid-primitives/utils': 6.4.1(solid-js@1.9.14) - solid-js: 1.9.14 + '@kobalte/utils': 0.9.2(solid-js@1.9.15) + '@solid-primitives/props': 3.2.4(solid-js@1.9.15) + '@solid-primitives/resize-observer': 2.2.0(solid-js@1.9.15) + solid-js: 1.9.15 + solid-presence: 0.2.0(solid-js@1.9.15) + solid-prevent-scroll: 0.1.11(solid-js@1.9.15) + + '@kobalte/utils@0.9.2(solid-js@1.9.15)': + dependencies: + '@solid-primitives/event-listener': 2.4.6(solid-js@1.9.15) + '@solid-primitives/keyed': 1.5.3(solid-js@1.9.15) + '@solid-primitives/map': 0.4.13(solid-js@1.9.15) + '@solid-primitives/media': 2.3.6(solid-js@1.9.15) + '@solid-primitives/props': 3.2.4(solid-js@1.9.15) + '@solid-primitives/refs': 1.1.4(solid-js@1.9.15) + '@solid-primitives/utils': 6.4.1(solid-js@1.9.15) + solid-js: 1.9.15 '@modelcontextprotocol/sdk@1.30.0(supports-color@10.2.2)(zod@4.4.3)': dependencies: @@ -3863,141 +3936,141 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.63.1': optional: true - '@sentry/browser-utils@10.70.0': + '@sentry/browser-utils@10.71.0': dependencies: '@sentry/conventions': 0.16.0 - '@sentry/core': 10.70.0 + '@sentry/core': 10.71.0 - '@sentry/browser@10.70.0': + '@sentry/browser@10.71.0': dependencies: - '@sentry/browser-utils': 10.70.0 + '@sentry/browser-utils': 10.71.0 '@sentry/conventions': 0.16.0 - '@sentry/core': 10.70.0 - '@sentry/feedback': 10.70.0 - '@sentry/replay': 10.70.0 - '@sentry/replay-canvas': 10.70.0 + '@sentry/core': 10.71.0 + '@sentry/feedback': 10.71.0 + '@sentry/replay': 10.71.0 + '@sentry/replay-canvas': 10.71.0 - '@sentry/cloudflare@10.70.0(supports-color@10.2.2)(wrangler@4.123.0)': + '@sentry/cloudflare@10.71.0(supports-color@10.2.2)(wrangler@4.127.0)': dependencies: '@opentelemetry/api': 1.9.1 - '@sentry/core': 10.70.0 - '@sentry/server-utils': 10.70.0(supports-color@10.2.2) + '@sentry/core': 10.71.0 + '@sentry/server-utils': 10.71.0(supports-color@10.2.2) magic-string: 0.30.21 optionalDependencies: - wrangler: 4.123.0 + wrangler: 4.127.0 transitivePeerDependencies: - supports-color '@sentry/conventions@0.16.0': {} - '@sentry/core@10.70.0': + '@sentry/core@10.71.0': dependencies: '@sentry/conventions': 0.16.0 - '@sentry/feedback@10.70.0': + '@sentry/feedback@10.71.0': dependencies: - '@sentry/core': 10.70.0 + '@sentry/core': 10.71.0 - '@sentry/replay-canvas@10.70.0': + '@sentry/replay-canvas@10.71.0': dependencies: - '@sentry/core': 10.70.0 - '@sentry/replay': 10.70.0 + '@sentry/core': 10.71.0 + '@sentry/replay': 10.71.0 - '@sentry/replay@10.70.0': + '@sentry/replay@10.71.0': dependencies: - '@sentry/browser-utils': 10.70.0 - '@sentry/core': 10.70.0 + '@sentry/browser-utils': 10.71.0 + '@sentry/core': 10.71.0 - '@sentry/server-utils@10.70.0(supports-color@10.2.2)': + '@sentry/server-utils@10.71.0(supports-color@10.2.2)': dependencies: '@apm-js-collab/code-transformer-bundler-plugins': 0.7.4 '@apm-js-collab/tracing-hooks': 0.13.0(supports-color@10.2.2) '@sentry/conventions': 0.16.0 - '@sentry/core': 10.70.0 + '@sentry/core': 10.71.0 meriyah: 6.1.4 transitivePeerDependencies: - supports-color - '@sentry/solid@10.70.0(@solidjs/router@1.0.0(solid-js@1.9.14))(solid-js@1.9.14)': + '@sentry/solid@10.71.0(@solidjs/router@1.0.0(solid-js@1.9.15))(solid-js@1.9.15)': dependencies: - '@sentry/browser': 10.70.0 + '@sentry/browser': 10.71.0 '@sentry/conventions': 0.16.0 - '@sentry/core': 10.70.0 - solid-js: 1.9.14 + '@sentry/core': 10.71.0 + solid-js: 1.9.15 optionalDependencies: - '@solidjs/router': 1.0.0(solid-js@1.9.14) + '@solidjs/router': 1.0.0(solid-js@1.9.15) '@sindresorhus/is@7.2.0': {} - '@solid-primitives/event-listener@2.4.6(solid-js@1.9.14)': + '@solid-primitives/event-listener@2.4.6(solid-js@1.9.15)': dependencies: - '@solid-primitives/utils': 6.4.1(solid-js@1.9.14) - solid-js: 1.9.14 + '@solid-primitives/utils': 6.4.1(solid-js@1.9.15) + solid-js: 1.9.15 - '@solid-primitives/keyed@1.5.3(solid-js@1.9.14)': + '@solid-primitives/keyed@1.5.3(solid-js@1.9.15)': dependencies: - solid-js: 1.9.14 + solid-js: 1.9.15 - '@solid-primitives/map@0.4.13(solid-js@1.9.14)': + '@solid-primitives/map@0.4.13(solid-js@1.9.15)': dependencies: - '@solid-primitives/trigger': 1.2.4(solid-js@1.9.14) - solid-js: 1.9.14 + '@solid-primitives/trigger': 1.2.4(solid-js@1.9.15) + solid-js: 1.9.15 - '@solid-primitives/media@2.3.6(solid-js@1.9.14)': + '@solid-primitives/media@2.3.6(solid-js@1.9.15)': dependencies: - '@solid-primitives/event-listener': 2.4.6(solid-js@1.9.14) - '@solid-primitives/rootless': 1.5.4(solid-js@1.9.14) - '@solid-primitives/static-store': 0.1.4(solid-js@1.9.14) - '@solid-primitives/utils': 6.4.1(solid-js@1.9.14) - solid-js: 1.9.14 + '@solid-primitives/event-listener': 2.4.6(solid-js@1.9.15) + '@solid-primitives/rootless': 1.5.4(solid-js@1.9.15) + '@solid-primitives/static-store': 0.1.4(solid-js@1.9.15) + '@solid-primitives/utils': 6.4.1(solid-js@1.9.15) + solid-js: 1.9.15 - '@solid-primitives/props@3.2.4(solid-js@1.9.14)': + '@solid-primitives/props@3.2.4(solid-js@1.9.15)': dependencies: - '@solid-primitives/utils': 6.4.1(solid-js@1.9.14) - solid-js: 1.9.14 + '@solid-primitives/utils': 6.4.1(solid-js@1.9.15) + solid-js: 1.9.15 - '@solid-primitives/refs@1.1.4(solid-js@1.9.14)': + '@solid-primitives/refs@1.1.4(solid-js@1.9.15)': dependencies: - '@solid-primitives/utils': 6.4.1(solid-js@1.9.14) - solid-js: 1.9.14 + '@solid-primitives/utils': 6.4.1(solid-js@1.9.15) + solid-js: 1.9.15 - '@solid-primitives/resize-observer@2.2.0(solid-js@1.9.14)': + '@solid-primitives/resize-observer@2.2.0(solid-js@1.9.15)': dependencies: - '@solid-primitives/event-listener': 2.4.6(solid-js@1.9.14) - '@solid-primitives/rootless': 1.5.4(solid-js@1.9.14) - '@solid-primitives/static-store': 0.1.4(solid-js@1.9.14) - '@solid-primitives/utils': 6.4.1(solid-js@1.9.14) - solid-js: 1.9.14 + '@solid-primitives/event-listener': 2.4.6(solid-js@1.9.15) + '@solid-primitives/rootless': 1.5.4(solid-js@1.9.15) + '@solid-primitives/static-store': 0.1.4(solid-js@1.9.15) + '@solid-primitives/utils': 6.4.1(solid-js@1.9.15) + solid-js: 1.9.15 - '@solid-primitives/rootless@1.5.4(solid-js@1.9.14)': + '@solid-primitives/rootless@1.5.4(solid-js@1.9.15)': dependencies: - '@solid-primitives/utils': 6.4.1(solid-js@1.9.14) - solid-js: 1.9.14 + '@solid-primitives/utils': 6.4.1(solid-js@1.9.15) + solid-js: 1.9.15 - '@solid-primitives/static-store@0.1.4(solid-js@1.9.14)': + '@solid-primitives/static-store@0.1.4(solid-js@1.9.15)': dependencies: - '@solid-primitives/utils': 6.4.1(solid-js@1.9.14) - solid-js: 1.9.14 + '@solid-primitives/utils': 6.4.1(solid-js@1.9.15) + solid-js: 1.9.15 - '@solid-primitives/trigger@1.2.4(solid-js@1.9.14)': + '@solid-primitives/trigger@1.2.4(solid-js@1.9.15)': dependencies: - '@solid-primitives/utils': 6.4.1(solid-js@1.9.14) - solid-js: 1.9.14 + '@solid-primitives/utils': 6.4.1(solid-js@1.9.15) + solid-js: 1.9.15 - '@solid-primitives/utils@6.4.1(solid-js@1.9.14)': + '@solid-primitives/utils@6.4.1(solid-js@1.9.15)': dependencies: - solid-js: 1.9.14 + solid-js: 1.9.15 - '@solidjs/router@1.0.0(solid-js@1.9.14)': + '@solidjs/router@1.0.0(solid-js@1.9.15)': dependencies: - solid-js: 1.9.14 + solid-js: 1.9.15 - '@solidjs/testing-library@0.8.10(@solidjs/router@1.0.0(solid-js@1.9.14))(solid-js@1.9.14)': + '@solidjs/testing-library@0.8.10(@solidjs/router@1.0.0(solid-js@1.9.15))(solid-js@1.9.15)': dependencies: '@testing-library/dom': 10.4.1 - solid-js: 1.9.14 + solid-js: 1.9.15 optionalDependencies: - '@solidjs/router': 1.0.0(solid-js@1.9.14) + '@solidjs/router': 1.0.0(solid-js@1.9.15) '@speed-highlight/core@1.2.24': {} @@ -4068,12 +4141,12 @@ snapshots: '@tailwindcss/oxide-win32-arm64-msvc': 4.3.3 '@tailwindcss/oxide-win32-x64-msvc': 4.3.3 - '@tailwindcss/vite@4.3.3(vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12))': + '@tailwindcss/vite@4.3.3(vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12))': dependencies: '@tailwindcss/node': 4.3.3 '@tailwindcss/oxide': 4.3.3 tailwindcss: 4.3.3 - vite: 8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12) + vite: 8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12) '@testing-library/dom@10.4.1': dependencies: @@ -4086,7 +4159,7 @@ snapshots: picocolors: 1.1.1 pretty-format: 27.5.1 - '@testing-library/user-event@14.6.4(@testing-library/dom@10.4.1)': + '@testing-library/user-event@14.6.6(@testing-library/dom@10.4.1)': dependencies: '@testing-library/dom': 10.4.1 @@ -4132,11 +4205,15 @@ snapshots: dependencies: undici-types: 8.3.0 + '@types/node@26.4.0': + dependencies: + undici-types: 8.3.0 + '@types/whatwg-mimetype@3.0.2': {} '@types/ws@8.18.1': dependencies: - '@types/node': 26.2.0 + '@types/node': 26.4.0 '@typescript/typescript-aix-ppc64@7.0.2': optional: true @@ -4207,21 +4284,21 @@ snapshots: chai: 6.2.2 tinyrainbow: 3.1.1 - '@vitest/mocker@4.1.10(vite@8.2.1(@types/node@26.2.0)(esbuild@0.27.7)(jiti@2.7.0)(tsx@4.23.12))': + '@vitest/mocker@4.1.10(vite@8.2.2(@types/node@26.4.0)(esbuild@0.27.7)(jiti@2.7.0)(tsx@4.23.12))': dependencies: '@vitest/spy': 4.1.10 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: - vite: 8.2.1(@types/node@26.2.0)(esbuild@0.27.7)(jiti@2.7.0)(tsx@4.23.12) + vite: 8.2.2(@types/node@26.4.0)(esbuild@0.27.7)(jiti@2.7.0)(tsx@4.23.12) - '@vitest/mocker@4.1.10(vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12))': + '@vitest/mocker@4.1.10(vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12))': dependencies: '@vitest/spy': 4.1.10 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: - vite: 8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12) + vite: 8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12) '@vitest/pretty-format@4.1.10': dependencies: @@ -4288,12 +4365,12 @@ snapshots: html-entities: 2.3.3 parse5: 7.3.0 - babel-preset-solid@1.9.15(@babel/core@7.29.7(supports-color@10.2.2))(solid-js@1.9.14): + babel-preset-solid@1.9.15(@babel/core@7.29.7(supports-color@10.2.2))(solid-js@1.9.15): dependencies: '@babel/core': 7.29.7(supports-color@10.2.2) babel-plugin-jsx-dom-expressions: 0.40.10(@babel/core@7.29.7(supports-color@10.2.2)) optionalDependencies: - solid-js: 1.9.14 + solid-js: 1.9.15 balanced-match@4.0.4: {} @@ -4403,7 +4480,7 @@ snapshots: csstype@3.2.3: {} - daisyui@5.7.17: {} + daisyui@5.7.22: {} debug@4.4.3(supports-color@10.2.2): dependencies: @@ -4671,7 +4748,7 @@ snapshots: graceful-fs@4.2.11: {} - happy-dom@20.11.2: + happy-dom@20.11.12: dependencies: '@types/node': 26.2.0 '@types/whatwg-mimetype': 3.0.2 @@ -4872,12 +4949,24 @@ snapshots: dependencies: mime-db: 1.54.0 - miniflare@5.20260811.1-alpha: + miniflare@5.20260815.0-alpha: dependencies: '@cspotcode/source-map-support': 0.8.1 sharp: 0.35.2 undici: 7.29.0 - workerd: 1.20260811.1 + workerd: 1.20260815.1 + ws: 8.21.0 + youch: 4.1.0-beta.10 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + + miniflare@5.20260826.0-alpha: + dependencies: + '@cspotcode/source-map-support': 0.8.1 + sharp: 0.35.2 + undici: 7.29.0 + workerd: 1.20260826.1 ws: 8.21.0 youch: 4.1.0-beta.10 transitivePeerDependencies: @@ -5190,28 +5279,28 @@ snapshots: siginfo@2.0.0: {} - solid-js@1.9.14: + solid-js@1.9.15: dependencies: csstype: 3.2.3 seroval: 1.5.6 seroval-plugins: 1.5.6(seroval@1.5.6) - solid-presence@0.2.0(solid-js@1.9.14): + solid-presence@0.2.0(solid-js@1.9.15): dependencies: - '@corvu/utils': 0.4.2(solid-js@1.9.14) - solid-js: 1.9.14 + '@corvu/utils': 0.4.2(solid-js@1.9.15) + solid-js: 1.9.15 - solid-prevent-scroll@0.1.11(solid-js@1.9.14): + solid-prevent-scroll@0.1.11(solid-js@1.9.15): dependencies: - '@corvu/utils': 0.4.2(solid-js@1.9.14) - solid-js: 1.9.14 + '@corvu/utils': 0.4.2(solid-js@1.9.15) + solid-js: 1.9.15 - solid-refresh@0.6.3(solid-js@1.9.14)(supports-color@10.2.2): + solid-refresh@0.6.3(solid-js@1.9.15)(supports-color@10.2.2): dependencies: '@babel/generator': 7.29.8 '@babel/helper-module-imports': 7.29.7(supports-color@10.2.2) '@babel/types': 7.29.8 - solid-js: 1.9.14 + solid-js: 1.9.15 transitivePeerDependencies: - supports-color @@ -5362,20 +5451,20 @@ snapshots: vary@1.1.2: {} - vite-plugin-solid@2.11.14(solid-js@1.9.14)(supports-color@10.2.2)(vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)): + vite-plugin-solid@2.11.14(solid-js@1.9.15)(supports-color@10.2.2)(vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)): dependencies: '@babel/core': 7.29.7(supports-color@10.2.2) '@types/babel__core': 7.20.5 - babel-preset-solid: 1.9.15(@babel/core@7.29.7(supports-color@10.2.2))(solid-js@1.9.14) + babel-preset-solid: 1.9.15(@babel/core@7.29.7(supports-color@10.2.2))(solid-js@1.9.15) merge-anything: 5.1.7 - solid-js: 1.9.14 - solid-refresh: 0.6.3(solid-js@1.9.14)(supports-color@10.2.2) - vite: 8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12) - vitefu: 1.1.3(vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)) + solid-js: 1.9.15 + solid-refresh: 0.6.3(solid-js@1.9.15)(supports-color@10.2.2) + vite: 8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12) + vitefu: 1.1.3(vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)) transitivePeerDependencies: - supports-color - vite@8.2.1(@types/node@26.2.0)(esbuild@0.27.7)(jiti@2.7.0)(tsx@4.23.12): + vite@8.2.2(@types/node@26.4.0)(esbuild@0.27.7)(jiti@2.7.0)(tsx@4.23.12): dependencies: lightningcss: 1.33.0 picomatch: 4.0.7 @@ -5383,13 +5472,13 @@ snapshots: rolldown: 1.2.6 tinyglobby: 0.2.17 optionalDependencies: - '@types/node': 26.2.0 + '@types/node': 26.4.0 esbuild: 0.27.7 fsevents: 2.3.3 jiti: 2.7.0 tsx: 4.23.12 - vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12): + vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12): dependencies: lightningcss: 1.33.0 picomatch: 4.0.7 @@ -5397,20 +5486,20 @@ snapshots: rolldown: 1.2.6 tinyglobby: 0.2.17 optionalDependencies: - '@types/node': 26.2.0 + '@types/node': 26.4.0 esbuild: 0.28.2 fsevents: 2.3.3 jiti: 2.7.0 tsx: 4.23.12 - vitefu@1.1.3(vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)): + vitefu@1.1.3(vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)): optionalDependencies: - vite: 8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12) + vite: 8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12) - vitest@4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.2.0)(happy-dom@20.11.2)(vite@8.2.1(@types/node@26.2.0)(esbuild@0.27.7)(jiti@2.7.0)(tsx@4.23.12)): + vitest@4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.4.0)(happy-dom@20.11.12)(vite@8.2.2(@types/node@26.4.0)(esbuild@0.27.7)(jiti@2.7.0)(tsx@4.23.12)): dependencies: '@vitest/expect': 4.1.10 - '@vitest/mocker': 4.1.10(vite@8.2.1(@types/node@26.2.0)(esbuild@0.27.7)(jiti@2.7.0)(tsx@4.23.12)) + '@vitest/mocker': 4.1.10(vite@8.2.2(@types/node@26.4.0)(esbuild@0.27.7)(jiti@2.7.0)(tsx@4.23.12)) '@vitest/pretty-format': 4.1.10 '@vitest/runner': 4.1.10 '@vitest/snapshot': 4.1.10 @@ -5427,19 +5516,19 @@ snapshots: tinyexec: 1.3.0 tinyglobby: 0.2.17 tinyrainbow: 3.1.1 - vite: 8.2.1(@types/node@26.2.0)(esbuild@0.27.7)(jiti@2.7.0)(tsx@4.23.12) + vite: 8.2.2(@types/node@26.4.0)(esbuild@0.27.7)(jiti@2.7.0)(tsx@4.23.12) why-is-node-running: 2.3.0 optionalDependencies: '@opentelemetry/api': 1.9.1 - '@types/node': 26.2.0 - happy-dom: 20.11.2 + '@types/node': 26.4.0 + happy-dom: 20.11.12 transitivePeerDependencies: - msw - vitest@4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.2.0)(happy-dom@20.11.2)(vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)): + vitest@4.1.10(@opentelemetry/api@1.9.1)(@types/node@26.4.0)(happy-dom@20.11.12)(vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)): dependencies: '@vitest/expect': 4.1.10 - '@vitest/mocker': 4.1.10(vite@8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)) + '@vitest/mocker': 4.1.10(vite@8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12)) '@vitest/pretty-format': 4.1.10 '@vitest/runner': 4.1.10 '@vitest/snapshot': 4.1.10 @@ -5456,12 +5545,12 @@ snapshots: tinyexec: 1.3.0 tinyglobby: 0.2.17 tinyrainbow: 3.1.1 - vite: 8.2.1(@types/node@26.2.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12) + vite: 8.2.2(@types/node@26.4.0)(esbuild@0.28.2)(jiti@2.7.0)(tsx@4.23.12) why-is-node-running: 2.3.0 optionalDependencies: '@opentelemetry/api': 1.9.1 - '@types/node': 26.2.0 - happy-dom: 20.11.2 + '@types/node': 26.4.0 + happy-dom: 20.11.12 transitivePeerDependencies: - msw @@ -5476,24 +5565,48 @@ snapshots: siginfo: 2.0.0 stackback: 0.0.2 - workerd@1.20260811.1: + workerd@1.20260815.1: optionalDependencies: - '@cloudflare/workerd-darwin-64': 1.20260811.1 - '@cloudflare/workerd-darwin-arm64': 1.20260811.1 - '@cloudflare/workerd-linux-64': 1.20260811.1 - '@cloudflare/workerd-linux-arm64': 1.20260811.1 - '@cloudflare/workerd-windows-64': 1.20260811.1 + '@cloudflare/workerd-darwin-64': 1.20260815.1 + '@cloudflare/workerd-darwin-arm64': 1.20260815.1 + '@cloudflare/workerd-linux-64': 1.20260815.1 + '@cloudflare/workerd-linux-arm64': 1.20260815.1 + '@cloudflare/workerd-windows-64': 1.20260815.1 + + workerd@1.20260826.1: + optionalDependencies: + '@cloudflare/workerd-darwin-64': 1.20260826.1 + '@cloudflare/workerd-darwin-arm64': 1.20260826.1 + '@cloudflare/workerd-linux-64': 1.20260826.1 + '@cloudflare/workerd-linux-arm64': 1.20260826.1 + '@cloudflare/workerd-windows-64': 1.20260826.1 + + wrangler@4.124.0: + dependencies: + '@cloudflare/kv-asset-handler': 0.5.0 + '@cloudflare/unenv-preset': 2.16.1(unenv@2.0.0-rc.24)(workerd@1.20260815.1) + blake3-wasm: 2.1.5 + esbuild: 0.28.1 + miniflare: 5.20260815.0-alpha + path-to-regexp: 6.3.0 + unenv: 2.0.0-rc.24 + workerd: 1.20260815.1 + optionalDependencies: + fsevents: 2.3.3 + transitivePeerDependencies: + - bufferutil + - utf-8-validate - wrangler@4.123.0: + wrangler@4.127.0: dependencies: '@cloudflare/kv-asset-handler': 0.5.0 - '@cloudflare/unenv-preset': 2.16.1(unenv@2.0.0-rc.24)(workerd@1.20260811.1) + '@cloudflare/unenv-preset': 2.16.1(unenv@2.0.0-rc.24)(workerd@1.20260826.1) blake3-wasm: 2.1.5 esbuild: 0.28.1 - miniflare: 5.20260811.1-alpha + miniflare: 5.20260826.0-alpha path-to-regexp: 6.3.0 unenv: 2.0.0-rc.24 - workerd: 1.20260811.1 + workerd: 1.20260826.1 optionalDependencies: fsevents: 2.3.3 transitivePeerDependencies: