diff --git a/.github/workflows/codequality.yml b/.github/workflows/codequality.yml index 46c965d..d94b66f 100644 --- a/.github/workflows/codequality.yml +++ b/.github/workflows/codequality.yml @@ -16,11 +16,11 @@ jobs: codequality: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.2.4 + - uses: actions/checkout@v4 + - uses: pnpm/action-setup@v2.4.0 with: version: '${{ inputs.pnpm-version }}' - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: ${{ inputs.node-version }} cache: 'pnpm' diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c35893e..1d6e925 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -17,11 +17,11 @@ jobs: env: CI: true steps: - - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.2.4 + - uses: actions/checkout@v4 + - uses: pnpm/action-setup@v2.4.0 with: version: ${{ inputs.pnpm-version }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: ${{ inputs.node-version }} cache: 'pnpm' diff --git a/.github/workflows/gitevents-invite.yml b/.github/workflows/gitevents-invite.yml index da5f06c..2402f05 100644 --- a/.github/workflows/gitevents-invite.yml +++ b/.github/workflows/gitevents-invite.yml @@ -16,8 +16,8 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: lts/hydrogen - name: gitevents diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 46460a8..732b0f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,9 +19,9 @@ jobs: needs: [codequality, unit] if: needs.codequality.result == 'success' && needs.unit.result == 'success' steps: - - uses: styfle/cancel-workflow-action@0.11.0 - - uses: actions/checkout@v3 - - uses: superfly/flyctl-actions@1.3 + - uses: styfle/cancel-workflow-action@0.12.0 + - uses: actions/checkout@v4 + - uses: superfly/flyctl-actions@1.4 with: args: 'deploy --app cdc-cy --remote-only --build-arg COMMIT_SHA=${{ diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 3296fd0..d8bd0ca 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -15,11 +15,11 @@ jobs: unit: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: '${{ inputs.node-version }}' - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.4.0 with: version: '${{ inputs.pnpm-version }}' diff --git a/package-lock.json b/package-lock.json index 3319bef..44e1c4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "tailwindcss": "^3.3.5", "vite": "^4.5.0", "vite-plugin-solid": "^2.7.2", - "wrangler": "^3.15.0" + "wrangler": "^3.16.0" }, "engines": { "node": ">=18" @@ -2217,9 +2217,9 @@ } }, "node_modules/@cloudflare/workerd-darwin-64": { - "version": "1.20231025.0", - "resolved": "https://registry.npmjs.org/@cloudflare/workerd-darwin-64/-/workerd-darwin-64-1.20231025.0.tgz", - "integrity": "sha512-MYRYTbSl+tjGg6su7savlLIb8cOcKJfdGpA+WdtgqT2OF7O+89Lag0l1SA/iyVlUkT31Jc6OLHqvzsXgmg+niQ==", + "version": "1.20231030.0", + "resolved": "https://registry.npmjs.org/@cloudflare/workerd-darwin-64/-/workerd-darwin-64-1.20231030.0.tgz", + "integrity": "sha512-J4PQ9utPxLya9yHdMMx3AZeC5M/6FxcoYw6jo9jbDDFTy+a4Gslqf4Im9We3aeOEdPXa3tgQHVQOSelJSZLhIw==", "cpu": [ "x64" ], @@ -2233,9 +2233,9 @@ } }, "node_modules/@cloudflare/workerd-darwin-arm64": { - "version": "1.20231025.0", - "resolved": "https://registry.npmjs.org/@cloudflare/workerd-darwin-arm64/-/workerd-darwin-arm64-1.20231025.0.tgz", - "integrity": "sha512-BszjtBDR84TVa6oWe74dePJSAukWlTmLw9zR4KeWuwZLJGV7RMm6AmwGStetjnwZrecZaaOFELfBCAHtsebV0Q==", + "version": "1.20231030.0", + "resolved": "https://registry.npmjs.org/@cloudflare/workerd-darwin-arm64/-/workerd-darwin-arm64-1.20231030.0.tgz", + "integrity": "sha512-WSJJjm11Del4hSneiNB7wTXGtBXI4QMCH9l5qf4iT5PAW8cESGcCmdHtWDWDtGAAGcvmLT04KNvmum92vRKKQQ==", "cpu": [ "arm64" ], @@ -2249,9 +2249,9 @@ } }, "node_modules/@cloudflare/workerd-linux-64": { - "version": "1.20231025.0", - "resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-64/-/workerd-linux-64-1.20231025.0.tgz", - "integrity": "sha512-AT9dxgKXOa9xZxZ3k2a432axPJJ58KpoNWnPiPYGpuAuLoWnfcYwwh6mr9sZVcTdAdTAK9Xu9c81tp0YABanUw==", + "version": "1.20231030.0", + "resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-64/-/workerd-linux-64-1.20231030.0.tgz", + "integrity": "sha512-2HUeRTvoCC17fxE0qdBeR7J9dO8j4A8ZbdcvY8pZxdk+zERU6+N03RTbk/dQMU488PwiDvcC3zZqS4gwLfVT8g==", "cpu": [ "x64" ], @@ -2265,9 +2265,9 @@ } }, "node_modules/@cloudflare/workerd-linux-arm64": { - "version": "1.20231025.0", - "resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-arm64/-/workerd-linux-arm64-1.20231025.0.tgz", - "integrity": "sha512-EIjex5o2k80YZWPix1btGybL/vNZ3o6vqKX9ptS0JcFkHV5aFX5/kcMwSBRjiIC+w04zVjmGQx3N1Vh3njuncg==", + "version": "1.20231030.0", + "resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-arm64/-/workerd-linux-arm64-1.20231030.0.tgz", + "integrity": "sha512-4/GK5zHh+9JbUI6Z5xTCM0ZmpKKHk7vu9thmHjUxtz+o8Ne9DoD7DlDvXQWgMF6XGaTubDWyp3ttn+Qv8jDFuQ==", "cpu": [ "arm64" ], @@ -2281,9 +2281,9 @@ } }, "node_modules/@cloudflare/workerd-windows-64": { - "version": "1.20231025.0", - "resolved": "https://registry.npmjs.org/@cloudflare/workerd-windows-64/-/workerd-windows-64-1.20231025.0.tgz", - "integrity": "sha512-7vtq0mO22A2v0OOsKXa760r9a84Gg8CK0gDu5uNWlj6hojmt011iz7jJt76I7oo/XrVwVlVfu69GnA3ljx6U8w==", + "version": "1.20231030.0", + "resolved": "https://registry.npmjs.org/@cloudflare/workerd-windows-64/-/workerd-windows-64-1.20231030.0.tgz", + "integrity": "sha512-fb/Jgj8Yqy3PO1jLhk7mTrHMkR8jklpbQFud6rL/aMAn5d6MQbaSrYOCjzkKGp0Zng8D2LIzSl+Fc0C9Sggxjg==", "cpu": [ "x64" ], @@ -16345,9 +16345,9 @@ } }, "node_modules/workerd": { - "version": "1.20231025.0", - "resolved": "https://registry.npmjs.org/workerd/-/workerd-1.20231025.0.tgz", - "integrity": "sha512-W1PFtpMFfvmm+ozBf+u70TE3Pviv7WA4qzDeejHDC4z+PFDq4+3KJCkgffaGBO86h+akWO0hSsc0uXL2zAqofQ==", + "version": "1.20231030.0", + "resolved": "https://registry.npmjs.org/workerd/-/workerd-1.20231030.0.tgz", + "integrity": "sha512-+FSW+d31f8RrjHanFf/R9A+Z0csf3OtsvzdPmAKuwuZm/5HrBv83cvG9fFeTxl7/nI6irUUXIRF9xcj/NomQzQ==", "dev": true, "hasInstallScript": true, "bin": { @@ -16357,17 +16357,17 @@ "node": ">=16" }, "optionalDependencies": { - "@cloudflare/workerd-darwin-64": "1.20231025.0", - "@cloudflare/workerd-darwin-arm64": "1.20231025.0", - "@cloudflare/workerd-linux-64": "1.20231025.0", - "@cloudflare/workerd-linux-arm64": "1.20231025.0", - "@cloudflare/workerd-windows-64": "1.20231025.0" + "@cloudflare/workerd-darwin-64": "1.20231030.0", + "@cloudflare/workerd-darwin-arm64": "1.20231030.0", + "@cloudflare/workerd-linux-64": "1.20231030.0", + "@cloudflare/workerd-linux-arm64": "1.20231030.0", + "@cloudflare/workerd-windows-64": "1.20231030.0" } }, "node_modules/wrangler": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/wrangler/-/wrangler-3.15.0.tgz", - "integrity": "sha512-kxzK62rD+LRrDeZZzw8cP6FBub71vJCbfAAb594XobXajgXYh3pFjv18Vm8YLxHzoGMhmAOJPA5b4DHq4HEUCw==", + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/wrangler/-/wrangler-3.16.0.tgz", + "integrity": "sha512-MIx35sSdFKE3hnfWB6xWUnrt3OiyKK+PQnc9kFLjksLESX0tLmEk1gdvThYHliY90kkelS+nbH48SUGTFAI5BA==", "dev": true, "dependencies": { "@cloudflare/kv-asset-handler": "^0.2.0", @@ -16376,7 +16376,7 @@ "blake3-wasm": "^2.1.5", "chokidar": "^3.5.3", "esbuild": "0.17.19", - "miniflare": "3.20231025.0", + "miniflare": "3.20231030.0", "nanoid": "^3.3.3", "path-to-regexp": "^6.2.0", "resolve.exports": "^2.0.2", @@ -16406,9 +16406,9 @@ } }, "node_modules/wrangler/node_modules/miniflare": { - "version": "3.20231025.0", - "resolved": "https://registry.npmjs.org/miniflare/-/miniflare-3.20231025.0.tgz", - "integrity": "sha512-pFcr2BRaGIQ26UfdDo8BMJ6kkd/Jo/FkQ/4K7UG/eORlDepsLrR/sTJddcSSIGl07MA+MGjhzopFTPpFskkS+g==", + "version": "3.20231030.0", + "resolved": "https://registry.npmjs.org/miniflare/-/miniflare-3.20231030.0.tgz", + "integrity": "sha512-iCg1dNauUG+kNp7jizcNmV/1XFItuTDvD/6xIC34PrszgKxYCbBO2R72y5NEDJTwaqr5ohQI/320wuJ8GEe7nQ==", "dev": true, "dependencies": { "acorn": "^8.8.0", @@ -16419,11 +16419,14 @@ "source-map-support": "0.5.21", "stoppable": "^1.1.0", "undici": "^5.22.1", - "workerd": "1.20231025.0", + "workerd": "1.20231030.0", "ws": "^8.11.0", "youch": "^3.2.2", "zod": "^3.20.6" }, + "bin": { + "miniflare": "bootstrap.js" + }, "engines": { "node": ">=16.13" } diff --git a/package.json b/package.json index b676afd..aec22b1 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "tailwindcss": "^3.3.5", "vite": "^4.5.0", "vite-plugin-solid": "^2.7.2", - "wrangler": "^3.15.0" + "wrangler": "^3.16.0" }, "engines": { "node": ">=18"