From a561a2b68bf992c0faab3b2cd860d37f2c787344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 15:43:40 +0000 Subject: [PATCH 0001/1075] Bump wrangler from 3.55.0 to 3.56.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.55.0 to 3.56.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.56.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4602dea..d542daf 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@cloudflare/workers-types": "4.20240512.0", "@playform/build": "0.0.8", "@playform/document": "0.0.6", - "wrangler": "3.55.0" + "wrangler": "3.56.0" }, "publishConfig": { "access": "public" From 113f9c2f5c5f3a2a46b7a27948f894852173020d Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 17 May 2024 08:13:06 +0300 Subject: [PATCH 0002/1075] squash! --- .github/workflows/Cloudflare.yml | 2 +- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 0644448..0db0b2f 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -51,7 +51,7 @@ jobs: TELEMETRY_DISABLED: 1 steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 - uses: cloudflare/wrangler-action@v3.5.0 with: diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 8a0b5e8..4051d52 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -24,7 +24,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 - uses: actions/setup-node@v4.0.2 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index d4c48d6..c5828c9 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -57,7 +57,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 - uses: pnpm/action-setup@v4.0.0 with: From 619395b68a4ff3c23d75c95be2527b28182ffecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 15:14:53 +0000 Subject: [PATCH 0003/1075] Bump actions/checkout from 4.1.5 to 4.1.6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.5...v4.1.6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Cloudflare.yml | 2 +- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 0644448..0db0b2f 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -51,7 +51,7 @@ jobs: TELEMETRY_DISABLED: 1 steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 - uses: cloudflare/wrangler-action@v3.5.0 with: diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 8a0b5e8..4051d52 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -24,7 +24,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 - uses: actions/setup-node@v4.0.2 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index d4c48d6..c5828c9 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -57,7 +57,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 - uses: pnpm/action-setup@v4.0.0 with: From 5793fb02e4cd8bbc6d5a8e987dbc8a40abb6d698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 15:37:57 +0000 Subject: [PATCH 0004/1075] Bump wrangler from 3.56.0 to 3.57.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.56.0 to 3.57.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.57.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d542daf..41e2db8 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@cloudflare/workers-types": "4.20240512.0", "@playform/build": "0.0.8", "@playform/document": "0.0.6", - "wrangler": "3.56.0" + "wrangler": "3.57.0" }, "publishConfig": { "access": "public" From d6ef2213662e5492b60a8151bbec7f5780444308 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 21 May 2024 12:31:57 +0300 Subject: [PATCH 0005/1075] squash! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4602dea..41e2db8 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@cloudflare/workers-types": "4.20240512.0", "@playform/build": "0.0.8", "@playform/document": "0.0.6", - "wrangler": "3.55.0" + "wrangler": "3.57.0" }, "publishConfig": { "access": "public" From fdc5b0c31d1a16dd6c42b51c0a17447d4988b716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 15:49:08 +0000 Subject: [PATCH 0006/1075] --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41e2db8..23efd5e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@cloudflare/workers-types": "4.20240512.0", "@playform/build": "0.0.8", "@playform/document": "0.0.6", - "wrangler": "3.57.0" + "wrangler": "3.57.1" }, "publishConfig": { "access": "public" From 26ca60093b87b626099d4c1eee6616937badc859 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 23 May 2024 12:56:16 +0300 Subject: [PATCH 0007/1075] squash! --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4c49bd7..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +0,0 @@ -.env From 5e36a65984da8ac4e12071e8307c4bbbd54f4527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 15:34:46 +0000 Subject: [PATCH 0008/1075] Bump cloudflare/wrangler-action from 3.5.0 to 3.6.0 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/cloudflare/wrangler-action/releases) - [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/cloudflare/wrangler-action/compare/v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Cloudflare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 0db0b2f..cfc55f9 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -53,7 +53,7 @@ jobs: steps: - uses: actions/checkout@v4.1.6 - - uses: cloudflare/wrangler-action@v3.5.0 + - uses: cloudflare/wrangler-action@v3.6.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} From 99a9138cf610202e4d1360e193d98a6929616390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 15:23:02 +0000 Subject: [PATCH 0009/1075] Bump cloudflare/wrangler-action from 3.6.0 to 3.6.1 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/cloudflare/wrangler-action/releases) - [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/cloudflare/wrangler-action/compare/v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Cloudflare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index cfc55f9..945fd3f 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -53,7 +53,7 @@ jobs: steps: - uses: actions/checkout@v4.1.6 - - uses: cloudflare/wrangler-action@v3.6.0 + - uses: cloudflare/wrangler-action@v3.6.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} From 5e1b5a7287fb0741728a1564dd57eeb93aaa85cf Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 25 May 2024 01:18:08 +0300 Subject: [PATCH 0010/1075] squash! --- .github/workflows/Cloudflare.yml | 2 +- .github/workflows/NPM.yml | 3 +-- package.json | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 0db0b2f..e69c078 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -53,7 +53,7 @@ jobs: steps: - uses: actions/checkout@v4.1.6 - - uses: cloudflare/wrangler-action@v3.5.0 + - uses: cloudflare/wrangler-action@v3.4.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 4051d52..788002b 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -37,7 +37,6 @@ jobs: continue-on-error: true working-directory: . run: | - npm install --include prod dev optional peer --legacy-peer-deps - npm publish --legacy-peer-deps --provenance + npm publish --legacy-peer-deps --provenance --ignore-scripts env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index 23efd5e..73597b4 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20240512.0", - "@playform/build": "0.0.8", - "@playform/document": "0.0.6", + "@playform/build": "0.0.9", + "@playform/document": "0.0.7", "wrangler": "3.57.1" }, "publishConfig": { From 36e082ac314ab77a6a087dbdc1e13f16379f2c11 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 26 May 2024 17:15:44 +0300 Subject: [PATCH 0011/1075] squash! --- Source/Variable/Worker.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/Variable/Worker.ts b/Source/Variable/Worker.ts index 2d61f11..6dc3a43 100644 --- a/Source/Variable/Worker.ts +++ b/Source/Variable/Worker.ts @@ -6,7 +6,7 @@ class JSONResponse extends Response { headers: { "content-type": "application/json;charset=UTF-8", }, - } + }, ) { super(JSON.stringify(body), init); } @@ -47,7 +47,7 @@ class JSONResponse extends Response { default: return new JSONResponse( { error: "Unknown Type" }, - { status: 400 } + { status: 400 }, ); } } @@ -62,7 +62,7 @@ class JSONResponse extends Response { export default { async fetch( request: Request, - { DISCORD_PUBLIC_KEY } = Environment.parse(process.env) + { DISCORD_PUBLIC_KEY } = Environment.parse(process.env), ) { if (request.method === "POST") { const isValidRequest = ( @@ -71,7 +71,7 @@ export default { await request.clone().arrayBuffer(), request["headers"].get("x-signature-ed25519") ?? "", request["headers"].get("x-signature-timestamp") ?? "", - DISCORD_PUBLIC_KEY + DISCORD_PUBLIC_KEY, ); if (!isValidRequest) { From 565cafa9fecf120b86dab2c46ecb438b383f0a8e Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 26 May 2024 17:43:02 +0300 Subject: [PATCH 0012/1075] squash! --- FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 FUNDING.yml diff --git a/FUNDING.yml b/FUNDING.yml new file mode 100644 index 0000000..22bb4f6 --- /dev/null +++ b/FUNDING.yml @@ -0,0 +1 @@ +open_collective: playform From 479614f6bf611eff1b2c35a2cd3a8342d2eafd9f Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 26 May 2024 22:19:16 +0300 Subject: [PATCH 0013/1075] squash! --- FUNDING.yml => .github/FUNDING.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename FUNDING.yml => .github/FUNDING.yml (100%) diff --git a/FUNDING.yml b/.github/FUNDING.yml similarity index 100% rename from FUNDING.yml rename to .github/FUNDING.yml From 6084564aa56ceef34f9f88fe363fcfac1c26802f Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 27 May 2024 17:24:25 +0300 Subject: [PATCH 0014/1075] squash! --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 73597b4..d2f4c29 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "main": "./Target/Object/Worker.js", "types": "./Target/Object/Worker.d.ts", "scripts": { - "Document": "Document 'Source/**/*.ts'", "dev": "wrangler dev", "prepublishOnly": "Build 'Source/**/*.ts'" }, From 62bc1efc55f7b81231c0da35b517f33af14f353a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 15:14:37 +0000 Subject: [PATCH 0015/1075] Bump @playform/build from 0.0.9 to 0.0.10 Bumps [@playform/build](https://github.com/PlayForm/Build) from 0.0.9 to 0.0.10. - [Release notes](https://github.com/PlayForm/Build/releases) - [Changelog](https://github.com/PlayForm/Build/blob/Current/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Build/compare/v0.0.9...v0.0.10) --- updated-dependencies: - dependency-name: "@playform/build" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73597b4..019143d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20240512.0", - "@playform/build": "0.0.9", + "@playform/build": "0.0.10", "@playform/document": "0.0.7", "wrangler": "3.57.1" }, From 7aae7dbc4bdedfc95408f3db3af4e305bd11c963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 15:15:34 +0000 Subject: [PATCH 0016/1075] Bump @playform/document from 0.0.7 to 0.0.10 Bumps [@playform/document](https://github.com/PlayForm/Document) from 0.0.7 to 0.0.10. - [Release notes](https://github.com/PlayForm/Document/releases) - [Changelog](https://github.com/PlayForm/Document/blob/Current/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Document/compare/v0.0.7...Document/v0.0.10) --- updated-dependencies: - dependency-name: "@playform/document" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 019143d..fac8891 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240512.0", "@playform/build": "0.0.10", - "@playform/document": "0.0.7", + "@playform/document": "0.0.10", "wrangler": "3.57.1" }, "publishConfig": { From 7c4598596d45fcbc02360862233d741e4d13cd5d Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 27 May 2024 19:19:18 +0300 Subject: [PATCH 0017/1075] squash! --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d2f4c29..7043613 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20240512.0", - "@playform/build": "0.0.9", - "@playform/document": "0.0.7", + "@playform/build": "0.0.10", + "@playform/document": "0.0.10", "wrangler": "3.57.1" }, "publishConfig": { From 8fd6ca4a82dc03ee2c34b6b26762edb5f6a818e0 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 28 May 2024 14:14:36 +0300 Subject: [PATCH 0018/1075] squash! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7043613..c2d037d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "5.0.17" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240512.0", + "@cloudflare/workers-types": "4.20240524.0", "@playform/build": "0.0.10", "@playform/document": "0.0.10", "wrangler": "3.57.1" From 1a231d2d5c28b2f2572260ea47ae4412cc34adc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 15:22:57 +0000 Subject: [PATCH 0019/1075] Bump @cloudflare/workers-types from 4.20240512.0 to 4.20240524.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20240512.0 to 4.20240524.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fac8891..81cf1e4 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "itty-router": "5.0.17" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240512.0", + "@cloudflare/workers-types": "4.20240524.0", "@playform/build": "0.0.10", "@playform/document": "0.0.10", "wrangler": "3.57.1" From a17ef81997f605082ea57cab50fbd26671c544b7 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 29 May 2024 03:02:30 +0300 Subject: [PATCH 0020/1075] squash! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2d037d..5b8d31f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@cloudflare/workers-types": "4.20240524.0", "@playform/build": "0.0.10", "@playform/document": "0.0.10", - "wrangler": "3.57.1" + "wrangler": "3.57.2" }, "publishConfig": { "access": "public" From 0b052b4b4d803406da836d24c1d8028111c26da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 15:14:22 +0000 Subject: [PATCH 0021/1075] Bump wrangler from 3.57.1 to 3.57.2 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.57.1 to 3.57.2. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.57.2/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81cf1e4..49c43ab 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@cloudflare/workers-types": "4.20240524.0", "@playform/build": "0.0.10", "@playform/document": "0.0.10", - "wrangler": "3.57.1" + "wrangler": "3.57.2" }, "publishConfig": { "access": "public" From a0dea6aaa6a06f527f523a4d19bb33d3563ff0aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 16:02:44 +0000 Subject: [PATCH 0022/1075] Bump @cloudflare/workers-types from 4.20240524.0 to 4.20240529.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20240524.0 to 4.20240529.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49c43ab..58d359f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "itty-router": "5.0.17" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240524.0", + "@cloudflare/workers-types": "4.20240529.0", "@playform/build": "0.0.10", "@playform/document": "0.0.10", "wrangler": "3.57.2" From 26824e54ebb29c80a76431fc5ecc434257897db7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 16:01:01 +0000 Subject: [PATCH 0023/1075] Bump wrangler from 3.57.2 to 3.58.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.57.2 to 3.58.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.58.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58d359f..fd623a3 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@cloudflare/workers-types": "4.20240529.0", "@playform/build": "0.0.10", "@playform/document": "0.0.10", - "wrangler": "3.57.2" + "wrangler": "3.58.0" }, "publishConfig": { "access": "public" From 0be165cef61cd64606093699f3cc35668a8ef260 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 1 Jun 2024 00:15:01 +0300 Subject: [PATCH 0024/1075] squash! --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e69de29..8b13789 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ + diff --git a/package.json b/package.json index 5b8d31f..e8ce6be 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "5.0.17" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240524.0", + "@cloudflare/workers-types": "4.20240529.0", "@playform/build": "0.0.10", "@playform/document": "0.0.10", "wrangler": "3.57.2" From cde9ee6d94e046a66a2944c50253dbe84a831ee3 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 1 Jun 2024 01:06:39 +0300 Subject: [PATCH 0025/1075] squash! Signed-off-by: Nikola Hristov --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 464f277..e1195c3 100644 --- a/package.json +++ b/package.json @@ -22,11 +22,7 @@ "@cloudflare/workers-types": "4.20240529.0", "@playform/build": "0.0.10", "@playform/document": "0.0.10", -<<<<<<< HEAD - "wrangler": "3.57.2" -======= "wrangler": "3.58.0" ->>>>>>> 3e56ca51ed52bfcd175655e9eb5a597d4b0222a9 }, "publishConfig": { "access": "public" From c5e52a3fd2b7cda29df48474f74de5a768e89c54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 15:38:46 +0000 Subject: [PATCH 0026/1075] Bump @cloudflare/workers-types from 4.20240529.0 to 4.20240603.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20240529.0 to 4.20240603.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd623a3..37d6901 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "itty-router": "5.0.17" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240529.0", + "@cloudflare/workers-types": "4.20240603.0", "@playform/build": "0.0.10", "@playform/document": "0.0.10", "wrangler": "3.58.0" From aa2d7d24c74b8d1e9d9b84849be2c953ea0a25ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 15:21:54 +0000 Subject: [PATCH 0027/1075] Bump wrangler from 3.58.0 to 3.59.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.58.0 to 3.59.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.59.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37d6901..9813318 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@cloudflare/workers-types": "4.20240603.0", "@playform/build": "0.0.10", "@playform/document": "0.0.10", - "wrangler": "3.58.0" + "wrangler": "3.59.0" }, "publishConfig": { "access": "public" From a7faeb186ce379d4ab09f64e815b69ab671803d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:52:32 +0000 Subject: [PATCH 0028/1075] Bump @cloudflare/workers-types from 4.20240603.0 to 4.20240605.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20240603.0 to 4.20240605.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9813318..86140b8 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "itty-router": "5.0.17" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240603.0", + "@cloudflare/workers-types": "4.20240605.0", "@playform/build": "0.0.10", "@playform/document": "0.0.10", "wrangler": "3.59.0" From 7d747c1eca4ba0fe400e006e4112a0bc6d799f0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 15:07:41 +0000 Subject: [PATCH 0029/1075] Bump wrangler from 3.59.0 to 3.60.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.59.0 to 3.60.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.60.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86140b8..c90fba2 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@cloudflare/workers-types": "4.20240605.0", "@playform/build": "0.0.10", "@playform/document": "0.0.10", - "wrangler": "3.59.0" + "wrangler": "3.60.0" }, "publishConfig": { "access": "public" From 18a828482333c6a04289a26861160e28ac9bb121 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 8 Jun 2024 07:35:40 +0300 Subject: [PATCH 0030/1075] squash! --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e1195c3..fe7bbb3 100644 --- a/package.json +++ b/package.json @@ -19,10 +19,10 @@ "itty-router": "5.0.17" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240529.0", + "@cloudflare/workers-types": "4.20240605.0", "@playform/build": "0.0.10", "@playform/document": "0.0.10", - "wrangler": "3.58.0" + "wrangler": "3.60.0" }, "publishConfig": { "access": "public" From af54348fb05b0044436881ca3eb1b27d076d8760 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 11 Jun 2024 17:57:40 +0300 Subject: [PATCH 0031/1075] squash! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe7bbb3..26da836 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@cloudflare/workers-types": "4.20240605.0", "@playform/build": "0.0.10", "@playform/document": "0.0.10", - "wrangler": "3.60.0" + "wrangler": "3.60.1" }, "publishConfig": { "access": "public" From e709421e08ea89fd631fef2cf75fc0d4e12feddc Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 11 Jun 2024 18:10:42 +0300 Subject: [PATCH 0032/1075] squash! --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index ef613b7..26da836 100644 --- a/package.json +++ b/package.json @@ -22,11 +22,7 @@ "@cloudflare/workers-types": "4.20240605.0", "@playform/build": "0.0.10", "@playform/document": "0.0.10", -<<<<<<< HEAD "wrangler": "3.60.1" -======= - "wrangler": "3.60.0" ->>>>>>> cffb7984c85267d20c2acef86e4b9f2196333d71 }, "publishConfig": { "access": "public" From e953c2d95e205a3c2386326b3f8e965a6a276ae0 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 12 Jun 2024 14:57:51 +0300 Subject: [PATCH 0033/1075] squash! --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 26da836..92e331f 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,9 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20240605.0", - "@playform/build": "0.0.10", + "@playform/build": "0.0.11", "@playform/document": "0.0.10", - "wrangler": "3.60.1" + "wrangler": "3.60.2" }, "publishConfig": { "access": "public" From b96b6f98af67cd94b4ba831e1d115091a7141f55 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 12 Jun 2024 22:06:09 +0300 Subject: [PATCH 0034/1075] squash! --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index c5828c9..9c2a835 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -61,7 +61,7 @@ jobs: - uses: pnpm/action-setup@v4.0.0 with: - version: 8.15.5 + version: 9.3.0 run_install: | - recursive: true args: [ From 8672904c5ee192987b57512268310fb2267a7807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 15:47:05 +0000 Subject: [PATCH 0035/1075] Bump @playform/document from 0.0.10 to 0.0.11 Bumps [@playform/document](https://github.com/PlayForm/Document) from 0.0.10 to 0.0.11. - [Release notes](https://github.com/PlayForm/Document/releases) - [Changelog](https://github.com/PlayForm/Document/blob/Current/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Document/compare/Document/v0.0.10...Document/v0.0.11) --- updated-dependencies: - dependency-name: "@playform/document" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92e331f..d2cee44 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240605.0", "@playform/build": "0.0.11", - "@playform/document": "0.0.10", + "@playform/document": "0.0.11", "wrangler": "3.60.2" }, "publishConfig": { From 8b44e2baea313221224844d1ba43180030d77911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 15:49:34 +0000 Subject: [PATCH 0036/1075] Bump actions/checkout from 4.1.6 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Cloudflare.yml | 2 +- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 945fd3f..35961dc 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -51,7 +51,7 @@ jobs: TELEMETRY_DISABLED: 1 steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: cloudflare/wrangler-action@v3.6.1 with: diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 788002b..4eb3b12 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -24,7 +24,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: actions/setup-node@v4.0.2 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 9c2a835..ddfd39a 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -57,7 +57,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: pnpm/action-setup@v4.0.0 with: From 7733fd82403de54ca7f21288352c88a9bc84ee2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:38:47 +0000 Subject: [PATCH 0037/1075] Bump wrangler from 3.60.2 to 3.60.3 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.60.2 to 3.60.3. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.60.3/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2cee44..ecc97c2 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@cloudflare/workers-types": "4.20240605.0", "@playform/build": "0.0.11", "@playform/document": "0.0.11", - "wrangler": "3.60.2" + "wrangler": "3.60.3" }, "publishConfig": { "access": "public" From 3b7f8bdd7e0489c76810530525b8c63768342caa Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 15 Jun 2024 17:48:42 +0300 Subject: [PATCH 0038/1075] squash! --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 92e331f..ecc97c2 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240605.0", "@playform/build": "0.0.11", - "@playform/document": "0.0.10", - "wrangler": "3.60.2" + "@playform/document": "0.0.11", + "wrangler": "3.60.3" }, "publishConfig": { "access": "public" From 956a78a8c01a099bb1fb3570764dd4a41a5336cf Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 16 Jun 2024 16:44:21 +0300 Subject: [PATCH 0039/1075] squash! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ecc97c2..5b41f2a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "5.0.17" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240605.0", + "@cloudflare/workers-types": "4.20240614.0", "@playform/build": "0.0.11", "@playform/document": "0.0.11", "wrangler": "3.60.3" From f0d825569e074df5174fe7896686e297f934d82d Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 16 Jun 2024 21:19:41 +0300 Subject: [PATCH 0040/1075] squash! --- .github/workflows/Cloudflare.yml | 2 +- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 945fd3f..35961dc 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -51,7 +51,7 @@ jobs: TELEMETRY_DISABLED: 1 steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: cloudflare/wrangler-action@v3.6.1 with: diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 788002b..4eb3b12 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -24,7 +24,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: actions/setup-node@v4.0.2 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 9c2a835..ddfd39a 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -57,7 +57,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: pnpm/action-setup@v4.0.0 with: From bfdbab4758eb5075eb9993f4a0e2e7111a5e9a1e Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 19 Jun 2024 02:53:18 +0300 Subject: [PATCH 0041/1075] squash! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b41f2a..5e97824 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@cloudflare/workers-types": "4.20240614.0", "@playform/build": "0.0.11", "@playform/document": "0.0.11", - "wrangler": "3.60.3" + "wrangler": "3.61.0" }, "publishConfig": { "access": "public" From 38466d4593cb41b04aae4972df700adbcc70cc4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 15:51:48 +0000 Subject: [PATCH 0042/1075] Bump wrangler from 3.60.3 to 3.61.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.60.3 to 3.61.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.61.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b41f2a..5e97824 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@cloudflare/workers-types": "4.20240614.0", "@playform/build": "0.0.11", "@playform/document": "0.0.11", - "wrangler": "3.60.3" + "wrangler": "3.61.0" }, "publishConfig": { "access": "public" From 1b69b7a41e803e3db189b9a44d4cbba6631076fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 15:54:04 +0000 Subject: [PATCH 0043/1075] Bump @cloudflare/workers-types from 4.20240614.0 to 4.20240620.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20240614.0 to 4.20240620.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e97824..ce62210 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "5.0.17" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240614.0", + "@cloudflare/workers-types": "4.20240620.0", "@playform/build": "0.0.11", "@playform/document": "0.0.11", "wrangler": "3.61.0" From 3d89d6b94d75ed20e30ec160ce44c75fe8bd2662 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 22 Jun 2024 17:10:18 +0300 Subject: [PATCH 0044/1075] squash! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e97824..ce62210 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "5.0.17" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240614.0", + "@cloudflare/workers-types": "4.20240620.0", "@playform/build": "0.0.11", "@playform/document": "0.0.11", "wrangler": "3.61.0" From cf58a50cfb6eade1cc744c05944c1c8ff4ae94cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:11:21 +0000 Subject: [PATCH 0045/1075] Bump wrangler from 3.61.0 to 3.62.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.61.0 to 3.62.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.62.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce62210..05e0707 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@cloudflare/workers-types": "4.20240620.0", "@playform/build": "0.0.11", "@playform/document": "0.0.11", - "wrangler": "3.61.0" + "wrangler": "3.62.0" }, "publishConfig": { "access": "public" From 56956ebb86729bc540a2f9698f865616586ff32b Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 25 Jun 2024 22:43:30 +0300 Subject: [PATCH 0046/1075] squash! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce62210..05e0707 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@cloudflare/workers-types": "4.20240620.0", "@playform/build": "0.0.11", "@playform/document": "0.0.11", - "wrangler": "3.61.0" + "wrangler": "3.62.0" }, "publishConfig": { "access": "public" From 8a251f323a0a2ee18f76186ad950d7cc057e18f7 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 28 Jun 2024 03:06:07 +0300 Subject: [PATCH 0047/1075] squash! --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 05e0707..3cc0fb0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240620.0", "@playform/build": "0.0.11", - "@playform/document": "0.0.11", "wrangler": "3.62.0" }, "publishConfig": { From 6308c91db5fd490c84e9abc042f372efd329b0ae Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 2 Jul 2024 13:03:59 +0300 Subject: [PATCH 0048/1075] squash! --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 22bb4f6..3ba6945 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -open_collective: playform +open_collective: playform-cloud-collective From c2983574f729ca96458e1743fa12d4d245a38612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:17:14 +0000 Subject: [PATCH 0049/1075] Bump cloudflare/wrangler-action from 3.6.1 to 3.7.0 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.6.1 to 3.7.0. - [Release notes](https://github.com/cloudflare/wrangler-action/releases) - [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/cloudflare/wrangler-action/compare/v3.6.1...v3.7.0) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Cloudflare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 35961dc..b85bc4d 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -53,7 +53,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - - uses: cloudflare/wrangler-action@v3.6.1 + - uses: cloudflare/wrangler-action@v3.7.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} From 083fbb3b4641d05111619fb9d39a00a447ca2348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 15:15:43 +0000 Subject: [PATCH 0050/1075] Bump wrangler from 3.62.0 to 3.63.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.62.0 to 3.63.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.63.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3cc0fb0..f1ca0c1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240620.0", "@playform/build": "0.0.11", - "wrangler": "3.62.0" + "wrangler": "3.63.0" }, "publishConfig": { "access": "public" From 28996441662eac3c38a41314bdf78bc18f0baede Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 5 Jul 2024 10:30:10 +0300 Subject: [PATCH 0051/1075] squash! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3cc0fb0..bfa0863 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240620.0", "@playform/build": "0.0.11", - "wrangler": "3.62.0" + "wrangler": "3.63.1" }, "publishConfig": { "access": "public" From f08c850f82ae79216e9e7a7d3db5c542d11d5b72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 15:51:22 +0000 Subject: [PATCH 0052/1075] Bump wrangler from 3.63.0 to 3.63.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.63.0 to 3.63.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.63.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f1ca0c1..bfa0863 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240620.0", "@playform/build": "0.0.11", - "wrangler": "3.63.0" + "wrangler": "3.63.1" }, "publishConfig": { "access": "public" From 90e6a4da8fff1472b8e266812d181f8e35e5d8c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 15:56:23 +0000 Subject: [PATCH 0053/1075] Bump actions/upload-artifact from 4.3.3 to 4.3.4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index ddfd39a..888030e 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -86,7 +86,7 @@ jobs: - run: pnpm run prepublishOnly working-directory: . - - uses: actions/upload-artifact@v4.3.3 + - uses: actions/upload-artifact@v4.3.4 with: name: .-Node-${{ matrix.node-version }}-Target path: ./Target From c10e00a9647e63f2550b3a1c8609c9ea8898861d Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 7 Jul 2024 15:45:25 +0300 Subject: [PATCH 0054/1075] squash! --- .github/workflows/Dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml index e6091e5..387fece 100644 --- a/.github/workflows/Dependabot.yml +++ b/.github/workflows/Dependabot.yml @@ -20,7 +20,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v2.1.0 + - uses: dependabot/fetch-metadata@v2.2.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" @@ -35,7 +35,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v2.1.0 + - uses: dependabot/fetch-metadata@v2.2.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" From 353a5e7e3aeedf55fa124c298f7d467456a0ec9c Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 8 Jul 2024 16:17:05 +0300 Subject: [PATCH 0055/1075] squash! --- CODE_OF_CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 13ffed8..d35c668 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -74,7 +74,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -community@playform.cloud. All complaints will be reviewed and investigated +Community@PlayForm.Cloud. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. From 74540ad581de591a0eda27f2d3633639197d06e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:59:00 +0000 Subject: [PATCH 0056/1075] Bump actions/setup-node from 4.0.2 to 4.0.3 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.2...v4.0.3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 4eb3b12..df55242 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - - uses: actions/setup-node@v4.0.2 + - uses: actions/setup-node@v4.0.3 with: node-version: "18" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 888030e..324f0b8 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -74,7 +74,7 @@ jobs: --unsafe-perm=true ] - - uses: actions/setup-node@v4.0.2 + - uses: actions/setup-node@v4.0.3 with: node-version: ${{ matrix.node-version }} cache: "pnpm" From f5ec71956be3d747fc39e273903b472ce9b59311 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 9 Jul 2024 23:36:19 +0300 Subject: [PATCH 0057/1075] squash! --- .github/workflows/Cloudflare.yml | 3 ++- .github/workflows/GitHub.yml | 1 + .github/workflows/NPM.yml | 32 ++++++++++++++++++++++++++++++++ .github/workflows/Node.yml | 1 + 4 files changed, 36 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index b85bc4d..1e5f708 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -49,11 +49,12 @@ jobs: STNOUPGRADE: 1 STRIPE_CLI_TELEMETRY_OPTOUT: 1 TELEMETRY_DISABLED: 1 + TERRAFORM_TELEMETRY: 0 steps: - uses: actions/checkout@v4.1.7 - - uses: cloudflare/wrangler-action@v3.7.0 + - uses: cloudflare/wrangler-action@v3.6.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml index 5e814e3..7b1e399 100644 --- a/.github/workflows/GitHub.yml +++ b/.github/workflows/GitHub.yml @@ -48,6 +48,7 @@ jobs: STNOUPGRADE: 1 STRIPE_CLI_TELEMETRY_OPTOUT: 1 TELEMETRY_DISABLED: 1 + TERRAFORM_TELEMETRY: 0 steps: - uses: pozil/auto-assign-issue@v2.0.0 diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 4eb3b12..86bf8e2 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -19,6 +19,38 @@ jobs: Publish: runs-on: ubuntu-latest + env: + ADBLOCK: true + ASTRO_TELEMETRY_DISABLED: 1 + AUTOMATEDLAB_TELEMETRY_OPTOUT: 1 + AZURE_CORE_COLLECT_TELEMETRY: 0 + CHOOSENIM_NO_ANALYTICS: 1 + DIEZ_DO_NOT_TRACK: 1 + DOTNET_CLI_TELEMETRY_OPTOUT: 1 + DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT: 1 + DO_NOT_TRACK: 1 + ET_NO_TELEMETRY: 1 + GATSBY_TELEMETRY_DISABLED: 1 + GATSBY_TELEMETRY_OPTOUT: 1 + GATSBY_TELEMETRY_OPT_OUT: 1 + GRIT_TELEMETRY_DISABLED: 1 + HASURA_GRAPHQL_ENABLE_TELEMETRY: false + HINT_TELEMETRY: off + HOMEBREW_NO_ANALYTICS: 1 + INFLUXD_REPORTING_DISABLED: true + ITERATIVE_DO_NOT_TRACK: 1 + NEXT_TELEMETRY_DEBUG: 1 + NEXT_TELEMETRY_DISABLED: 1 + NG_CLI_ANALYTICS: false + NUXT_TELEMETRY_DISABLED: 1 + PIN_DO_NOT_TRACK: 1 + POWERSHELL_TELEMETRY_OPTOUT: 1 + SAM_CLI_TELEMETRY: 0 + STNOUPGRADE: 1 + STRIPE_CLI_TELEMETRY_OPTOUT: 1 + TELEMETRY_DISABLED: 1 + TERRAFORM_TELEMETRY: 0 + permissions: contents: read id-token: write diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 888030e..9f42565 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -51,6 +51,7 @@ jobs: STNOUPGRADE: 1 STRIPE_CLI_TELEMETRY_OPTOUT: 1 TELEMETRY_DISABLED: 1 + TERRAFORM_TELEMETRY: 0 strategy: matrix: From dc4deba282190e3c0ed6a3483f1a0de4eb2ec800 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 10 Jul 2024 13:18:07 +0300 Subject: [PATCH 0058/1075] squash! --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bfa0863..a6956fc 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20240620.0", - "@playform/build": "0.0.11", - "wrangler": "3.63.1" + "@playform/build": "0.1.0", + "wrangler": "3.63.2" }, "publishConfig": { "access": "public" From 4e67fcfbb5f17000f10c0f26b8b6067552665638 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 10 Jul 2024 14:05:02 +0300 Subject: [PATCH 0059/1075] squash! --- .github/dependabot.yml | 14 ---------- .github/workflows/Dependabot.yml | 45 -------------------------------- 2 files changed, 59 deletions(-) delete mode 100644 .github/dependabot.yml delete mode 100644 .github/workflows/Dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 575fdde..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,14 +0,0 @@ -version: 2 -enable-beta-ecosystems: true - -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" - - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - versioning-strategy: increase diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml deleted file mode 100644 index 387fece..0000000 --- a/.github/workflows/Dependabot.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: Dependabot - -concurrency: - group: Dependabot-${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -permissions: - security-events: write - contents: write - pull-requests: write - -on: - workflow_dispatch: - pull_request: - -jobs: - Approve: - runs-on: ubuntu-latest - - if: ${{ github.actor == 'dependabot[bot]' }} - - steps: - - uses: dependabot/fetch-metadata@v2.2.0 - with: - github-token: "${{ secrets.GITHUB_TOKEN }}" - - - run: gh pr review --approve "$PR_URL" - env: - PR_URL: ${{github.event.pull_request.html_url}} - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - - Merge: - runs-on: ubuntu-latest - - if: ${{ github.actor == 'dependabot[bot]' }} - - steps: - - uses: dependabot/fetch-metadata@v2.2.0 - with: - github-token: "${{ secrets.GITHUB_TOKEN }}" - - - run: gh pr merge --auto --merge "$PR_URL" - env: - PR_URL: ${{github.event.pull_request.html_url}} - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} From 138df2e5ae7248e2394c6017d72ddbece1a27322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 15:11:07 +0000 Subject: [PATCH 0060/1075] Bump wrangler from 3.63.1 to 3.63.2 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.63.1 to 3.63.2. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/HEAD/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bfa0863..b5d20b1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240620.0", "@playform/build": "0.0.11", - "wrangler": "3.63.1" + "wrangler": "3.63.2" }, "publishConfig": { "access": "public" From cd8c92741f941fe1b57208772922d2ef64e19369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 15:12:07 +0000 Subject: [PATCH 0061/1075] Bump @playform/build from 0.0.11 to 0.1.1 Bumps [@playform/build](https://github.com/PlayForm/Build) from 0.0.11 to 0.1.1. - [Release notes](https://github.com/PlayForm/Build/releases) - [Changelog](https://github.com/PlayForm/Build/blob/Current/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Build/compare/v0.0.11...v0.1.1) --- updated-dependencies: - dependency-name: "@playform/build" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5d20b1..224476a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20240620.0", - "@playform/build": "0.0.11", + "@playform/build": "0.1.1", "wrangler": "3.63.2" }, "publishConfig": { From 2094b115ed630659175f9d5f28805489cf61e1af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 15:42:46 +0000 Subject: [PATCH 0062/1075] Bump wrangler from 3.63.2 to 3.64.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.63.2 to 3.64.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.64.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 224476a..385b857 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240620.0", "@playform/build": "0.1.1", - "wrangler": "3.63.2" + "wrangler": "3.64.0" }, "publishConfig": { "access": "public" From 00140a8a067dc68571b8a26074ade958b8e4b82f Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 12 Jul 2024 17:30:43 +0300 Subject: [PATCH 0063/1075] squash! --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 86bf8e2..a3c4811 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -58,7 +58,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - - uses: actions/setup-node@v4.0.2 + - uses: actions/setup-node@v4.0.3 with: node-version: "18" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 9f42565..216f5b7 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -75,7 +75,7 @@ jobs: --unsafe-perm=true ] - - uses: actions/setup-node@v4.0.2 + - uses: actions/setup-node@v4.0.3 with: node-version: ${{ matrix.node-version }} cache: "pnpm" From 8dfc5b4ef7a191ff3510320332ae86148f56c398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 15:56:08 +0000 Subject: [PATCH 0064/1075] Bump @cloudflare/workers-types from 4.20240620.0 to 4.20240701.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20240620.0 to 4.20240701.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 385b857..562071f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "5.0.17" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240620.0", + "@cloudflare/workers-types": "4.20240701.0", "@playform/build": "0.1.1", "wrangler": "3.64.0" }, From 2c7ebacf9bf12cb20f588a3f07f33974dc6ebe50 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 13 Jul 2024 22:46:54 +0300 Subject: [PATCH 0065/1075] squash! Signed-off-by: Nikola Hristov --- .github/workflows/Cloudflare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 1e5f708..8585888 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -54,7 +54,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - - uses: cloudflare/wrangler-action@v3.6.1 + - uses: cloudflare/wrangler-action@v3.7.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} From 8d6abfffb2e94d8e0f25635048629be9a04ea9fb Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 14 Jul 2024 00:46:59 +0300 Subject: [PATCH 0066/1075] squash! Signed-off-by: Nikola Hristov --- package.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/package.json b/package.json index f54acbc..562071f 100644 --- a/package.json +++ b/package.json @@ -19,15 +19,9 @@ "itty-router": "5.0.17" }, "devDependencies": { -<<<<<<< HEAD - "@cloudflare/workers-types": "4.20240620.0", - "@playform/build": "0.1.0", - "wrangler": "3.63.2" -======= "@cloudflare/workers-types": "4.20240701.0", "@playform/build": "0.1.1", "wrangler": "3.64.0" ->>>>>>> db3fc427dd4d8454ce5abe2c466ea0aafe5ad2a1 }, "publishConfig": { "access": "public" From 13e2977d94e710317c64c126be1f232354f3ba41 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 14 Jul 2024 16:39:50 +0300 Subject: [PATCH 0067/1075] squash! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 562071f..3cae949 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "5.0.17" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240701.0", + "@cloudflare/workers-types": "4.20240712.0", "@playform/build": "0.1.1", "wrangler": "3.64.0" }, From 1b06007e7cb3821969d29cebf876b19e7f9ef2b8 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 15 Jul 2024 01:41:22 +0300 Subject: [PATCH 0068/1075] squash! --- .github/dependabot.yml | 14 ++++++++++ .github/workflows/Dependabot.yml | 45 ++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 .github/dependabot.yml create mode 100644 .github/workflows/Dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..575fdde --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +enable-beta-ecosystems: true + +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + versioning-strategy: increase diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml new file mode 100644 index 0000000..387fece --- /dev/null +++ b/.github/workflows/Dependabot.yml @@ -0,0 +1,45 @@ +name: Dependabot + +concurrency: + group: Dependabot-${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +permissions: + security-events: write + contents: write + pull-requests: write + +on: + workflow_dispatch: + pull_request: + +jobs: + Approve: + runs-on: ubuntu-latest + + if: ${{ github.actor == 'dependabot[bot]' }} + + steps: + - uses: dependabot/fetch-metadata@v2.2.0 + with: + github-token: "${{ secrets.GITHUB_TOKEN }}" + + - run: gh pr review --approve "$PR_URL" + env: + PR_URL: ${{github.event.pull_request.html_url}} + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + + Merge: + runs-on: ubuntu-latest + + if: ${{ github.actor == 'dependabot[bot]' }} + + steps: + - uses: dependabot/fetch-metadata@v2.2.0 + with: + github-token: "${{ secrets.GITHUB_TOKEN }}" + + - run: gh pr merge --auto --merge "$PR_URL" + env: + PR_URL: ${{github.event.pull_request.html_url}} + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} From 6324ac4d0851b10c6ea3c8a0893a4cd8a23f69d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:29:03 +0000 Subject: [PATCH 0069/1075] Bump wrangler from 3.64.0 to 3.65.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.64.0 to 3.65.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.65.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3cae949..ade24bf 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240712.0", "@playform/build": "0.1.1", - "wrangler": "3.64.0" + "wrangler": "3.65.0" }, "publishConfig": { "access": "public" From 35172c159492f800fc4f5d8f4a8663f5f3a5ab2d Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 17 Jul 2024 22:42:46 +0300 Subject: [PATCH 0070/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3cae949..ade24bf 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240712.0", "@playform/build": "0.1.1", - "wrangler": "3.64.0" + "wrangler": "3.65.0" }, "publishConfig": { "access": "public" From f81a483a4e3472c38d385cbbd0042594b8d26e56 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 19 Jul 2024 04:31:54 +0300 Subject: [PATCH 0071/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ade24bf..9305783 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "5.0.17" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240712.0", + "@cloudflare/workers-types": "4.20240718.0", "@playform/build": "0.1.1", "wrangler": "3.65.0" }, From d3a2c49dbd8a1ca424819586d2c3b9d5bbd655d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 15:23:49 +0000 Subject: [PATCH 0072/1075] Bump wrangler from 3.65.0 to 3.65.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.65.0 to 3.65.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.65.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9305783..53d3d17 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240718.0", "@playform/build": "0.1.1", - "wrangler": "3.65.0" + "wrangler": "3.65.1" }, "publishConfig": { "access": "public" From 6faed904fe23b02e4e61d9ad1e39ea5ffa800a48 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 20 Jul 2024 05:48:05 +0300 Subject: [PATCH 0073/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9305783..53d3d17 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240718.0", "@playform/build": "0.1.1", - "wrangler": "3.65.0" + "wrangler": "3.65.1" }, "publishConfig": { "access": "public" From 525026e2bfa3f524f16f23ae2af8c49808b4fbfd Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 21 Jul 2024 13:42:45 +0300 Subject: [PATCH 0074/1075] --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 53d3d17..3aa9ca7 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "wrangler": "3.65.1" }, "publishConfig": { + "provenance": true, "access": "public" } } From 1affaba7860368153bbee239f0621067592cacbe Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 22 Jul 2024 11:13:12 +0300 Subject: [PATCH 0075/1075] --- CODE_OF_CONDUCT.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index d35c668..01e92b5 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -136,11 +136,11 @@ For answers to common questions about this code of conduct, see the FAQ at [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at [https://www.contributor-covenant.org/translations][translations]. -[homepage]: https://www.contributor-covenant.org -[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html -[Mozilla CoC]: https://github.com/mozilla/diversity -[FAQ]: https://www.contributor-covenant.org/faq -[translations]: https://www.contributor-covenant.org/translations +[homepage]: HTTPS://www.contributor-covenant.org +[v2.1]: HTTPS://www.contributor-covenant.org/version/2/1/code_of_conduct.html +[Mozilla CoC]: HTTPS://github.com/mozilla/diversity +[FAQ]: HTTPS://www.contributor-covenant.org/faq +[translations]: HTTPS://www.contributor-covenant.org/translations Thank you for being part of our community and helping us create a safe and respectful environment for everyone! From 4e2f5426260ef438e0b22ed850735a8c6c93b537 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 22 Jul 2024 12:36:18 +0300 Subject: [PATCH 0076/1075] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c749fbe..c390eae 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,7 +62,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -community@playform.cloud. All complaints will be reviewed and investigated +Community@PlayForm.Cloud. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. From 3088902fbc42a8c889bfe80f9c8c3eb9b9b7cfc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:12:10 +0000 Subject: [PATCH 0077/1075] Bump wrangler from 3.65.1 to 3.66.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.65.1 to 3.66.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.66.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3aa9ca7..f79a5d5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240718.0", "@playform/build": "0.1.1", - "wrangler": "3.65.1" + "wrangler": "3.66.0" }, "publishConfig": { "provenance": true, From d20702f56f8688e75965d222695551cc51ffa88d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:12:16 +0000 Subject: [PATCH 0078/1075] Bump @cloudflare/workers-types from 4.20240718.0 to 4.20240722.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20240718.0 to 4.20240722.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3aa9ca7..a48f3d1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "5.0.17" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240718.0", + "@cloudflare/workers-types": "4.20240722.0", "@playform/build": "0.1.1", "wrangler": "3.65.1" }, From 274f4ca2d08361de455911f31173cf87cd106050 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 24 Jul 2024 15:25:28 +0300 Subject: [PATCH 0079/1075] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3aa9ca7..60e2fe5 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "itty-router": "5.0.17" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240718.0", + "@cloudflare/workers-types": "4.20240722.0", "@playform/build": "0.1.1", - "wrangler": "3.65.1" + "wrangler": "3.66.0" }, "publishConfig": { "provenance": true, From 91b7966bc82ef81be8a5754786b6fad98b3b97ff Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 25 Jul 2024 12:52:51 +0300 Subject: [PATCH 0080/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60e2fe5..aa4d5b9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20240722.0", - "@playform/build": "0.1.1", + "@playform/build": "0.1.2", "wrangler": "3.66.0" }, "publishConfig": { From 87b160694a905bedd86a9824d2a778c8348fbd30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 15:50:15 +0000 Subject: [PATCH 0081/1075] Bump @cloudflare/workers-types from 4.20240722.0 to 4.20240725.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20240722.0 to 4.20240725.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa4d5b9..2f79e83 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "5.0.17" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240722.0", + "@cloudflare/workers-types": "4.20240725.0", "@playform/build": "0.1.2", "wrangler": "3.66.0" }, From bc7f45d37b11b6b4599eeae74142c915e2b19238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 15:53:16 +0000 Subject: [PATCH 0082/1075] Bump wrangler from 3.66.0 to 3.67.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.66.0 to 3.67.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.67.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f79e83..62f07f0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240725.0", "@playform/build": "0.1.2", - "wrangler": "3.66.0" + "wrangler": "3.67.1" }, "publishConfig": { "provenance": true, From 647df439505fdc7d02aea3b4e96e02b33390cb99 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 27 Jul 2024 23:02:36 +0300 Subject: [PATCH 0083/1075] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2f79e83..f8f2e99 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "wrangler": "3.66.0" }, "publishConfig": { - "provenance": true, - "access": "public" + "access": "public", + "provenance": true } } From 323bed32198d4350a6e2ceda633bc97facf01b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:55:23 +0000 Subject: [PATCH 0084/1075] Bump wrangler from 3.67.1 to 3.68.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.67.1 to 3.68.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.68.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d34c6d..4920e23 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240725.0", "@playform/build": "0.1.2", - "wrangler": "3.67.1" + "wrangler": "3.68.0" }, "publishConfig": { "access": "public", From a208f1f67f23f409e4b43e5a2c910509eb4c7b88 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 2 Aug 2024 02:44:14 +0300 Subject: [PATCH 0085/1075] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5d34c6d..c02a93f 100644 --- a/package.json +++ b/package.json @@ -16,12 +16,12 @@ "prepublishOnly": "Build 'Source/**/*.ts'" }, "dependencies": { - "itty-router": "5.0.17" + "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240725.0", + "@cloudflare/workers-types": "4.20240729.0", "@playform/build": "0.1.2", - "wrangler": "3.67.1" + "wrangler": "3.68.0" }, "publishConfig": { "access": "public", From c09f1731e208d797cbe49606d9e737a353eda7dc Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 2 Aug 2024 02:57:01 +0300 Subject: [PATCH 0086/1075] --- .npmignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index d0265ba..3582868 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,7 @@ .github/ -Source/ -Documentation/ CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md +Documentation/ +Source/ +Summary.md From 9a046c2def89fa6e5b3a34395957e1f79895e5be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 15:19:36 +0000 Subject: [PATCH 0087/1075] Bump actions/upload-artifact from 4.3.4 to 4.3.5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 216f5b7..97cc564 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -87,7 +87,7 @@ jobs: - run: pnpm run prepublishOnly working-directory: . - - uses: actions/upload-artifact@v4.3.4 + - uses: actions/upload-artifact@v4.3.5 with: name: .-Node-${{ matrix.node-version }}-Target path: ./Target From bf353d0fb9cf58e395ce7e7fb38d033cc3e7aa44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 15:26:40 +0000 Subject: [PATCH 0088/1075] Bump @playform/build from 0.1.2 to 0.1.3 Bumps [@playform/build](https://github.com/PlayForm/Build) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/PlayForm/Build/releases) - [Changelog](https://github.com/PlayForm/Build/blob/Current/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Build/compare/v0.1.2...v0.1.3) --- updated-dependencies: - dependency-name: "@playform/build" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c02a93f..9847e54 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20240729.0", - "@playform/build": "0.1.2", + "@playform/build": "0.1.3", "wrangler": "3.68.0" }, "publishConfig": { From f6f993964f3e22c358c495ed5c9f8cde6a8f8e63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 15:17:06 +0000 Subject: [PATCH 0089/1075] Bump actions/upload-artifact from 4.3.5 to 4.3.6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.5 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.5...v4.3.6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 97cc564..e9ddd24 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -87,7 +87,7 @@ jobs: - run: pnpm run prepublishOnly working-directory: . - - uses: actions/upload-artifact@v4.3.5 + - uses: actions/upload-artifact@v4.3.6 with: name: .-Node-${{ matrix.node-version }}-Target path: ./Target From 3d9277709a7527657458623fd952a4d47a97cdee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:33:35 +0000 Subject: [PATCH 0090/1075] Bump wrangler from 3.68.0 to 3.69.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.68.0 to 3.69.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.69.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9847e54..d1dacf3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240729.0", "@playform/build": "0.1.3", - "wrangler": "3.68.0" + "wrangler": "3.69.1" }, "publishConfig": { "access": "public", From d7595d1d8a5cd8591c8b8e5ac7b2134f5255e412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:33:40 +0000 Subject: [PATCH 0091/1075] Bump @cloudflare/workers-types from 4.20240729.0 to 4.20240806.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20240729.0 to 4.20240806.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9847e54..874b95b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240729.0", + "@cloudflare/workers-types": "4.20240806.0", "@playform/build": "0.1.3", "wrangler": "3.68.0" }, From 5fbacd2675c0e690c088cdd2e4c867d6805cb3c6 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 8 Aug 2024 11:31:09 +0300 Subject: [PATCH 0092/1075] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9847e54..c6f5d0a 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240729.0", + "@cloudflare/workers-types": "4.20240806.0", "@playform/build": "0.1.3", - "wrangler": "3.68.0" + "wrangler": "3.69.1" }, "publishConfig": { "access": "public", From 7de6a90323b0196338d6aaf94f34403d9fd607f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 15:07:23 +0000 Subject: [PATCH 0093/1075] Bump wrangler from 3.69.1 to 3.70.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.69.1 to 3.70.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.70.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6f5d0a..2a97569 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240806.0", "@playform/build": "0.1.3", - "wrangler": "3.69.1" + "wrangler": "3.70.0" }, "publishConfig": { "access": "public", From fd225a8b77e71042ed5dfef719ace24e143b9492 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 11 Aug 2024 13:31:33 +0300 Subject: [PATCH 0094/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6f5d0a..2a97569 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240806.0", "@playform/build": "0.1.3", - "wrangler": "3.69.1" + "wrangler": "3.70.0" }, "publishConfig": { "access": "public", From 42d33adbba0738e8c4cbdf0687531a6075c8cb09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:49:07 +0000 Subject: [PATCH 0095/1075] Bump wrangler from 3.70.0 to 3.71.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.70.0 to 3.71.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.71.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a97569..239f0d8 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240806.0", "@playform/build": "0.1.3", - "wrangler": "3.70.0" + "wrangler": "3.71.0" }, "publishConfig": { "access": "public", From bcec51aa4cec6716e30c6c0a737bc91457259cdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 15:14:19 +0000 Subject: [PATCH 0096/1075] Bump @cloudflare/workers-types from 4.20240806.0 to 4.20240815.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20240806.0 to 4.20240815.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 239f0d8..a5b1503 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240806.0", + "@cloudflare/workers-types": "4.20240815.0", "@playform/build": "0.1.3", "wrangler": "3.71.0" }, From e4fa7517038d03890b38c8bfd0ebd14b4d513680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 15:15:49 +0000 Subject: [PATCH 0097/1075] Bump wrangler from 3.71.0 to 3.72.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.71.0 to 3.72.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.72.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5b1503..2f83d8b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240815.0", "@playform/build": "0.1.3", - "wrangler": "3.71.0" + "wrangler": "3.72.0" }, "publishConfig": { "access": "public", From 51a93d073207b0235112c75b1eb8b220233c943b Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 19 Aug 2024 00:19:57 +0300 Subject: [PATCH 0098/1075] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 239f0d8..2f83d8b 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240806.0", + "@cloudflare/workers-types": "4.20240815.0", "@playform/build": "0.1.3", - "wrangler": "3.71.0" + "wrangler": "3.72.0" }, "publishConfig": { "access": "public", From e2f6927555391c8be57981b26730a017c80d88fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:32:59 +0000 Subject: [PATCH 0099/1075] Bump wrangler from 3.72.0 to 3.72.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.72.0 to 3.72.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.72.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f83d8b..4baee23 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240815.0", "@playform/build": "0.1.3", - "wrangler": "3.72.0" + "wrangler": "3.72.1" }, "publishConfig": { "access": "public", From 54a17f40e823679ef1086772a0ed058174f7785d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:18:12 +0000 Subject: [PATCH 0100/1075] Bump @cloudflare/workers-types from 4.20240815.0 to 4.20240821.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20240815.0 to 4.20240821.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4baee23..3f95054 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240815.0", + "@cloudflare/workers-types": "4.20240821.1", "@playform/build": "0.1.3", "wrangler": "3.72.1" }, From 0c4b12ed9df6be50491f3f578f81f2cb9ea5b60e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:33:51 +0000 Subject: [PATCH 0101/1075] Bump wrangler from 3.72.1 to 3.72.2 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.72.1 to 3.72.2. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.72.2/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f95054..e621225 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240821.1", "@playform/build": "0.1.3", - "wrangler": "3.72.1" + "wrangler": "3.72.2" }, "publishConfig": { "access": "public", From 522e66b343b4a339d3b6c3d9f0e02d3528ac9ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:21:40 +0000 Subject: [PATCH 0102/1075] Bump @playform/build from 0.1.3 to 0.1.4 Bumps [@playform/build](https://github.com/PlayForm/Build) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/PlayForm/Build/releases) - [Changelog](https://github.com/PlayForm/Build/blob/Current/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Build/compare/v0.1.3...v0.1.4) --- updated-dependencies: - dependency-name: "@playform/build" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e621225..1a47b12 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20240821.1", - "@playform/build": "0.1.3", + "@playform/build": "0.1.4", "wrangler": "3.72.2" }, "publishConfig": { From 9781e7e30af0f6e736a90055df8d20e814245926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:52:04 +0000 Subject: [PATCH 0103/1075] Bump wrangler from 3.72.2 to 3.72.3 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.72.2 to 3.72.3. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.72.3/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a47b12..dfa3d6b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240821.1", "@playform/build": "0.1.4", - "wrangler": "3.72.2" + "wrangler": "3.72.3" }, "publishConfig": { "access": "public", From 4a839e84e6390d048b455ba1060353bc45f82533 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 30 Aug 2024 14:06:44 +0300 Subject: [PATCH 0104/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dfa3d6b..d06bcce 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240821.1", "@playform/build": "0.1.4", - "wrangler": "3.72.3" + "wrangler": "3.73.0" }, "publishConfig": { "access": "public", From eb1bc5e3003caf49ef49bd1268e0549a7c0ec5bd Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 31 Aug 2024 18:53:40 +0300 Subject: [PATCH 0105/1075] --- .npmignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.npmignore b/.npmignore index 3582868..12d75aa 100644 --- a/.npmignore +++ b/.npmignore @@ -4,4 +4,3 @@ CODE_OF_CONDUCT.md CONTRIBUTING.md Documentation/ Source/ -Summary.md From aa368107156d68ebed3f34eac74059c3b6a6b712 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 1 Sep 2024 12:56:59 +0300 Subject: [PATCH 0106/1075] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index e9ddd24..92c74d6 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -87,7 +87,7 @@ jobs: - run: pnpm run prepublishOnly working-directory: . - - uses: actions/upload-artifact@v4.3.6 + - uses: actions/upload-artifact@v4.4.0 with: name: .-Node-${{ matrix.node-version }}-Target path: ./Target From de00ce35137761ec84687b92adae187e092943da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:35:10 +0000 Subject: [PATCH 0107/1075] Bump wrangler from 3.73.0 to 3.74.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.73.0 to 3.74.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.74.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d06bcce..7912ade 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240821.1", "@playform/build": "0.1.4", - "wrangler": "3.73.0" + "wrangler": "3.74.0" }, "publishConfig": { "access": "public", From 9776a0d000b033b1ff7c2fa7221dfb479005ee25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:24:34 +0000 Subject: [PATCH 0108/1075] Bump @cloudflare/workers-types from 4.20240821.1 to 4.20240903.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20240821.1 to 4.20240903.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7912ade..46e33a4 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240821.1", + "@cloudflare/workers-types": "4.20240903.0", "@playform/build": "0.1.4", "wrangler": "3.74.0" }, From 495c5cd4ee896264c5eedb4b4ff9c4f83772404f Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 4 Sep 2024 22:08:42 +0300 Subject: [PATCH 0109/1075] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d06bcce..46e33a4 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240821.1", + "@cloudflare/workers-types": "4.20240903.0", "@playform/build": "0.1.4", - "wrangler": "3.73.0" + "wrangler": "3.74.0" }, "publishConfig": { "access": "public", From 264264b4a6c431dbe7a575a88d7ef5a2153ad022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:15:50 +0000 Subject: [PATCH 0110/1075] Bump wrangler from 3.74.0 to 3.75.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.74.0 to 3.75.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.75.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46e33a4..94a0a92 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240903.0", "@playform/build": "0.1.4", - "wrangler": "3.74.0" + "wrangler": "3.75.0" }, "publishConfig": { "access": "public", From 2466770e2a8d9cd5273e69919b5d283be6410d3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:20:51 +0000 Subject: [PATCH 0111/1075] Bump @playform/build from 0.1.4 to 0.1.5 Bumps [@playform/build](https://github.com/PlayForm/Build) from 0.1.4 to 0.1.5. - [Release notes](https://github.com/PlayForm/Build/releases) - [Changelog](https://github.com/PlayForm/Build/blob/Current/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Build/compare/v0.1.4...Build/v0.1.5) --- updated-dependencies: - dependency-name: "@playform/build" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94a0a92..5c78fb1 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20240903.0", - "@playform/build": "0.1.4", + "@playform/build": "0.1.5", "wrangler": "3.75.0" }, "publishConfig": { From 711335fc2c97f5b5f3a31fed4c2f10b6098fcc91 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 10 Sep 2024 01:31:04 +0300 Subject: [PATCH 0112/1075] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 46e33a4..34112dc 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20240903.0", - "@playform/build": "0.1.4", - "wrangler": "3.74.0" + "@playform/build": "0.1.6", + "wrangler": "3.75.0" }, "publishConfig": { "access": "public", From 3726400a7c1868bb5d75a5c9a3b5c56bbf827530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:51:54 +0000 Subject: [PATCH 0113/1075] Bump @playform/build from 0.1.5 to 0.1.6 Bumps [@playform/build](https://github.com/PlayForm/Build) from 0.1.5 to 0.1.6. - [Release notes](https://github.com/PlayForm/Build/releases) - [Changelog](https://github.com/PlayForm/Build/blob/Current/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Build/compare/Build/v0.1.5...v0.1.6) --- updated-dependencies: - dependency-name: "@playform/build" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c78fb1..34112dc 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20240903.0", - "@playform/build": "0.1.5", + "@playform/build": "0.1.6", "wrangler": "3.75.0" }, "publishConfig": { From 6f35250d45ca6518fed5688a6b0a93bb18ce6163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:53:21 +0000 Subject: [PATCH 0114/1075] Bump @cloudflare/workers-types from 4.20240903.0 to 4.20240909.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20240903.0 to 4.20240909.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34112dc..d503938 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240903.0", + "@cloudflare/workers-types": "4.20240909.0", "@playform/build": "0.1.6", "wrangler": "3.75.0" }, From 75304ed83ff10c7c99a72a5db11a5f05a97e3fb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:39:05 +0000 Subject: [PATCH 0115/1075] Bump wrangler from 3.75.0 to 3.76.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.75.0 to 3.76.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.76.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d503938..45f50fc 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240909.0", "@playform/build": "0.1.6", - "wrangler": "3.75.0" + "wrangler": "3.76.0" }, "publishConfig": { "access": "public", From cf65f8b144acdfd58c7236d1b4e4ce543369e4ed Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 12 Sep 2024 03:49:57 +0300 Subject: [PATCH 0116/1075] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 34112dc..45f50fc 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240903.0", + "@cloudflare/workers-types": "4.20240909.0", "@playform/build": "0.1.6", - "wrangler": "3.75.0" + "wrangler": "3.76.0" }, "publishConfig": { "access": "public", From d2248e69a0b1b3ee09647c99fd0a9c51cfae3d9c Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 13 Sep 2024 06:44:53 +0300 Subject: [PATCH 0117/1075] --- .github/workflows/Cloudflare.yml | 1 + .github/workflows/GitHub.yml | 1 + .github/workflows/NPM.yml | 1 + .github/workflows/Node.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 8585888..5bb0629 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -50,6 +50,7 @@ jobs: STRIPE_CLI_TELEMETRY_OPTOUT: 1 TELEMETRY_DISABLED: 1 TERRAFORM_TELEMETRY: 0 + VCPKG_DISABLE_METRICS: 1 steps: - uses: actions/checkout@v4.1.7 diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml index 7b1e399..161ef34 100644 --- a/.github/workflows/GitHub.yml +++ b/.github/workflows/GitHub.yml @@ -49,6 +49,7 @@ jobs: STRIPE_CLI_TELEMETRY_OPTOUT: 1 TELEMETRY_DISABLED: 1 TERRAFORM_TELEMETRY: 0 + VCPKG_DISABLE_METRICS: 1 steps: - uses: pozil/auto-assign-issue@v2.0.0 diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index a3c4811..e286364 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -50,6 +50,7 @@ jobs: STRIPE_CLI_TELEMETRY_OPTOUT: 1 TELEMETRY_DISABLED: 1 TERRAFORM_TELEMETRY: 0 + VCPKG_DISABLE_METRICS: 1 permissions: contents: read diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 92c74d6..f69b6f8 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -52,6 +52,7 @@ jobs: STRIPE_CLI_TELEMETRY_OPTOUT: 1 TELEMETRY_DISABLED: 1 TERRAFORM_TELEMETRY: 0 + VCPKG_DISABLE_METRICS: 1 strategy: matrix: From 80123538578675120aff612fb30061a14df1b445 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 13 Sep 2024 11:45:15 +0300 Subject: [PATCH 0118/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45f50fc..dc4cd4e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240909.0", "@playform/build": "0.1.6", - "wrangler": "3.76.0" + "wrangler": "3.77.0" }, "publishConfig": { "access": "public", From 19d5ef25753381d9e2070a5a9fea066456db238d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:42:20 +0000 Subject: [PATCH 0119/1075] Bump wrangler from 3.76.0 to 3.77.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.76.0 to 3.77.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.77.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45f50fc..dc4cd4e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240909.0", "@playform/build": "0.1.6", - "wrangler": "3.76.0" + "wrangler": "3.77.0" }, "publishConfig": { "access": "public", From b15aea8904e225b313fdba851b0f3aaddff9014d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:12:38 +0000 Subject: [PATCH 0120/1075] Bump wrangler from 3.77.0 to 3.78.2 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.77.0 to 3.78.2. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.78.2/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc4cd4e..83c05fe 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240909.0", "@playform/build": "0.1.6", - "wrangler": "3.77.0" + "wrangler": "3.78.2" }, "publishConfig": { "access": "public", From fe9c8f0561e908b32fec1320403437633339212e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:44:01 +0000 Subject: [PATCH 0121/1075] Bump wrangler from 3.78.2 to 3.78.3 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.78.2 to 3.78.3. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/HEAD/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83c05fe..55339c4 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240909.0", "@playform/build": "0.1.6", - "wrangler": "3.78.2" + "wrangler": "3.78.3" }, "publishConfig": { "access": "public", From 26885b2a1d6060a2f5cfb880b9ad5ef4d9741bf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:53:42 +0000 Subject: [PATCH 0122/1075] Bump wrangler from 3.78.3 to 3.78.4 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.78.3 to 3.78.4. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.78.4/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 55339c4..d7aa25c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240909.0", "@playform/build": "0.1.6", - "wrangler": "3.78.3" + "wrangler": "3.78.4" }, "publishConfig": { "access": "public", From 2dd74795b9ed0421677affaa5bd3076ae162be7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:10:58 +0000 Subject: [PATCH 0123/1075] Bump wrangler from 3.78.4 to 3.78.5 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.78.4 to 3.78.5. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.78.5/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d7aa25c..2236946 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240909.0", "@playform/build": "0.1.6", - "wrangler": "3.78.4" + "wrangler": "3.78.5" }, "publishConfig": { "access": "public", From dc0659b5e55de2a0289b0259d7f3a166834927f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:38:20 +0000 Subject: [PATCH 0124/1075] Bump actions/setup-node from 4.0.3 to 4.0.4 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index a3c4811..f676bba 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -58,7 +58,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - - uses: actions/setup-node@v4.0.3 + - uses: actions/setup-node@v4.0.4 with: node-version: "18" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 92c74d6..a72ff13 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -75,7 +75,7 @@ jobs: --unsafe-perm=true ] - - uses: actions/setup-node@v4.0.3 + - uses: actions/setup-node@v4.0.4 with: node-version: ${{ matrix.node-version }} cache: "pnpm" From b279752abb52f2ec94f566e6d8218477067761df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:02:52 +0000 Subject: [PATCH 0125/1075] Bump wrangler from 3.78.5 to 3.78.7 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.78.5 to 3.78.7. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.78.7/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2236946..5850ec9 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240909.0", "@playform/build": "0.1.6", - "wrangler": "3.78.5" + "wrangler": "3.78.7" }, "publishConfig": { "access": "public", From a50d2249b20506733b9faff0fe62b43d26675d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:04:14 +0000 Subject: [PATCH 0126/1075] Bump @cloudflare/workers-types from 4.20240909.0 to 4.20240919.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20240909.0 to 4.20240919.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5850ec9..ea889b0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240909.0", + "@cloudflare/workers-types": "4.20240919.0", "@playform/build": "0.1.6", "wrangler": "3.78.7" }, From e3a44d5a52afdc642c7d45e9be6e1005fcd00564 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 21 Sep 2024 17:31:13 +0300 Subject: [PATCH 0127/1075] --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index e286364..f0d4bc9 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - - uses: actions/setup-node@v4.0.3 + - uses: actions/setup-node@v4.0.4 with: node-version: "18" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index f69b6f8..fa3f3fc 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -76,7 +76,7 @@ jobs: --unsafe-perm=true ] - - uses: actions/setup-node@v4.0.3 + - uses: actions/setup-node@v4.0.4 with: node-version: ${{ matrix.node-version }} cache: "pnpm" From edbb328c621ca746869c2a02443b95e2c2e59447 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 23 Sep 2024 23:13:56 +0300 Subject: [PATCH 0128/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea889b0..43af407 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240919.0", "@playform/build": "0.1.6", - "wrangler": "3.78.7" + "wrangler": "3.78.8" }, "publishConfig": { "access": "public", From ac3cc8243e54156829657a8089d47f9e7fda6b8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:34:31 +0000 Subject: [PATCH 0129/1075] Bump @cloudflare/workers-types from 4.20240919.0 to 4.20240924.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20240919.0 to 4.20240924.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43af407..4c775db 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240919.0", + "@cloudflare/workers-types": "4.20240924.0", "@playform/build": "0.1.6", "wrangler": "3.78.8" }, From fd36867873ba1bc84e6089fb78650ce134449fd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:34:38 +0000 Subject: [PATCH 0130/1075] Bump wrangler from 3.78.8 to 3.78.9 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.78.8 to 3.78.9. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.78.9/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43af407..363945c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240919.0", "@playform/build": "0.1.6", - "wrangler": "3.78.8" + "wrangler": "3.78.9" }, "publishConfig": { "access": "public", From 6e26ab5a452aeec0606ef3dd954e88135b99d8be Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 25 Sep 2024 19:49:20 +0300 Subject: [PATCH 0131/1075] --- .npmignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 12d75aa..489a353 100644 --- a/.npmignore +++ b/.npmignore @@ -2,5 +2,5 @@ CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md -Documentation/ +docs/ Source/ From 7f9311a5e79d623b5339b0dc55f12f6eaa697229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:34:34 +0000 Subject: [PATCH 0132/1075] Bump @playform/build from 0.1.6 to 0.1.7 Bumps [@playform/build](https://github.com/PlayForm/Build) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/PlayForm/Build/releases) - [Changelog](https://github.com/PlayForm/Build/blob/Current/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Build/compare/v0.1.6...v0.1.7) --- updated-dependencies: - dependency-name: "@playform/build" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8e30ca..959a4f3 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20240924.0", - "@playform/build": "0.1.6", + "@playform/build": "0.1.7", "wrangler": "3.78.9" }, "publishConfig": { From 8424665172b9fb590e13c87b63b896425d954583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:35:44 +0000 Subject: [PATCH 0133/1075] Bump @cloudflare/workers-types from 4.20240924.0 to 4.20240925.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20240924.0 to 4.20240925.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 959a4f3..b7ae1e1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240924.0", + "@cloudflare/workers-types": "4.20240925.0", "@playform/build": "0.1.7", "wrangler": "3.78.9" }, From 7701827ab2321b958090aa6413109b1785a6d813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:35:56 +0000 Subject: [PATCH 0134/1075] Bump wrangler from 3.78.9 to 3.78.10 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.78.9 to 3.78.10. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.78.10/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 959a4f3..5c49d40 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240924.0", "@playform/build": "0.1.7", - "wrangler": "3.78.9" + "wrangler": "3.78.10" }, "publishConfig": { "access": "public", From 2bc634844fdb68f1f385805de674ec827744991e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:36:20 +0000 Subject: [PATCH 0135/1075] Bump actions/checkout from 4.1.7 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Cloudflare.yml | 2 +- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 5bb0629..c22225b 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -53,7 +53,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - uses: cloudflare/wrangler-action@v3.7.0 with: diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index f0d4bc9..57b8f9a 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -57,7 +57,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - uses: actions/setup-node@v4.0.4 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index fa3f3fc..eaefd27 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -59,7 +59,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - uses: pnpm/action-setup@v4.0.0 with: From 3de59ae2b3530f12847cad71c229c21be19cccc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:51:49 +0000 Subject: [PATCH 0136/1075] Bump wrangler from 3.78.10 to 3.78.11 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.78.10 to 3.78.11. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.78.11/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c4b23a..7f9717a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240925.0", "@playform/build": "0.1.7", - "wrangler": "3.78.10" + "wrangler": "3.78.11" }, "publishConfig": { "access": "public", From 1b3a22d19880011d8556450f22c00d7eca59f67b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:33:40 +0000 Subject: [PATCH 0137/1075] Bump wrangler from 3.78.11 to 3.78.12 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.78.11 to 3.78.12. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.78.12/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f9717a..7cbe713 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240925.0", "@playform/build": "0.1.7", - "wrangler": "3.78.11" + "wrangler": "3.78.12" }, "publishConfig": { "access": "public", From d391a054da65bcd60b3893c5d486c821f188e6ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:45:22 +0000 Subject: [PATCH 0138/1075] Bump cloudflare/wrangler-action from 3.7.0 to 3.8.0 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/cloudflare/wrangler-action/releases) - [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/cloudflare/wrangler-action/compare/v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Cloudflare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index c22225b..5ad5320 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v4.2.0 - - uses: cloudflare/wrangler-action@v3.7.0 + - uses: cloudflare/wrangler-action@v3.8.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} From f2fe9224997a8f5056c96f13551ada663ef8aff5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:54:44 +0000 Subject: [PATCH 0139/1075] Bump wrangler from 3.78.12 to 3.79.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.78.12 to 3.79.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.79.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7cbe713..427fb2b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240925.0", "@playform/build": "0.1.7", - "wrangler": "3.78.12" + "wrangler": "3.79.0" }, "publishConfig": { "access": "public", From f53b81087cce72b8bbee8a969ba31a8cb4679082 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 4 Oct 2024 14:49:18 +0300 Subject: [PATCH 0140/1075] --- LICENSE | 131 +++++++++++++++++++++++++++++++------ Source/Type/Environment.ts | 4 +- Source/Variable/Worker.ts | 4 +- 3 files changed, 115 insertions(+), 24 deletions(-) diff --git a/LICENSE b/LICENSE index f236d76..8011595 100644 --- a/LICENSE +++ b/LICENSE @@ -1,20 +1,111 @@ -MIT License - -Copyright (c) 2023-2024 PlayForm - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Creative Commons Legal Code + +CC0 1.0 Universal + + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS + PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM + THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED + HEREUNDER. + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer +exclusive Copyright and Related Rights (defined below) upon the creator and +subsequent owner(s) (each and all, an "owner") of an original work of authorship +and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for the +purpose of contributing to a commons of creative, cultural and scientific works +("Commons") that the public can reliably and without fear of later claims of +infringement build upon, modify, incorporate in other works, reuse and +redistribute as freely as possible in any form whatsoever and for any purposes, +including without limitation commercial purposes. These owners may contribute to +the Commons to promote the ideal of a free culture and the further production of +creative, cultural and scientific works, or to gain reputation or greater +distribution for their Work in part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any expectation of +additional consideration or compensation, the person associating CC0 with a Work +(the "Affirmer"), to the extent that he or she is an owner of Copyright and +Related Rights in the Work, voluntarily elects to apply CC0 to the Work and +publicly distribute the Work under its terms, with knowledge of his or her +Copyright and Related Rights in the Work and the meaning and intended legal +effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be + protected by copyright and related or neighboring rights ("Copyright and + Related Rights"). Copyright and Related Rights include, but are not limited + to, the following: + +i. the right to reproduce, adapt, distribute, perform, display, communicate, and +translate a Work; ii. moral rights retained by the original author(s) and/or +performer(s); iii. publicity and privacy rights pertaining to a person's image +or likeness depicted in a Work; iv. rights protecting against unfair competition +in regards to a Work, subject to the limitations in paragraph 4(a), below; v. +rights protecting the extraction, dissemination, use and reuse of data in a +Work; vi. database rights (such as those arising under Directive 96/9/EC of the +European Parliament and of the Council of 11 March 1996 on the legal protection +of databases, and under any national implementation thereof, including any +amended or successor version of such directive); and vii. other similar, +equivalent or corresponding rights throughout the world based on applicable law +or treaty, and any national implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention of, + applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and + unconditionally waives, abandons, and surrenders all of Affirmer's Copyright + and Related Rights and associated claims and causes of action, whether now + known or unknown (including existing as well as future claims and causes of + action), in the Work (i) in all territories worldwide, (ii) for the maximum + duration provided by applicable law or treaty (including future time + extensions), (iii) in any current or future medium and for any number of + copies, and (iv) for any purpose whatsoever, including without limitation + commercial, advertising or promotional purposes (the "Waiver"). Affirmer + makes the Waiver for the benefit of each member of the public at large and to + the detriment of Affirmer's heirs and successors, fully intending that such + Waiver shall not be subject to revocation, rescission, cancellation, + termination, or any other legal or equitable action to disrupt the quiet + enjoyment of the Work by the public as contemplated by Affirmer's express + Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason be + judged legally invalid or ineffective under applicable law, then the Waiver + shall be preserved to the maximum extent permitted taking into account + Affirmer's express Statement of Purpose. In addition, to the extent the + Waiver is so judged Affirmer hereby grants to each affected person a + royalty-free, non transferable, non sublicensable, non exclusive, irrevocable + and unconditional license to exercise Affirmer's Copyright and Related Rights + in the Work (i) in all territories worldwide, (ii) for the maximum duration + provided by applicable law or treaty (including future time extensions), + (iii) in any current or future medium and for any number of copies, and (iv) + for any purpose whatsoever, including without limitation commercial, + advertising or promotional purposes (the "License"). The License shall be + deemed effective as of the date CC0 was applied by Affirmer to the Work. + Should any part of the License for any reason be judged legally invalid or + ineffective under applicable law, such partial invalidity or ineffectiveness + shall not invalidate the remainder of the License, and in such case Affirmer + hereby affirms that he or she will not (i) exercise any of his or her + remaining Copyright and Related Rights in the Work or (ii) assert any + associated claims and causes of action with respect to the Work, in either + case contrary to Affirmer's express Statement of Purpose. + +4. Limitations and Disclaimers. + +a. No trademark or patent rights held by Affirmer are waived, abandoned, +surrendered, licensed or otherwise affected by this document. b. Affirmer offers +the Work as-is and makes no representations or warranties of any kind concerning +the Work, express, implied, statutory or otherwise, including without limitation +warranties of title, merchantability, fitness for a particular purpose, non +infringement, or the absence of latent or other defects, accuracy, or the +present or absence of errors, whether or not discoverable, all to the greatest +extent permissible under applicable law. c. Affirmer disclaims responsibility +for clearing rights of other persons that may apply to the Work or any use +thereof, including without limitation any person's Copyright and Related Rights +in the Work. Further, Affirmer disclaims responsibility for obtaining any +necessary consents, permissions or other rights required for any use of the +Work. d. Affirmer understands and acknowledges that Creative Commons is not a +party to this document and has no duty or obligation with respect to this CC0 or +use of the Work. diff --git a/Source/Type/Environment.ts b/Source/Type/Environment.ts index 5bd577b..43b550f 100644 --- a/Source/Type/Environment.ts +++ b/Source/Type/Environment.ts @@ -1,3 +1,5 @@ +import type Zod from "zod"; + /** * @module Environment * @@ -6,8 +8,6 @@ export type Type = Zod.infer; export type { Type as default }; -import type Zod from "zod"; - export const { default: Environment } = await import( "@Variable/Environment.js" ); diff --git a/Source/Variable/Worker.ts b/Source/Variable/Worker.ts index 6dc3a43..91701f9 100644 --- a/Source/Variable/Worker.ts +++ b/Source/Variable/Worker.ts @@ -1,3 +1,5 @@ +import type { Request, ResponseInit } from "@cloudflare/workers-types"; + class JSONResponse extends Response { constructor( // biome-ignore lint/suspicious/noExplicitAny: @@ -84,8 +86,6 @@ export default { }, }; -import type { Request, ResponseInit } from "@cloudflare/workers-types"; - export const { default: Environment } = await import( "@Variable/Environment.js" ); From 078fdd186665169e0a3ab9970fda4c9ed212f16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:47:00 +0000 Subject: [PATCH 0141/1075] Bump wrangler from 3.79.0 to 3.80.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.79.0 to 3.80.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.80.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 427fb2b..0aae73b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240925.0", "@playform/build": "0.1.7", - "wrangler": "3.79.0" + "wrangler": "3.80.0" }, "publishConfig": { "access": "public", From f44b04ddc32a9d7d17f6b84de4a3bd8b6423dbdd Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 4 Oct 2024 20:23:13 +0300 Subject: [PATCH 0142/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 427fb2b..0aae73b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240925.0", "@playform/build": "0.1.7", - "wrangler": "3.79.0" + "wrangler": "3.80.0" }, "publishConfig": { "access": "public", From 897707914c4b3fac68debe2f05dbad0db6efbaca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:02:30 +0000 Subject: [PATCH 0143/1075] Bump @cloudflare/workers-types from 4.20240925.0 to 4.20241004.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20240925.0 to 4.20241004.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0aae73b..9a47318 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240925.0", + "@cloudflare/workers-types": "4.20241004.0", "@playform/build": "0.1.7", "wrangler": "3.80.0" }, From 15f1469166647223266e04c681df1caf7920b8e9 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 7 Oct 2024 20:23:45 +0300 Subject: [PATCH 0144/1075] --- LICENSE | 42 +++++++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/LICENSE b/LICENSE index 8011595..97e1904 100644 --- a/LICENSE +++ b/LICENSE @@ -68,29 +68,27 @@ or treaty, and any national implementations thereof. the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet - enjoyment of the Work by the public as contemplated by Affirmer's express - Statement of Purpose. + enjoyment of the Work by the public as contemplated by Affirmer's express . 3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account - Affirmer's express Statement of Purpose. In addition, to the extent the - Waiver is so judged Affirmer hereby grants to each affected person a - royalty-free, non transferable, non sublicensable, non exclusive, irrevocable - and unconditional license to exercise Affirmer's Copyright and Related Rights - in the Work (i) in all territories worldwide, (ii) for the maximum duration - provided by applicable law or treaty (including future time extensions), - (iii) in any current or future medium and for any number of copies, and (iv) - for any purpose whatsoever, including without limitation commercial, - advertising or promotional purposes (the "License"). The License shall be - deemed effective as of the date CC0 was applied by Affirmer to the Work. - Should any part of the License for any reason be judged legally invalid or - ineffective under applicable law, such partial invalidity or ineffectiveness - shall not invalidate the remainder of the License, and in such case Affirmer - hereby affirms that he or she will not (i) exercise any of his or her - remaining Copyright and Related Rights in the Work or (ii) assert any - associated claims and causes of action with respect to the Work, in either - case contrary to Affirmer's express Statement of Purpose. + Affirmer's express . In addition, to the extent the Waiver is so judged + Affirmer hereby grants to each affected person a royalty-free, non + transferable, non sublicensable, non exclusive, irrevocable and unconditional + license to exercise Affirmer's Copyright and Related Rights in the Work (i) + in all territories worldwide, (ii) for the maximum duration provided by + applicable law or treaty (including future time extensions), (iii) in any + current or future medium and for any number of copies, and (iv) for any + purpose whatsoever, including without limitation commercial, advertising or + promotional purposes (the "License"). The License shall be deemed effective + as of the date CC0 was applied by Affirmer to the Work. Should any part of + the License for any reason be judged legally invalid or ineffective under + applicable law, such partial invalidity or ineffectiveness shall not + invalidate the remainder of the License, and in such case Affirmer hereby + affirms that he or she will not (i) exercise any of his or her remaining + Copyright and Related Rights in the Work or (ii) assert any associated claims + and causes of action with respect to the Work, in either case contrary to 4. Limitations and Disclaimers. @@ -109,3 +107,9 @@ necessary consents, permissions or other rights required for any use of the Work. d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. + +--- + +Note: The above license applies only to the modifications made by PlayForm to +the original work. The original work is licensed under the following licenses +and is subject to its terms and conditions: From 3283f070bbe831df30c1f75e68f76a80a6d58cc3 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 7 Oct 2024 22:44:38 +0300 Subject: [PATCH 0145/1075] --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 97e1904..b3e9760 100644 --- a/LICENSE +++ b/LICENSE @@ -112,4 +112,4 @@ use of the Work. Note: The above license applies only to the modifications made by PlayForm to the original work. The original work is licensed under the following licenses -and is subject to its terms and conditions: +and is subject to their terms and conditions: From 0cf9ece47b3112899a15affdbbf3642605c8988c Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 8 Oct 2024 13:00:23 +0300 Subject: [PATCH 0146/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a47318..1e196f3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241004.0", "@playform/build": "0.1.7", - "wrangler": "3.80.0" + "wrangler": "3.80.1" }, "publishConfig": { "access": "public", From 1005508317a07508a7f0ed78d84c07e2ab3b4c1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:57:37 +0000 Subject: [PATCH 0147/1075] Bump actions/checkout from 4.2.0 to 4.2.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Cloudflare.yml | 2 +- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 5ad5320..8b8a6c0 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -53,7 +53,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - uses: cloudflare/wrangler-action@v3.8.0 with: diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 57b8f9a..76ab61a 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -57,7 +57,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - uses: actions/setup-node@v4.0.4 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index eaefd27..6a0cc3f 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -59,7 +59,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - uses: pnpm/action-setup@v4.0.0 with: From 2164d43d99697d58c436356eb82cca80df13168f Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 8 Oct 2024 18:58:09 +0300 Subject: [PATCH 0148/1075] --- .github/workflows/Cloudflare.yml | 2 +- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 5ad5320..8b8a6c0 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -53,7 +53,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - uses: cloudflare/wrangler-action@v3.8.0 with: diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 57b8f9a..76ab61a 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -57,7 +57,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - uses: actions/setup-node@v4.0.4 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index eaefd27..6a0cc3f 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -59,7 +59,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - uses: pnpm/action-setup@v4.0.0 with: From c3cae05d606c1b75ad22a7d72859ff64d276f854 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 9 Oct 2024 14:16:08 +0300 Subject: [PATCH 0149/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e196f3..2ad61d6 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241004.0", "@playform/build": "0.1.7", - "wrangler": "3.80.1" + "wrangler": "3.80.2" }, "publishConfig": { "access": "public", From 639427c742374d96ea7c11fb3456e29d732d7775 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 9 Oct 2024 16:59:00 +0300 Subject: [PATCH 0150/1075] --- LICENSE | 6 ------ 1 file changed, 6 deletions(-) diff --git a/LICENSE b/LICENSE index b3e9760..292ebd0 100644 --- a/LICENSE +++ b/LICENSE @@ -107,9 +107,3 @@ necessary consents, permissions or other rights required for any use of the Work. d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. - ---- - -Note: The above license applies only to the modifications made by PlayForm to -the original work. The original work is licensed under the following licenses -and is subject to their terms and conditions: From c1aa811f7cf33bc1b24fc843403040cfe656f4a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:06:31 +0000 Subject: [PATCH 0151/1075] Bump actions/upload-artifact from 4.4.0 to 4.4.2 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 6a0cc3f..4ef0434 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -88,7 +88,7 @@ jobs: - run: pnpm run prepublishOnly working-directory: . - - uses: actions/upload-artifact@v4.4.0 + - uses: actions/upload-artifact@v4.4.2 with: name: .-Node-${{ matrix.node-version }}-Target path: ./Target From 7b036ffd4d32774b7ede76e624bb79dd0f223b10 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 9 Oct 2024 19:24:31 +0300 Subject: [PATCH 0152/1075] --- .github/workflows/Cloudflare.yml | 2 +- .github/workflows/Node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 8b8a6c0..a076eb6 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v4.2.1 - - uses: cloudflare/wrangler-action@v3.8.0 + - uses: cloudflare/wrangler-action@v3.9.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 6a0cc3f..4ef0434 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -88,7 +88,7 @@ jobs: - run: pnpm run prepublishOnly working-directory: . - - uses: actions/upload-artifact@v4.4.0 + - uses: actions/upload-artifact@v4.4.2 with: name: .-Node-${{ matrix.node-version }}-Target path: ./Target From b0672c6d0ef0b910f070426d08e309e5e237da66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:24:35 +0000 Subject: [PATCH 0153/1075] Bump actions/upload-artifact from 4.4.2 to 4.4.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.2...v4.4.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 4ef0434..83274f8 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -88,7 +88,7 @@ jobs: - run: pnpm run prepublishOnly working-directory: . - - uses: actions/upload-artifact@v4.4.2 + - uses: actions/upload-artifact@v4.4.3 with: name: .-Node-${{ matrix.node-version }}-Target path: ./Target From c89598600b93532d16c0312dc0dfbfbc89b4cb5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:35:42 +0000 Subject: [PATCH 0154/1075] Bump wrangler from 3.80.2 to 3.80.4 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.80.2 to 3.80.4. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.80.4/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ad61d6..8b0002f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241004.0", "@playform/build": "0.1.7", - "wrangler": "3.80.2" + "wrangler": "3.80.4" }, "publishConfig": { "access": "public", From 043d44ad9447fe5a6a99e9e2bd3c7cd456b39ce5 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 12 Oct 2024 18:53:58 +0300 Subject: [PATCH 0155/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b0002f..1398fb0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20241004.0", + "@cloudflare/workers-types": "4.20241011.0", "@playform/build": "0.1.7", "wrangler": "3.80.4" }, From 36c1061762ae1255bdf9c94ca47eb94e6db1d2e8 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 13 Oct 2024 20:00:56 +0300 Subject: [PATCH 0156/1075] --- Target/Type/Environment.d.ts | 48 +++++++++++--------- Target/Variable/Environment.d.ts | 76 +++++++++++++++++++------------ Target/Variable/Worker.d.ts | 77 +++++++++++++++++++++----------- 3 files changed, 126 insertions(+), 75 deletions(-) diff --git a/Target/Type/Environment.d.ts b/Target/Type/Environment.d.ts index 36a287c..4da6c3c 100644 --- a/Target/Type/Environment.d.ts +++ b/Target/Type/Environment.d.ts @@ -1,26 +1,34 @@ +import type Zod from "zod"; + /** * @module Environment * */ export type Type = Zod.infer; export type { Type as default }; -import type Zod from "zod"; -export declare const Environment: Zod.ZodObject<{ - DISCORD_APPLICATION_ID: Zod.ZodDefault>; - DISCORD_CLIENT_ID: Zod.ZodDefault>; - DISCORD_CLIENT_SECRET: Zod.ZodDefault>; - DISCORD_PUBLIC_KEY: Zod.ZodDefault>; - DISCORD_TOKENS: Zod.ZodDefault>; -}, "strip", Zod.ZodTypeAny, { - DISCORD_APPLICATION_ID: string; - DISCORD_CLIENT_ID: string; - DISCORD_CLIENT_SECRET: string; - DISCORD_PUBLIC_KEY: string; - DISCORD_TOKENS: string; -}, { - DISCORD_APPLICATION_ID?: string | undefined; - DISCORD_CLIENT_ID?: string | undefined; - DISCORD_CLIENT_SECRET?: string | undefined; - DISCORD_PUBLIC_KEY?: string | undefined; - DISCORD_TOKENS?: string | undefined; -}>; + +export declare const Environment: Zod.ZodObject< + { + DISCORD_APPLICATION_ID: Zod.ZodDefault>; + DISCORD_CLIENT_ID: Zod.ZodDefault>; + DISCORD_CLIENT_SECRET: Zod.ZodDefault>; + DISCORD_PUBLIC_KEY: Zod.ZodDefault>; + DISCORD_TOKENS: Zod.ZodDefault>; + }, + "strip", + Zod.ZodTypeAny, + { + DISCORD_APPLICATION_ID: string; + DISCORD_CLIENT_ID: string; + DISCORD_CLIENT_SECRET: string; + DISCORD_PUBLIC_KEY: string; + DISCORD_TOKENS: string; + }, + { + DISCORD_APPLICATION_ID?: string | undefined; + DISCORD_CLIENT_ID?: string | undefined; + DISCORD_CLIENT_SECRET?: string | undefined; + DISCORD_PUBLIC_KEY?: string | undefined; + DISCORD_TOKENS?: string | undefined; + } +>; diff --git a/Target/Variable/Environment.d.ts b/Target/Variable/Environment.d.ts index 26975b5..78e62c2 100644 --- a/Target/Variable/Environment.d.ts +++ b/Target/Variable/Environment.d.ts @@ -1,29 +1,49 @@ -export declare const string: (params?: ({ - errorMap?: import("zod").ZodErrorMap | undefined; - invalid_type_error?: string | undefined; - required_error?: string | undefined; - message?: string | undefined; - description?: string | undefined; -} & { - coerce?: true | undefined; -}) | undefined) => import("zod").ZodString; -declare const _default: import("zod").ZodObject<{ - DISCORD_APPLICATION_ID: import("zod").ZodDefault>; - DISCORD_CLIENT_ID: import("zod").ZodDefault>; - DISCORD_CLIENT_SECRET: import("zod").ZodDefault>; - DISCORD_PUBLIC_KEY: import("zod").ZodDefault>; - DISCORD_TOKENS: import("zod").ZodDefault>; -}, "strip", import("zod").ZodTypeAny, { - DISCORD_APPLICATION_ID: string; - DISCORD_CLIENT_ID: string; - DISCORD_CLIENT_SECRET: string; - DISCORD_PUBLIC_KEY: string; - DISCORD_TOKENS: string; -}, { - DISCORD_APPLICATION_ID?: string | undefined; - DISCORD_CLIENT_ID?: string | undefined; - DISCORD_CLIENT_SECRET?: string | undefined; - DISCORD_PUBLIC_KEY?: string | undefined; - DISCORD_TOKENS?: string | undefined; -}>; +export declare const string: ( + params?: + | ({ + errorMap?: import("zod").ZodErrorMap | undefined; + invalid_type_error?: string | undefined; + required_error?: string | undefined; + message?: string | undefined; + description?: string | undefined; + } & { + coerce?: true | undefined; + }) + | undefined, +) => import("zod").ZodString; +declare const _default: import("zod").ZodObject< + { + DISCORD_APPLICATION_ID: import("zod").ZodDefault< + import("zod").ZodOptional + >; + DISCORD_CLIENT_ID: import("zod").ZodDefault< + import("zod").ZodOptional + >; + DISCORD_CLIENT_SECRET: import("zod").ZodDefault< + import("zod").ZodOptional + >; + DISCORD_PUBLIC_KEY: import("zod").ZodDefault< + import("zod").ZodOptional + >; + DISCORD_TOKENS: import("zod").ZodDefault< + import("zod").ZodOptional + >; + }, + "strip", + import("zod").ZodTypeAny, + { + DISCORD_APPLICATION_ID: string; + DISCORD_CLIENT_ID: string; + DISCORD_CLIENT_SECRET: string; + DISCORD_PUBLIC_KEY: string; + DISCORD_TOKENS: string; + }, + { + DISCORD_APPLICATION_ID?: string | undefined; + DISCORD_CLIENT_ID?: string | undefined; + DISCORD_CLIENT_SECRET?: string | undefined; + DISCORD_PUBLIC_KEY?: string | undefined; + DISCORD_TOKENS?: string | undefined; + } +>; export default _default; diff --git a/Target/Variable/Worker.d.ts b/Target/Variable/Worker.d.ts index d927f4f..6a97c25 100644 --- a/Target/Variable/Worker.d.ts +++ b/Target/Variable/Worker.d.ts @@ -1,31 +1,54 @@ +import type { Request } from "@cloudflare/workers-types"; + declare const _default: { - fetch(request: Request, { DISCORD_PUBLIC_KEY }?: { - DISCORD_APPLICATION_ID: string; - DISCORD_CLIENT_ID: string; - DISCORD_CLIENT_SECRET: string; - DISCORD_PUBLIC_KEY: string; - DISCORD_TOKENS: string; - }): Promise; + fetch( + request: Request, + { + DISCORD_PUBLIC_KEY, + }?: { + DISCORD_APPLICATION_ID: string; + DISCORD_CLIENT_ID: string; + DISCORD_CLIENT_SECRET: string; + DISCORD_PUBLIC_KEY: string; + DISCORD_TOKENS: string; + }, + ): Promise; }; export default _default; -import type { Request } from "@cloudflare/workers-types"; -export declare const Environment: import("zod").ZodObject<{ - DISCORD_APPLICATION_ID: import("zod").ZodDefault>; - DISCORD_CLIENT_ID: import("zod").ZodDefault>; - DISCORD_CLIENT_SECRET: import("zod").ZodDefault>; - DISCORD_PUBLIC_KEY: import("zod").ZodDefault>; - DISCORD_TOKENS: import("zod").ZodDefault>; -}, "strip", import("zod").ZodTypeAny, { - DISCORD_APPLICATION_ID: string; - DISCORD_CLIENT_ID: string; - DISCORD_CLIENT_SECRET: string; - DISCORD_PUBLIC_KEY: string; - DISCORD_TOKENS: string; -}, { - DISCORD_APPLICATION_ID?: string | undefined; - DISCORD_CLIENT_ID?: string | undefined; - DISCORD_CLIENT_SECRET?: string | undefined; - DISCORD_PUBLIC_KEY?: string | undefined; - DISCORD_TOKENS?: string | undefined; -}>; + +export declare const Environment: import("zod").ZodObject< + { + DISCORD_APPLICATION_ID: import("zod").ZodDefault< + import("zod").ZodOptional + >; + DISCORD_CLIENT_ID: import("zod").ZodDefault< + import("zod").ZodOptional + >; + DISCORD_CLIENT_SECRET: import("zod").ZodDefault< + import("zod").ZodOptional + >; + DISCORD_PUBLIC_KEY: import("zod").ZodDefault< + import("zod").ZodOptional + >; + DISCORD_TOKENS: import("zod").ZodDefault< + import("zod").ZodOptional + >; + }, + "strip", + import("zod").ZodTypeAny, + { + DISCORD_APPLICATION_ID: string; + DISCORD_CLIENT_ID: string; + DISCORD_CLIENT_SECRET: string; + DISCORD_PUBLIC_KEY: string; + DISCORD_TOKENS: string; + }, + { + DISCORD_APPLICATION_ID?: string | undefined; + DISCORD_CLIENT_ID?: string | undefined; + DISCORD_CLIENT_SECRET?: string | undefined; + DISCORD_PUBLIC_KEY?: string | undefined; + DISCORD_TOKENS?: string | undefined; + } +>; export declare const Response: typeof import("@cloudflare/workers-types").Response; From cc49afc4a551b0cb799f354e926ee036b02faf80 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 14 Oct 2024 06:49:03 +0300 Subject: [PATCH 0157/1075] --- CODE_OF_CONDUCT.md | 8 ++++---- CONTRIBUTING.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 01e92b5..b223ad5 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -126,15 +126,15 @@ community. ## Attribution -This Code of Conduct is adapted from the [Contributor Covenant][homepage], +This Code of Conduct is adapted from the [`Contributor Covenant`][homepage], version 2.1, available at -[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1]. +[`https://www.contributor-covenant.org/version/2/1/code_of_conduct.html`][v2.1]. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder][Mozilla CoC]. For answers to common questions about this code of conduct, see the FAQ at -[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at -[https://www.contributor-covenant.org/translations][translations]. +[`https://www.contributor-covenant.org/faq`][FAQ]. Translations are available at +[`https://www.contributor-covenant.org/translations`][translations]. [homepage]: HTTPS://www.contributor-covenant.org [v2.1]: HTTPS://www.contributor-covenant.org/version/2/1/code_of_conduct.html diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c390eae..00c2531 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -114,15 +114,15 @@ community. ## Attribution -This Code of Conduct is adapted from the [Contributor Covenant][homepage], +This Code of Conduct is adapted from the [`Contributor Covenant`][homepage], version 2.1, available at -[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1]. +[`https://www.contributor-covenant.org/version/2/1/code_of_conduct.html`][v2.1]. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder][Mozilla CoC]. For answers to common questions about this code of conduct, see the FAQ at -[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at -[https://www.contributor-covenant.org/translations][translations]. +[`https://www.contributor-covenant.org/faq`][FAQ]. Translations are available at +[`https://www.contributor-covenant.org/translations`][translations]. [homepage]: HTTPS://www.contributor-covenant.org [v2.1]: HTTPS://www.contributor-covenant.org/version/2/1/code_of_conduct.html From 0b36885e4f732b11d052c34d26c48b1c91499504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:58:30 +0000 Subject: [PATCH 0158/1075] Bump wrangler from 3.80.4 to 3.80.5 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.80.4 to 3.80.5. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.80.5/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1398fb0..d6cc01c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241011.0", "@playform/build": "0.1.7", - "wrangler": "3.80.4" + "wrangler": "3.80.5" }, "publishConfig": { "access": "public", From 346ed2e0ddc8451a1d5d75ce0b217a477051e739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:02:07 +0000 Subject: [PATCH 0159/1075] Bump wrangler from 3.80.5 to 3.81.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.80.5 to 3.81.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.81.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6cc01c..2d7ebe3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241011.0", "@playform/build": "0.1.7", - "wrangler": "3.80.5" + "wrangler": "3.81.0" }, "publishConfig": { "access": "public", From 4e304a62496147aa182d47e149e84e13f886d4ab Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 21 Oct 2024 02:51:09 +0300 Subject: [PATCH 0160/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d7ebe3..4691bfa 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20241011.0", + "@cloudflare/workers-types": "4.20241018.0", "@playform/build": "0.1.7", "wrangler": "3.81.0" }, From e746a097d201a8159dba3c6a8a25b189810383bf Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 21 Oct 2024 12:40:52 +0300 Subject: [PATCH 0161/1075] --- Target/Type/Environment.d.ts | 46 ++++++++--------- Target/Variable/Environment.d.ts | 76 +++++++++++------------------ Target/Variable/Worker.d.ts | 84 +++++++++++++------------------- 3 files changed, 80 insertions(+), 126 deletions(-) diff --git a/Target/Type/Environment.d.ts b/Target/Type/Environment.d.ts index 4da6c3c..9a90076 100644 --- a/Target/Type/Environment.d.ts +++ b/Target/Type/Environment.d.ts @@ -1,34 +1,26 @@ import type Zod from "zod"; - /** * @module Environment * */ export type Type = Zod.infer; export type { Type as default }; - -export declare const Environment: Zod.ZodObject< - { - DISCORD_APPLICATION_ID: Zod.ZodDefault>; - DISCORD_CLIENT_ID: Zod.ZodDefault>; - DISCORD_CLIENT_SECRET: Zod.ZodDefault>; - DISCORD_PUBLIC_KEY: Zod.ZodDefault>; - DISCORD_TOKENS: Zod.ZodDefault>; - }, - "strip", - Zod.ZodTypeAny, - { - DISCORD_APPLICATION_ID: string; - DISCORD_CLIENT_ID: string; - DISCORD_CLIENT_SECRET: string; - DISCORD_PUBLIC_KEY: string; - DISCORD_TOKENS: string; - }, - { - DISCORD_APPLICATION_ID?: string | undefined; - DISCORD_CLIENT_ID?: string | undefined; - DISCORD_CLIENT_SECRET?: string | undefined; - DISCORD_PUBLIC_KEY?: string | undefined; - DISCORD_TOKENS?: string | undefined; - } ->; +export declare const Environment: Zod.ZodObject<{ + DISCORD_APPLICATION_ID: Zod.ZodDefault>; + DISCORD_CLIENT_ID: Zod.ZodDefault>; + DISCORD_CLIENT_SECRET: Zod.ZodDefault>; + DISCORD_PUBLIC_KEY: Zod.ZodDefault>; + DISCORD_TOKENS: Zod.ZodDefault>; +}, "strip", Zod.ZodTypeAny, { + DISCORD_APPLICATION_ID: string; + DISCORD_CLIENT_ID: string; + DISCORD_CLIENT_SECRET: string; + DISCORD_PUBLIC_KEY: string; + DISCORD_TOKENS: string; +}, { + DISCORD_APPLICATION_ID?: string | undefined; + DISCORD_CLIENT_ID?: string | undefined; + DISCORD_CLIENT_SECRET?: string | undefined; + DISCORD_PUBLIC_KEY?: string | undefined; + DISCORD_TOKENS?: string | undefined; +}>; diff --git a/Target/Variable/Environment.d.ts b/Target/Variable/Environment.d.ts index 78e62c2..26975b5 100644 --- a/Target/Variable/Environment.d.ts +++ b/Target/Variable/Environment.d.ts @@ -1,49 +1,29 @@ -export declare const string: ( - params?: - | ({ - errorMap?: import("zod").ZodErrorMap | undefined; - invalid_type_error?: string | undefined; - required_error?: string | undefined; - message?: string | undefined; - description?: string | undefined; - } & { - coerce?: true | undefined; - }) - | undefined, -) => import("zod").ZodString; -declare const _default: import("zod").ZodObject< - { - DISCORD_APPLICATION_ID: import("zod").ZodDefault< - import("zod").ZodOptional - >; - DISCORD_CLIENT_ID: import("zod").ZodDefault< - import("zod").ZodOptional - >; - DISCORD_CLIENT_SECRET: import("zod").ZodDefault< - import("zod").ZodOptional - >; - DISCORD_PUBLIC_KEY: import("zod").ZodDefault< - import("zod").ZodOptional - >; - DISCORD_TOKENS: import("zod").ZodDefault< - import("zod").ZodOptional - >; - }, - "strip", - import("zod").ZodTypeAny, - { - DISCORD_APPLICATION_ID: string; - DISCORD_CLIENT_ID: string; - DISCORD_CLIENT_SECRET: string; - DISCORD_PUBLIC_KEY: string; - DISCORD_TOKENS: string; - }, - { - DISCORD_APPLICATION_ID?: string | undefined; - DISCORD_CLIENT_ID?: string | undefined; - DISCORD_CLIENT_SECRET?: string | undefined; - DISCORD_PUBLIC_KEY?: string | undefined; - DISCORD_TOKENS?: string | undefined; - } ->; +export declare const string: (params?: ({ + errorMap?: import("zod").ZodErrorMap | undefined; + invalid_type_error?: string | undefined; + required_error?: string | undefined; + message?: string | undefined; + description?: string | undefined; +} & { + coerce?: true | undefined; +}) | undefined) => import("zod").ZodString; +declare const _default: import("zod").ZodObject<{ + DISCORD_APPLICATION_ID: import("zod").ZodDefault>; + DISCORD_CLIENT_ID: import("zod").ZodDefault>; + DISCORD_CLIENT_SECRET: import("zod").ZodDefault>; + DISCORD_PUBLIC_KEY: import("zod").ZodDefault>; + DISCORD_TOKENS: import("zod").ZodDefault>; +}, "strip", import("zod").ZodTypeAny, { + DISCORD_APPLICATION_ID: string; + DISCORD_CLIENT_ID: string; + DISCORD_CLIENT_SECRET: string; + DISCORD_PUBLIC_KEY: string; + DISCORD_TOKENS: string; +}, { + DISCORD_APPLICATION_ID?: string | undefined; + DISCORD_CLIENT_ID?: string | undefined; + DISCORD_CLIENT_SECRET?: string | undefined; + DISCORD_PUBLIC_KEY?: string | undefined; + DISCORD_TOKENS?: string | undefined; +}>; export default _default; diff --git a/Target/Variable/Worker.d.ts b/Target/Variable/Worker.d.ts index 6a97c25..d9358fc 100644 --- a/Target/Variable/Worker.d.ts +++ b/Target/Variable/Worker.d.ts @@ -1,54 +1,36 @@ -import type { Request } from "@cloudflare/workers-types"; - +import type { Request, ResponseInit } from "@cloudflare/workers-types"; declare const _default: { - fetch( - request: Request, - { - DISCORD_PUBLIC_KEY, - }?: { - DISCORD_APPLICATION_ID: string; - DISCORD_CLIENT_ID: string; - DISCORD_CLIENT_SECRET: string; - DISCORD_PUBLIC_KEY: string; - DISCORD_TOKENS: string; - }, - ): Promise; + fetch(request: Request, { DISCORD_PUBLIC_KEY }?: { + DISCORD_APPLICATION_ID: string; + DISCORD_CLIENT_ID: string; + DISCORD_CLIENT_SECRET: string; + DISCORD_PUBLIC_KEY: string; + DISCORD_TOKENS: string; + }): Promise; }; export default _default; - -export declare const Environment: import("zod").ZodObject< - { - DISCORD_APPLICATION_ID: import("zod").ZodDefault< - import("zod").ZodOptional - >; - DISCORD_CLIENT_ID: import("zod").ZodDefault< - import("zod").ZodOptional - >; - DISCORD_CLIENT_SECRET: import("zod").ZodDefault< - import("zod").ZodOptional - >; - DISCORD_PUBLIC_KEY: import("zod").ZodDefault< - import("zod").ZodOptional - >; - DISCORD_TOKENS: import("zod").ZodDefault< - import("zod").ZodOptional - >; - }, - "strip", - import("zod").ZodTypeAny, - { - DISCORD_APPLICATION_ID: string; - DISCORD_CLIENT_ID: string; - DISCORD_CLIENT_SECRET: string; - DISCORD_PUBLIC_KEY: string; - DISCORD_TOKENS: string; - }, - { - DISCORD_APPLICATION_ID?: string | undefined; - DISCORD_CLIENT_ID?: string | undefined; - DISCORD_CLIENT_SECRET?: string | undefined; - DISCORD_PUBLIC_KEY?: string | undefined; - DISCORD_TOKENS?: string | undefined; - } ->; -export declare const Response: typeof import("@cloudflare/workers-types").Response; +export declare const Environment: import("zod").ZodObject<{ + DISCORD_APPLICATION_ID: import("zod").ZodDefault>; + DISCORD_CLIENT_ID: import("zod").ZodDefault>; + DISCORD_CLIENT_SECRET: import("zod").ZodDefault>; + DISCORD_PUBLIC_KEY: import("zod").ZodDefault>; + DISCORD_TOKENS: import("zod").ZodDefault>; +}, "strip", import("zod").ZodTypeAny, { + DISCORD_APPLICATION_ID: string; + DISCORD_CLIENT_ID: string; + DISCORD_CLIENT_SECRET: string; + DISCORD_PUBLIC_KEY: string; + DISCORD_TOKENS: string; +}, { + DISCORD_APPLICATION_ID?: string | undefined; + DISCORD_CLIENT_ID?: string | undefined; + DISCORD_CLIENT_SECRET?: string | undefined; + DISCORD_PUBLIC_KEY?: string | undefined; + DISCORD_TOKENS?: string | undefined; +}>; +export declare const Response: { + new (body?: import("@cloudflare/workers-types").BodyInit | null, init?: ResponseInit): import("@cloudflare/workers-types").Response; + prototype: import("@cloudflare/workers-types").Response; + redirect(url: string, status?: number): import("@cloudflare/workers-types").Response; + json(any: any, maybeInit?: ResponseInit | import("@cloudflare/workers-types").Response): import("@cloudflare/workers-types").Response; +}; From adb9ad139acab1b0837c2a9daf0cb4ffe6a603e3 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 22 Oct 2024 04:49:42 +0300 Subject: [PATCH 0162/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4691bfa..b5eb467 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20241018.0", - "@playform/build": "0.1.7", + "@playform/build": "0.1.8", "wrangler": "3.81.0" }, "publishConfig": { From 5a26fea63694df0841202c735c10a4935618ea86 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 23 Oct 2024 08:26:18 +0300 Subject: [PATCH 0163/1075] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b5eb467..198e254 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20241018.0", + "@cloudflare/workers-types": "4.20241022.0", "@playform/build": "0.1.8", - "wrangler": "3.81.0" + "wrangler": "3.82.0" }, "publishConfig": { "access": "public", From 3f7e5c827488a062472f20ac9ed98fba06d981b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:03:13 +0000 Subject: [PATCH 0164/1075] Bump actions/checkout from 4.2.1 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Cloudflare.yml | 2 +- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index a076eb6..f818c1f 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -53,7 +53,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - uses: cloudflare/wrangler-action@v3.9.0 with: diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 76ab61a..323e4fb 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -57,7 +57,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - uses: actions/setup-node@v4.0.4 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 83274f8..d8efc19 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -59,7 +59,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - uses: pnpm/action-setup@v4.0.0 with: From 33a26182f60488f128d83fe259269f2a7c862170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:31:59 +0000 Subject: [PATCH 0165/1075] Bump wrangler from 3.82.0 to 3.83.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.82.0 to 3.83.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.83.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 198e254..07762f9 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241022.0", "@playform/build": "0.1.8", - "wrangler": "3.82.0" + "wrangler": "3.83.0" }, "publishConfig": { "access": "public", From eece1a7f062437c8c7a3226c459f45ba95a3caa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:41:14 +0000 Subject: [PATCH 0166/1075] Bump cloudflare/wrangler-action from 3.9.0 to 3.11.0 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.9.0 to 3.11.0. - [Release notes](https://github.com/cloudflare/wrangler-action/releases) - [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/cloudflare/wrangler-action/compare/v3.9.0...v3.11.0) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Cloudflare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index f818c1f..867eb43 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - - uses: cloudflare/wrangler-action@v3.9.0 + - uses: cloudflare/wrangler-action@v3.11.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} From bec9acb1c6866736cdfdf3aae4559df9217ac27e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:05:18 +0000 Subject: [PATCH 0167/1075] Bump wrangler from 3.83.0 to 3.84.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.83.0 to 3.84.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.84.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 07762f9..6671801 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241022.0", "@playform/build": "0.1.8", - "wrangler": "3.83.0" + "wrangler": "3.84.0" }, "publishConfig": { "access": "public", From 1541a14ca7c6cd918820e5ebdba308ed81cb366b Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 31 Oct 2024 23:07:33 +0200 Subject: [PATCH 0168/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 07762f9..4a8a3b2 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241022.0", "@playform/build": "0.1.8", - "wrangler": "3.83.0" + "wrangler": "3.84.1" }, "publishConfig": { "access": "public", From 37849721e50ef503518408a28bb9474e2e12e157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:35:40 +0000 Subject: [PATCH 0169/1075] Bump cloudflare/wrangler-action from 3.11.0 to 3.12.0 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/cloudflare/wrangler-action/releases) - [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/cloudflare/wrangler-action/compare/v3.11.0...v3.12.0) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Cloudflare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 867eb43..4239e72 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - - uses: cloudflare/wrangler-action@v3.11.0 + - uses: cloudflare/wrangler-action@v3.12.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} From 4b508d718774c82328804362bdc9ee03c759dbfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:39:55 +0000 Subject: [PATCH 0170/1075] Bump cloudflare/wrangler-action from 3.12.0 to 3.12.1 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.12.0 to 3.12.1. - [Release notes](https://github.com/cloudflare/wrangler-action/releases) - [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/cloudflare/wrangler-action/compare/v3.12.0...v3.12.1) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Cloudflare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 4239e72..47e7964 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - - uses: cloudflare/wrangler-action@v3.12.0 + - uses: cloudflare/wrangler-action@v3.12.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} From ab386670372ed217d2ab801f90d5c78f714236cb Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 7 Nov 2024 04:06:34 +0200 Subject: [PATCH 0171/1075] --- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 2 +- package.json | 10 +++------- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index b223ad5..f05220c 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -74,7 +74,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -Community@PlayForm.Cloud. All complaints will be reviewed and investigated +Community@PlayForm.LTD. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 00c2531..0f67494 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,7 +62,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -Community@PlayForm.Cloud. All complaints will be reviewed and investigated +Community@PlayForm.LTD. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. diff --git a/package.json b/package.json index bb00ba0..a038ab0 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "license": "SEE LICENSE IN LICENSE", "author": { "name": "Source/Open", - "email": "Source/Open@PlayForm.Cloud", - "url": "HTTPS://PlayForm.Cloud" + "email": "Source/Open@PlayForm.LTD", + "url": "HTTPS://PlayForm.LTD" }, "type": "module", "main": "./Target/Object/Worker.js", @@ -21,11 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241022.0", "@playform/build": "0.1.8", -<<<<<<< HEAD - "wrangler": "3.84.1" -======= - "wrangler": "3.84.0" ->>>>>>> 9da4920d5d44f035405719d9fe728b2fa5fbc63e + "wrangler": "3.85.0" }, "publishConfig": { "access": "public", From cf773545c2b74ae89588c8220c1d4ee09f15a081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:32:42 +0000 Subject: [PATCH 0172/1075] Bump @cloudflare/workers-types from 4.20241022.0 to 4.20241106.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20241022.0 to 4.20241106.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a038ab0..06c5119 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20241022.0", + "@cloudflare/workers-types": "4.20241106.0", "@playform/build": "0.1.8", "wrangler": "3.85.0" }, From 0cd0b93953301ea6fe51be682fb06c394c37ff47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:11:34 +0000 Subject: [PATCH 0173/1075] Bump wrangler from 3.85.0 to 3.86.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.85.0 to 3.86.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.86.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06c5119..ec990a4 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241106.0", "@playform/build": "0.1.8", - "wrangler": "3.85.0" + "wrangler": "3.86.0" }, "publishConfig": { "access": "public", From 7cd9a50c2896aa5b7dfe840a48028ebb22f24229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:39:35 +0000 Subject: [PATCH 0174/1075] Bump wrangler from 3.86.0 to 3.86.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.86.0 to 3.86.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.86.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec990a4..becbaa8 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241106.0", "@playform/build": "0.1.8", - "wrangler": "3.86.0" + "wrangler": "3.86.1" }, "publishConfig": { "access": "public", From 81dc339a3eff78ede140f20340fa5191de192483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:13:52 +0000 Subject: [PATCH 0175/1075] Bump @cloudflare/workers-types from 4.20241106.0 to 4.20241112.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20241106.0 to 4.20241112.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index becbaa8..427dd47 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20241106.0", + "@cloudflare/workers-types": "4.20241112.0", "@playform/build": "0.1.8", "wrangler": "3.86.1" }, From eeead3198cdf1396376225fbee195e65805a53ec Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 14 Nov 2024 07:00:17 +0200 Subject: [PATCH 0176/1075] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 06c5119..427dd47 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20241106.0", + "@cloudflare/workers-types": "4.20241112.0", "@playform/build": "0.1.8", - "wrangler": "3.85.0" + "wrangler": "3.86.1" }, "publishConfig": { "access": "public", From a8df7260adbb678b33e2089c9275428d0c0e83e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:46:44 +0000 Subject: [PATCH 0177/1075] Bump wrangler from 3.86.1 to 3.87.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.86.1 to 3.87.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.87.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 427dd47..23d1dff 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241112.0", "@playform/build": "0.1.8", - "wrangler": "3.86.1" + "wrangler": "3.87.0" }, "publishConfig": { "access": "public", From 654f979f16d36963e1c76f537a7c71988f9e52b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:43:29 +0000 Subject: [PATCH 0178/1075] Bump @playform/build from 0.1.8 to 0.1.9 Bumps [@playform/build](https://github.com/PlayForm/Build) from 0.1.8 to 0.1.9. - [Release notes](https://github.com/PlayForm/Build/releases) - [Changelog](https://github.com/PlayForm/Build/blob/Current/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Build/compare/v0.1.8...v0.1.9) --- updated-dependencies: - dependency-name: "@playform/build" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23d1dff..1b951ec 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20241112.0", - "@playform/build": "0.1.8", + "@playform/build": "0.1.9", "wrangler": "3.87.0" }, "publishConfig": { From 519c88ecf53c83c3c16e7fea2b7fefd5e8475dfd Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 19 Nov 2024 18:48:56 +0200 Subject: [PATCH 0179/1075] --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 323e4fb..490dcaa 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - - uses: actions/setup-node@v4.0.4 + - uses: actions/setup-node@v4.1.0 with: node-version: "18" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index d8efc19..055fa35 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -76,7 +76,7 @@ jobs: --unsafe-perm=true ] - - uses: actions/setup-node@v4.0.4 + - uses: actions/setup-node@v4.1.0 with: node-version: ${{ matrix.node-version }} cache: "pnpm" diff --git a/package.json b/package.json index 23d1dff..1b951ec 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20241112.0", - "@playform/build": "0.1.8", + "@playform/build": "0.1.9", "wrangler": "3.87.0" }, "publishConfig": { From 69a0b82da5c2d7c7a036c0e7e5e1ec657e998a3d Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 20 Nov 2024 13:27:20 +0200 Subject: [PATCH 0180/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b951ec..e9d3292 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241112.0", "@playform/build": "0.1.9", - "wrangler": "3.87.0" + "wrangler": "3.88.0" }, "publishConfig": { "access": "public", From d01a3e7c2bc47efea2790a1b3820b1e9cea09b43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:24:12 +0000 Subject: [PATCH 0181/1075] Bump pozil/auto-assign-issue from 2.0.0 to 2.0.1 Bumps [pozil/auto-assign-issue](https://github.com/pozil/auto-assign-issue) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/pozil/auto-assign-issue/releases) - [Commits](https://github.com/pozil/auto-assign-issue/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: pozil/auto-assign-issue dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/GitHub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml index 161ef34..5e6c714 100644 --- a/.github/workflows/GitHub.yml +++ b/.github/workflows/GitHub.yml @@ -52,7 +52,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: pozil/auto-assign-issue@v2.0.0 + - uses: pozil/auto-assign-issue@v2.0.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: NikolaRHristov From d0773ddd95fd46ac039bfaa7963b1bdc91e196a9 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 20 Nov 2024 21:08:24 +0200 Subject: [PATCH 0182/1075] --- .github/workflows/Cloudflare.yml | 4 ++-- .github/workflows/GitHub.yml | 6 +++--- .github/workflows/NPM.yml | 4 ++-- .github/workflows/Node.yml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 47e7964..f0c8d3d 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -26,13 +26,13 @@ jobs: AZURE_CORE_COLLECT_TELEMETRY: 0 CHOOSENIM_NO_ANALYTICS: 1 DIEZ_DO_NOT_TRACK: 1 + DO_NOT_TRACK: 1 DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT: 1 - DO_NOT_TRACK: 1 ET_NO_TELEMETRY: 1 GATSBY_TELEMETRY_DISABLED: 1 - GATSBY_TELEMETRY_OPTOUT: 1 GATSBY_TELEMETRY_OPT_OUT: 1 + GATSBY_TELEMETRY_OPTOUT: 1 GRIT_TELEMETRY_DISABLED: 1 HASURA_GRAPHQL_ENABLE_TELEMETRY: false HINT_TELEMETRY: off diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml index 5e6c714..0234884 100644 --- a/.github/workflows/GitHub.yml +++ b/.github/workflows/GitHub.yml @@ -25,13 +25,13 @@ jobs: AZURE_CORE_COLLECT_TELEMETRY: 0 CHOOSENIM_NO_ANALYTICS: 1 DIEZ_DO_NOT_TRACK: 1 + DO_NOT_TRACK: 1 DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT: 1 - DO_NOT_TRACK: 1 ET_NO_TELEMETRY: 1 GATSBY_TELEMETRY_DISABLED: 1 - GATSBY_TELEMETRY_OPTOUT: 1 GATSBY_TELEMETRY_OPT_OUT: 1 + GATSBY_TELEMETRY_OPTOUT: 1 GRIT_TELEMETRY_DISABLED: 1 HASURA_GRAPHQL_ENABLE_TELEMETRY: false HINT_TELEMETRY: off @@ -52,7 +52,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: pozil/auto-assign-issue@v2.0.1 + - uses: pozil/auto-assign-issue@v2.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: NikolaRHristov diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 490dcaa..45e4ee5 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -26,13 +26,13 @@ jobs: AZURE_CORE_COLLECT_TELEMETRY: 0 CHOOSENIM_NO_ANALYTICS: 1 DIEZ_DO_NOT_TRACK: 1 + DO_NOT_TRACK: 1 DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT: 1 - DO_NOT_TRACK: 1 ET_NO_TELEMETRY: 1 GATSBY_TELEMETRY_DISABLED: 1 - GATSBY_TELEMETRY_OPTOUT: 1 GATSBY_TELEMETRY_OPT_OUT: 1 + GATSBY_TELEMETRY_OPTOUT: 1 GRIT_TELEMETRY_DISABLED: 1 HASURA_GRAPHQL_ENABLE_TELEMETRY: false HINT_TELEMETRY: off diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 055fa35..2f393e7 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -28,13 +28,13 @@ jobs: AZURE_CORE_COLLECT_TELEMETRY: 0 CHOOSENIM_NO_ANALYTICS: 1 DIEZ_DO_NOT_TRACK: 1 + DO_NOT_TRACK: 1 DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT: 1 - DO_NOT_TRACK: 1 ET_NO_TELEMETRY: 1 GATSBY_TELEMETRY_DISABLED: 1 - GATSBY_TELEMETRY_OPTOUT: 1 GATSBY_TELEMETRY_OPT_OUT: 1 + GATSBY_TELEMETRY_OPTOUT: 1 GRIT_TELEMETRY_DISABLED: 1 HASURA_GRAPHQL_ENABLE_TELEMETRY: false HINT_TELEMETRY: off From 3109113b5bb2c429878de407d3f97b66452166bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:48:59 +0000 Subject: [PATCH 0183/1075] Bump pozil/auto-assign-issue from 2.0.0 to 2.0.1 Bumps [pozil/auto-assign-issue](https://github.com/pozil/auto-assign-issue) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/pozil/auto-assign-issue/releases) - [Commits](https://github.com/pozil/auto-assign-issue/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: pozil/auto-assign-issue dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/GitHub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml index 0234884..ab334a3 100644 --- a/.github/workflows/GitHub.yml +++ b/.github/workflows/GitHub.yml @@ -52,7 +52,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: pozil/auto-assign-issue@v2.0.0 + - uses: pozil/auto-assign-issue@v2.0.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: NikolaRHristov From e3187b1ca5421c650c5295b23f927f00ec6199a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:46:57 +0000 Subject: [PATCH 0184/1075] Bump wrangler from 3.88.0 to 3.89.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.88.0 to 3.89.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.89.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9d3292..2429819 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241112.0", "@playform/build": "0.1.9", - "wrangler": "3.88.0" + "wrangler": "3.89.0" }, "publishConfig": { "access": "public", From 91d71915df1b0f79c20f8b0b525f8e603741f639 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 22 Nov 2024 17:57:15 +0200 Subject: [PATCH 0185/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9d3292..2429819 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241112.0", "@playform/build": "0.1.9", - "wrangler": "3.88.0" + "wrangler": "3.89.0" }, "publishConfig": { "access": "public", From 5b397c33fbce60766274192bf95f6bb3b8f2bc39 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 22 Nov 2024 22:36:59 +0200 Subject: [PATCH 0186/1075] --- Source/Variable/Worker.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Variable/Worker.ts b/Source/Variable/Worker.ts index 91701f9..fec4cb9 100644 --- a/Source/Variable/Worker.ts +++ b/Source/Variable/Worker.ts @@ -78,6 +78,7 @@ export default { if (!isValidRequest) { console.error("Invalid Request"); + return new Response("Bad request signature.", { status: 401 }); } } From 24c2b1f51290a7c876b451e6a613c1982e757f81 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 22 Nov 2024 23:16:58 +0200 Subject: [PATCH 0187/1075] --- Target/Type/Environment.d.ts | 45 +++++++++------- Target/Variable/Environment.d.ts | 76 ++++++++++++++++---------- Target/Variable/Worker.d.ts | 91 +++++++++++++++++++++----------- 3 files changed, 135 insertions(+), 77 deletions(-) diff --git a/Target/Type/Environment.d.ts b/Target/Type/Environment.d.ts index 9a90076..d724159 100644 --- a/Target/Type/Environment.d.ts +++ b/Target/Type/Environment.d.ts @@ -1,26 +1,33 @@ import type Zod from "zod"; + /** * @module Environment * */ export type Type = Zod.infer; export type { Type as default }; -export declare const Environment: Zod.ZodObject<{ - DISCORD_APPLICATION_ID: Zod.ZodDefault>; - DISCORD_CLIENT_ID: Zod.ZodDefault>; - DISCORD_CLIENT_SECRET: Zod.ZodDefault>; - DISCORD_PUBLIC_KEY: Zod.ZodDefault>; - DISCORD_TOKENS: Zod.ZodDefault>; -}, "strip", Zod.ZodTypeAny, { - DISCORD_APPLICATION_ID: string; - DISCORD_CLIENT_ID: string; - DISCORD_CLIENT_SECRET: string; - DISCORD_PUBLIC_KEY: string; - DISCORD_TOKENS: string; -}, { - DISCORD_APPLICATION_ID?: string | undefined; - DISCORD_CLIENT_ID?: string | undefined; - DISCORD_CLIENT_SECRET?: string | undefined; - DISCORD_PUBLIC_KEY?: string | undefined; - DISCORD_TOKENS?: string | undefined; -}>; +export declare const Environment: Zod.ZodObject< + { + DISCORD_APPLICATION_ID: Zod.ZodDefault>; + DISCORD_CLIENT_ID: Zod.ZodDefault>; + DISCORD_CLIENT_SECRET: Zod.ZodDefault>; + DISCORD_PUBLIC_KEY: Zod.ZodDefault>; + DISCORD_TOKENS: Zod.ZodDefault>; + }, + "strip", + Zod.ZodTypeAny, + { + DISCORD_APPLICATION_ID: string; + DISCORD_CLIENT_ID: string; + DISCORD_CLIENT_SECRET: string; + DISCORD_PUBLIC_KEY: string; + DISCORD_TOKENS: string; + }, + { + DISCORD_APPLICATION_ID?: string | undefined; + DISCORD_CLIENT_ID?: string | undefined; + DISCORD_CLIENT_SECRET?: string | undefined; + DISCORD_PUBLIC_KEY?: string | undefined; + DISCORD_TOKENS?: string | undefined; + } +>; diff --git a/Target/Variable/Environment.d.ts b/Target/Variable/Environment.d.ts index 26975b5..78e62c2 100644 --- a/Target/Variable/Environment.d.ts +++ b/Target/Variable/Environment.d.ts @@ -1,29 +1,49 @@ -export declare const string: (params?: ({ - errorMap?: import("zod").ZodErrorMap | undefined; - invalid_type_error?: string | undefined; - required_error?: string | undefined; - message?: string | undefined; - description?: string | undefined; -} & { - coerce?: true | undefined; -}) | undefined) => import("zod").ZodString; -declare const _default: import("zod").ZodObject<{ - DISCORD_APPLICATION_ID: import("zod").ZodDefault>; - DISCORD_CLIENT_ID: import("zod").ZodDefault>; - DISCORD_CLIENT_SECRET: import("zod").ZodDefault>; - DISCORD_PUBLIC_KEY: import("zod").ZodDefault>; - DISCORD_TOKENS: import("zod").ZodDefault>; -}, "strip", import("zod").ZodTypeAny, { - DISCORD_APPLICATION_ID: string; - DISCORD_CLIENT_ID: string; - DISCORD_CLIENT_SECRET: string; - DISCORD_PUBLIC_KEY: string; - DISCORD_TOKENS: string; -}, { - DISCORD_APPLICATION_ID?: string | undefined; - DISCORD_CLIENT_ID?: string | undefined; - DISCORD_CLIENT_SECRET?: string | undefined; - DISCORD_PUBLIC_KEY?: string | undefined; - DISCORD_TOKENS?: string | undefined; -}>; +export declare const string: ( + params?: + | ({ + errorMap?: import("zod").ZodErrorMap | undefined; + invalid_type_error?: string | undefined; + required_error?: string | undefined; + message?: string | undefined; + description?: string | undefined; + } & { + coerce?: true | undefined; + }) + | undefined, +) => import("zod").ZodString; +declare const _default: import("zod").ZodObject< + { + DISCORD_APPLICATION_ID: import("zod").ZodDefault< + import("zod").ZodOptional + >; + DISCORD_CLIENT_ID: import("zod").ZodDefault< + import("zod").ZodOptional + >; + DISCORD_CLIENT_SECRET: import("zod").ZodDefault< + import("zod").ZodOptional + >; + DISCORD_PUBLIC_KEY: import("zod").ZodDefault< + import("zod").ZodOptional + >; + DISCORD_TOKENS: import("zod").ZodDefault< + import("zod").ZodOptional + >; + }, + "strip", + import("zod").ZodTypeAny, + { + DISCORD_APPLICATION_ID: string; + DISCORD_CLIENT_ID: string; + DISCORD_CLIENT_SECRET: string; + DISCORD_PUBLIC_KEY: string; + DISCORD_TOKENS: string; + }, + { + DISCORD_APPLICATION_ID?: string | undefined; + DISCORD_CLIENT_ID?: string | undefined; + DISCORD_CLIENT_SECRET?: string | undefined; + DISCORD_PUBLIC_KEY?: string | undefined; + DISCORD_TOKENS?: string | undefined; + } +>; export default _default; diff --git a/Target/Variable/Worker.d.ts b/Target/Variable/Worker.d.ts index d9358fc..2ef0c44 100644 --- a/Target/Variable/Worker.d.ts +++ b/Target/Variable/Worker.d.ts @@ -1,36 +1,67 @@ import type { Request, ResponseInit } from "@cloudflare/workers-types"; + declare const _default: { - fetch(request: Request, { DISCORD_PUBLIC_KEY }?: { - DISCORD_APPLICATION_ID: string; - DISCORD_CLIENT_ID: string; - DISCORD_CLIENT_SECRET: string; - DISCORD_PUBLIC_KEY: string; - DISCORD_TOKENS: string; - }): Promise; + fetch( + request: Request, + { + DISCORD_PUBLIC_KEY, + }?: { + DISCORD_APPLICATION_ID: string; + DISCORD_CLIENT_ID: string; + DISCORD_CLIENT_SECRET: string; + DISCORD_PUBLIC_KEY: string; + DISCORD_TOKENS: string; + }, + ): Promise; }; export default _default; -export declare const Environment: import("zod").ZodObject<{ - DISCORD_APPLICATION_ID: import("zod").ZodDefault>; - DISCORD_CLIENT_ID: import("zod").ZodDefault>; - DISCORD_CLIENT_SECRET: import("zod").ZodDefault>; - DISCORD_PUBLIC_KEY: import("zod").ZodDefault>; - DISCORD_TOKENS: import("zod").ZodDefault>; -}, "strip", import("zod").ZodTypeAny, { - DISCORD_APPLICATION_ID: string; - DISCORD_CLIENT_ID: string; - DISCORD_CLIENT_SECRET: string; - DISCORD_PUBLIC_KEY: string; - DISCORD_TOKENS: string; -}, { - DISCORD_APPLICATION_ID?: string | undefined; - DISCORD_CLIENT_ID?: string | undefined; - DISCORD_CLIENT_SECRET?: string | undefined; - DISCORD_PUBLIC_KEY?: string | undefined; - DISCORD_TOKENS?: string | undefined; -}>; +export declare const Environment: import("zod").ZodObject< + { + DISCORD_APPLICATION_ID: import("zod").ZodDefault< + import("zod").ZodOptional + >; + DISCORD_CLIENT_ID: import("zod").ZodDefault< + import("zod").ZodOptional + >; + DISCORD_CLIENT_SECRET: import("zod").ZodDefault< + import("zod").ZodOptional + >; + DISCORD_PUBLIC_KEY: import("zod").ZodDefault< + import("zod").ZodOptional + >; + DISCORD_TOKENS: import("zod").ZodDefault< + import("zod").ZodOptional + >; + }, + "strip", + import("zod").ZodTypeAny, + { + DISCORD_APPLICATION_ID: string; + DISCORD_CLIENT_ID: string; + DISCORD_CLIENT_SECRET: string; + DISCORD_PUBLIC_KEY: string; + DISCORD_TOKENS: string; + }, + { + DISCORD_APPLICATION_ID?: string | undefined; + DISCORD_CLIENT_ID?: string | undefined; + DISCORD_CLIENT_SECRET?: string | undefined; + DISCORD_PUBLIC_KEY?: string | undefined; + DISCORD_TOKENS?: string | undefined; + } +>; export declare const Response: { - new (body?: import("@cloudflare/workers-types").BodyInit | null, init?: ResponseInit): import("@cloudflare/workers-types").Response; - prototype: import("@cloudflare/workers-types").Response; - redirect(url: string, status?: number): import("@cloudflare/workers-types").Response; - json(any: any, maybeInit?: ResponseInit | import("@cloudflare/workers-types").Response): import("@cloudflare/workers-types").Response; + new ( + body?: import("@cloudflare/workers-types").BodyInit | null, + init?: ResponseInit, + ): import("@cloudflare/workers-types").Response; + prototype: import("@cloudflare/workers-types").Response; + redirect( + url: string, + status?: number, + ): import("@cloudflare/workers-types").Response; + json( + any: any, + maybeInit?: ResponseInit | import("@cloudflare/workers-types").Response, + ): import("@cloudflare/workers-types").Response; }; From c20383b2d7e0e7a7b2949f8ba49bd87a341cd14e Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 23 Nov 2024 22:31:49 +0200 Subject: [PATCH 0188/1075] --- Target/Type/Environment.d.ts | 45 +++++++--------- Target/Variable/Environment.d.ts | 76 ++++++++++---------------- Target/Variable/Worker.d.ts | 91 +++++++++++--------------------- 3 files changed, 77 insertions(+), 135 deletions(-) diff --git a/Target/Type/Environment.d.ts b/Target/Type/Environment.d.ts index d724159..9a90076 100644 --- a/Target/Type/Environment.d.ts +++ b/Target/Type/Environment.d.ts @@ -1,33 +1,26 @@ import type Zod from "zod"; - /** * @module Environment * */ export type Type = Zod.infer; export type { Type as default }; -export declare const Environment: Zod.ZodObject< - { - DISCORD_APPLICATION_ID: Zod.ZodDefault>; - DISCORD_CLIENT_ID: Zod.ZodDefault>; - DISCORD_CLIENT_SECRET: Zod.ZodDefault>; - DISCORD_PUBLIC_KEY: Zod.ZodDefault>; - DISCORD_TOKENS: Zod.ZodDefault>; - }, - "strip", - Zod.ZodTypeAny, - { - DISCORD_APPLICATION_ID: string; - DISCORD_CLIENT_ID: string; - DISCORD_CLIENT_SECRET: string; - DISCORD_PUBLIC_KEY: string; - DISCORD_TOKENS: string; - }, - { - DISCORD_APPLICATION_ID?: string | undefined; - DISCORD_CLIENT_ID?: string | undefined; - DISCORD_CLIENT_SECRET?: string | undefined; - DISCORD_PUBLIC_KEY?: string | undefined; - DISCORD_TOKENS?: string | undefined; - } ->; +export declare const Environment: Zod.ZodObject<{ + DISCORD_APPLICATION_ID: Zod.ZodDefault>; + DISCORD_CLIENT_ID: Zod.ZodDefault>; + DISCORD_CLIENT_SECRET: Zod.ZodDefault>; + DISCORD_PUBLIC_KEY: Zod.ZodDefault>; + DISCORD_TOKENS: Zod.ZodDefault>; +}, "strip", Zod.ZodTypeAny, { + DISCORD_APPLICATION_ID: string; + DISCORD_CLIENT_ID: string; + DISCORD_CLIENT_SECRET: string; + DISCORD_PUBLIC_KEY: string; + DISCORD_TOKENS: string; +}, { + DISCORD_APPLICATION_ID?: string | undefined; + DISCORD_CLIENT_ID?: string | undefined; + DISCORD_CLIENT_SECRET?: string | undefined; + DISCORD_PUBLIC_KEY?: string | undefined; + DISCORD_TOKENS?: string | undefined; +}>; diff --git a/Target/Variable/Environment.d.ts b/Target/Variable/Environment.d.ts index 78e62c2..26975b5 100644 --- a/Target/Variable/Environment.d.ts +++ b/Target/Variable/Environment.d.ts @@ -1,49 +1,29 @@ -export declare const string: ( - params?: - | ({ - errorMap?: import("zod").ZodErrorMap | undefined; - invalid_type_error?: string | undefined; - required_error?: string | undefined; - message?: string | undefined; - description?: string | undefined; - } & { - coerce?: true | undefined; - }) - | undefined, -) => import("zod").ZodString; -declare const _default: import("zod").ZodObject< - { - DISCORD_APPLICATION_ID: import("zod").ZodDefault< - import("zod").ZodOptional - >; - DISCORD_CLIENT_ID: import("zod").ZodDefault< - import("zod").ZodOptional - >; - DISCORD_CLIENT_SECRET: import("zod").ZodDefault< - import("zod").ZodOptional - >; - DISCORD_PUBLIC_KEY: import("zod").ZodDefault< - import("zod").ZodOptional - >; - DISCORD_TOKENS: import("zod").ZodDefault< - import("zod").ZodOptional - >; - }, - "strip", - import("zod").ZodTypeAny, - { - DISCORD_APPLICATION_ID: string; - DISCORD_CLIENT_ID: string; - DISCORD_CLIENT_SECRET: string; - DISCORD_PUBLIC_KEY: string; - DISCORD_TOKENS: string; - }, - { - DISCORD_APPLICATION_ID?: string | undefined; - DISCORD_CLIENT_ID?: string | undefined; - DISCORD_CLIENT_SECRET?: string | undefined; - DISCORD_PUBLIC_KEY?: string | undefined; - DISCORD_TOKENS?: string | undefined; - } ->; +export declare const string: (params?: ({ + errorMap?: import("zod").ZodErrorMap | undefined; + invalid_type_error?: string | undefined; + required_error?: string | undefined; + message?: string | undefined; + description?: string | undefined; +} & { + coerce?: true | undefined; +}) | undefined) => import("zod").ZodString; +declare const _default: import("zod").ZodObject<{ + DISCORD_APPLICATION_ID: import("zod").ZodDefault>; + DISCORD_CLIENT_ID: import("zod").ZodDefault>; + DISCORD_CLIENT_SECRET: import("zod").ZodDefault>; + DISCORD_PUBLIC_KEY: import("zod").ZodDefault>; + DISCORD_TOKENS: import("zod").ZodDefault>; +}, "strip", import("zod").ZodTypeAny, { + DISCORD_APPLICATION_ID: string; + DISCORD_CLIENT_ID: string; + DISCORD_CLIENT_SECRET: string; + DISCORD_PUBLIC_KEY: string; + DISCORD_TOKENS: string; +}, { + DISCORD_APPLICATION_ID?: string | undefined; + DISCORD_CLIENT_ID?: string | undefined; + DISCORD_CLIENT_SECRET?: string | undefined; + DISCORD_PUBLIC_KEY?: string | undefined; + DISCORD_TOKENS?: string | undefined; +}>; export default _default; diff --git a/Target/Variable/Worker.d.ts b/Target/Variable/Worker.d.ts index 2ef0c44..d9358fc 100644 --- a/Target/Variable/Worker.d.ts +++ b/Target/Variable/Worker.d.ts @@ -1,67 +1,36 @@ import type { Request, ResponseInit } from "@cloudflare/workers-types"; - declare const _default: { - fetch( - request: Request, - { - DISCORD_PUBLIC_KEY, - }?: { - DISCORD_APPLICATION_ID: string; - DISCORD_CLIENT_ID: string; - DISCORD_CLIENT_SECRET: string; - DISCORD_PUBLIC_KEY: string; - DISCORD_TOKENS: string; - }, - ): Promise; + fetch(request: Request, { DISCORD_PUBLIC_KEY }?: { + DISCORD_APPLICATION_ID: string; + DISCORD_CLIENT_ID: string; + DISCORD_CLIENT_SECRET: string; + DISCORD_PUBLIC_KEY: string; + DISCORD_TOKENS: string; + }): Promise; }; export default _default; -export declare const Environment: import("zod").ZodObject< - { - DISCORD_APPLICATION_ID: import("zod").ZodDefault< - import("zod").ZodOptional - >; - DISCORD_CLIENT_ID: import("zod").ZodDefault< - import("zod").ZodOptional - >; - DISCORD_CLIENT_SECRET: import("zod").ZodDefault< - import("zod").ZodOptional - >; - DISCORD_PUBLIC_KEY: import("zod").ZodDefault< - import("zod").ZodOptional - >; - DISCORD_TOKENS: import("zod").ZodDefault< - import("zod").ZodOptional - >; - }, - "strip", - import("zod").ZodTypeAny, - { - DISCORD_APPLICATION_ID: string; - DISCORD_CLIENT_ID: string; - DISCORD_CLIENT_SECRET: string; - DISCORD_PUBLIC_KEY: string; - DISCORD_TOKENS: string; - }, - { - DISCORD_APPLICATION_ID?: string | undefined; - DISCORD_CLIENT_ID?: string | undefined; - DISCORD_CLIENT_SECRET?: string | undefined; - DISCORD_PUBLIC_KEY?: string | undefined; - DISCORD_TOKENS?: string | undefined; - } ->; +export declare const Environment: import("zod").ZodObject<{ + DISCORD_APPLICATION_ID: import("zod").ZodDefault>; + DISCORD_CLIENT_ID: import("zod").ZodDefault>; + DISCORD_CLIENT_SECRET: import("zod").ZodDefault>; + DISCORD_PUBLIC_KEY: import("zod").ZodDefault>; + DISCORD_TOKENS: import("zod").ZodDefault>; +}, "strip", import("zod").ZodTypeAny, { + DISCORD_APPLICATION_ID: string; + DISCORD_CLIENT_ID: string; + DISCORD_CLIENT_SECRET: string; + DISCORD_PUBLIC_KEY: string; + DISCORD_TOKENS: string; +}, { + DISCORD_APPLICATION_ID?: string | undefined; + DISCORD_CLIENT_ID?: string | undefined; + DISCORD_CLIENT_SECRET?: string | undefined; + DISCORD_PUBLIC_KEY?: string | undefined; + DISCORD_TOKENS?: string | undefined; +}>; export declare const Response: { - new ( - body?: import("@cloudflare/workers-types").BodyInit | null, - init?: ResponseInit, - ): import("@cloudflare/workers-types").Response; - prototype: import("@cloudflare/workers-types").Response; - redirect( - url: string, - status?: number, - ): import("@cloudflare/workers-types").Response; - json( - any: any, - maybeInit?: ResponseInit | import("@cloudflare/workers-types").Response, - ): import("@cloudflare/workers-types").Response; + new (body?: import("@cloudflare/workers-types").BodyInit | null, init?: ResponseInit): import("@cloudflare/workers-types").Response; + prototype: import("@cloudflare/workers-types").Response; + redirect(url: string, status?: number): import("@cloudflare/workers-types").Response; + json(any: any, maybeInit?: ResponseInit | import("@cloudflare/workers-types").Response): import("@cloudflare/workers-types").Response; }; From 36c8ed287442bf44d49b13fab109c2e92037f760 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 24 Nov 2024 02:20:47 +0200 Subject: [PATCH 0189/1075] --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 3ba6945..b5f80ce 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,2 @@ +custom: https://stripe.playform.ltd/b/3csdQZfzn2LDaBOcMN open_collective: playform-cloud-collective From 0d0d33253b672de09e3ff8461fe036b2293c5b66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:43:33 +0000 Subject: [PATCH 0190/1075] Bump wrangler from 3.89.0 to 3.90.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.89.0 to 3.90.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.90.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2429819..ee45bbf 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241112.0", "@playform/build": "0.1.9", - "wrangler": "3.89.0" + "wrangler": "3.90.0" }, "publishConfig": { "access": "public", From 91e5feb3f74073b6f9f6ce6f61b969865ba06640 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 26 Nov 2024 23:17:19 +0200 Subject: [PATCH 0191/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee45bbf..28c457c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241112.0", "@playform/build": "0.1.9", - "wrangler": "3.90.0" + "wrangler": "3.91.0" }, "publishConfig": { "access": "public", From 6bf7e7946f8144c9733bf43d9b4a1faad8632d09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:58:54 +0000 Subject: [PATCH 0192/1075] Bump cloudflare/wrangler-action from 3.12.1 to 3.13.0 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.12.1 to 3.13.0. - [Release notes](https://github.com/cloudflare/wrangler-action/releases) - [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/cloudflare/wrangler-action/compare/v3.12.1...v3.13.0) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Cloudflare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index f0c8d3d..a329b8a 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - - uses: cloudflare/wrangler-action@v3.12.1 + - uses: cloudflare/wrangler-action@v3.13.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} From 8c79b93c9249ca8d2795836d91c7b3e0e692e189 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 28 Nov 2024 11:44:26 +0200 Subject: [PATCH 0193/1075] --- CODE_OF_CONDUCT.md | 6 +++--- CONTRIBUTING.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index f05220c..c728bc2 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -128,13 +128,13 @@ community. This Code of Conduct is adapted from the [`Contributor Covenant`][homepage], version 2.1, available at -[`https://www.contributor-covenant.org/version/2/1/code_of_conduct.html`][v2.1]. +[`HTTPS://www.contributor-covenant.org/version/2/1/code_of_conduct.html`][v2.1]. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder][Mozilla CoC]. For answers to common questions about this code of conduct, see the FAQ at -[`https://www.contributor-covenant.org/faq`][FAQ]. Translations are available at -[`https://www.contributor-covenant.org/translations`][translations]. +[`HTTPS://www.contributor-covenant.org/faq`][FAQ]. Translations are available at +[`HTTPS://www.contributor-covenant.org/translations`][translations]. [homepage]: HTTPS://www.contributor-covenant.org [v2.1]: HTTPS://www.contributor-covenant.org/version/2/1/code_of_conduct.html diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0f67494..9559e2b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -116,13 +116,13 @@ community. This Code of Conduct is adapted from the [`Contributor Covenant`][homepage], version 2.1, available at -[`https://www.contributor-covenant.org/version/2/1/code_of_conduct.html`][v2.1]. +[`HTTPS://www.contributor-covenant.org/version/2/1/code_of_conduct.html`][v2.1]. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder][Mozilla CoC]. For answers to common questions about this code of conduct, see the FAQ at -[`https://www.contributor-covenant.org/faq`][FAQ]. Translations are available at -[`https://www.contributor-covenant.org/translations`][translations]. +[`HTTPS://www.contributor-covenant.org/faq`][FAQ]. Translations are available at +[`HTTPS://www.contributor-covenant.org/translations`][translations]. [homepage]: HTTPS://www.contributor-covenant.org [v2.1]: HTTPS://www.contributor-covenant.org/version/2/1/code_of_conduct.html From 96cdc68cc3c86109f0fe6e8576beef5084d1dfc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:01:23 +0000 Subject: [PATCH 0194/1075] Bump @cloudflare/workers-types from 4.20241112.0 to 4.20241127.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20241112.0 to 4.20241127.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28c457c..86dba1a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20241112.0", + "@cloudflare/workers-types": "4.20241127.0", "@playform/build": "0.1.9", "wrangler": "3.91.0" }, From 479f9d304e9f08fe51c21ee22385deb24557574b Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 1 Dec 2024 09:33:48 +0200 Subject: [PATCH 0195/1075] --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index b5f80ce..8e65cbc 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ -custom: https://stripe.playform.ltd/b/3csdQZfzn2LDaBOcMN +custom: https://Stripe.PlayForm.LTD/b/3csdQZfzn2LDaBOcMN open_collective: playform-cloud-collective From 23fbe2ab497bcee93a9647f241d254992a5308e1 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 3 Dec 2024 07:17:56 +0200 Subject: [PATCH 0196/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86dba1a..5afa540 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20241127.0", + "@cloudflare/workers-types": "4.20241202.0", "@playform/build": "0.1.9", "wrangler": "3.91.0" }, From 2865475b6dcf5ad9ed975852ec8b636b92a3e5de Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 4 Dec 2024 10:31:34 +0200 Subject: [PATCH 0197/1075] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43d7b3d..e52cf09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ ## 0.0.1 -- Initial version +- Initial version From c50dfbca2d940348df13cf1e3247243d6f5e3bdc Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 4 Dec 2024 15:22:08 +0200 Subject: [PATCH 0198/1075] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5afa540..9eb1fa3 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20241202.0", - "@playform/build": "0.1.9", - "wrangler": "3.91.0" + "@playform/build": "0.2.0", + "wrangler": "3.92.0" }, "publishConfig": { "access": "public", From 350e59455e966372ab1c874bc50af4c6be211234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:56:25 +0000 Subject: [PATCH 0199/1075] Bump @cloudflare/workers-types from 4.20241202.0 to 4.20241205.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20241202.0 to 4.20241205.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9eb1fa3..ee25cb9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20241202.0", + "@cloudflare/workers-types": "4.20241205.0", "@playform/build": "0.2.0", "wrangler": "3.92.0" }, From e6f8a2868bdb37ca7db87cc4681f7ee2c5de49af Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 8 Dec 2024 18:02:36 +0200 Subject: [PATCH 0200/1075] --- DEPENDENTS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 DEPENDENTS.md diff --git a/DEPENDENTS.md b/DEPENDENTS.md new file mode 100644 index 0000000..d6c8826 --- /dev/null +++ b/DEPENDENTS.md @@ -0,0 +1,11 @@ +# Dependents stats for PlayForm/API + +[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=0&color=informational&logo=slickpic)](https://github.com/PlayForm/API/network/dependents) +[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=0&color=informational&logo=slickpic)](https://github.com/PlayForm/API/network/dependents) +[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=0&color=informational&logo=slickpic)](https://github.com/PlayForm/API/network/dependents) +[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=0&color=informational&logo=slickpic)](https://github.com/PlayForm/API/network/dependents) + +| Repository | Stars | +| :-------- | -----: | + +_Generated using [github-dependents-info](https://github.com/nvuillam/github-dependents-info), by [Nicolas Vuillamy](https://github.com/nvuillam)_ \ No newline at end of file From af68ea7864b60c5a5ee42fbc5940c7364c689730 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 8 Dec 2024 18:18:30 +0200 Subject: [PATCH 0201/1075] --- DEPENDENTS.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 DEPENDENTS.md diff --git a/DEPENDENTS.md b/DEPENDENTS.md deleted file mode 100644 index d6c8826..0000000 --- a/DEPENDENTS.md +++ /dev/null @@ -1,11 +0,0 @@ -# Dependents stats for PlayForm/API - -[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=0&color=informational&logo=slickpic)](https://github.com/PlayForm/API/network/dependents) -[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=0&color=informational&logo=slickpic)](https://github.com/PlayForm/API/network/dependents) -[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=0&color=informational&logo=slickpic)](https://github.com/PlayForm/API/network/dependents) -[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=0&color=informational&logo=slickpic)](https://github.com/PlayForm/API/network/dependents) - -| Repository | Stars | -| :-------- | -----: | - -_Generated using [github-dependents-info](https://github.com/nvuillam/github-dependents-info), by [Nicolas Vuillamy](https://github.com/nvuillam)_ \ No newline at end of file From d53e0d57c628c6bc6e6fd603debaa22cfcd49051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:47:55 +0000 Subject: [PATCH 0202/1075] Bump wrangler from 3.92.0 to 3.93.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.92.0 to 3.93.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.93.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee25cb9..9c8f959 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241205.0", "@playform/build": "0.2.0", - "wrangler": "3.92.0" + "wrangler": "3.93.0" }, "publishConfig": { "access": "public", From 177edca2db73dd366ce469776a77b2ca97f8ca04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:17:48 +0000 Subject: [PATCH 0203/1075] Bump wrangler from 3.93.0 to 3.94.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.93.0 to 3.94.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.94.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c8f959..46e47ca 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241205.0", "@playform/build": "0.2.0", - "wrangler": "3.93.0" + "wrangler": "3.94.0" }, "publishConfig": { "access": "public", From 33c257955ac2772fbb17c2552fc782ef55d61c61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:00:15 +0000 Subject: [PATCH 0204/1075] Bump wrangler from 3.94.0 to 3.95.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.94.0 to 3.95.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.95.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46e47ca..a6f4982 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241205.0", "@playform/build": "0.2.0", - "wrangler": "3.94.0" + "wrangler": "3.95.0" }, "publishConfig": { "access": "public", From 7304ed3f2608ff67237f7a99ac53221359447b48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:47:47 +0000 Subject: [PATCH 0205/1075] Bump @cloudflare/workers-types from 4.20241205.0 to 4.20241216.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20241205.0 to 4.20241216.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6f4982..ff4756a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20241205.0", + "@cloudflare/workers-types": "4.20241216.0", "@playform/build": "0.2.0", "wrangler": "3.95.0" }, From e2f78830796641603f05302e123914e13ee88dff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:44:29 +0000 Subject: [PATCH 0206/1075] Bump wrangler from 3.95.0 to 3.96.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.95.0 to 3.96.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.96.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff4756a..7c6f085 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241216.0", "@playform/build": "0.2.0", - "wrangler": "3.95.0" + "wrangler": "3.96.0" }, "publishConfig": { "access": "public", From 5cf1bb5d4a2bf6ee4612782b9e365d178565609e Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 18 Dec 2024 05:25:47 +0200 Subject: [PATCH 0207/1075] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 2f393e7..2abe3bd 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -88,7 +88,7 @@ jobs: - run: pnpm run prepublishOnly working-directory: . - - uses: actions/upload-artifact@v4.4.3 + - uses: actions/upload-artifact@v4.5.0 with: name: .-Node-${{ matrix.node-version }}-Target path: ./Target From c4a281577738dd1c46fd95006c95ccd5dfdfbb69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:30:40 +0000 Subject: [PATCH 0208/1075] Bump @cloudflare/workers-types from 4.20241216.0 to 4.20241218.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20241216.0 to 4.20241218.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c6f085..d07d8a5 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20241216.0", + "@cloudflare/workers-types": "4.20241218.0", "@playform/build": "0.2.0", "wrangler": "3.96.0" }, From bf3511f170d4bde3daf0887c4aa237706beff776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:18:26 +0000 Subject: [PATCH 0209/1075] Bump wrangler from 3.96.0 to 3.98.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.96.0 to 3.98.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.98.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d07d8a5..0205f0f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241218.0", "@playform/build": "0.2.0", - "wrangler": "3.96.0" + "wrangler": "3.98.0" }, "publishConfig": { "access": "public", From b22e83c34463be93ccf9bc7a449470cba563acd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:33:32 +0000 Subject: [PATCH 0210/1075] Bump wrangler from 3.98.0 to 3.99.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.98.0 to 3.99.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.99.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0205f0f..3d9fab7 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241218.0", "@playform/build": "0.2.0", - "wrangler": "3.98.0" + "wrangler": "3.99.0" }, "publishConfig": { "access": "public", From 1fd18b48d09e1c154afcd56740036c5c714b2f91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 15:10:19 +0000 Subject: [PATCH 0211/1075] Bump @cloudflare/workers-types from 4.20241218.0 to 4.20241224.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20241218.0 to 4.20241224.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d9fab7..73207f0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20241218.0", + "@cloudflare/workers-types": "4.20241224.0", "@playform/build": "0.2.0", "wrangler": "3.99.0" }, From d43d2bf4f93b8f79031424afc1b80ef81bd29ba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 15:20:24 +0000 Subject: [PATCH 0212/1075] Bump @cloudflare/workers-types from 4.20241224.0 to 4.20241230.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20241224.0 to 4.20241230.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73207f0..76f475e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20241224.0", + "@cloudflare/workers-types": "4.20241230.0", "@playform/build": "0.2.0", "wrangler": "3.99.0" }, From 0025fe7932f0ddc01ff70b99ac66d90b732922a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:55:05 +0000 Subject: [PATCH 0213/1075] Bump pozil/auto-assign-issue from 2.0.1 to 2.1.0 Bumps [pozil/auto-assign-issue](https://github.com/pozil/auto-assign-issue) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/pozil/auto-assign-issue/releases) - [Commits](https://github.com/pozil/auto-assign-issue/compare/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: pozil/auto-assign-issue dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/GitHub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml index ab334a3..de434a4 100644 --- a/.github/workflows/GitHub.yml +++ b/.github/workflows/GitHub.yml @@ -52,7 +52,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: pozil/auto-assign-issue@v2.0.1 + - uses: pozil/auto-assign-issue@v2.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: NikolaRHristov From 7ad3df95a3946220d9de9a680bbb39fa14273a21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 16:04:23 +0000 Subject: [PATCH 0214/1075] Bump pozil/auto-assign-issue from 2.1.0 to 2.1.2 Bumps [pozil/auto-assign-issue](https://github.com/pozil/auto-assign-issue) from 2.1.0 to 2.1.2. - [Release notes](https://github.com/pozil/auto-assign-issue/releases) - [Commits](https://github.com/pozil/auto-assign-issue/compare/v2.1.0...v2.1.2) --- updated-dependencies: - dependency-name: pozil/auto-assign-issue dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/GitHub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml index de434a4..155a6ad 100644 --- a/.github/workflows/GitHub.yml +++ b/.github/workflows/GitHub.yml @@ -52,7 +52,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: pozil/auto-assign-issue@v2.1.0 + - uses: pozil/auto-assign-issue@v2.1.2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: NikolaRHristov From 64a7e0ec291f255c8ea4842b2dd4a7e5b21f464b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:17:28 +0000 Subject: [PATCH 0215/1075] Bump @playform/build from 0.2.0 to 0.2.1 Bumps [@playform/build](https://github.com/PlayForm/Build) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/PlayForm/Build/releases) - [Changelog](https://github.com/PlayForm/Build/blob/Current/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Build/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: "@playform/build" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76f475e..3e19ed4 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20241230.0", - "@playform/build": "0.2.0", + "@playform/build": "0.2.1", "wrangler": "3.99.0" }, "publishConfig": { From 92596b9519c5df8239ad7608cc8c587fe0e01cfd Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 6 Jan 2025 18:07:06 +0200 Subject: [PATCH 0216/1075] --- Target/Variable/Environment.d.ts | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/Target/Variable/Environment.d.ts b/Target/Variable/Environment.d.ts index 26975b5..4894b17 100644 --- a/Target/Variable/Environment.d.ts +++ b/Target/Variable/Environment.d.ts @@ -1,12 +1,6 @@ -export declare const string: (params?: ({ - errorMap?: import("zod").ZodErrorMap | undefined; - invalid_type_error?: string | undefined; - required_error?: string | undefined; - message?: string | undefined; - description?: string | undefined; -} & { - coerce?: true | undefined; -}) | undefined) => import("zod").ZodString; +export declare const string: (params?: import("zod").RawCreateParams & { + coerce?: true; +}) => import("zod").ZodString; declare const _default: import("zod").ZodObject<{ DISCORD_APPLICATION_ID: import("zod").ZodDefault>; DISCORD_CLIENT_ID: import("zod").ZodDefault>; From b48d3d91ec81082edf5654138a142b68551471d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:30:16 +0000 Subject: [PATCH 0217/1075] Bump wrangler from 3.99.0 to 3.100.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.99.0 to 3.100.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.100.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e19ed4..7ad190a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241230.0", "@playform/build": "0.2.1", - "wrangler": "3.99.0" + "wrangler": "3.100.0" }, "publishConfig": { "access": "public", From 45b2625a5cf56178c7307778c0054ff97d53b79c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 17:30:17 +0000 Subject: [PATCH 0218/1075] Bump @cloudflare/workers-types from 4.20241230.0 to 4.20250109.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20241230.0 to 4.20250109.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ad190a..7800809 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20241230.0", + "@cloudflare/workers-types": "4.20250109.0", "@playform/build": "0.2.1", "wrangler": "3.100.0" }, From 962681cee5c06c2f906a52443fc60ae79d99d62d Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 10 Jan 2025 08:30:28 +0200 Subject: [PATCH 0219/1075] --- .github/workflows/GitHub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml index 155a6ad..ab334a3 100644 --- a/.github/workflows/GitHub.yml +++ b/.github/workflows/GitHub.yml @@ -52,7 +52,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: pozil/auto-assign-issue@v2.1.2 + - uses: pozil/auto-assign-issue@v2.0.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: NikolaRHristov From d7a5492be8da6d87bd17213701f38e32ceb26dac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:08:58 +0000 Subject: [PATCH 0220/1075] Bump actions/upload-artifact from 4.5.0 to 4.6.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 2abe3bd..6f4b89f 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -88,7 +88,7 @@ jobs: - run: pnpm run prepublishOnly working-directory: . - - uses: actions/upload-artifact@v4.5.0 + - uses: actions/upload-artifact@v4.6.0 with: name: .-Node-${{ matrix.node-version }}-Target path: ./Target From 84567b41c2e557f0999433027897cd3a56a1d49a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:52:38 +0000 Subject: [PATCH 0221/1075] Bump wrangler from 3.100.0 to 3.101.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.100.0 to 3.101.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.101.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7800809..93b5368 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250109.0", "@playform/build": "0.2.1", - "wrangler": "3.100.0" + "wrangler": "3.101.0" }, "publishConfig": { "access": "public", From 97a70af0fe054a1a4b8a256b35566f82b860c252 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 12 Jan 2025 09:38:13 +0200 Subject: [PATCH 0222/1075] --- .github/workflows/GitHub.yml | 2 +- .github/workflows/Node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml index ab334a3..155a6ad 100644 --- a/.github/workflows/GitHub.yml +++ b/.github/workflows/GitHub.yml @@ -52,7 +52,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: pozil/auto-assign-issue@v2.0.1 + - uses: pozil/auto-assign-issue@v2.1.2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: NikolaRHristov diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 2abe3bd..6f4b89f 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -88,7 +88,7 @@ jobs: - run: pnpm run prepublishOnly working-directory: . - - uses: actions/upload-artifact@v4.5.0 + - uses: actions/upload-artifact@v4.6.0 with: name: .-Node-${{ matrix.node-version }}-Target path: ./Target From cc21949f894315334f93797f64ae97d5d5bb6298 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 13 Jan 2025 08:24:50 +0200 Subject: [PATCH 0223/1075] --- .github/workflows/Auto.yml | 68 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 .github/workflows/Auto.yml diff --git a/.github/workflows/Auto.yml b/.github/workflows/Auto.yml new file mode 100644 index 0000000..effee33 --- /dev/null +++ b/.github/workflows/Auto.yml @@ -0,0 +1,68 @@ +name: Auto + +concurrency: + group: Auto-${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +permissions: + contents: write + +on: + workflow_dispatch: + schedule: + - cron: "0 0 * * *" + workflow_call: + +jobs: + Commit: + runs-on: ubuntu-latest + + env: + ADBLOCK: true + ASTRO_TELEMETRY_DISABLED: 1 + AUTOMATEDLAB_TELEMETRY_OPTOUT: 1 + AZURE_CORE_COLLECT_TELEMETRY: 0 + CHOOSENIM_NO_ANALYTICS: 1 + DIEZ_DO_NOT_TRACK: 1 + DO_NOT_TRACK: 1 + DOTNET_CLI_TELEMETRY_OPTOUT: 1 + DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT: 1 + ET_NO_TELEMETRY: 1 + GATSBY_TELEMETRY_DISABLED: 1 + GATSBY_TELEMETRY_OPT_OUT: 1 + GATSBY_TELEMETRY_OPTOUT: 1 + GRIT_TELEMETRY_DISABLED: 1 + HASURA_GRAPHQL_ENABLE_TELEMETRY: false + HINT_TELEMETRY: off + HOMEBREW_NO_ANALYTICS: 1 + INFLUXD_REPORTING_DISABLED: true + ITERATIVE_DO_NOT_TRACK: 1 + NEXT_TELEMETRY_DEBUG: 1 + NEXT_TELEMETRY_DISABLED: 1 + NG_CLI_ANALYTICS: false + NUXT_TELEMETRY_DISABLED: 1 + PIN_DO_NOT_TRACK: 1 + POWERSHELL_TELEMETRY_OPTOUT: 1 + SAM_CLI_TELEMETRY: 0 + STNOUPGRADE: 1 + STRIPE_CLI_TELEMETRY_OPTOUT: 1 + TELEMETRY_DISABLED: 1 + TERRAFORM_TELEMETRY: 0 + VCPKG_DISABLE_METRICS: 1 + + steps: + - uses: actions/checkout@v4.2.2 + + - run: | + echo "Update: $(date)" > .github/Update.md + + - run: | + git config user.name "Auto" + git config user.email "auto@playform.cloud" + git add . + git commit -a --allow-empty-message -m "" + + - uses: ad-m/github-push-action@master + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + branch: Current From 632254efe7551e57bbfc21d85cc64e01c5666271 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 14 Jan 2025 00:53:12 +0000 Subject: [PATCH 0224/1075] --- .github/Update.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/Update.md diff --git a/.github/Update.md b/.github/Update.md new file mode 100644 index 0000000..292ae90 --- /dev/null +++ b/.github/Update.md @@ -0,0 +1 @@ +Update: Tue Jan 14 00:53:12 UTC 2025 From 1f8f06f8e90762b79c13f025d177357a4a0cd334 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 15 Jan 2025 00:54:42 +0000 Subject: [PATCH 0225/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 292ae90..50762f1 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jan 14 00:53:12 UTC 2025 +Update: Wed Jan 15 00:54:42 UTC 2025 From ed2a9450799f63412826f01504f6209f8b7d27e0 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 15 Jan 2025 05:05:00 +0200 Subject: [PATCH 0226/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93b5368..06d4db1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250109.0", "@playform/build": "0.2.1", - "wrangler": "3.101.0" + "wrangler": "3.102.0" }, "publishConfig": { "access": "public", From cdd0d99b9c0c1e900b32621441ff03d59a055730 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 15 Jan 2025 13:04:19 +0200 Subject: [PATCH 0227/1075] --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 6bb5fc8..df0446e 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,4 @@ name = "api" main = "./Target/Object/Worker.js" -compatibility_date = "2023-02-24" +compatibility_date = "2024-11-11" send_metrics = false From b232c10998f4c06e04a3d1f07960baeaac80a505 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 16 Jan 2025 00:53:56 +0000 Subject: [PATCH 0228/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 50762f1..223b721 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jan 15 00:54:42 UTC 2025 +Update: Thu Jan 16 00:53:56 UTC 2025 From d22678c7bfa3eac6688a1f04eab4cd6dcbc60467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:36:39 +0000 Subject: [PATCH 0229/1075] Bump wrangler from 3.102.0 to 3.103.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.102.0 to 3.103.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.103.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06d4db1..dcf7313 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250109.0", "@playform/build": "0.2.1", - "wrangler": "3.102.0" + "wrangler": "3.103.0" }, "publishConfig": { "access": "public", From 6423e6a0de928502cca8b28b6fcf5ac6465f3723 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 17 Jan 2025 00:53:50 +0000 Subject: [PATCH 0230/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 223b721..101d831 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jan 16 00:53:56 UTC 2025 +Update: Fri Jan 17 00:53:50 UTC 2025 From bdf693a9714b3b2f864fe5f2f6c08b1ebe4d19b3 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 17 Jan 2025 10:56:08 +0200 Subject: [PATCH 0231/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06d4db1..33cf0c5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250109.0", "@playform/build": "0.2.1", - "wrangler": "3.102.0" + "wrangler": "3.103.1" }, "publishConfig": { "access": "public", From 63c4d076aa53b3a79f3e34ef23e878bc553784c7 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 18 Jan 2025 00:52:07 +0000 Subject: [PATCH 0232/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 101d831..7f33ca7 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jan 17 00:53:50 UTC 2025 +Update: Sat Jan 18 00:52:07 UTC 2025 From 84497e2c0598901898c7a7295382858fdba6d4bb Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 19 Jan 2025 00:58:06 +0000 Subject: [PATCH 0233/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7f33ca7..33c93af 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jan 18 00:52:07 UTC 2025 +Update: Sun Jan 19 00:58:06 UTC 2025 From 4bd0ab8b1cc797e37d23b8e8550d83998e372d56 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 20 Jan 2025 00:55:07 +0000 Subject: [PATCH 0234/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 33c93af..889197f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jan 19 00:58:06 UTC 2025 +Update: Mon Jan 20 00:55:07 UTC 2025 From 63a87c9d9bf612a1d282e3d3a8e3d042df639e49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:04:19 +0000 Subject: [PATCH 0235/1075] Bump cloudflare/wrangler-action from 3.13.0 to 3.13.1 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.13.0 to 3.13.1. - [Release notes](https://github.com/cloudflare/wrangler-action/releases) - [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/cloudflare/wrangler-action/compare/v3.13.0...v3.13.1) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Cloudflare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index a329b8a..6090ba1 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - - uses: cloudflare/wrangler-action@v3.13.0 + - uses: cloudflare/wrangler-action@v3.13.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} From e93ca006e1edda1ade6d1ebc093e5d2f51d7881a Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 21 Jan 2025 00:53:51 +0000 Subject: [PATCH 0236/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 889197f..f86403f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jan 20 00:55:07 UTC 2025 +Update: Tue Jan 21 00:53:51 UTC 2025 From 2da2a8e1066e619cc97e7a1673a82bf4d0385dab Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 22 Jan 2025 00:55:31 +0000 Subject: [PATCH 0237/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f86403f..f32dd87 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jan 21 00:53:51 UTC 2025 +Update: Wed Jan 22 00:55:31 UTC 2025 From a625d16dfa8249f494b1e092ba3d1aec58dec8c2 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 23 Jan 2025 00:54:16 +0000 Subject: [PATCH 0238/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f32dd87..066a994 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jan 22 00:55:31 UTC 2025 +Update: Thu Jan 23 00:54:16 UTC 2025 From 2ad904e0d5cfd2e57ff1050f1bf934a18a45c86f Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 23 Jan 2025 19:05:05 +0200 Subject: [PATCH 0239/1075] --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 6eb2703..33cf0c5 100644 --- a/package.json +++ b/package.json @@ -21,11 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250109.0", "@playform/build": "0.2.1", -<<<<<<< HEAD "wrangler": "3.103.1" -======= - "wrangler": "3.103.0" ->>>>>>> 6423e6a0de928502cca8b28b6fcf5ac6465f3723 }, "publishConfig": { "access": "public", From 393f2a3b288b4027529f12b69c42fd81b026ddca Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 24 Jan 2025 01:03:02 +0200 Subject: [PATCH 0240/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33cf0c5..8f94e4a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250109.0", "@playform/build": "0.2.1", - "wrangler": "3.103.1" + "wrangler": "3.105.0" }, "publishConfig": { "access": "public", From f30bd405f628c68cdb351c6b29a265bdb545788c Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 24 Jan 2025 00:54:25 +0000 Subject: [PATCH 0241/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 066a994..02d9f5a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jan 23 00:54:16 UTC 2025 +Update: Fri Jan 24 00:54:25 UTC 2025 From 577e1d54444f5be4fd4a5fa9c59d859a7d43156f Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 25 Jan 2025 00:51:11 +0000 Subject: [PATCH 0242/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 02d9f5a..b78ca0d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jan 24 00:54:25 UTC 2025 +Update: Sat Jan 25 00:51:11 UTC 2025 From 13950ef71531c3f4d1ca631d88100c58667eb917 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 25 Jan 2025 18:08:55 +0200 Subject: [PATCH 0243/1075] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8f94e4a..2c35d48 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250109.0", + "@cloudflare/workers-types": "4.20250124.3", "@playform/build": "0.2.1", - "wrangler": "3.105.0" + "wrangler": "3.105.1" }, "publishConfig": { "access": "public", From bcb4878f325e7171181422f7be5c63b905770dc5 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 26 Jan 2025 00:55:54 +0000 Subject: [PATCH 0244/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b78ca0d..18a64f7 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jan 25 00:51:11 UTC 2025 +Update: Sun Jan 26 00:55:54 UTC 2025 From be4f987b91909abf337adc5bae6df54644a0b3cd Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 27 Jan 2025 00:55:24 +0000 Subject: [PATCH 0245/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 18a64f7..403b562 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jan 26 00:55:54 UTC 2025 +Update: Mon Jan 27 00:55:24 UTC 2025 From 5480542ba5e4e4c7e9a46d4c419fdef7f05a363b Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 27 Jan 2025 05:35:50 +0200 Subject: [PATCH 0246/1075] --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 575fdde..4e1578c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,7 @@ updates: schedule: interval: "daily" versioning-strategy: increase + ignore: + - dependency-name: "tailwindcss" + versions: + - "^4.0.0" From 4a83a76ec03d0404460807cbd4bac452376664eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 03:36:54 +0000 Subject: [PATCH 0247/1075] Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml index 387fece..3f6ffb2 100644 --- a/.github/workflows/Dependabot.yml +++ b/.github/workflows/Dependabot.yml @@ -20,7 +20,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v2.2.0 + - uses: dependabot/fetch-metadata@v2.3.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" @@ -35,7 +35,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v2.2.0 + - uses: dependabot/fetch-metadata@v2.3.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" From 3194eee238a8ab50a97f6c446e9c10cc54e523d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 15:57:16 +0000 Subject: [PATCH 0248/1075] Bump actions/setup-node from 4.1.0 to 4.2.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 45e4ee5..8ea7c29 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - - uses: actions/setup-node@v4.1.0 + - uses: actions/setup-node@v4.2.0 with: node-version: "18" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 6f4b89f..494608d 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -76,7 +76,7 @@ jobs: --unsafe-perm=true ] - - uses: actions/setup-node@v4.1.0 + - uses: actions/setup-node@v4.2.0 with: node-version: ${{ matrix.node-version }} cache: "pnpm" From 2089f14f3039c6ae84300a459fb86f4e94436d46 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 28 Jan 2025 00:54:18 +0000 Subject: [PATCH 0249/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 403b562..658476f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jan 27 00:55:24 UTC 2025 +Update: Tue Jan 28 00:54:18 UTC 2025 From b2c9be81b888da31ad9d53ca9f3583b4de7a7243 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 29 Jan 2025 00:54:16 +0000 Subject: [PATCH 0250/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 658476f..bb2266f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jan 28 00:54:18 UTC 2025 +Update: Wed Jan 29 00:54:16 UTC 2025 From 7c89e5486e4369ba9bb1d51e83374f1ab5fcbd07 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 30 Jan 2025 00:53:22 +0000 Subject: [PATCH 0251/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index bb2266f..d820f24 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jan 29 00:54:16 UTC 2025 +Update: Thu Jan 30 00:53:22 UTC 2025 From 5429c4dceb30ed867e78db5bb6f54543f2caf455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:46:44 +0000 Subject: [PATCH 0252/1075] Bump wrangler from 3.105.1 to 3.106.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.105.1 to 3.106.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.106.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c35d48..fce4d05 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250124.3", "@playform/build": "0.2.1", - "wrangler": "3.105.1" + "wrangler": "3.106.0" }, "publishConfig": { "access": "public", From bec00c69ba7b28fbddd9bd9525c01fc27e9233a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:48:21 +0000 Subject: [PATCH 0253/1075] Bump @cloudflare/workers-types from 4.20250124.3 to 4.20250129.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250124.3 to 4.20250129.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fce4d05..0227d2e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250124.3", + "@cloudflare/workers-types": "4.20250129.0", "@playform/build": "0.2.1", "wrangler": "3.106.0" }, From 4cc95c06e55386b1407993cf0b68f35290928d4f Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 31 Jan 2025 00:54:31 +0000 Subject: [PATCH 0254/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d820f24..ea2fcc0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jan 30 00:53:22 UTC 2025 +Update: Fri Jan 31 00:54:31 UTC 2025 From d3d824ff08cd41eb83b895550db7c1574a0b2ece Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 1 Feb 2025 00:57:29 +0000 Subject: [PATCH 0255/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ea2fcc0..5fce0d8 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jan 31 00:54:31 UTC 2025 +Update: Sat Feb 1 00:57:29 UTC 2025 From 21e66ecaae8a8cf59d37dbea3d67d53db3e6d5b6 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 1 Feb 2025 06:05:06 +0200 Subject: [PATCH 0256/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0227d2e..f182aec 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250129.0", "@playform/build": "0.2.1", - "wrangler": "3.106.0" + "wrangler": "3.107.2" }, "publishConfig": { "access": "public", From 0291c6fa693004d34d92ee8af1f4f076656672eb Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 2 Feb 2025 00:57:11 +0000 Subject: [PATCH 0257/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5fce0d8..a2788a3 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Feb 1 00:57:29 UTC 2025 +Update: Sun Feb 2 00:57:11 UTC 2025 From 28a7eb93ef0f6e7fc29909272b7c416b49962df4 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 3 Feb 2025 00:55:28 +0000 Subject: [PATCH 0258/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a2788a3..db7e02e 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Feb 2 00:57:11 UTC 2025 +Update: Mon Feb 3 00:55:28 UTC 2025 From af1562151f068e7de006445ee19d66d6c0b225fa Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 4 Feb 2025 00:54:32 +0000 Subject: [PATCH 0259/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index db7e02e..95887a0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Feb 3 00:55:28 UTC 2025 +Update: Tue Feb 4 00:54:32 UTC 2025 From 1d6a5f95033684576a0e9f49359f0dc68cf4e447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:30:46 +0000 Subject: [PATCH 0260/1075] Bump pozil/auto-assign-issue from 2.1.2 to 2.2.0 Bumps [pozil/auto-assign-issue](https://github.com/pozil/auto-assign-issue) from 2.1.2 to 2.2.0. - [Release notes](https://github.com/pozil/auto-assign-issue/releases) - [Commits](https://github.com/pozil/auto-assign-issue/compare/v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: pozil/auto-assign-issue dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/GitHub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml index 155a6ad..165c538 100644 --- a/.github/workflows/GitHub.yml +++ b/.github/workflows/GitHub.yml @@ -52,7 +52,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: pozil/auto-assign-issue@v2.1.2 + - uses: pozil/auto-assign-issue@v2.2.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: NikolaRHristov From 657174f524bf6b985cfb639b5a0f744002be35c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:54:03 +0000 Subject: [PATCH 0261/1075] Bump wrangler from 3.107.2 to 3.107.3 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.107.2 to 3.107.3. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.107.3/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f182aec..dada93e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250129.0", "@playform/build": "0.2.1", - "wrangler": "3.107.2" + "wrangler": "3.107.3" }, "publishConfig": { "access": "public", From f9d823135f4536cb4ab0c85ef1ec7fca11adf04b Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 5 Feb 2025 00:55:12 +0000 Subject: [PATCH 0262/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 95887a0..96fa3f4 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Feb 4 00:54:32 UTC 2025 +Update: Wed Feb 5 00:55:12 UTC 2025 From 20f2efc3185b3d3c22e8b6cc75e779bcde4f6690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:18:03 +0000 Subject: [PATCH 0263/1075] Bump @cloudflare/workers-types from 4.20250129.0 to 4.20250204.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250129.0 to 4.20250204.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dada93e..3b1aad1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250129.0", + "@cloudflare/workers-types": "4.20250204.0", "@playform/build": "0.2.1", "wrangler": "3.107.3" }, From 68114cdf455b99c4ff0e8c2e030e3ceed4a1d2fb Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 6 Feb 2025 00:55:21 +0000 Subject: [PATCH 0264/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 96fa3f4..aab1b7b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Feb 5 00:55:12 UTC 2025 +Update: Thu Feb 6 00:55:21 UTC 2025 From a1a7543e73c56619250effcadbfbe6aab77a1ddd Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 7 Feb 2025 00:55:31 +0000 Subject: [PATCH 0265/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index aab1b7b..f5de2c6 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Feb 6 00:55:21 UTC 2025 +Update: Fri Feb 7 00:55:31 UTC 2025 From e9565f5a0f9184dd4f373f3251af6dbb7ef59996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 15:34:06 +0000 Subject: [PATCH 0266/1075] Bump pnpm/action-setup from 4.0.0 to 4.1.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 494608d..532b688 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - - uses: pnpm/action-setup@v4.0.0 + - uses: pnpm/action-setup@v4.1.0 with: version: 9.3.0 run_install: | From 6117e1b6334b3364366c894d646957aa81f5ea94 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 8 Feb 2025 00:53:41 +0000 Subject: [PATCH 0267/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f5de2c6..4ee8545 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Feb 7 00:55:31 UTC 2025 +Update: Sat Feb 8 00:53:40 UTC 2025 From 6e1e0ccade0c067db4cbd8b2a7e2570b14c7a338 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 9 Feb 2025 00:58:05 +0000 Subject: [PATCH 0268/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 4ee8545..e83e67a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Feb 8 00:53:40 UTC 2025 +Update: Sun Feb 9 00:58:05 UTC 2025 From 46e88eb39166d3da122f4982aa10b8d6b0462034 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 10 Feb 2025 00:56:12 +0000 Subject: [PATCH 0269/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e83e67a..c8bb57a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Feb 9 00:58:05 UTC 2025 +Update: Mon Feb 10 00:56:12 UTC 2025 From 64bc402289f093d58a087a1155f877a0ae9cd94a Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 11 Feb 2025 00:55:08 +0000 Subject: [PATCH 0270/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c8bb57a..9e42732 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Feb 10 00:56:12 UTC 2025 +Update: Tue Feb 11 00:55:08 UTC 2025 From 367eeae52cd43dffe66822fb6e17bec275a714a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 15:41:28 +0000 Subject: [PATCH 0271/1075] Bump wrangler from 3.107.3 to 3.108.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.107.3 to 3.108.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.108.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b1aad1..8670217 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250204.0", "@playform/build": "0.2.1", - "wrangler": "3.107.3" + "wrangler": "3.108.0" }, "publishConfig": { "access": "public", From f88fa5c1c77bfe90a6233f2c3d6c622b7ea8ff68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:00:52 +0000 Subject: [PATCH 0272/1075] Bump cloudflare/wrangler-action from 3.13.1 to 3.14.0 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.13.1 to 3.14.0. - [Release notes](https://github.com/cloudflare/wrangler-action/releases) - [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/cloudflare/wrangler-action/compare/v3.13.1...v3.14.0) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Cloudflare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 6090ba1..38c3754 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - - uses: cloudflare/wrangler-action@v3.13.1 + - uses: cloudflare/wrangler-action@v3.14.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} From 15b65dcc0b91fa2029b5265ae3fe52bc79a34209 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 12 Feb 2025 00:55:21 +0000 Subject: [PATCH 0273/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9e42732..3ff9a48 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Feb 11 00:55:08 UTC 2025 +Update: Wed Feb 12 00:55:21 UTC 2025 From d52011c2000bc1eb3627dbe9c4ab03ca95145b92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 16:03:55 +0000 Subject: [PATCH 0274/1075] Bump wrangler from 3.108.0 to 3.108.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.108.0 to 3.108.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.108.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8670217..5407400 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250204.0", "@playform/build": "0.2.1", - "wrangler": "3.108.0" + "wrangler": "3.108.1" }, "publishConfig": { "access": "public", From f5330afb813624c5996ce3bc3ddc8d441ec332b4 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 13 Feb 2025 00:52:03 +0200 Subject: [PATCH 0275/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8670217..5407400 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250204.0", "@playform/build": "0.2.1", - "wrangler": "3.108.0" + "wrangler": "3.108.1" }, "publishConfig": { "access": "public", From f5f87e8747577364b3be0dbd93e4faaf06e1efcc Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 13 Feb 2025 00:55:39 +0000 Subject: [PATCH 0276/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 3ff9a48..bc050b1 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Feb 12 00:55:21 UTC 2025 +Update: Thu Feb 13 00:55:39 UTC 2025 From 6331142a3d33988ddcce00aef6a14b47df3cbfaa Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 14 Feb 2025 00:55:13 +0000 Subject: [PATCH 0277/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index bc050b1..222ab71 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Feb 13 00:55:39 UTC 2025 +Update: Fri Feb 14 00:55:12 UTC 2025 From ea59bd9a56066a0b70d6f330945468cad33bdc26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 16:06:55 +0000 Subject: [PATCH 0278/1075] Bump wrangler from 3.108.1 to 3.109.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.108.1 to 3.109.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.109.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5407400..584b3db 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250204.0", "@playform/build": "0.2.1", - "wrangler": "3.108.1" + "wrangler": "3.109.1" }, "publishConfig": { "access": "public", From df5cd452d186fff3f4d88887ddd02eeefe1f8a97 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 15 Feb 2025 00:54:37 +0000 Subject: [PATCH 0279/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 222ab71..829711d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Feb 14 00:55:12 UTC 2025 +Update: Sat Feb 15 00:54:37 UTC 2025 From 14484ebda09334d9f33b906589eebd8becc790d7 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 16 Feb 2025 00:59:45 +0000 Subject: [PATCH 0280/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 829711d..209c91d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Feb 15 00:54:37 UTC 2025 +Update: Sun Feb 16 00:59:45 UTC 2025 From c592ca67681ebdedea12a5d97d534420fa283805 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 17 Feb 2025 00:57:44 +0000 Subject: [PATCH 0281/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 209c91d..bd79894 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Feb 16 00:59:45 UTC 2025 +Update: Mon Feb 17 00:57:44 UTC 2025 From d8ef0b967d36202b22edf6c07c395b1139ba67b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 16:07:27 +0000 Subject: [PATCH 0282/1075] Bump @cloudflare/workers-types from 4.20250204.0 to 4.20250214.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250204.0 to 4.20250214.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 584b3db..aad3da6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250204.0", + "@cloudflare/workers-types": "4.20250214.0", "@playform/build": "0.2.1", "wrangler": "3.109.1" }, From ccf61c6887e7d8c9c5209504832ef239ab9dc908 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 17 Feb 2025 18:46:20 +0200 Subject: [PATCH 0283/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 584b3db..aad3da6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250204.0", + "@cloudflare/workers-types": "4.20250214.0", "@playform/build": "0.2.1", "wrangler": "3.109.1" }, From d8510226056367d6d614992e16829e6f12a9e9bf Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 18 Feb 2025 00:55:02 +0000 Subject: [PATCH 0284/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index bd79894..6b85384 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Feb 17 00:57:44 UTC 2025 +Update: Tue Feb 18 00:55:02 UTC 2025 From 58ce0198f2df5ba1eff5edf440723b09d01baa09 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 19 Feb 2025 00:55:39 +0000 Subject: [PATCH 0285/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6b85384..b98677a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Feb 18 00:55:02 UTC 2025 +Update: Wed Feb 19 00:55:39 UTC 2025 From f162eb06815f80db8cb7fa77e9f17ef8e35b10e0 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 20 Feb 2025 00:55:48 +0000 Subject: [PATCH 0286/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b98677a..9af3fa2 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Feb 19 00:55:39 UTC 2025 +Update: Thu Feb 20 00:55:47 UTC 2025 From 9ceb8071b53f370c78dccb895ab6132c14c7711f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:03:51 +0000 Subject: [PATCH 0287/1075] Bump wrangler from 3.109.1 to 3.109.2 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.109.1 to 3.109.2. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.109.2/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aad3da6..faf17d0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250214.0", "@playform/build": "0.2.1", - "wrangler": "3.109.1" + "wrangler": "3.109.2" }, "publishConfig": { "access": "public", From 80fb1419db4ef8e3f24d5ffd2b0ab07f19d51496 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 21 Feb 2025 00:56:02 +0000 Subject: [PATCH 0288/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9af3fa2..f4acea5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Feb 20 00:55:47 UTC 2025 +Update: Fri Feb 21 00:56:02 UTC 2025 From 033404e5c586dd02104c17b45437f3955ac3dbd4 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 22 Feb 2025 00:53:58 +0000 Subject: [PATCH 0289/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f4acea5..c9091e3 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Feb 21 00:56:02 UTC 2025 +Update: Sat Feb 22 00:53:58 UTC 2025 From f00335107e2536677356f5f2fbf6198c2aad09bd Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 23 Feb 2025 00:59:56 +0000 Subject: [PATCH 0290/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c9091e3..efc1da1 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Feb 22 00:53:58 UTC 2025 +Update: Sun Feb 23 00:59:56 UTC 2025 From 32fcd4dfb7248d2019e3bcd77d39f16203cb44b4 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 24 Feb 2025 00:57:42 +0000 Subject: [PATCH 0291/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index efc1da1..c9cfe47 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Feb 23 00:59:56 UTC 2025 +Update: Mon Feb 24 00:57:42 UTC 2025 From cb44d098121b8cce0aac2efeda540840fa042e2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 17:03:00 +0000 Subject: [PATCH 0292/1075] Bump actions/upload-artifact from 4.6.0 to 4.6.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 532b688..04f9905 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -88,7 +88,7 @@ jobs: - run: pnpm run prepublishOnly working-directory: . - - uses: actions/upload-artifact@v4.6.0 + - uses: actions/upload-artifact@v4.6.1 with: name: .-Node-${{ matrix.node-version }}-Target path: ./Target From 4ec459cfdffd3765ee7f549bdc5a2b6b08bddbb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 17:04:13 +0000 Subject: [PATCH 0293/1075] Bump @cloudflare/workers-types from 4.20250214.0 to 4.20250224.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250214.0 to 4.20250224.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index faf17d0..a679dd5 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250214.0", + "@cloudflare/workers-types": "4.20250224.0", "@playform/build": "0.2.1", "wrangler": "3.109.2" }, From af94da886294c8c1f60a12582ccb8d597ee77feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 17:04:21 +0000 Subject: [PATCH 0294/1075] Bump wrangler from 3.109.2 to 3.109.3 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.109.2 to 3.109.3. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.109.3/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index faf17d0..50fa373 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250214.0", "@playform/build": "0.2.1", - "wrangler": "3.109.2" + "wrangler": "3.109.3" }, "publishConfig": { "access": "public", From f24de753ebc38742a70ea5cf78d8e32de18aba62 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 25 Feb 2025 00:56:53 +0000 Subject: [PATCH 0295/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c9cfe47..aba88c0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Feb 24 00:57:42 UTC 2025 +Update: Tue Feb 25 00:56:53 UTC 2025 From ca569adfe7c2f184307d9a01bdb06cf17564a955 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 26 Feb 2025 00:56:52 +0000 Subject: [PATCH 0296/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index aba88c0..ba69c5c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Feb 25 00:56:53 UTC 2025 +Update: Wed Feb 26 00:56:52 UTC 2025 From 805969b62de2a0379716b22d2d2302272b41e7bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 15:35:10 +0000 Subject: [PATCH 0297/1075] Bump wrangler from 3.109.3 to 3.110.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.109.3 to 3.110.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.110.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7d03e8..3312b86 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250224.0", "@playform/build": "0.2.1", - "wrangler": "3.109.3" + "wrangler": "3.110.0" }, "publishConfig": { "access": "public", From 7fe53e309ca8e661b2815c88edfe0f1b77744a7d Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 27 Feb 2025 00:56:47 +0000 Subject: [PATCH 0298/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ba69c5c..b832255 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Feb 26 00:56:52 UTC 2025 +Update: Thu Feb 27 00:56:47 UTC 2025 From 44e5d2c9604e779530f1b502da47ac6365c56341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 15:24:19 +0000 Subject: [PATCH 0299/1075] Bump wrangler from 3.110.0 to 3.111.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.110.0 to 3.111.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.111.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3312b86..d3c6c09 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250224.0", "@playform/build": "0.2.1", - "wrangler": "3.110.0" + "wrangler": "3.111.0" }, "publishConfig": { "access": "public", From 53bd1fc14d5e078b9b10d68343404910eb9e2a99 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 28 Feb 2025 00:57:14 +0000 Subject: [PATCH 0300/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b832255..4dc79b0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Feb 27 00:56:47 UTC 2025 +Update: Fri Feb 28 00:57:14 UTC 2025 From 5f2aa256d63971ca5039ccd747c12453d3f04aa0 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 1 Mar 2025 01:01:02 +0000 Subject: [PATCH 0301/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 4dc79b0..c90d225 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Feb 28 00:57:14 UTC 2025 +Update: Sat Mar 1 01:01:02 UTC 2025 From a2071d4fa452a9fba5dbf370b2ab7172bd98e8bc Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 2 Mar 2025 01:00:33 +0000 Subject: [PATCH 0302/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c90d225..4620626 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Mar 1 01:01:02 UTC 2025 +Update: Sun Mar 2 01:00:33 UTC 2025 From 686bc771fa831cd11e9745d17573153e423216bd Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 3 Mar 2025 00:02:15 +0200 Subject: [PATCH 0303/1075] --- CODE_OF_CONDUCT.md | 63 +++++++++++++++++++++++----------------------- CONTRIBUTING.md | 31 +++++++++++------------ 2 files changed, 46 insertions(+), 48 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index c728bc2..8c5d877 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -7,22 +7,22 @@ environment for all contributors. As members, contributors, and leaders, we pledge to make participation in our community a harassment-free experience for everyone, regardless of: -- Age -- Body size -- Visible or invisible disability -- Ethnicity -- Sex characteristics -- Gender identity and expression -- Level of experience -- Education -- Socio-economic status -- Nationality -- Personal appearance -- Race -- Caste -- Color -- Religion -- Sexual identity and orientation +- Age +- Body size +- Visible or invisible disability +- Ethnicity +- Sex characteristics +- Gender identity and expression +- Level of experience +- Education +- Socio-economic status +- Nationality +- Personal appearance +- Race +- Caste +- Color +- Religion +- Sexual identity and orientation We promise to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. @@ -32,25 +32,24 @@ diverse, inclusive, and healthy community. Examples of behavior that contributes to a positive environment for our community include: -- Demonstrating empathy and kindness toward other people -- Being respectful of differing opinions, viewpoints, and experiences -- Giving and gracefully accepting constructive feedback -- Accepting responsibility and apologizing to those affected by our mistakes, - and learning from the experience -- Focusing on what is best not just for us as individuals but for the overall - community +- Demonstrating empathy and kindness toward other people +- Being respectful of differing opinions, viewpoints, and experiences +- Giving and gracefully accepting constructive feedback +- Accepting responsibility and apologizing to those affected by our mistakes, + and learning from the experience +- Focusing on what is best not just for us as individuals but for the overall + community Examples of unacceptable behavior include: -- The use of sexualized language or imagery, and sexual attention or advances - of any kind -- Trolling, insulting, or derogatory comments, and personal or political - attacks -- Public or private harassment -- Publishing others' private information, such as a physical or email address, - without their explicit permission -- Other conduct which could reasonably be considered inappropriate in a - professional setting +- The use of sexualized language or imagery, and sexual attention or advances of + any kind +- Trolling, insulting, or derogatory comments, and personal or political attacks +- Public or private harassment +- Publishing others' private information, such as a physical or email address, + without their explicit permission +- Other conduct which could reasonably be considered inappropriate in a + professional setting ## Enforcement Responsibilities diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9559e2b..88a8779 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,25 +20,24 @@ to an open, welcoming, diverse, inclusive, and healthy community. Examples of behavior that contributes to a positive environment for our community include: -- Demonstrating empathy and kindness toward other people -- Being respectful of differing opinions, viewpoints, and experiences -- Giving and gracefully accepting constructive feedback -- Accepting responsibility and apologizing to those affected by our mistakes, - and learning from the experience -- Focusing on what is best not just for us as individuals, but for the overall - community +- Demonstrating empathy and kindness toward other people +- Being respectful of differing opinions, viewpoints, and experiences +- Giving and gracefully accepting constructive feedback +- Accepting responsibility and apologizing to those affected by our mistakes, + and learning from the experience +- Focusing on what is best not just for us as individuals, but for the overall + community Examples of unacceptable behavior include: -- The use of sexualized language or imagery, and sexual attention or advances - of any kind -- Trolling, insulting, or derogatory comments, and personal or political - attacks -- Public or private harassment -- Publishing others' private information, such as a physical or email address, - without their explicit permission -- Other conduct which could reasonably be considered inappropriate in a - professional setting +- The use of sexualized language or imagery, and sexual attention or advances of + any kind +- Trolling, insulting, or derogatory comments, and personal or political attacks +- Public or private harassment +- Publishing others' private information, such as a physical or email address, + without their explicit permission +- Other conduct which could reasonably be considered inappropriate in a + professional setting ## Enforcement Responsibilities From 1aab4e193528e1284e7ebfe6a86d51b5f5ab6dea Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 3 Mar 2025 00:58:43 +0000 Subject: [PATCH 0304/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 4620626..179607e 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Mar 2 01:00:33 UTC 2025 +Update: Mon Mar 3 00:58:43 UTC 2025 From ccb7891c086a379e112b833767d433ed060d8f17 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 4 Mar 2025 00:57:45 +0000 Subject: [PATCH 0305/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 179607e..cecfe4b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Mar 3 00:58:43 UTC 2025 +Update: Tue Mar 4 00:57:45 UTC 2025 From 502cba44857f0485ab6be7067b8435306542300a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 16:02:41 +0000 Subject: [PATCH 0306/1075] Bump @cloudflare/workers-types from 4.20250224.0 to 4.20250303.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250224.0 to 4.20250303.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3c6c09..eaa6949 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250224.0", + "@cloudflare/workers-types": "4.20250303.0", "@playform/build": "0.2.1", "wrangler": "3.111.0" }, From 8cf1e305f9407b73ca6aafbb709320ecd6f7090b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 16:02:50 +0000 Subject: [PATCH 0307/1075] Bump wrangler from 3.111.0 to 3.112.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.111.0 to 3.112.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.112.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3c6c09..5885b54 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250224.0", "@playform/build": "0.2.1", - "wrangler": "3.111.0" + "wrangler": "3.112.0" }, "publishConfig": { "access": "public", From 7a72a82d7d56aecdbaf0d97e83d2344179943548 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 4 Mar 2025 20:00:34 +0200 Subject: [PATCH 0308/1075] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d3c6c09..2993b13 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250224.0", + "@cloudflare/workers-types": "4.20250303.0", "@playform/build": "0.2.1", - "wrangler": "3.111.0" + "wrangler": "3.112.0" }, "publishConfig": { "access": "public", From 9d1740df8fa87df87310ac20e52aee855367e0b6 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 4 Mar 2025 22:57:14 +0200 Subject: [PATCH 0309/1075] --- Target/Variable/Worker.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/Target/Variable/Worker.d.ts b/Target/Variable/Worker.d.ts index d9358fc..11188fc 100644 --- a/Target/Variable/Worker.d.ts +++ b/Target/Variable/Worker.d.ts @@ -31,6 +31,7 @@ export declare const Environment: import("zod").ZodObject<{ export declare const Response: { new (body?: import("@cloudflare/workers-types").BodyInit | null, init?: ResponseInit): import("@cloudflare/workers-types").Response; prototype: import("@cloudflare/workers-types").Response; + error(): import("@cloudflare/workers-types").Response; redirect(url: string, status?: number): import("@cloudflare/workers-types").Response; json(any: any, maybeInit?: ResponseInit | import("@cloudflare/workers-types").Response): import("@cloudflare/workers-types").Response; }; From 895aa38701287fdbf7cc0f792ac3100b8f2673fb Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 5 Mar 2025 00:57:46 +0000 Subject: [PATCH 0310/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index cecfe4b..6e2c1c7 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Mar 4 00:57:45 UTC 2025 +Update: Wed Mar 5 00:57:46 UTC 2025 From 0156a1b95be8978eaa48cddb00498477fdeb8a9a Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 6 Mar 2025 00:57:49 +0000 Subject: [PATCH 0311/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6e2c1c7..a71ebd0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Mar 5 00:57:46 UTC 2025 +Update: Thu Mar 6 00:57:49 UTC 2025 From 19c48767d931b4672396c5e80805982b47281d47 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 6 Mar 2025 04:14:44 +0200 Subject: [PATCH 0312/1075] --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4e1578c..575fdde 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,7 +12,3 @@ updates: schedule: interval: "daily" versioning-strategy: increase - ignore: - - dependency-name: "tailwindcss" - versions: - - "^4.0.0" From 127c03ba6a572fb9c9c8bfc799a8ac8842a1bb80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 02:16:15 +0000 Subject: [PATCH 0313/1075] Bump wrangler from 3.112.0 to 3.113.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.112.0 to 3.113.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.113.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2993b13..133d26b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250303.0", "@playform/build": "0.2.1", - "wrangler": "3.112.0" + "wrangler": "3.113.0" }, "publishConfig": { "access": "public", From 982deff57641634c41ca4da8bda545acc38ec3de Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 7 Mar 2025 00:58:29 +0000 Subject: [PATCH 0314/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a71ebd0..c35313c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Mar 6 00:57:49 UTC 2025 +Update: Fri Mar 7 00:58:29 UTC 2025 From f100540de4742e21aa4424fb068aec9ff6c13e98 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 7 Mar 2025 03:26:47 +0200 Subject: [PATCH 0315/1075] --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 575fdde..4e1578c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,7 @@ updates: schedule: interval: "daily" versioning-strategy: increase + ignore: + - dependency-name: "tailwindcss" + versions: + - "^4.0.0" From a2c9ec217a7b6a7917a28ae3ae9ff4633b4ee4da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 01:30:57 +0000 Subject: [PATCH 0316/1075] Bump wrangler from 3.113.0 to 3.114.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.113.0 to 3.114.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.114.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 133d26b..d59d75c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250303.0", "@playform/build": "0.2.1", - "wrangler": "3.113.0" + "wrangler": "3.114.0" }, "publishConfig": { "access": "public", From 4dd2c01f7593b343acf636e95e0b762c86aac928 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 8 Mar 2025 00:44:55 +0000 Subject: [PATCH 0317/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c35313c..fafe4fe 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Mar 7 00:58:29 UTC 2025 +Update: Sat Mar 8 00:44:55 UTC 2025 From 807d94fbf40c658924ab4a0e1b3728d6580fb952 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 9 Mar 2025 00:50:34 +0000 Subject: [PATCH 0318/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index fafe4fe..0697b42 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Mar 8 00:44:55 UTC 2025 +Update: Sun Mar 9 00:50:34 UTC 2025 From 22a2ddf295372fcf40c03d34e52c2b5eb419a848 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 10 Mar 2025 00:48:56 +0000 Subject: [PATCH 0319/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0697b42..9a90f9a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Mar 9 00:50:34 UTC 2025 +Update: Mon Mar 10 00:48:56 UTC 2025 From ef4a87149be1221176f29120a6f82bef4b529b6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 16:31:47 +0000 Subject: [PATCH 0320/1075] Bump @cloudflare/workers-types from 4.20250303.0 to 4.20250310.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250303.0 to 4.20250310.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d59d75c..f3353b9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250303.0", + "@cloudflare/workers-types": "4.20250310.0", "@playform/build": "0.2.1", "wrangler": "3.114.0" }, From 898aa8dd5e6f337bae8d3d892f9d81b9e1506ec1 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 11 Mar 2025 00:58:23 +0000 Subject: [PATCH 0321/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9a90f9a..947d73f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Mar 10 00:48:56 UTC 2025 +Update: Tue Mar 11 00:58:23 UTC 2025 From 86a217d9f7b46f496bb2bc6b63981776aafe8b53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 15:49:59 +0000 Subject: [PATCH 0322/1075] Bump @cloudflare/workers-types from 4.20250310.0 to 4.20250311.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250310.0 to 4.20250311.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3353b9..f72c63c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250310.0", + "@cloudflare/workers-types": "4.20250311.0", "@playform/build": "0.2.1", "wrangler": "3.114.0" }, From 159d46fe93d95cfefdfc1698983e05a597a3d2f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 15:51:36 +0000 Subject: [PATCH 0323/1075] Bump wrangler from 3.114.0 to 3.114.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.114.0 to 3.114.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.114.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f72c63c..8883fbc 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250311.0", "@playform/build": "0.2.1", - "wrangler": "3.114.0" + "wrangler": "3.114.1" }, "publishConfig": { "access": "public", From 95077615086f22c7671747270c8d66d5facbb653 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 12 Mar 2025 00:57:35 +0000 Subject: [PATCH 0324/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 947d73f..34d21ab 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Mar 11 00:58:23 UTC 2025 +Update: Wed Mar 12 00:57:35 UTC 2025 From 04cb1f91ca998fff18be781fd44c25bdd22906f3 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 13 Mar 2025 00:58:28 +0000 Subject: [PATCH 0325/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 34d21ab..c1c0aaa 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Mar 12 00:57:35 UTC 2025 +Update: Thu Mar 13 00:58:28 UTC 2025 From f64c0dd8fb62bd1f907a7f557604546a64acb078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 15:07:14 +0000 Subject: [PATCH 0326/1075] Bump @cloudflare/workers-types from 4.20250311.0 to 4.20250312.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250311.0 to 4.20250312.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8883fbc..f6e040f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250311.0", + "@cloudflare/workers-types": "4.20250312.0", "@playform/build": "0.2.1", "wrangler": "3.114.1" }, From 23e5402c560b665b5096c701a99559b17843d521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 15:07:24 +0000 Subject: [PATCH 0327/1075] Bump wrangler from 3.114.1 to 4.0.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.114.1 to 4.0.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.0.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8883fbc..da79d82 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250311.0", "@playform/build": "0.2.1", - "wrangler": "3.114.1" + "wrangler": "4.0.0" }, "publishConfig": { "access": "public", From 9db619557d7a48131e445b6ba3ccf9a0ad8d00ee Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 14 Mar 2025 00:57:46 +0000 Subject: [PATCH 0328/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c1c0aaa..5078bfd 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Mar 13 00:58:28 UTC 2025 +Update: Fri Mar 14 00:57:46 UTC 2025 From bb7a6764e10778bc301532116baad790b197cf4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 15:48:31 +0000 Subject: [PATCH 0329/1075] Bump @cloudflare/workers-types from 4.20250312.0 to 4.20250313.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250312.0 to 4.20250313.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0da769b..dea3f32 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250312.0", + "@cloudflare/workers-types": "4.20250313.0", "@playform/build": "0.2.1", "wrangler": "4.0.0" }, From 6d1e0861dffe38726aa8f0b5f268dcf682e49a77 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 15 Mar 2025 00:57:11 +0000 Subject: [PATCH 0330/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5078bfd..d10da14 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Mar 14 00:57:46 UTC 2025 +Update: Sat Mar 15 00:57:11 UTC 2025 From 14b5a402f85aad9697db61ba0839e7e934f50cb7 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 16 Mar 2025 01:02:33 +0000 Subject: [PATCH 0331/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d10da14..77cbf27 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Mar 15 00:57:11 UTC 2025 +Update: Sun Mar 16 01:02:33 UTC 2025 From 757e9acc474d34b008685b5f350b6b0b6c84841b Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 17 Mar 2025 01:00:15 +0000 Subject: [PATCH 0332/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 77cbf27..b14e1cf 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Mar 16 01:02:33 UTC 2025 +Update: Mon Mar 17 01:00:15 UTC 2025 From 14c12452aa2899e1d9e9b6fde827565335b63b5a Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 18 Mar 2025 00:58:22 +0000 Subject: [PATCH 0333/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b14e1cf..92af833 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Mar 17 01:00:15 UTC 2025 +Update: Tue Mar 18 00:58:22 UTC 2025 From 7d7b811cf247f6d6671f307f62c072f74780e09b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 15:16:31 +0000 Subject: [PATCH 0334/1075] Bump cloudflare/wrangler-action from 3.14.0 to 3.14.1 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.14.0 to 3.14.1. - [Release notes](https://github.com/cloudflare/wrangler-action/releases) - [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/cloudflare/wrangler-action/compare/v3.14.0...v3.14.1) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Cloudflare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 38c3754..227965e 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - - uses: cloudflare/wrangler-action@v3.14.0 + - uses: cloudflare/wrangler-action@v3.14.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} From e80553bd08693030fef563f7ad6a66df7f2cc759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 15:16:34 +0000 Subject: [PATCH 0335/1075] Bump actions/setup-node from 4.2.0 to 4.3.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 8ea7c29..c5d4351 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - - uses: actions/setup-node@v4.2.0 + - uses: actions/setup-node@v4.3.0 with: node-version: "18" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 04f9905..80df02f 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -76,7 +76,7 @@ jobs: --unsafe-perm=true ] - - uses: actions/setup-node@v4.2.0 + - uses: actions/setup-node@v4.3.0 with: node-version: ${{ matrix.node-version }} cache: "pnpm" From 386d715ff2dd76b4e68a76ea2b48783e902b1c12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 15:35:56 +0000 Subject: [PATCH 0336/1075] Bump wrangler from 4.0.0 to 4.1.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.1.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dea3f32..3802309 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250313.0", "@playform/build": "0.2.1", - "wrangler": "4.0.0" + "wrangler": "4.1.0" }, "publishConfig": { "access": "public", From 2c7b238f63fa9d28ec030bf63a2e9dff79532cf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 15:36:05 +0000 Subject: [PATCH 0337/1075] Bump @cloudflare/workers-types from 4.20250313.0 to 4.20250317.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250313.0 to 4.20250317.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dea3f32..acba454 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250313.0", + "@cloudflare/workers-types": "4.20250317.0", "@playform/build": "0.2.1", "wrangler": "4.0.0" }, From 2cc717459f5165bd442e6aad758a9596ea2c129b Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 19 Mar 2025 00:58:52 +0000 Subject: [PATCH 0338/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 92af833..72ad45c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Mar 18 00:58:22 UTC 2025 +Update: Wed Mar 19 00:58:52 UTC 2025 From 83dc090a5d45908d3c9dcb57c69624b6e3054f0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 15:13:37 +0000 Subject: [PATCH 0339/1075] Bump wrangler from 4.1.0 to 4.2.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.2.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a505a8a..058745f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250317.0", "@playform/build": "0.2.1", - "wrangler": "4.1.0" + "wrangler": "4.2.0" }, "publishConfig": { "access": "public", From 232330c633c3817867b587c95d8ab5790ac90609 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 20 Mar 2025 00:57:57 +0000 Subject: [PATCH 0340/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 72ad45c..6031a93 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Mar 19 00:58:52 UTC 2025 +Update: Thu Mar 20 00:57:57 UTC 2025 From c324dd7a9cc7d8532067ae3bd9b28b3aab04418b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 15:15:14 +0000 Subject: [PATCH 0341/1075] Bump @cloudflare/workers-types from 4.20250317.0 to 4.20250319.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250317.0 to 4.20250319.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 058745f..bb479d2 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250317.0", + "@cloudflare/workers-types": "4.20250319.0", "@playform/build": "0.2.1", "wrangler": "4.2.0" }, From 01b4019e86632ce1ec88548c82e28f03153f1426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 15:42:32 +0000 Subject: [PATCH 0342/1075] Bump actions/upload-artifact from 4.6.1 to 4.6.2 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 80df02f..876166e 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -88,7 +88,7 @@ jobs: - run: pnpm run prepublishOnly working-directory: . - - uses: actions/upload-artifact@v4.6.1 + - uses: actions/upload-artifact@v4.6.2 with: name: .-Node-${{ matrix.node-version }}-Target path: ./Target From da27f7fe53105447dd2386516860b4d3974d0088 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 21 Mar 2025 00:59:11 +0000 Subject: [PATCH 0343/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6031a93..a1d963a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Mar 20 00:57:57 UTC 2025 +Update: Fri Mar 21 00:59:11 UTC 2025 From 986c59d3ea5c1b9f44c13db7871c56135b3637ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 15:37:34 +0000 Subject: [PATCH 0344/1075] Bump @cloudflare/workers-types from 4.20250319.0 to 4.20250320.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250319.0 to 4.20250320.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb479d2..1dbcf59 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250319.0", + "@cloudflare/workers-types": "4.20250320.0", "@playform/build": "0.2.1", "wrangler": "4.2.0" }, From 51e2ecaa474646f38fa41ff84e0239aa52b38e2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 15:37:43 +0000 Subject: [PATCH 0345/1075] Bump wrangler from 4.2.0 to 4.3.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.3.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb479d2..f225882 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250319.0", "@playform/build": "0.2.1", - "wrangler": "4.2.0" + "wrangler": "4.3.0" }, "publishConfig": { "access": "public", From be72ac944bc4810d98557af530831ac4dbe7d44b Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 22 Mar 2025 00:57:25 +0000 Subject: [PATCH 0346/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a1d963a..322c618 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Mar 21 00:59:11 UTC 2025 +Update: Sat Mar 22 00:57:25 UTC 2025 From 37234465c46a2f492bac9249f5a2b68571d6ac34 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 23 Mar 2025 01:03:12 +0000 Subject: [PATCH 0347/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 322c618..58df10e 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Mar 22 00:57:25 UTC 2025 +Update: Sun Mar 23 01:03:11 UTC 2025 From 7b282594891970da9945ac21bf61f87219f4e80f Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 24 Mar 2025 01:00:56 +0000 Subject: [PATCH 0348/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 58df10e..a930706 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Mar 23 01:03:11 UTC 2025 +Update: Mon Mar 24 01:00:56 UTC 2025 From 64abb6d73cffdf19b921862b0af2812b555892ae Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 25 Mar 2025 00:59:26 +0000 Subject: [PATCH 0349/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a930706..0be85c2 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Mar 24 01:00:56 UTC 2025 +Update: Tue Mar 25 00:59:26 UTC 2025 From b39ef5eecb7fea88d9fbf18a0a26e891b91bb3c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 16:02:03 +0000 Subject: [PATCH 0350/1075] Bump wrangler from 4.3.0 to 4.4.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.4.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e76c302..fab9e07 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250320.0", "@playform/build": "0.2.1", - "wrangler": "4.3.0" + "wrangler": "4.4.0" }, "publishConfig": { "access": "public", From 752d25e499952eb86f6b4294f099b349766e5972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 16:03:36 +0000 Subject: [PATCH 0351/1075] Bump @cloudflare/workers-types from 4.20250320.0 to 4.20250321.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250320.0 to 4.20250321.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fab9e07..865b6d5 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250320.0", + "@cloudflare/workers-types": "4.20250321.0", "@playform/build": "0.2.1", "wrangler": "4.4.0" }, From 8dde8e849970eec3fe1d966267001f62b558a1ab Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 26 Mar 2025 00:59:16 +0000 Subject: [PATCH 0352/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0be85c2..e6b4146 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Mar 25 00:59:26 UTC 2025 +Update: Wed Mar 26 00:59:16 UTC 2025 From d1ceec44e3f35fdc31f9bf6a72025d576601de99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 15:25:55 +0000 Subject: [PATCH 0353/1075] Bump wrangler from 4.4.0 to 4.4.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.4.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 865b6d5..6860b06 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250321.0", "@playform/build": "0.2.1", - "wrangler": "4.4.0" + "wrangler": "4.4.1" }, "publishConfig": { "access": "public", From 361941c4cb739834e15d8b52cd7be6f19d6fe847 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 27 Mar 2025 00:58:59 +0000 Subject: [PATCH 0354/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e6b4146..22bcb2d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Mar 26 00:59:16 UTC 2025 +Update: Thu Mar 27 00:58:59 UTC 2025 From f9db2cad365b4fd1c56b94fa36bd1dc9f9134268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 15:46:45 +0000 Subject: [PATCH 0355/1075] Bump wrangler from 4.4.1 to 4.5.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.4.1 to 4.5.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.5.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6860b06..f03f153 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250321.0", "@playform/build": "0.2.1", - "wrangler": "4.4.1" + "wrangler": "4.5.0" }, "publishConfig": { "access": "public", From b960b476dd7ee91855cb599ecfcba9f5251cd770 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 28 Mar 2025 00:58:53 +0000 Subject: [PATCH 0356/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 22bcb2d..e2a5587 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Mar 27 00:58:59 UTC 2025 +Update: Fri Mar 28 00:58:53 UTC 2025 From a2a1b3e602b8375d451379ff42b00f50cc6d4d47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 15:44:53 +0000 Subject: [PATCH 0357/1075] Bump wrangler from 4.5.0 to 4.6.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.6.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f03f153..a18d4a1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250321.0", "@playform/build": "0.2.1", - "wrangler": "4.5.0" + "wrangler": "4.6.0" }, "publishConfig": { "access": "public", From 6c70074c3035eebe5c5d78fe1a9cf6eac4f13551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 15:46:19 +0000 Subject: [PATCH 0358/1075] Bump @cloudflare/workers-types from 4.20250321.0 to 4.20250327.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250321.0 to 4.20250327.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a18d4a1..5cd85e3 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250321.0", + "@cloudflare/workers-types": "4.20250327.0", "@playform/build": "0.2.1", "wrangler": "4.6.0" }, From 67cd9323ceb5f32f282a867d8a9657e987b723ba Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 29 Mar 2025 00:58:30 +0000 Subject: [PATCH 0359/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e2a5587..79af591 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Mar 28 00:58:53 UTC 2025 +Update: Sat Mar 29 00:58:30 UTC 2025 From cb99ea616d1abb92fe98fd7786d7f2d42016aaa4 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 30 Mar 2025 01:04:05 +0000 Subject: [PATCH 0360/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 79af591..361e5ad 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Mar 29 00:58:30 UTC 2025 +Update: Sun Mar 30 01:04:05 UTC 2025 From 5fe06aab18d184eddd14bfd0e7b814fa09de52be Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 31 Mar 2025 01:02:37 +0000 Subject: [PATCH 0361/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 361e5ad..99d2921 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Mar 30 01:04:05 UTC 2025 +Update: Mon Mar 31 01:02:37 UTC 2025 From c10dcaad2891fe0e25bb09892a52540f5de4d941 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 1 Apr 2025 01:06:56 +0000 Subject: [PATCH 0362/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 99d2921..6f6fc43 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Mar 31 01:02:37 UTC 2025 +Update: Tue Apr 1 01:06:56 UTC 2025 From b99e55f506dac1978dd8c5697ab212cd35f5f3cf Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 2 Apr 2025 01:00:29 +0000 Subject: [PATCH 0363/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6f6fc43..609a7a2 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Apr 1 01:06:56 UTC 2025 +Update: Wed Apr 2 01:00:29 UTC 2025 From 6c3fa52a0fd1dc557a06df0e01b02633a914f026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 15:46:50 +0000 Subject: [PATCH 0364/1075] Bump @cloudflare/workers-types from 4.20250327.0 to 4.20250402.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250327.0 to 4.20250402.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5cd85e3..06041f2 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250327.0", + "@cloudflare/workers-types": "4.20250402.0", "@playform/build": "0.2.1", "wrangler": "4.6.0" }, From a50f7ad95af830ae63cbf9c2405ac22f459cbbed Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 3 Apr 2025 00:59:49 +0000 Subject: [PATCH 0365/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 609a7a2..a183527 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Apr 2 01:00:29 UTC 2025 +Update: Thu Apr 3 00:59:49 UTC 2025 From 08dc709c5c37fda856423b3514a9770bbba71fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 15:12:26 +0000 Subject: [PATCH 0366/1075] Bump @cloudflare/workers-types from 4.20250402.0 to 4.20250403.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250402.0 to 4.20250403.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250403.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06041f2..7141300 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250402.0", + "@cloudflare/workers-types": "4.20250403.0", "@playform/build": "0.2.1", "wrangler": "4.6.0" }, From c912a07495326a4677894d658e89fb640dab363d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 15:13:51 +0000 Subject: [PATCH 0367/1075] Bump wrangler from 4.6.0 to 4.7.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.7.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7141300..4bbc8f0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250403.0", "@playform/build": "0.2.1", - "wrangler": "4.6.0" + "wrangler": "4.7.0" }, "publishConfig": { "access": "public", From 4dc1a50e8382dd58728eca5eb50e885f2e053767 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 4 Apr 2025 01:02:46 +0300 Subject: [PATCH 0368/1075] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 06041f2..4bbc8f0 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250402.0", + "@cloudflare/workers-types": "4.20250403.0", "@playform/build": "0.2.1", - "wrangler": "4.6.0" + "wrangler": "4.7.0" }, "publishConfig": { "access": "public", From b2440f3fbe0d9bebc0f1ed1f2e06cc4db1999bed Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 4 Apr 2025 00:59:21 +0000 Subject: [PATCH 0369/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a183527..af93f20 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Apr 3 00:59:49 UTC 2025 +Update: Fri Apr 4 00:59:21 UTC 2025 From ffd0b2f73a518dfd77ceda83f0ab0e7c4e64ebae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 15:47:47 +0000 Subject: [PATCH 0370/1075] Bump @cloudflare/workers-types from 4.20250403.0 to 4.20250404.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250403.0 to 4.20250404.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250404.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4bbc8f0..8696830 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250403.0", + "@cloudflare/workers-types": "4.20250404.0", "@playform/build": "0.2.1", "wrangler": "4.7.0" }, From e6145180deba9f5e46dc9ada43170f28f119e420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 15:48:01 +0000 Subject: [PATCH 0371/1075] Bump wrangler from 4.7.0 to 4.7.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.7.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.7.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4bbc8f0..bfb4a68 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250403.0", "@playform/build": "0.2.1", - "wrangler": "4.7.0" + "wrangler": "4.7.1" }, "publishConfig": { "access": "public", From 774831ba04a27ca446d9cf494c00587c9285d70e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 15:49:15 +0000 Subject: [PATCH 0372/1075] Bump @playform/build from 0.2.1 to 0.2.2 Bumps [@playform/build](https://github.com/PlayForm/Build) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/PlayForm/Build/releases) - [Changelog](https://github.com/PlayForm/Build/blob/Current/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Build/compare/v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: "@playform/build" dependency-version: 0.2.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b99bfb0..efb5ba2 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20250404.0", - "@playform/build": "0.2.1", + "@playform/build": "0.2.2", "wrangler": "4.7.1" }, "publishConfig": { From 107e942a1dc5671c6742b6348fd3b31502d1a46c Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 4 Apr 2025 19:02:58 +0300 Subject: [PATCH 0373/1075] --- .github/workflows/Auto.yml | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Auto.yml b/.github/workflows/Auto.yml index effee33..980a3e9 100644 --- a/.github/workflows/Auto.yml +++ b/.github/workflows/Auto.yml @@ -58,7 +58,7 @@ jobs: - run: | git config user.name "Auto" - git config user.email "auto@playform.cloud" + git config user.email "Commit@PlayForm.Cloud" git add . git commit -a --allow-empty-message -m "" diff --git a/package.json b/package.json index 4bbc8f0..efb5ba2 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250403.0", - "@playform/build": "0.2.1", - "wrangler": "4.7.0" + "@cloudflare/workers-types": "4.20250404.0", + "@playform/build": "0.2.2", + "wrangler": "4.7.1" }, "publishConfig": { "access": "public", From 428e0bc518f32866470685fc68740d9b467d2e97 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 5 Apr 2025 00:58:37 +0000 Subject: [PATCH 0374/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index af93f20..a1929d9 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Apr 4 00:59:21 UTC 2025 +Update: Sat Apr 5 00:58:37 UTC 2025 From 0d07a81ef037a13ed7efc0bc66839eaf4d63fe46 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 6 Apr 2025 01:03:40 +0000 Subject: [PATCH 0375/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a1929d9..ead9a36 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Apr 5 00:58:37 UTC 2025 +Update: Sun Apr 6 01:03:40 UTC 2025 From 191a36f902ef77c3513c7e6991644d82eb1fa64f Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 7 Apr 2025 01:01:49 +0000 Subject: [PATCH 0376/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ead9a36..3defd2d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Apr 6 01:03:40 UTC 2025 +Update: Mon Apr 7 01:01:49 UTC 2025 From d3c273a774400832471ce9b9bcdf38d1991ca6ed Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 7 Apr 2025 12:17:12 +0300 Subject: [PATCH 0377/1075] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index efb5ba2..70c9e5c 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250404.0", - "@playform/build": "0.2.2", - "wrangler": "4.7.1" + "@cloudflare/workers-types": "4.20250406.0", + "@playform/build": "0.2.3", + "wrangler": "4.7.2" }, "publishConfig": { "access": "public", From ae4f64a01244b7338d130ed9a23c5a7c96cd60e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 16:00:13 +0000 Subject: [PATCH 0378/1075] Bump @cloudflare/workers-types from 4.20250406.0 to 4.20250407.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250406.0 to 4.20250407.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250407.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70c9e5c..e857fb3 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250406.0", + "@cloudflare/workers-types": "4.20250407.0", "@playform/build": "0.2.3", "wrangler": "4.7.2" }, From 59ffeec62bd5f6f925f4356632c5ddcfd2c5881a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 16:08:25 +0000 Subject: [PATCH 0379/1075] Bump wrangler from 4.7.2 to 4.8.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.7.2 to 4.8.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.8.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70c9e5c..8f463be 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250406.0", "@playform/build": "0.2.3", - "wrangler": "4.7.2" + "wrangler": "4.8.0" }, "publishConfig": { "access": "public", From 8e860c244f5ee641e3d13f29f93b2838d44f514e Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 8 Apr 2025 00:59:52 +0000 Subject: [PATCH 0380/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 3defd2d..39e26dd 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Apr 7 01:01:49 UTC 2025 +Update: Tue Apr 8 00:59:52 UTC 2025 From e7063cb55e7d6cfb555778467d6405e1ff13d383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 15:39:01 +0000 Subject: [PATCH 0381/1075] Bump wrangler from 4.8.0 to 4.9.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.8.0 to 4.9.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.9.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.9.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14884e5..ef158d1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250407.0", "@playform/build": "0.2.3", - "wrangler": "4.8.0" + "wrangler": "4.9.0" }, "publishConfig": { "access": "public", From 84d6e20a880a538c9ec6bccf22707e907432422f Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 9 Apr 2025 01:00:06 +0000 Subject: [PATCH 0382/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 39e26dd..9e0c954 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Apr 8 00:59:52 UTC 2025 +Update: Wed Apr 9 01:00:06 UTC 2025 From ce33f99b44baecbe322161d79299dc08c74df1f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 15:54:10 +0000 Subject: [PATCH 0383/1075] Bump @cloudflare/workers-types from 4.20250407.0 to 4.20250409.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250407.0 to 4.20250409.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250409.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef158d1..3512d19 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250407.0", + "@cloudflare/workers-types": "4.20250409.0", "@playform/build": "0.2.3", "wrangler": "4.9.0" }, From 3525bb733a0e1a92bb735b53dbc03546b5542ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 15:54:19 +0000 Subject: [PATCH 0384/1075] Bump wrangler from 4.9.0 to 4.9.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.9.0 to 4.9.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.9.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.9.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef158d1..a58e91b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250407.0", "@playform/build": "0.2.3", - "wrangler": "4.9.0" + "wrangler": "4.9.1" }, "publishConfig": { "access": "public", From ea753114e99cd81c9c53693ca0b5e63dc79eb062 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 10 Apr 2025 01:00:14 +0000 Subject: [PATCH 0385/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9e0c954..dea904f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Apr 9 01:00:06 UTC 2025 +Update: Thu Apr 10 01:00:14 UTC 2025 From ec8d49fcd86a1a341990af90614e8e2a97382747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 15:43:10 +0000 Subject: [PATCH 0386/1075] Bump @cloudflare/workers-types from 4.20250409.0 to 4.20250410.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250409.0 to 4.20250410.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250410.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09e77b2..b70ef47 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250409.0", + "@cloudflare/workers-types": "4.20250410.0", "@playform/build": "0.2.3", "wrangler": "4.9.1" }, From 1842e6bfead6627a27ca654eac6427353c17a4f7 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 11 Apr 2025 01:00:24 +0000 Subject: [PATCH 0387/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index dea904f..323529f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Apr 10 01:00:14 UTC 2025 +Update: Fri Apr 11 01:00:24 UTC 2025 From 8b1c9a69295271b789a8d359817d3ab6e9f58eec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 15:46:46 +0000 Subject: [PATCH 0388/1075] Bump wrangler from 4.9.1 to 4.10.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.9.1 to 4.10.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.10.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.10.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b70ef47..b938997 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250410.0", "@playform/build": "0.2.3", - "wrangler": "4.9.1" + "wrangler": "4.10.0" }, "publishConfig": { "access": "public", From 011782e9bf1b71cb444b8b91f4746583fb92cee4 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 12 Apr 2025 00:59:26 +0000 Subject: [PATCH 0389/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 323529f..cc32638 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Apr 11 01:00:24 UTC 2025 +Update: Sat Apr 12 00:59:26 UTC 2025 From b2b3bd75150991ca7814e0b8c0772df746b6a774 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 13 Apr 2025 02:29:28 +0000 Subject: [PATCH 0390/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index cc32638..26b6755 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Apr 12 00:59:26 UTC 2025 +Update: Sun Apr 13 02:29:28 UTC 2025 From 478b9350a32398891ca8463f1af2e7f08654cf93 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 14 Apr 2025 01:03:05 +0000 Subject: [PATCH 0391/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 26b6755..b3b39df 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Apr 13 02:29:28 UTC 2025 +Update: Mon Apr 14 01:03:05 UTC 2025 From 937213330c1f45e38a8aa2ee40db628d880b828d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 15:51:47 +0000 Subject: [PATCH 0392/1075] Bump @cloudflare/workers-types from 4.20250410.0 to 4.20250414.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250410.0 to 4.20250414.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250414.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b938997..94208dc 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250410.0", + "@cloudflare/workers-types": "4.20250414.0", "@playform/build": "0.2.3", "wrangler": "4.10.0" }, From a630443e8192e8640c97714cea2365274735e7ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 16:00:58 +0000 Subject: [PATCH 0393/1075] Bump actions/setup-node from 4.3.0 to 4.4.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.3.0...v4.4.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index c5d4351..34e6dbd 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - - uses: actions/setup-node@v4.3.0 + - uses: actions/setup-node@v4.4.0 with: node-version: "18" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 876166e..fdaaee0 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -76,7 +76,7 @@ jobs: --unsafe-perm=true ] - - uses: actions/setup-node@v4.3.0 + - uses: actions/setup-node@v4.4.0 with: node-version: ${{ matrix.node-version }} cache: "pnpm" From 5bcc81b90c58e49679cf9bd9380d7a779eebdf13 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 15 Apr 2025 01:01:51 +0000 Subject: [PATCH 0394/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b3b39df..f890554 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Apr 14 01:03:05 UTC 2025 +Update: Tue Apr 15 01:01:51 UTC 2025 From 62455cbe786108748b0ce3d22092d4fd131b2822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 15:19:06 +0000 Subject: [PATCH 0395/1075] Bump @cloudflare/workers-types from 4.20250414.0 to 4.20250415.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250414.0 to 4.20250415.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250415.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94208dc..520c92b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250414.0", + "@cloudflare/workers-types": "4.20250415.0", "@playform/build": "0.2.3", "wrangler": "4.10.0" }, From cf5ebea7e7de9a218e53136f14aa21de2e845ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 15:20:35 +0000 Subject: [PATCH 0396/1075] Bump wrangler from 4.10.0 to 4.11.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.10.0 to 4.11.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.11.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 520c92b..7cedeee 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250415.0", "@playform/build": "0.2.3", - "wrangler": "4.10.0" + "wrangler": "4.11.0" }, "publishConfig": { "access": "public", From 9c341a03011bb21441c7be79fa5baaf032748413 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 16 Apr 2025 01:01:50 +0000 Subject: [PATCH 0397/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f890554..652129d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Apr 15 01:01:51 UTC 2025 +Update: Wed Apr 16 01:01:50 UTC 2025 From 0a0785f476bb8ee342eb4ed9df6f0adbc2e76e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 15:57:16 +0000 Subject: [PATCH 0398/1075] Bump @cloudflare/workers-types from 4.20250415.0 to 4.20250416.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250415.0 to 4.20250416.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250416.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7cedeee..226e16d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250415.0", + "@cloudflare/workers-types": "4.20250416.0", "@playform/build": "0.2.3", "wrangler": "4.11.0" }, From 6f319f5144083f3d12f5dc9bebb447550915dac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 15:57:26 +0000 Subject: [PATCH 0399/1075] Bump wrangler from 4.11.0 to 4.11.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.11.0 to 4.11.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.11.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.11.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7cedeee..0c0b00f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250415.0", "@playform/build": "0.2.3", - "wrangler": "4.11.0" + "wrangler": "4.11.1" }, "publishConfig": { "access": "public", From 231634068c21ce21cab801c213eaebca96b08d66 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 17 Apr 2025 01:00:54 +0000 Subject: [PATCH 0400/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 652129d..1da56b7 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Apr 16 01:01:50 UTC 2025 +Update: Thu Apr 17 01:00:54 UTC 2025 From f10b5968bad8a0068091c11072870d66d3c472a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 15:18:35 +0000 Subject: [PATCH 0401/1075] Bump wrangler from 4.11.1 to 4.12.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.11.1 to 4.12.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.12.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.12.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6aa5a2c..30cf5a7 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250416.0", "@playform/build": "0.2.3", - "wrangler": "4.11.1" + "wrangler": "4.12.0" }, "publishConfig": { "access": "public", From eed4d637e18722ee146ebfd5ecab5a5844be7c5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 15:20:01 +0000 Subject: [PATCH 0402/1075] Bump @cloudflare/workers-types from 4.20250416.0 to 4.20250417.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250416.0 to 4.20250417.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250417.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30cf5a7..cfddf18 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250416.0", + "@cloudflare/workers-types": "4.20250417.0", "@playform/build": "0.2.3", "wrangler": "4.12.0" }, From 1613bea9f93f887dd5dab88402d6388874464f96 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 18 Apr 2025 01:00:06 +0000 Subject: [PATCH 0403/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 1da56b7..4aa5bf3 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Apr 17 01:00:54 UTC 2025 +Update: Fri Apr 18 01:00:06 UTC 2025 From d691297bafea76ae4fc31eea2683e03f73a17759 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 18 Apr 2025 13:26:27 +0300 Subject: [PATCH 0404/1075] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7cedeee..072d76c 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250415.0", + "@cloudflare/workers-types": "4.20250418.0", "@playform/build": "0.2.3", - "wrangler": "4.11.0" + "wrangler": "4.12.0" }, "publishConfig": { "access": "public", From 00c677c927cf12856f1206325742b1567dc23d33 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 19 Apr 2025 00:58:18 +0000 Subject: [PATCH 0405/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 4aa5bf3..ab6b859 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Apr 18 01:00:06 UTC 2025 +Update: Sat Apr 19 00:58:18 UTC 2025 From ac1df429024fe89ad1179703c744b20073619cee Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 20 Apr 2025 01:05:35 +0000 Subject: [PATCH 0406/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ab6b859..bc9cb9c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Apr 19 00:58:18 UTC 2025 +Update: Sun Apr 20 01:05:35 UTC 2025 From 63f9b839d269a09fcae5f0587027c58178d51b5d Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 21 Apr 2025 01:04:04 +0000 Subject: [PATCH 0407/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index bc9cb9c..75c609b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Apr 20 01:05:35 UTC 2025 +Update: Mon Apr 21 01:04:04 UTC 2025 From 9d3e844bf0f94d2982e8d4658d815bc06602c796 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 22 Apr 2025 01:01:16 +0000 Subject: [PATCH 0408/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 75c609b..3e7ddc2 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Apr 21 01:04:04 UTC 2025 +Update: Tue Apr 22 01:01:16 UTC 2025 From cd3f0b11aeb778a35605703ed281fd749480d096 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 22 Apr 2025 16:35:21 +0300 Subject: [PATCH 0409/1075] --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index a3cd0f0..072d76c 100644 --- a/package.json +++ b/package.json @@ -19,11 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { -<<<<<<< HEAD "@cloudflare/workers-types": "4.20250418.0", -======= - "@cloudflare/workers-types": "4.20250417.0", ->>>>>>> 1613bea9f93f887dd5dab88402d6388874464f96 "@playform/build": "0.2.3", "wrangler": "4.12.0" }, From af8f50d82fb52918dbbaca9f76732d7f2124490f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 15:52:19 +0000 Subject: [PATCH 0410/1075] Bump wrangler from 4.12.0 to 4.12.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.12.0 to 4.12.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.12.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.12.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 072d76c..e2232b4 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250418.0", "@playform/build": "0.2.3", - "wrangler": "4.12.0" + "wrangler": "4.12.1" }, "publishConfig": { "access": "public", From d928fba7e8375450f5c8127ed90777210283d832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 15:52:26 +0000 Subject: [PATCH 0411/1075] Bump @cloudflare/workers-types from 4.20250418.0 to 4.20250422.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250418.0 to 4.20250422.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250422.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 072d76c..f643845 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250418.0", + "@cloudflare/workers-types": "4.20250422.0", "@playform/build": "0.2.3", "wrangler": "4.12.0" }, From 56a824f3e42a0e9f89f35c3941a7374f8ee8d65c Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 23 Apr 2025 01:01:39 +0000 Subject: [PATCH 0412/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 3e7ddc2..714c43c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Apr 22 01:01:16 UTC 2025 +Update: Wed Apr 23 01:01:39 UTC 2025 From 9b0fc17bc0b78bd1f6636ab68950a9a8c3677f3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 15:39:38 +0000 Subject: [PATCH 0413/1075] Bump @cloudflare/workers-types from 4.20250422.0 to 4.20250423.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250422.0 to 4.20250423.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250423.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ad2662..072aae9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250422.0", + "@cloudflare/workers-types": "4.20250423.0", "@playform/build": "0.2.3", "wrangler": "4.12.1" }, From c498b0d027a2af2eef2618dd621f28ab57885be0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 15:39:48 +0000 Subject: [PATCH 0414/1075] Bump wrangler from 4.12.1 to 4.13.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.12.1 to 4.13.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.13.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.13.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ad2662..9f08eb0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250422.0", "@playform/build": "0.2.3", - "wrangler": "4.12.1" + "wrangler": "4.13.0" }, "publishConfig": { "access": "public", From 65596a8fc0ada4490d821f20c3f6c31d8726eb15 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 24 Apr 2025 01:01:41 +0000 Subject: [PATCH 0415/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 714c43c..1f14e32 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Apr 23 01:01:39 UTC 2025 +Update: Thu Apr 24 01:01:41 UTC 2025 From ab7e37ecb52f4105fe44b5840e109e3d4eda7357 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 24 Apr 2025 05:06:41 +0300 Subject: [PATCH 0416/1075] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 072d76c..52b7987 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250418.0", + "@cloudflare/workers-types": "4.20250423.0", "@playform/build": "0.2.3", - "wrangler": "4.12.0" + "wrangler": "4.13.0" }, "publishConfig": { "access": "public", From 4f8e8602e6edaf701ef19768d3bdf489e5f40fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 15:30:44 +0000 Subject: [PATCH 0417/1075] Bump @cloudflare/workers-types from 4.20250423.0 to 4.20250424.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250423.0 to 4.20250424.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250424.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52b7987..db05ecf 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250423.0", + "@cloudflare/workers-types": "4.20250424.0", "@playform/build": "0.2.3", "wrangler": "4.13.0" }, From d61689fc1ce78afa0d604f406ab43811c7de626d Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 25 Apr 2025 01:01:48 +0000 Subject: [PATCH 0418/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 1f14e32..d028bb6 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Apr 24 01:01:41 UTC 2025 +Update: Fri Apr 25 01:01:48 UTC 2025 From 145b687fd61a3a558d6007eba6acee09acdbd997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 15:07:41 +0000 Subject: [PATCH 0419/1075] Bump @cloudflare/workers-types from 4.20250424.0 to 4.20250425.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250424.0 to 4.20250425.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250425.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db05ecf..89ae77f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250424.0", + "@cloudflare/workers-types": "4.20250425.0", "@playform/build": "0.2.3", "wrangler": "4.13.0" }, From 665c0b421a99c3264bea270903c0457efe77998e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 15:07:51 +0000 Subject: [PATCH 0420/1075] Bump wrangler from 4.13.0 to 4.13.2 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.13.0 to 4.13.2. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.13.2/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.13.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db05ecf..d4728fe 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250424.0", "@playform/build": "0.2.3", - "wrangler": "4.13.0" + "wrangler": "4.13.2" }, "publishConfig": { "access": "public", From 066ea8f96b2726445cc7c8a4ee81d53ef87fac48 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 26 Apr 2025 00:59:34 +0000 Subject: [PATCH 0421/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d028bb6..e185fcc 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Apr 25 01:01:48 UTC 2025 +Update: Sat Apr 26 00:59:34 UTC 2025 From 3dbc1431d984416ee80f208b616c5bf255001244 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 27 Apr 2025 01:05:30 +0000 Subject: [PATCH 0422/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e185fcc..6f594e0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Apr 26 00:59:34 UTC 2025 +Update: Sun Apr 27 01:05:30 UTC 2025 From dfc7704a07bad599574533d96ee39f9c2236d059 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 28 Apr 2025 01:03:37 +0000 Subject: [PATCH 0423/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6f594e0..ed2d080 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Apr 27 01:05:30 UTC 2025 +Update: Mon Apr 28 01:03:37 UTC 2025 From e5d356ff26fcb4941c2b67c04ed47dc9eb3c77e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:29:23 +0000 Subject: [PATCH 0424/1075] Bump @cloudflare/workers-types from 4.20250425.0 to 4.20250428.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250425.0 to 4.20250428.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250428.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c136fde..0e7822b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250425.0", + "@cloudflare/workers-types": "4.20250428.0", "@playform/build": "0.2.3", "wrangler": "4.13.2" }, From ead07387fc3ed0d687ffd23b3258a8577df19a54 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 29 Apr 2025 01:01:44 +0000 Subject: [PATCH 0425/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ed2d080..5764474 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Apr 28 01:03:37 UTC 2025 +Update: Tue Apr 29 01:01:44 UTC 2025 From 69aab9dc2cb716144f6dc11417d558c1f38833bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 15:22:10 +0000 Subject: [PATCH 0426/1075] Bump @cloudflare/workers-types from 4.20250428.0 to 4.20250429.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250428.0 to 4.20250429.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250429.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e7822b..f94593b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250428.0", + "@cloudflare/workers-types": "4.20250429.0", "@playform/build": "0.2.3", "wrangler": "4.13.2" }, From ccf9016e3dc2a2b58ab4c949ed91384c1de25565 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 30 Apr 2025 01:02:18 +0000 Subject: [PATCH 0427/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5764474..5ccfca0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Apr 29 01:01:44 UTC 2025 +Update: Wed Apr 30 01:02:18 UTC 2025 From 23d4c4708f06d4a67bc09c56407bf4e69247442b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 15:35:55 +0000 Subject: [PATCH 0428/1075] Bump wrangler from 4.13.2 to 4.14.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.13.2 to 4.14.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.14.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.14.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f94593b..a823c7a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250429.0", "@playform/build": "0.2.3", - "wrangler": "4.13.2" + "wrangler": "4.14.0" }, "publishConfig": { "access": "public", From ab1dceef8faace52f535a406218c8ed5ab7e78d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 15:36:01 +0000 Subject: [PATCH 0429/1075] Bump @cloudflare/workers-types from 4.20250429.0 to 4.20250430.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250429.0 to 4.20250430.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250430.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f94593b..ec6d9ee 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250429.0", + "@cloudflare/workers-types": "4.20250430.0", "@playform/build": "0.2.3", "wrangler": "4.13.2" }, From 54a48fda6f3195521c577c253ffb7586f30f115e Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 1 May 2025 01:08:13 +0000 Subject: [PATCH 0430/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5ccfca0..cccb9c9 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Apr 30 01:02:18 UTC 2025 +Update: Thu May 1 01:08:13 UTC 2025 From aac29d94049d8cfb04283166f72026cc5547ead4 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 2 May 2025 01:02:24 +0000 Subject: [PATCH 0431/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index cccb9c9..8abbb0d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu May 1 01:08:13 UTC 2025 +Update: Fri May 2 01:02:24 UTC 2025 From 509ec737f7bed0915c34c2aa48bbef7181aea92f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 15:37:45 +0000 Subject: [PATCH 0432/1075] Bump wrangler from 4.14.0 to 4.14.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.14.0 to 4.14.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.14.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.14.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 784aa90..55c15ef 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250430.0", "@playform/build": "0.2.3", - "wrangler": "4.14.0" + "wrangler": "4.14.1" }, "publishConfig": { "access": "public", From 94c3db616ddb685c730bc6e2a7865b77d22d83f6 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 3 May 2025 01:01:00 +0000 Subject: [PATCH 0433/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 8abbb0d..3ca834f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri May 2 01:02:24 UTC 2025 +Update: Sat May 3 01:01:00 UTC 2025 From e0be94dad23ecfd695dba7fc4866cdf556987fc8 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 4 May 2025 01:08:35 +0000 Subject: [PATCH 0434/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 3ca834f..10bdf35 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat May 3 01:01:00 UTC 2025 +Update: Sun May 4 01:08:35 UTC 2025 From b835c8c9d92c50c63af6beff3b9d997a5f8a0932 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 5 May 2025 01:05:24 +0000 Subject: [PATCH 0435/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 10bdf35..5207c2d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun May 4 01:08:35 UTC 2025 +Update: Mon May 5 01:05:24 UTC 2025 From 0d33290ef1c2dbfa93caa4d5c50f7577fd02e363 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 5 May 2025 17:10:47 +0300 Subject: [PATCH 0436/1075] --- .github/FUNDING.yml | 2 +- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 2 +- package.json | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 8e65cbc..504ff10 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ -custom: https://Stripe.PlayForm.LTD/b/3csdQZfzn2LDaBOcMN +custom: https://Stripe.PlayForm.Cloud/b/3csdQZfzn2LDaBOcMN open_collective: playform-cloud-collective diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 8c5d877..e9a5011 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -73,7 +73,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -Community@PlayForm.LTD. All complaints will be reviewed and investigated +Community@PlayForm.Cloud. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 88a8779..32c7129 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,7 +61,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -Community@PlayForm.LTD. All complaints will be reviewed and investigated +Community@PlayForm.Cloud. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. diff --git a/package.json b/package.json index c136fde..61a4b0f 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "license": "SEE LICENSE IN LICENSE", "author": { "name": "Source/Open", - "email": "Source/Open@PlayForm.LTD", - "url": "HTTPS://PlayForm.LTD" + "email": "Source/Open@PlayForm.Cloud", + "url": "HTTPS://PlayForm.Cloud" }, "type": "module", "main": "./Target/Object/Worker.js", @@ -19,9 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250425.0", + "@cloudflare/workers-types": "4.20250505.0", "@playform/build": "0.2.3", - "wrangler": "4.13.2" + "wrangler": "4.14.1" }, "publishConfig": { "access": "public", From d1ded2ac0744c3439b478a3afb45d668f39540f9 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 5 May 2025 17:48:31 +0300 Subject: [PATCH 0437/1075] --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 74ea33d..61a4b0f 100644 --- a/package.json +++ b/package.json @@ -19,11 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { -<<<<<<< HEAD "@cloudflare/workers-types": "4.20250505.0", -======= - "@cloudflare/workers-types": "4.20250430.0", ->>>>>>> b835c8c9d92c50c63af6beff3b9d997a5f8a0932 "@playform/build": "0.2.3", "wrangler": "4.14.1" }, From 8f581b565d8d421f18dae5be732077ab4dd98f86 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 6 May 2025 01:02:48 +0000 Subject: [PATCH 0438/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5207c2d..87bfca0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon May 5 01:05:24 UTC 2025 +Update: Tue May 6 01:02:48 UTC 2025 From ffd3a84240ecead514347ebb2bddc1721d9363aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 15:58:23 +0000 Subject: [PATCH 0439/1075] Bump @cloudflare/workers-types from 4.20250505.0 to 4.20250506.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250505.0 to 4.20250506.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250506.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61a4b0f..0463785 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250505.0", + "@cloudflare/workers-types": "4.20250506.0", "@playform/build": "0.2.3", "wrangler": "4.14.1" }, From 2700f2f97ca4d2bfa5ec293f0b984824f3d86191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 15:58:32 +0000 Subject: [PATCH 0440/1075] Bump wrangler from 4.14.1 to 4.14.2 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.14.1 to 4.14.2. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.14.2/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.14.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61a4b0f..e713d8d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250505.0", "@playform/build": "0.2.3", - "wrangler": "4.14.1" + "wrangler": "4.14.2" }, "publishConfig": { "access": "public", From beeb2332510f672651f9000735e55a6782c2c7dc Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 7 May 2025 01:03:16 +0000 Subject: [PATCH 0441/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 87bfca0..c5e5825 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue May 6 01:02:48 UTC 2025 +Update: Wed May 7 01:03:16 UTC 2025 From 9c47049b0b92910d04e672e1eec65d15c635fe4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 16:01:52 +0000 Subject: [PATCH 0442/1075] Bump @cloudflare/workers-types from 4.20250506.0 to 4.20250507.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250506.0 to 4.20250507.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250507.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffb028a..a3d660c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250506.0", + "@cloudflare/workers-types": "4.20250507.0", "@playform/build": "0.2.3", "wrangler": "4.14.2" }, From b673cd8aab0371267ae4e3cfb4d0c37788a2177d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 16:02:06 +0000 Subject: [PATCH 0443/1075] Bump wrangler from 4.14.2 to 4.14.3 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.14.2 to 4.14.3. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.14.3/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.14.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffb028a..30aeac0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250506.0", "@playform/build": "0.2.3", - "wrangler": "4.14.2" + "wrangler": "4.14.3" }, "publishConfig": { "access": "public", From 17ecc8d2ab2d1c1e2dea5058ebab6751b0fbdded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 16:03:34 +0000 Subject: [PATCH 0444/1075] Bump @playform/build from 0.2.3 to 0.2.4 Bumps [@playform/build](https://github.com/PlayForm/Build) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/PlayForm/Build/releases) - [Changelog](https://github.com/PlayForm/Build/blob/Current/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Build/compare/v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: "@playform/build" dependency-version: 0.2.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ecaae71..a29ef82 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20250507.0", - "@playform/build": "0.2.3", + "@playform/build": "0.2.4", "wrangler": "4.14.3" }, "publishConfig": { From 76f3098f3a7df934079a8f3630c76401d94b2203 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 8 May 2025 01:03:32 +0000 Subject: [PATCH 0445/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c5e5825..22f3bb5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed May 7 01:03:16 UTC 2025 +Update: Thu May 8 01:03:32 UTC 2025 From 908d4a4df3222c947aa15f1dc45c76c7781c0023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 15:44:03 +0000 Subject: [PATCH 0446/1075] Bump @cloudflare/workers-types from 4.20250507.0 to 4.20250508.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250507.0 to 4.20250508.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250508.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a29ef82..b6bfacd 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250507.0", + "@cloudflare/workers-types": "4.20250508.0", "@playform/build": "0.2.4", "wrangler": "4.14.3" }, From a3ec9a254a75c1e2cc9823e27dfdddb1f3e77f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 15:44:13 +0000 Subject: [PATCH 0447/1075] Bump wrangler from 4.14.3 to 4.14.4 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.14.3 to 4.14.4. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.14.4/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.14.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a29ef82..817badf 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250507.0", "@playform/build": "0.2.4", - "wrangler": "4.14.3" + "wrangler": "4.14.4" }, "publishConfig": { "access": "public", From fd0882947e04e641f256a0cbd0e81daaee0cb0fa Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 9 May 2025 01:03:02 +0000 Subject: [PATCH 0448/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 22f3bb5..28d3f78 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu May 8 01:03:32 UTC 2025 +Update: Fri May 9 01:03:02 UTC 2025 From 58d7859e6e9f0b0f857e410397d0d52fb08bccbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 15:37:59 +0000 Subject: [PATCH 0449/1075] Bump @cloudflare/workers-types from 4.20250508.0 to 4.20250509.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250508.0 to 4.20250509.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250509.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8bf20b1..d6f6b0d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250508.0", + "@cloudflare/workers-types": "4.20250509.0", "@playform/build": "0.2.4", "wrangler": "4.14.4" }, From 9c096c06cb46399248b6a472723c5e9829001e06 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 10 May 2025 01:00:58 +0000 Subject: [PATCH 0450/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 28d3f78..25e1d02 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri May 9 01:03:02 UTC 2025 +Update: Sat May 10 01:00:58 UTC 2025 From 52c8cf09075e489146951d22f95da0c23782bc33 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 11 May 2025 01:07:29 +0000 Subject: [PATCH 0451/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 25e1d02..24fd928 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat May 10 01:00:58 UTC 2025 +Update: Sun May 11 01:07:29 UTC 2025 From 1c7500573749e2c8a4dcff3c54d63b364152797b Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 12 May 2025 01:05:47 +0000 Subject: [PATCH 0452/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 24fd928..cf9a814 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun May 11 01:07:29 UTC 2025 +Update: Mon May 12 01:05:47 UTC 2025 From da7e4751a9a24a0fa697fc711c1ea421d246e167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 15:25:19 +0000 Subject: [PATCH 0453/1075] Bump @cloudflare/workers-types from 4.20250509.0 to 4.20250510.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250509.0 to 4.20250510.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250510.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6f6b0d..c48b262 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250509.0", + "@cloudflare/workers-types": "4.20250510.0", "@playform/build": "0.2.4", "wrangler": "4.14.4" }, From 05ab2f072df8acacbb8c1e695a19b597bc160125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 16:04:08 +0000 Subject: [PATCH 0454/1075] Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml index 3f6ffb2..c762478 100644 --- a/.github/workflows/Dependabot.yml +++ b/.github/workflows/Dependabot.yml @@ -20,7 +20,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v2.3.0 + - uses: dependabot/fetch-metadata@v2.4.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" @@ -35,7 +35,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v2.3.0 + - uses: dependabot/fetch-metadata@v2.4.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" From 6c89a896592e131d4586e04ee548c3197ab2acc1 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 13 May 2025 01:04:02 +0000 Subject: [PATCH 0455/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index cf9a814..eef760c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon May 12 01:05:47 UTC 2025 +Update: Tue May 13 01:04:02 UTC 2025 From 99d2989f9aaa16d7ba04607ed36610aadeb4113c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 15:16:59 +0000 Subject: [PATCH 0456/1075] Bump @cloudflare/workers-types from 4.20250510.0 to 4.20250513.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250510.0 to 4.20250513.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250513.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c48b262..4ee459b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250510.0", + "@cloudflare/workers-types": "4.20250513.0", "@playform/build": "0.2.4", "wrangler": "4.14.4" }, From 0adf5312557796e23a3765292d5f581898332045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 15:17:09 +0000 Subject: [PATCH 0457/1075] Bump wrangler from 4.14.4 to 4.15.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.14.4 to 4.15.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.15.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.15.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c48b262..4501a3d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250510.0", "@playform/build": "0.2.4", - "wrangler": "4.14.4" + "wrangler": "4.15.0" }, "publishConfig": { "access": "public", From 58f5e14f19287fa55161c452d033561e2a169e78 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 14 May 2025 01:03:10 +0000 Subject: [PATCH 0458/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index eef760c..0e31bce 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue May 13 01:04:02 UTC 2025 +Update: Wed May 14 01:03:10 UTC 2025 From 9d7f9ee1f81b0ce38373b586ebd183fac5ea7011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 15:35:16 +0000 Subject: [PATCH 0459/1075] Bump @cloudflare/workers-types from 4.20250513.0 to 4.20250514.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250513.0 to 4.20250514.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250514.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e9fa48..c2bf2d5 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250513.0", + "@cloudflare/workers-types": "4.20250514.0", "@playform/build": "0.2.4", "wrangler": "4.15.0" }, From ce543127ef4a00327226bf8cbeb8966b077222a9 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 15 May 2025 01:00:37 +0000 Subject: [PATCH 0460/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0e31bce..0773bc9 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed May 14 01:03:10 UTC 2025 +Update: Thu May 15 01:00:37 UTC 2025 From 3acf8bce5905b1a6faeff247cb9c3a83119bd763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 15:41:50 +0000 Subject: [PATCH 0461/1075] Bump wrangler from 4.15.0 to 4.15.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.15.0 to 4.15.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.15.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.15.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2bf2d5..b5a8b58 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250514.0", "@playform/build": "0.2.4", - "wrangler": "4.15.0" + "wrangler": "4.15.1" }, "publishConfig": { "access": "public", From d976292e68e51138e265a1b02cbff0eb1a75d819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 15:43:17 +0000 Subject: [PATCH 0462/1075] Bump @cloudflare/workers-types from 4.20250514.0 to 4.20250515.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250514.0 to 4.20250515.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250515.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5a8b58..9dee264 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250514.0", + "@cloudflare/workers-types": "4.20250515.0", "@playform/build": "0.2.4", "wrangler": "4.15.1" }, From 246b42340eda9e6bc8af175faefa8767334a9db1 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 16 May 2025 01:04:13 +0000 Subject: [PATCH 0463/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0773bc9..da4c8c5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu May 15 01:00:37 UTC 2025 +Update: Fri May 16 01:04:13 UTC 2025 From 4fdfe73796777261ccbd5031505c6e9b4b5a3491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 15:07:43 +0000 Subject: [PATCH 0464/1075] Bump wrangler from 4.15.1 to 4.15.2 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.15.1 to 4.15.2. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.15.2/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.15.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9dee264..6efee25 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250515.0", "@playform/build": "0.2.4", - "wrangler": "4.15.1" + "wrangler": "4.15.2" }, "publishConfig": { "access": "public", From 166a40b823e9b385e712fac22cc0fb60810ecbdb Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 17 May 2025 01:02:42 +0000 Subject: [PATCH 0465/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index da4c8c5..3e697f5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri May 16 01:04:13 UTC 2025 +Update: Sat May 17 01:02:42 UTC 2025 From 3dbbab600550055a745c9b28069df433987b42fe Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 18 May 2025 01:08:17 +0000 Subject: [PATCH 0466/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 3e697f5..6fa26fe 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat May 17 01:02:42 UTC 2025 +Update: Sun May 18 01:08:17 UTC 2025 From db2b0427d60b3312c96a0454f9c1584f6f666a3b Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 18 May 2025 05:28:11 +0300 Subject: [PATCH 0467/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6efee25..b3bb7f5 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250515.0", + "@cloudflare/workers-types": "4.20250517.0", "@playform/build": "0.2.4", "wrangler": "4.15.2" }, From e6b40af40090d56bebf0712daf940a9d0bb96be6 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 19 May 2025 01:06:46 +0000 Subject: [PATCH 0468/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6fa26fe..e267eb5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun May 18 01:08:17 UTC 2025 +Update: Mon May 19 01:06:46 UTC 2025 From cb85d64437e6e6d832946fce61eae06ccd6f661b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 15:45:24 +0000 Subject: [PATCH 0469/1075] Bump @cloudflare/workers-types from 4.20250517.0 to 4.20250519.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250517.0 to 4.20250519.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250519.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b3bb7f5..1a63338 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250517.0", + "@cloudflare/workers-types": "4.20250519.0", "@playform/build": "0.2.4", "wrangler": "4.15.2" }, From 0f84dd9350506abf177c83ab4a9b7854cbbd37fd Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 20 May 2025 01:04:41 +0000 Subject: [PATCH 0470/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e267eb5..9c1bf0d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon May 19 01:06:46 UTC 2025 +Update: Tue May 20 01:04:41 UTC 2025 From 6ba48ce4873462c1372d2fd513a7a763f32edcb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 16:04:59 +0000 Subject: [PATCH 0471/1075] Bump @cloudflare/workers-types from 4.20250519.0 to 4.20250520.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250519.0 to 4.20250520.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250520.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a63338..d5d9c45 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250519.0", + "@cloudflare/workers-types": "4.20250520.0", "@playform/build": "0.2.4", "wrangler": "4.15.2" }, From cebc294e768f6262905375046f4acdf52dc7111c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 16:05:09 +0000 Subject: [PATCH 0472/1075] Bump wrangler from 4.15.2 to 4.16.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.15.2 to 4.16.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.16.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.16.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a63338..ae954e8 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250519.0", "@playform/build": "0.2.4", - "wrangler": "4.15.2" + "wrangler": "4.16.0" }, "publishConfig": { "access": "public", From 7446ecf20f0e5fe91c0fdc9c47e19d713daad6fc Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 21 May 2025 01:04:21 +0000 Subject: [PATCH 0473/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9c1bf0d..c381ead 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue May 20 01:04:41 UTC 2025 +Update: Wed May 21 01:04:21 UTC 2025 From d38d4cd4985711f4d4ce9c3bc9d5ee90f2f96fa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 15:21:11 +0000 Subject: [PATCH 0474/1075] Bump @cloudflare/workers-types from 4.20250520.0 to 4.20250521.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250520.0 to 4.20250521.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250521.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c99e670..dfe9d68 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250520.0", + "@cloudflare/workers-types": "4.20250521.0", "@playform/build": "0.2.4", "wrangler": "4.16.0" }, From 3b5f12db871642d2b9263326a447d8c0b5116464 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 22 May 2025 01:03:59 +0000 Subject: [PATCH 0475/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c381ead..477a1dc 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed May 21 01:04:21 UTC 2025 +Update: Thu May 22 01:03:59 UTC 2025 From c9778dc528f4af433ee263c8ba55a02d6189a117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 15:21:51 +0000 Subject: [PATCH 0476/1075] Bump wrangler from 4.16.0 to 4.16.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.16.0 to 4.16.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.16.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.16.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dfe9d68..58c28c3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250521.0", "@playform/build": "0.2.4", - "wrangler": "4.16.0" + "wrangler": "4.16.1" }, "publishConfig": { "access": "public", From 165115a938d6a89a05210c56b905c7d5a32ac8c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 15:21:57 +0000 Subject: [PATCH 0477/1075] Bump @cloudflare/workers-types from 4.20250521.0 to 4.20250522.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250521.0 to 4.20250522.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250522.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dfe9d68..56fa36a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250521.0", + "@cloudflare/workers-types": "4.20250522.0", "@playform/build": "0.2.4", "wrangler": "4.16.0" }, From 51c6d7413412cc33c636b11a99db638a32f30e82 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 23 May 2025 01:03:49 +0000 Subject: [PATCH 0478/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 477a1dc..ef9e6d3 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu May 22 01:03:59 UTC 2025 +Update: Fri May 23 01:03:49 UTC 2025 From c7927ad080663acaa659e01af804e84dcab7391e Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 23 May 2025 12:44:34 +0300 Subject: [PATCH 0479/1075] --- .github/workflows/Auto.yml | 2 +- CODE_OF_CONDUCT.md | 18 +++++++++--------- CONTRIBUTING.md | 18 +++++++++--------- package.json | 2 +- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/Auto.yml b/.github/workflows/Auto.yml index 980a3e9..5055ceb 100644 --- a/.github/workflows/Auto.yml +++ b/.github/workflows/Auto.yml @@ -62,7 +62,7 @@ jobs: git add . git commit -a --allow-empty-message -m "" - - uses: ad-m/github-push-action@master + - uses: ad-m/github-push-action@v0.8.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: Current diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index e9a5011..8918382 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -127,19 +127,19 @@ community. This Code of Conduct is adapted from the [`Contributor Covenant`][homepage], version 2.1, available at -[`HTTPS://www.contributor-covenant.org/version/2/1/code_of_conduct.html`][v2.1]. +[`https://www.contributor-covenant.org/version/2/1/code_of_conduct.html`][v2.1]. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder][Mozilla CoC]. For answers to common questions about this code of conduct, see the FAQ at -[`HTTPS://www.contributor-covenant.org/faq`][FAQ]. Translations are available at -[`HTTPS://www.contributor-covenant.org/translations`][translations]. - -[homepage]: HTTPS://www.contributor-covenant.org -[v2.1]: HTTPS://www.contributor-covenant.org/version/2/1/code_of_conduct.html -[Mozilla CoC]: HTTPS://github.com/mozilla/diversity -[FAQ]: HTTPS://www.contributor-covenant.org/faq -[translations]: HTTPS://www.contributor-covenant.org/translations +[`https://www.contributor-covenant.org/faq`][FAQ]. Translations are available at +[`https://www.contributor-covenant.org/translations`][translations]. + +[homepage]: https://www.contributor-covenant.org +[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html +[Mozilla CoC]: https://github.com/mozilla/diversity +[FAQ]: https://www.contributor-covenant.org/faq +[translations]: https://www.contributor-covenant.org/translations Thank you for being part of our community and helping us create a safe and respectful environment for everyone! diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 32c7129..7804de0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -115,19 +115,19 @@ community. This Code of Conduct is adapted from the [`Contributor Covenant`][homepage], version 2.1, available at -[`HTTPS://www.contributor-covenant.org/version/2/1/code_of_conduct.html`][v2.1]. +[`https://www.contributor-covenant.org/version/2/1/code_of_conduct.html`][v2.1]. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder][Mozilla CoC]. For answers to common questions about this code of conduct, see the FAQ at -[`HTTPS://www.contributor-covenant.org/faq`][FAQ]. Translations are available at -[`HTTPS://www.contributor-covenant.org/translations`][translations]. - -[homepage]: HTTPS://www.contributor-covenant.org -[v2.1]: HTTPS://www.contributor-covenant.org/version/2/1/code_of_conduct.html -[Mozilla CoC]: HTTPS://github.com/mozilla/diversity -[FAQ]: HTTPS://www.contributor-covenant.org/faq -[translations]: HTTPS://www.contributor-covenant.org/translations +[`https://www.contributor-covenant.org/faq`][FAQ]. Translations are available at +[`https://www.contributor-covenant.org/translations`][translations]. + +[homepage]: https://www.contributor-covenant.org +[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html +[Mozilla CoC]: https://github.com/mozilla/diversity +[FAQ]: https://www.contributor-covenant.org/faq +[translations]: https://www.contributor-covenant.org/translations Thank you for being part of our community and helping us create a safe and respectful environment for everyone! diff --git a/package.json b/package.json index b3bb7f5..2b12140 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": { "name": "Source/Open", "email": "Source/Open@PlayForm.Cloud", - "url": "HTTPS://PlayForm.Cloud" + "url": "https://PlayForm.Cloud" }, "type": "module", "main": "./Target/Object/Worker.js", From 0c5213b1adda0a88004a851e1fdea3f8f3270cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 15:26:40 +0000 Subject: [PATCH 0480/1075] Bump @cloudflare/workers-types from 4.20250522.0 to 4.20250523.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250522.0 to 4.20250523.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250523.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee29717..3faa192 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250522.0", + "@cloudflare/workers-types": "4.20250523.0", "@playform/build": "0.2.4", "wrangler": "4.16.1" }, From cffedaa1be9003ceed5e8cd3c598daf6343b426b Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 24 May 2025 01:01:22 +0000 Subject: [PATCH 0481/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ef9e6d3..2f20725 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri May 23 01:03:49 UTC 2025 +Update: Sat May 24 01:01:22 UTC 2025 From f55bf3b1316bce21f296b274332519b16028383a Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 24 May 2025 08:47:43 +0300 Subject: [PATCH 0482/1075] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee29717..041baff 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250522.0", + "@cloudflare/workers-types": "4.20250524.0", "@playform/build": "0.2.4", "wrangler": "4.16.1" }, From 3c647d0d5f7d2b335891f0905e2369001c1c5164 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 25 May 2025 01:09:50 +0000 Subject: [PATCH 0483/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 2f20725..d2c93c1 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat May 24 01:01:22 UTC 2025 +Update: Sun May 25 01:09:50 UTC 2025 From d1f3c0d31c45a0763f3ed3ffd8c066cc3bb248e9 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 26 May 2025 01:05:50 +0000 Subject: [PATCH 0484/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d2c93c1..519a899 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun May 25 01:09:50 UTC 2025 +Update: Mon May 26 01:05:50 UTC 2025 From 2c951ffc35853cc387db0cba12dd0688cd3f88db Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 27 May 2025 01:03:20 +0000 Subject: [PATCH 0485/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 519a899..07031cc 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon May 26 01:05:50 UTC 2025 +Update: Tue May 27 01:03:20 UTC 2025 From 0c15ede50fd31d46f9ab889f064a81e473c0b6b1 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 28 May 2025 00:55:29 +0300 Subject: [PATCH 0486/1075] --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index d3e7320..308f736 100644 --- a/package.json +++ b/package.json @@ -19,13 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { -<<<<<<< HEAD - "@cloudflare/workers-types": "4.20250524.0", -======= - "@cloudflare/workers-types": "4.20250523.0", ->>>>>>> cffedaa1be9003ceed5e8cd3c598daf6343b426b + "@cloudflare/workers-types": "4.20250525.0", "@playform/build": "0.2.4", - "wrangler": "4.16.1" + "wrangler": "4.17.0" }, "publishConfig": { "access": "public", From 5f010dab7141a879aa0ce87cbb7304f84273d456 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 28 May 2025 01:04:14 +0000 Subject: [PATCH 0487/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 07031cc..e71c2e4 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue May 27 01:03:20 UTC 2025 +Update: Wed May 28 01:04:14 UTC 2025 From 8b610771e3116473aabd9caab1e136aca0244af1 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 29 May 2025 01:04:39 +0000 Subject: [PATCH 0488/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e71c2e4..7a626c4 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed May 28 01:04:14 UTC 2025 +Update: Thu May 29 01:04:39 UTC 2025 From b4feb71b0f3ed4ac82fc4e7a037ac6d215692e6b Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 30 May 2025 01:02:49 +0000 Subject: [PATCH 0489/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7a626c4..4df8cb5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu May 29 01:04:39 UTC 2025 +Update: Fri May 30 01:02:49 UTC 2025 From 21bc50f9e30f32c5f620071b7ca846098feb68ef Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 31 May 2025 01:02:57 +0000 Subject: [PATCH 0490/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 4df8cb5..2ec2a88 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri May 30 01:02:49 UTC 2025 +Update: Sat May 31 01:02:57 UTC 2025 From f5bbd98dcb3205b411067bf1436bfce3ed6848bd Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 1 Jun 2025 01:16:59 +0000 Subject: [PATCH 0491/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 2ec2a88..c7b8a90 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat May 31 01:02:57 UTC 2025 +Update: Sun Jun 1 01:16:59 UTC 2025 From 7764147c04ba3e1b717d0c358f767fd2984caf12 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 2 Jun 2025 01:07:27 +0000 Subject: [PATCH 0492/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c7b8a90..fb8d0c5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jun 1 01:16:59 UTC 2025 +Update: Mon Jun 2 01:07:27 UTC 2025 From f52d76a2ee210919b600c87ea8b087ba58d98c66 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 3 Jun 2025 01:05:48 +0000 Subject: [PATCH 0493/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index fb8d0c5..6e9770a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jun 2 01:07:27 UTC 2025 +Update: Tue Jun 3 01:05:48 UTC 2025 From 748397493f5447ed2c91d8748e501b5a569f1e2b Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 4 Jun 2025 01:05:25 +0000 Subject: [PATCH 0494/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6e9770a..38426aa 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jun 3 01:05:48 UTC 2025 +Update: Wed Jun 4 01:05:25 UTC 2025 From 47d4423a9d19833e37da7fd52392d23898c7ba12 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 5 Jun 2025 01:04:37 +0000 Subject: [PATCH 0495/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 38426aa..9a52223 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jun 4 01:05:25 UTC 2025 +Update: Thu Jun 5 01:04:37 UTC 2025 From 05dc3ce34f5980339b8dfc4f3eefdfd97e9b268b Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 6 Jun 2025 01:04:48 +0000 Subject: [PATCH 0496/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9a52223..9d13baa 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jun 5 01:04:37 UTC 2025 +Update: Fri Jun 6 01:04:48 UTC 2025 From 407a6cd20a64b40f8be257b77c41ca0050fe1fac Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 7 Jun 2025 01:03:58 +0000 Subject: [PATCH 0497/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9d13baa..24f77f7 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jun 6 01:04:48 UTC 2025 +Update: Sat Jun 7 01:03:58 UTC 2025 From 21e22bc6a490be3570bd080baf31617667b937cc Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 8 Jun 2025 01:11:16 +0000 Subject: [PATCH 0498/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 24f77f7..b0ebf73 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jun 7 01:03:58 UTC 2025 +Update: Sun Jun 8 01:11:16 UTC 2025 From 1edb8af55c387b50a6c1c63da984be63385e38d4 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 8 Jun 2025 18:29:39 +0300 Subject: [PATCH 0499/1075] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 308f736..bb5476d 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250525.0", + "@cloudflare/workers-types": "4.20250607.0", "@playform/build": "0.2.4", - "wrangler": "4.17.0" + "wrangler": "4.19.1" }, "publishConfig": { "access": "public", From 5cd1243fda0fc9f5971f38ac28584fc2dff3c869 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 9 Jun 2025 01:08:54 +0000 Subject: [PATCH 0500/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b0ebf73..26d9c37 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jun 8 01:11:16 UTC 2025 +Update: Mon Jun 9 01:08:54 UTC 2025 From 8af8a9012dbb6d3f841f6f7b6091971f65ed6560 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 10 Jun 2025 01:06:28 +0000 Subject: [PATCH 0501/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 26d9c37..2976772 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jun 9 01:08:54 UTC 2025 +Update: Tue Jun 10 01:06:28 UTC 2025 From b41e4a5c47285db5e12db88d2b7a31ff2f75ca77 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 11 Jun 2025 01:05:54 +0000 Subject: [PATCH 0502/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 2976772..689ada3 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jun 10 01:06:28 UTC 2025 +Update: Wed Jun 11 01:05:54 UTC 2025 From efe27b715eab437aacf6e3d04c22994af1fb9d0c Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 12 Jun 2025 01:04:58 +0000 Subject: [PATCH 0503/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 689ada3..92841ba 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jun 11 01:05:54 UTC 2025 +Update: Thu Jun 12 01:04:58 UTC 2025 From 897bb9b61f6fb3e2ed484079149e9177c9152361 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 13 Jun 2025 01:06:06 +0000 Subject: [PATCH 0504/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 92841ba..2d01a86 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jun 12 01:04:58 UTC 2025 +Update: Fri Jun 13 01:06:06 UTC 2025 From d1cbe749d036c56f8277aaea89dcc69c43553c17 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 14 Jun 2025 01:03:07 +0000 Subject: [PATCH 0505/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 2d01a86..754ad47 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jun 13 01:06:06 UTC 2025 +Update: Sat Jun 14 01:03:07 UTC 2025 From ac089caf9c709b628d7545acb0dc23423f109cea Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 15 Jun 2025 01:12:50 +0000 Subject: [PATCH 0506/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 754ad47..65729cf 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jun 14 01:03:07 UTC 2025 +Update: Sun Jun 15 01:12:50 UTC 2025 From b612d7a1a3e6f6d2557de5245a72b1c25af809ff Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 16 Jun 2025 01:07:56 +0000 Subject: [PATCH 0507/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 65729cf..8c0485a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jun 15 01:12:50 UTC 2025 +Update: Mon Jun 16 01:07:56 UTC 2025 From f7312de8a20fc3f7a66d2b6351bf2f6c66691045 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 17 Jun 2025 01:05:42 +0000 Subject: [PATCH 0508/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 8c0485a..7352daf 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jun 16 01:07:56 UTC 2025 +Update: Tue Jun 17 01:05:42 UTC 2025 From ebc5c46b434504fa95cbf3c44648532dd18abcfb Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 18 Jun 2025 01:05:45 +0000 Subject: [PATCH 0509/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7352daf..ec3e02d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jun 17 01:05:42 UTC 2025 +Update: Wed Jun 18 01:05:45 UTC 2025 From ba4e646a40087b2f22f8cbb7878e491ab7432811 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 19 Jun 2025 01:05:52 +0000 Subject: [PATCH 0510/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ec3e02d..7f4da68 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jun 18 01:05:45 UTC 2025 +Update: Thu Jun 19 01:05:52 UTC 2025 From 647310877ff815147a925491d18051ba59440fea Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 20 Jun 2025 01:05:28 +0000 Subject: [PATCH 0511/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7f4da68..5fc4d5b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jun 19 01:05:52 UTC 2025 +Update: Fri Jun 20 01:05:28 UTC 2025 From 1bd5a9a988caea6f44eda3d807af60857a9d6a3e Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 21 Jun 2025 01:04:37 +0000 Subject: [PATCH 0512/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5fc4d5b..43e0dd0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jun 20 01:05:28 UTC 2025 +Update: Sat Jun 21 01:04:37 UTC 2025 From 2ac0dd767e6c27b87352fc2cee2daeea0d579e12 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 22 Jun 2025 01:12:16 +0000 Subject: [PATCH 0513/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 43e0dd0..547f28a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jun 21 01:04:37 UTC 2025 +Update: Sun Jun 22 01:12:16 UTC 2025 From 57f94fc4418de6eb36549824dfef629f950fbfcb Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 23 Jun 2025 01:09:49 +0000 Subject: [PATCH 0514/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 547f28a..cc8d84a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jun 22 01:12:16 UTC 2025 +Update: Mon Jun 23 01:09:49 UTC 2025 From 4f1d4b42ebd112d1a300f4af4b4b3fb0b59d11d1 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 24 Jun 2025 01:06:08 +0000 Subject: [PATCH 0515/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index cc8d84a..267fd18 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jun 23 01:09:49 UTC 2025 +Update: Tue Jun 24 01:06:08 UTC 2025 From a81c7e0772c21a061bd866f607e75e364bc3a881 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 25 Jun 2025 01:06:48 +0000 Subject: [PATCH 0516/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 267fd18..9d638b4 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jun 24 01:06:08 UTC 2025 +Update: Wed Jun 25 01:06:48 UTC 2025 From b682597dfd1f9a81f4d9144999824b8119fb048a Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 26 Jun 2025 01:05:53 +0000 Subject: [PATCH 0517/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9d638b4..a2d44c8 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jun 25 01:06:48 UTC 2025 +Update: Thu Jun 26 01:05:53 UTC 2025 From 81b7803e8fa33382b300d1bf601e50a31fc5f766 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 26 Jun 2025 20:02:07 +0300 Subject: [PATCH 0518/1075] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bb5476d..5c933e8 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250607.0", + "@cloudflare/workers-types": "4.20250620.0", "@playform/build": "0.2.4", - "wrangler": "4.19.1" + "wrangler": "4.20.5" }, "publishConfig": { "access": "public", From c69ec8c2cda862b785a9c030226f908e0672ac93 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 27 Jun 2025 01:06:28 +0000 Subject: [PATCH 0519/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a2d44c8..8c0cdc7 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jun 26 01:05:53 UTC 2025 +Update: Fri Jun 27 01:06:28 UTC 2025 From 64049e9130e9680b17cf177a2ad3751bfced3eda Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 28 Jun 2025 01:04:16 +0000 Subject: [PATCH 0520/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 8c0cdc7..788db08 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jun 27 01:06:28 UTC 2025 +Update: Sat Jun 28 01:04:16 UTC 2025 From dc505daaa57eaaef1989c4078551afdb86240222 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 29 Jun 2025 01:13:43 +0000 Subject: [PATCH 0521/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 788db08..1e924da 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jun 28 01:04:16 UTC 2025 +Update: Sun Jun 29 01:13:43 UTC 2025 From 92011e9b1f48d08917311e1edaf34e708909b346 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 30 Jun 2025 01:10:40 +0000 Subject: [PATCH 0522/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 1e924da..bacfefc 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jun 29 01:13:43 UTC 2025 +Update: Mon Jun 30 01:10:40 UTC 2025 From 5e9dc9feb1d7240cf7993f55377a7bf248812602 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 1 Jul 2025 01:13:51 +0000 Subject: [PATCH 0523/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index bacfefc..fdee4d7 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jun 30 01:10:40 UTC 2025 +Update: Tue Jul 1 01:13:51 UTC 2025 From f1e786650e3f27e7dfefd0a2f736835cc459b926 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 2 Jul 2025 01:06:33 +0000 Subject: [PATCH 0524/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index fdee4d7..c64fe17 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jul 1 01:13:51 UTC 2025 +Update: Wed Jul 2 01:06:33 UTC 2025 From 4eed479ea6a24a31499b3cb149f700a557dbe47b Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 3 Jul 2025 01:06:18 +0000 Subject: [PATCH 0525/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c64fe17..61192af 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jul 2 01:06:33 UTC 2025 +Update: Thu Jul 3 01:06:18 UTC 2025 From 634796de18b1c94985c61436469cd77abd826207 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 4 Jul 2025 02:59:44 +0300 Subject: [PATCH 0526/1075] --- .github/FUNDING.yml | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 504ff10..0b8e1a2 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ -custom: https://Stripe.PlayForm.Cloud/b/3csdQZfzn2LDaBOcMN +custom: https://buy.stripe.com/3csdQZfzn2LDaBOcMN open_collective: playform-cloud-collective diff --git a/package.json b/package.json index 5c933e8..11f0a9d 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250620.0", - "@playform/build": "0.2.4", - "wrangler": "4.20.5" + "@cloudflare/workers-types": "4.20250701.0", + "@playform/build": "0.2.5", + "wrangler": "4.22.0" }, "publishConfig": { "access": "public", From ae3c0b9d8b4d3a27f1378b69b3815f06ef85b23e Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 4 Jul 2025 01:05:51 +0000 Subject: [PATCH 0527/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 61192af..185cf34 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jul 3 01:06:18 UTC 2025 +Update: Fri Jul 4 01:05:51 UTC 2025 From 364a0581ebe4f3cad353ee3deb602bab2a85aebc Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 4 Jul 2025 22:46:52 +0300 Subject: [PATCH 0528/1075] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 11f0a9d..8d6144e 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250701.0", + "@cloudflare/workers-types": "4.20250704.0", "@playform/build": "0.2.5", - "wrangler": "4.22.0" + "wrangler": "4.23.0" }, "publishConfig": { "access": "public", From b091f72774edf5f79e327bca2f7a4b57f6e2b332 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 5 Jul 2025 01:03:37 +0000 Subject: [PATCH 0529/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 185cf34..1e45bbc 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jul 4 01:05:51 UTC 2025 +Update: Sat Jul 5 01:03:37 UTC 2025 From d643f00c36c0da7d455a484022046c44136b1672 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 6 Jul 2025 01:12:49 +0000 Subject: [PATCH 0530/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 1e45bbc..e21c46c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jul 5 01:03:37 UTC 2025 +Update: Sun Jul 6 01:12:49 UTC 2025 From ec74075ed882ffeadef1076959f823bd121b02c8 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 7 Jul 2025 01:10:49 +0000 Subject: [PATCH 0531/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e21c46c..e744a5e 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jul 6 01:12:49 UTC 2025 +Update: Mon Jul 7 01:10:49 UTC 2025 From d4efbe814d9f2ded2bfbf3fec242bf649ff49948 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 8 Jul 2025 01:06:56 +0000 Subject: [PATCH 0532/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e744a5e..b8b54d0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jul 7 01:10:49 UTC 2025 +Update: Tue Jul 8 01:06:56 UTC 2025 From 30a9813cbf3f713e24755c3009018fc82cbac0aa Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 9 Jul 2025 01:07:47 +0000 Subject: [PATCH 0533/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b8b54d0..c17d3a6 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jul 8 01:06:56 UTC 2025 +Update: Wed Jul 9 01:07:47 UTC 2025 From 85bf3c40b22b7959c6a19a24aa0d98e17f1ba37a Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 10 Jul 2025 01:07:54 +0000 Subject: [PATCH 0534/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c17d3a6..7a54dfb 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jul 9 01:07:47 UTC 2025 +Update: Thu Jul 10 01:07:54 UTC 2025 From 569966965297ca84267be729ee45124d46ae9c22 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 11 Jul 2025 01:08:37 +0000 Subject: [PATCH 0535/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7a54dfb..87d6a70 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jul 10 01:07:54 UTC 2025 +Update: Fri Jul 11 01:08:37 UTC 2025 From 2d889d13bbb29de375b9104277f5f08a5886d82d Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 12 Jul 2025 01:10:20 +0000 Subject: [PATCH 0536/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 87d6a70..e05312e 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jul 11 01:08:37 UTC 2025 +Update: Sat Jul 12 01:10:20 UTC 2025 From e712bf8cb3542b9690b95b8f70e46707d8d2140b Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 13 Jul 2025 01:15:07 +0000 Subject: [PATCH 0537/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e05312e..47c433d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jul 12 01:10:20 UTC 2025 +Update: Sun Jul 13 01:15:07 UTC 2025 From 71cc713b5ba8245e10264edd681a60e1e020670d Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 14 Jul 2025 01:11:44 +0000 Subject: [PATCH 0538/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 47c433d..92ea7d4 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jul 13 01:15:07 UTC 2025 +Update: Mon Jul 14 01:11:44 UTC 2025 From ed1a40805f8102e942b31e6c94ba2ae9a6e04596 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 15 Jul 2025 01:11:32 +0000 Subject: [PATCH 0539/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 92ea7d4..cacf58f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jul 14 01:11:44 UTC 2025 +Update: Tue Jul 15 01:11:32 UTC 2025 From 391770105181a9e6f000793d788c3735306c383e Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 16 Jul 2025 01:09:43 +0000 Subject: [PATCH 0540/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index cacf58f..a92e9cc 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jul 15 01:11:32 UTC 2025 +Update: Wed Jul 16 01:09:43 UTC 2025 From adde064d291501c52370b783f13c3f6397a6f4d3 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 17 Jul 2025 01:10:28 +0000 Subject: [PATCH 0541/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a92e9cc..e11857d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jul 16 01:09:43 UTC 2025 +Update: Thu Jul 17 01:10:28 UTC 2025 From 7f51746380bef93604c4413b52fdc43b4c1734e0 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 18 Jul 2025 01:09:38 +0000 Subject: [PATCH 0542/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e11857d..13e03b9 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jul 17 01:10:28 UTC 2025 +Update: Fri Jul 18 01:09:38 UTC 2025 From 9505921e8d77a526b3836e20035d1f2c1a55a16a Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 19 Jul 2025 01:07:46 +0000 Subject: [PATCH 0543/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 13e03b9..48e0ed6 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jul 18 01:09:38 UTC 2025 +Update: Sat Jul 19 01:07:46 UTC 2025 From e00f8a42767b9ffa5ed0c30ca2f4be8365492897 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 20 Jul 2025 01:16:40 +0000 Subject: [PATCH 0544/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 48e0ed6..97a0063 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jul 19 01:07:46 UTC 2025 +Update: Sun Jul 20 01:16:40 UTC 2025 From ae82126e18baf0a11b6d47a253d332aae3df81f1 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 21 Jul 2025 01:13:53 +0000 Subject: [PATCH 0545/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 97a0063..fd9318d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jul 20 01:16:40 UTC 2025 +Update: Mon Jul 21 01:13:53 UTC 2025 From 2e391d2302f358ee96e2d7d7699511a8200b447b Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 22 Jul 2025 01:10:05 +0000 Subject: [PATCH 0546/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index fd9318d..d8388b7 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jul 21 01:13:53 UTC 2025 +Update: Tue Jul 22 01:10:05 UTC 2025 From f0ecbe4ce0cd54c9dd7507a427e3dc56e97f383a Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 22 Jul 2025 12:16:09 +0300 Subject: [PATCH 0547/1075] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8d6144e..f8829c6 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250704.0", + "@cloudflare/workers-types": "4.20250715.0", "@playform/build": "0.2.5", - "wrangler": "4.23.0" + "wrangler": "4.24.4" }, "publishConfig": { "access": "public", From 9c8f606c81a625d1586404a49ee0f946018c75e8 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 23 Jul 2025 01:11:37 +0000 Subject: [PATCH 0548/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d8388b7..818fbc4 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jul 22 01:10:05 UTC 2025 +Update: Wed Jul 23 01:11:37 UTC 2025 From b1eb72cda06f207e3968ade86f89c7ca8a6db817 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 24 Jul 2025 01:10:21 +0000 Subject: [PATCH 0549/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 818fbc4..a3c7f7b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jul 23 01:11:37 UTC 2025 +Update: Thu Jul 24 01:10:21 UTC 2025 From 17511519fbc3bb1895cf99c4abd88522f42f1c03 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 25 Jul 2025 01:09:52 +0000 Subject: [PATCH 0550/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a3c7f7b..6e129c4 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jul 24 01:10:21 UTC 2025 +Update: Fri Jul 25 01:09:52 UTC 2025 From feb2c5a484fb3a27395b83b14b0c3f460502b6e4 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 26 Jul 2025 01:08:51 +0000 Subject: [PATCH 0551/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6e129c4..e539b71 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jul 25 01:09:52 UTC 2025 +Update: Sat Jul 26 01:08:51 UTC 2025 From a13b8287bb6449827e0d4594d7526440a91a1e0c Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 26 Jul 2025 17:01:03 +0300 Subject: [PATCH 0552/1075] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f8829c6..d57439b 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250715.0", + "@cloudflare/workers-types": "4.20250722.0", "@playform/build": "0.2.5", - "wrangler": "4.24.4" + "wrangler": "4.25.1" }, "publishConfig": { "access": "public", From 4385e2907fae8503a426ab6cfb1c110f0fe85933 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 26 Jul 2025 20:20:43 +0300 Subject: [PATCH 0553/1075] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d57439b..c92cb0c 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250722.0", + "@cloudflare/workers-types": "4.20250726.0", "@playform/build": "0.2.5", - "wrangler": "4.25.1" + "wrangler": "4.26.0" }, "publishConfig": { "access": "public", From fa99bdea0917200bc2764ffb92f0a0d0fe638b97 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 27 Jul 2025 01:16:50 +0000 Subject: [PATCH 0554/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e539b71..fc11e89 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jul 26 01:08:51 UTC 2025 +Update: Sun Jul 27 01:16:50 UTC 2025 From b692bc670f15bed0d7c8bb095459630f841762e8 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 28 Jul 2025 01:15:14 +0000 Subject: [PATCH 0555/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index fc11e89..7d56197 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jul 27 01:16:50 UTC 2025 +Update: Mon Jul 28 01:15:14 UTC 2025 From be9afbf0f98783cd8613e3b94e815967d682aac7 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 29 Jul 2025 01:18:49 +0000 Subject: [PATCH 0556/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7d56197..988a4cc 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jul 28 01:15:14 UTC 2025 +Update: Tue Jul 29 01:18:49 UTC 2025 From 17882d1ce38f268dbbb224305810e3c9e5554730 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 30 Jul 2025 01:12:11 +0000 Subject: [PATCH 0557/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 988a4cc..4ea96a6 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jul 29 01:18:49 UTC 2025 +Update: Wed Jul 30 01:12:11 UTC 2025 From fbb26537d34400f01de9891ba0e92a4a78ab000f Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 31 Jul 2025 01:11:19 +0000 Subject: [PATCH 0558/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 4ea96a6..5153e86 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jul 30 01:12:11 UTC 2025 +Update: Thu Jul 31 01:11:19 UTC 2025 From 1a628e86ff7a788b148ae458a31d5c1a10c0549b Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 1 Aug 2025 01:18:52 +0000 Subject: [PATCH 0559/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5153e86..b218198 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jul 31 01:11:19 UTC 2025 +Update: Fri Aug 1 01:18:51 UTC 2025 From 7bca5224f6322d120b8f90c471692b8f57429228 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 2 Aug 2025 01:08:25 +0000 Subject: [PATCH 0560/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b218198..036994a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Aug 1 01:18:51 UTC 2025 +Update: Sat Aug 2 01:08:25 UTC 2025 From 360e6affdc105db937b99e06abd82dfd00d3352a Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 3 Aug 2025 01:17:56 +0000 Subject: [PATCH 0561/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 036994a..b7c0e5b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Aug 2 01:08:25 UTC 2025 +Update: Sun Aug 3 01:17:56 UTC 2025 From 830fc81bcabbc12fa1bc40e362bca0226dd4bbaa Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 4 Aug 2025 01:17:00 +0000 Subject: [PATCH 0562/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b7c0e5b..cc24ecb 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Aug 3 01:17:56 UTC 2025 +Update: Mon Aug 4 01:17:00 UTC 2025 From 0d5a36e5db2dd65a17b90adbd144e3bb10196cba Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 5 Aug 2025 01:13:30 +0000 Subject: [PATCH 0563/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index cc24ecb..22a1010 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Aug 4 01:17:00 UTC 2025 +Update: Tue Aug 5 01:13:30 UTC 2025 From f4ad1f9c6d6f105c42e24755c802920339efa1dd Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 6 Aug 2025 01:11:57 +0000 Subject: [PATCH 0564/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 22a1010..75e8664 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Aug 5 01:13:30 UTC 2025 +Update: Wed Aug 6 01:11:57 UTC 2025 From ec872d233098880509b1167158d92486dec468c6 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 7 Aug 2025 01:12:28 +0000 Subject: [PATCH 0565/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 75e8664..32fe21f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Aug 6 01:11:57 UTC 2025 +Update: Thu Aug 7 01:12:28 UTC 2025 From 81c0c44e22e326356961f52265a0d95f59d14098 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 8 Aug 2025 01:12:11 +0000 Subject: [PATCH 0566/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 32fe21f..5d7cc63 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Aug 7 01:12:28 UTC 2025 +Update: Fri Aug 8 01:12:11 UTC 2025 From 780de4cbca2c3daa94287f3fcbf52d1773b169a3 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 9 Aug 2025 01:06:09 +0000 Subject: [PATCH 0567/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5d7cc63..9b12603 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Aug 8 01:12:11 UTC 2025 +Update: Sat Aug 9 01:06:09 UTC 2025 From 520f40a796f7a72da630e47bce704d33937d53b9 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 10 Aug 2025 01:15:52 +0000 Subject: [PATCH 0568/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9b12603..fa59988 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Aug 9 01:06:09 UTC 2025 +Update: Sun Aug 10 01:15:52 UTC 2025 From ad6eec8fd83dacee56c286c4efb3817189508b2f Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 11 Aug 2025 01:12:47 +0000 Subject: [PATCH 0569/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index fa59988..c940cd9 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Aug 10 01:15:52 UTC 2025 +Update: Mon Aug 11 01:12:47 UTC 2025 From f92193dc5e4c6ee68f3073ab3165435a85024710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:56:52 +0000 Subject: [PATCH 0570/1075] Bump actions/checkout from 4.2.2 to 5.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Auto.yml | 2 +- .github/workflows/Cloudflare.yml | 2 +- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Auto.yml b/.github/workflows/Auto.yml index 5055ceb..7f68c3b 100644 --- a/.github/workflows/Auto.yml +++ b/.github/workflows/Auto.yml @@ -51,7 +51,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v5.0.0 - run: | echo "Update: $(date)" > .github/Update.md diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 227965e..a9f34c2 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -53,7 +53,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v5.0.0 - uses: cloudflare/wrangler-action@v3.14.1 with: diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 34e6dbd..e706863 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -57,7 +57,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v5.0.0 - uses: actions/setup-node@v4.4.0 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index fdaaee0..3301b30 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -59,7 +59,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v5.0.0 - uses: pnpm/action-setup@v4.1.0 with: From 019a746e4e3c1796a76475ebe7c9359280bc4e5d Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 12 Aug 2025 01:05:14 +0000 Subject: [PATCH 0571/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c940cd9..a311951 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Aug 11 01:12:47 UTC 2025 +Update: Tue Aug 12 01:05:14 UTC 2025 From 6aaf5b237f8ba5a374faeadf83615f23f8e3f4e4 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 13 Aug 2025 01:06:40 +0000 Subject: [PATCH 0572/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a311951..5adb086 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Aug 12 01:05:14 UTC 2025 +Update: Wed Aug 13 01:06:40 UTC 2025 From 7b97612cb39b54395f3d3e99f73fb6ff882b6cba Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 14 Aug 2025 01:07:09 +0000 Subject: [PATCH 0573/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5adb086..16ef61e 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Aug 13 01:06:40 UTC 2025 +Update: Thu Aug 14 01:07:09 UTC 2025 From 4aed3d23a2bdb8b3b022d0462702719e7deb2205 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 15 Aug 2025 01:07:14 +0000 Subject: [PATCH 0574/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 16ef61e..9da65f3 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Aug 14 01:07:09 UTC 2025 +Update: Fri Aug 15 01:07:14 UTC 2025 From 06590393bdaf5b0e41b7b06f130c14dc217d8f6b Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 16 Aug 2025 01:04:10 +0000 Subject: [PATCH 0575/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9da65f3..d697903 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Aug 15 01:07:14 UTC 2025 +Update: Sat Aug 16 01:04:10 UTC 2025 From e5967a06d5b9f4b2598df280e76cab83e3d657b0 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 17 Aug 2025 01:12:01 +0000 Subject: [PATCH 0576/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d697903..c9b683b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Aug 16 01:04:10 UTC 2025 +Update: Sun Aug 17 01:12:01 UTC 2025 From cdf6ddb7b98c62b986f74590213506c17af26bb4 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 18 Aug 2025 01:11:02 +0000 Subject: [PATCH 0577/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c9b683b..7b6b881 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Aug 17 01:12:01 UTC 2025 +Update: Mon Aug 18 01:11:02 UTC 2025 From 19a69f6eab9cab86ff2dcb1cdafe9bf60b7f21e2 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 19 Aug 2025 01:04:11 +0000 Subject: [PATCH 0578/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7b6b881..db5ff14 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Aug 18 01:11:02 UTC 2025 +Update: Tue Aug 19 01:04:11 UTC 2025 From dfcc35d08d17f1101f9e88d5671aa1316f90e71f Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 20 Aug 2025 01:02:00 +0000 Subject: [PATCH 0579/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index db5ff14..af100d3 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Aug 19 01:04:11 UTC 2025 +Update: Wed Aug 20 01:02:00 UTC 2025 From 85d2e97931c136bc62767b8e1bedc192f56066aa Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 21 Aug 2025 01:01:19 +0000 Subject: [PATCH 0580/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index af100d3..85eeefa 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Aug 20 01:02:00 UTC 2025 +Update: Thu Aug 21 01:01:19 UTC 2025 From ae8a0e91899f11269e2edc49dcb7f0632d1e002b Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 22 Aug 2025 01:02:16 +0000 Subject: [PATCH 0581/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 85eeefa..19277c3 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Aug 21 01:01:19 UTC 2025 +Update: Fri Aug 22 01:02:16 UTC 2025 From 521ab6095a97d124c12c539aaf7fd0019c4f83e0 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 23 Aug 2025 01:00:00 +0000 Subject: [PATCH 0582/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 19277c3..8bf3497 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Aug 22 01:02:16 UTC 2025 +Update: Sat Aug 23 01:00:00 UTC 2025 From 0a04962cb3bfc889edd1c152f8aa8b444e343eaf Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 24 Aug 2025 01:09:16 +0000 Subject: [PATCH 0583/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 8bf3497..7e76ae3 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Aug 23 01:00:00 UTC 2025 +Update: Sun Aug 24 01:09:16 UTC 2025 From 9db47a45701f5cd22a19634b9885d43c7c42f0be Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 25 Aug 2025 01:04:34 +0000 Subject: [PATCH 0584/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7e76ae3..7c6ff5b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Aug 24 01:09:16 UTC 2025 +Update: Mon Aug 25 01:04:34 UTC 2025 From d32974bd3aeb7ba6cb5c3bee3daddac20b085298 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 26 Aug 2025 01:03:10 +0000 Subject: [PATCH 0585/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7c6ff5b..8073d62 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Aug 25 01:04:34 UTC 2025 +Update: Tue Aug 26 01:03:10 UTC 2025 From 35b58abdf8093ce3329ad81f1adc258f976f4f22 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 27 Aug 2025 01:01:06 +0000 Subject: [PATCH 0586/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 8073d62..b9fe010 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Aug 26 01:03:10 UTC 2025 +Update: Wed Aug 27 01:01:06 UTC 2025 From 4d11cc9a652f86e1328bd4fd3590593fbde413e9 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 28 Aug 2025 01:00:20 +0000 Subject: [PATCH 0587/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b9fe010..3076ddb 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Aug 27 01:01:06 UTC 2025 +Update: Thu Aug 28 01:00:20 UTC 2025 From f7c6b2ab2b7916334f7bf311ac5d589b7c98fbfa Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 29 Aug 2025 01:00:25 +0000 Subject: [PATCH 0588/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 3076ddb..3d0dc63 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Aug 28 01:00:20 UTC 2025 +Update: Fri Aug 29 01:00:25 UTC 2025 From a87e606e72b5b5c7246f2663e2f871dfb130cb4d Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 30 Aug 2025 00:57:44 +0000 Subject: [PATCH 0589/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 3d0dc63..059936b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Aug 29 01:00:25 UTC 2025 +Update: Sat Aug 30 00:57:44 UTC 2025 From a0e3e0148038206e08dcee61aff45d1146785825 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 31 Aug 2025 01:04:46 +0000 Subject: [PATCH 0590/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 059936b..70c6a7d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Aug 30 00:57:44 UTC 2025 +Update: Sun Aug 31 01:04:46 UTC 2025 From 53e4c4598d0e56cbfdaaa6e04c11f1eebcc9a9dc Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 1 Sep 2025 01:11:01 +0000 Subject: [PATCH 0591/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 70c6a7d..e3a4819 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Aug 31 01:04:46 UTC 2025 +Update: Mon Sep 1 01:11:01 UTC 2025 From a7e5f677411dd0131f01cb141d1551f819f697b1 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 2 Sep 2025 01:01:16 +0000 Subject: [PATCH 0592/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e3a4819..ab94f2a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Sep 1 01:11:01 UTC 2025 +Update: Tue Sep 2 01:01:16 UTC 2025 From 6549d21057a96a3f4a75ffc4e2ff2c478ef56a4a Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 3 Sep 2025 00:57:42 +0000 Subject: [PATCH 0593/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ab94f2a..ef7e558 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Sep 2 01:01:16 UTC 2025 +Update: Wed Sep 3 00:57:42 UTC 2025 From cab29e02772eeec22889d041c198158de2e205f2 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 4 Sep 2025 00:57:43 +0000 Subject: [PATCH 0594/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ef7e558..543866a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Sep 3 00:57:42 UTC 2025 +Update: Thu Sep 4 00:57:43 UTC 2025 From aa1779448a30ca384531c9bcf2168743877196cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:29:31 +0000 Subject: [PATCH 0595/1075] Bump actions/setup-node from 4.4.0 to 5.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.4.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.4.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index e706863..b6b8980 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v5.0.0 - - uses: actions/setup-node@v4.4.0 + - uses: actions/setup-node@v5.0.0 with: node-version: "18" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 3301b30..c06ce67 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -76,7 +76,7 @@ jobs: --unsafe-perm=true ] - - uses: actions/setup-node@v4.4.0 + - uses: actions/setup-node@v5.0.0 with: node-version: ${{ matrix.node-version }} cache: "pnpm" From 5a802948a2241fa8e053d35b89dc364b275f0ff4 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 5 Sep 2025 00:58:59 +0000 Subject: [PATCH 0596/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 543866a..d450fda 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Sep 4 00:57:43 UTC 2025 +Update: Fri Sep 5 00:58:59 UTC 2025 From 7978070d85be2eb66c7a40e89808758bdaa672a2 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 6 Sep 2025 00:57:48 +0000 Subject: [PATCH 0597/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d450fda..184f95d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Sep 5 00:58:59 UTC 2025 +Update: Sat Sep 6 00:57:48 UTC 2025 From f620d3c9f629983713ca4e55dd2ddf96669e1c76 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 7 Sep 2025 01:03:46 +0000 Subject: [PATCH 0598/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 184f95d..847ed7f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Sep 6 00:57:48 UTC 2025 +Update: Sun Sep 7 01:03:46 UTC 2025 From ab7ced1858e0d8fb0ec95b31bb52989efa8ba236 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 8 Sep 2025 01:02:27 +0000 Subject: [PATCH 0599/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 847ed7f..0b5cf1b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Sep 7 01:03:46 UTC 2025 +Update: Mon Sep 8 01:02:27 UTC 2025 From 2a36a89b98a152a8ca89ee318719a193c19e040f Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 9 Sep 2025 01:00:01 +0000 Subject: [PATCH 0600/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0b5cf1b..9545d28 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Sep 8 01:02:27 UTC 2025 +Update: Tue Sep 9 01:00:01 UTC 2025 From da54b5ad81a0e8a90530db32db27a5f8f76f4f5d Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 10 Sep 2025 00:58:42 +0000 Subject: [PATCH 0601/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9545d28..051733c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Sep 9 01:00:01 UTC 2025 +Update: Wed Sep 10 00:58:42 UTC 2025 From 1b3bb5e2782c6200fe5515d4d4d45584e552a0be Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 11 Sep 2025 00:59:26 +0000 Subject: [PATCH 0602/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 051733c..805a4a4 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Sep 10 00:58:42 UTC 2025 +Update: Thu Sep 11 00:59:26 UTC 2025 From c4e303f988f54ba8b83e1a687dbd18db458e2829 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 12 Sep 2025 00:57:11 +0000 Subject: [PATCH 0603/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 805a4a4..dd0dfa0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Sep 11 00:59:26 UTC 2025 +Update: Fri Sep 12 00:57:11 UTC 2025 From 03b5f144e56b98ec5db0abef5133fbed68f1b603 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 13 Sep 2025 00:55:23 +0000 Subject: [PATCH 0604/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index dd0dfa0..7e28aa8 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Sep 12 00:57:11 UTC 2025 +Update: Sat Sep 13 00:55:23 UTC 2025 From 7b26f061c0fd2bbbaa4a0d633a0c04d8d4f6e13b Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 14 Sep 2025 01:03:14 +0000 Subject: [PATCH 0605/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7e28aa8..b0d9a0d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Sep 13 00:55:23 UTC 2025 +Update: Sun Sep 14 01:03:14 UTC 2025 From a36ea172d36faa9fb2871275cec76a2f88f57655 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 15 Sep 2025 01:03:17 +0000 Subject: [PATCH 0606/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b0d9a0d..40c43d9 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Sep 14 01:03:14 UTC 2025 +Update: Mon Sep 15 01:03:17 UTC 2025 From e4e5878ade760681e235525b93063849a5c4059e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 15:35:00 +0000 Subject: [PATCH 0607/1075] Bump ad-m/github-push-action from 0.8.0 to 1.0.0 Bumps [ad-m/github-push-action](https://github.com/ad-m/github-push-action) from 0.8.0 to 1.0.0. - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/v0.8.0...v1.0.0) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Auto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Auto.yml b/.github/workflows/Auto.yml index 7f68c3b..f25f31c 100644 --- a/.github/workflows/Auto.yml +++ b/.github/workflows/Auto.yml @@ -62,7 +62,7 @@ jobs: git add . git commit -a --allow-empty-message -m "" - - uses: ad-m/github-push-action@v0.8.0 + - uses: ad-m/github-push-action@v1.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: Current From 65901dc5016c17a8b4773f5a162a5ca53bb5a4a6 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 16 Sep 2025 00:58:29 +0000 Subject: [PATCH 0608/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 40c43d9..ef6670d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Sep 15 01:03:17 UTC 2025 +Update: Tue Sep 16 00:58:29 UTC 2025 From 11ba05fbcd9397217fe14cdf9117ce35d9e58cd4 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 17 Sep 2025 00:58:13 +0000 Subject: [PATCH 0609/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ef6670d..e3ac383 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Sep 16 00:58:29 UTC 2025 +Update: Wed Sep 17 00:58:13 UTC 2025 From 8f3ad60945012431a207be245ea7ab874ea63b6a Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 18 Sep 2025 00:57:48 +0000 Subject: [PATCH 0610/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e3ac383..0da2a18 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Sep 17 00:58:13 UTC 2025 +Update: Thu Sep 18 00:57:48 UTC 2025 From 6624ab65c4cd3e21436debf8c3a049c73e21e57b Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 19 Sep 2025 00:59:52 +0000 Subject: [PATCH 0611/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0da2a18..4821379 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Sep 18 00:57:48 UTC 2025 +Update: Fri Sep 19 00:59:52 UTC 2025 From adf360ebbffb80e9f7a9ec55d36a4aa182f6bb0c Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 20 Sep 2025 00:57:07 +0000 Subject: [PATCH 0612/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 4821379..3e16d51 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Sep 19 00:59:52 UTC 2025 +Update: Sat Sep 20 00:57:07 UTC 2025 From 977b885c9a3217efd582075289221e49121384db Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 21 Sep 2025 01:04:31 +0000 Subject: [PATCH 0613/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 3e16d51..38d286a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Sep 20 00:57:07 UTC 2025 +Update: Sun Sep 21 01:04:31 UTC 2025 From ab8ba9c54c85454456022912dbbfa32913740f93 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 22 Sep 2025 01:04:04 +0000 Subject: [PATCH 0614/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 38d286a..4e3da18 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Sep 21 01:04:31 UTC 2025 +Update: Mon Sep 22 01:04:04 UTC 2025 From deec31a68273901a364e9ee8c8641934ddb76b93 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 23 Sep 2025 00:58:26 +0000 Subject: [PATCH 0615/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 4e3da18..b9a4b91 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Sep 22 01:04:04 UTC 2025 +Update: Tue Sep 23 00:58:26 UTC 2025 From d5cd58e4d2e8277fe1f9211146f89b9df18a5321 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 24 Sep 2025 00:59:10 +0000 Subject: [PATCH 0616/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b9a4b91..d7e0084 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Sep 23 00:58:26 UTC 2025 +Update: Wed Sep 24 00:59:10 UTC 2025 From 0a25d5ec2e8253a2e6a5b976eb3a7b0b42d19150 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 25 Sep 2025 00:59:30 +0000 Subject: [PATCH 0617/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d7e0084..9f03fc1 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Sep 24 00:59:10 UTC 2025 +Update: Thu Sep 25 00:59:30 UTC 2025 From 25d6b586027ec0a7b72449c171a6fcf1cf008451 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 26 Sep 2025 00:59:06 +0000 Subject: [PATCH 0618/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9f03fc1..8d6918d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Sep 25 00:59:30 UTC 2025 +Update: Fri Sep 26 00:59:06 UTC 2025 From 6495d246e67699d9fcbde9868a2a065624eb200b Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 27 Sep 2025 00:56:57 +0000 Subject: [PATCH 0619/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 8d6918d..bf61e61 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Sep 26 00:59:06 UTC 2025 +Update: Sat Sep 27 00:56:57 UTC 2025 From 4266039a9de2d34929f8ee86cc68ce193fbb1ef1 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 28 Sep 2025 01:05:29 +0000 Subject: [PATCH 0620/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index bf61e61..04b83b5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Sep 27 00:56:57 UTC 2025 +Update: Sun Sep 28 01:05:29 UTC 2025 From 76d97b2569cd9afd4584927c67952a9665e5811b Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 29 Sep 2025 01:00:59 +0000 Subject: [PATCH 0621/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 04b83b5..4ee5b9a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Sep 28 01:05:29 UTC 2025 +Update: Mon Sep 29 01:00:59 UTC 2025 From 6a4cb02e5fe20c21dd3cea9b373d7c5a6c0a52ad Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 30 Sep 2025 00:59:53 +0000 Subject: [PATCH 0622/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 4ee5b9a..c9bcfcd 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Sep 29 01:00:59 UTC 2025 +Update: Tue Sep 30 00:59:53 UTC 2025 From 112b079c6ef3ab0ccc1a7f2f89d18f4f083e22cf Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 1 Oct 2025 01:06:25 +0000 Subject: [PATCH 0623/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c9bcfcd..c644beb 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Sep 30 00:59:53 UTC 2025 +Update: Wed Oct 1 01:06:25 UTC 2025 From 2d7654292211da75be52992e489c2153828336cd Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 2 Oct 2025 00:58:15 +0000 Subject: [PATCH 0624/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c644beb..54a0824 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Oct 1 01:06:25 UTC 2025 +Update: Thu Oct 2 00:58:15 UTC 2025 From e94f1edbf955c14c0a2b25d64b4a47ebe3a96c73 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 3 Oct 2025 00:58:07 +0000 Subject: [PATCH 0625/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 54a0824..2ff8975 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Oct 2 00:58:15 UTC 2025 +Update: Fri Oct 3 00:58:07 UTC 2025 From 2679431450d93a80080c7480e1f2888e9df42c60 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 4 Oct 2025 00:56:02 +0000 Subject: [PATCH 0626/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 2ff8975..f076753 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Oct 3 00:58:07 UTC 2025 +Update: Sat Oct 4 00:56:02 UTC 2025 From 3b5e5a1a65af67fcb71bc4e35128be8eed469131 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 5 Oct 2025 01:04:33 +0000 Subject: [PATCH 0627/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f076753..60e1fd5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Oct 4 00:56:02 UTC 2025 +Update: Sun Oct 5 01:04:33 UTC 2025 From 82f1a2021ca4cbdb6f24b1981202df4fe2bd98ff Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 6 Oct 2025 01:00:00 +0000 Subject: [PATCH 0628/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 60e1fd5..346e8b2 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Oct 5 01:04:33 UTC 2025 +Update: Mon Oct 6 01:00:00 UTC 2025 From 9a4bf99479330c6b8a4a7cf544c864a95e3c497f Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 7 Oct 2025 00:59:16 +0000 Subject: [PATCH 0629/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 346e8b2..5cdabc4 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Oct 6 01:00:00 UTC 2025 +Update: Tue Oct 7 00:59:16 UTC 2025 From e915d5d8c05f8f44f66b9244d48b7bd67d9efec1 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 8 Oct 2025 00:58:35 +0000 Subject: [PATCH 0630/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5cdabc4..bdb303f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Oct 7 00:59:16 UTC 2025 +Update: Wed Oct 8 00:58:35 UTC 2025 From b8a6194b3ca02479c2626be7ee04e33f1463a6c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 15:21:04 +0000 Subject: [PATCH 0631/1075] Bump pnpm/action-setup from 4.1.0 to 4.2.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index c06ce67..084f264 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v5.0.0 - - uses: pnpm/action-setup@v4.1.0 + - uses: pnpm/action-setup@v4.2.0 with: version: 9.3.0 run_install: | From 1914b72456f5a3ffbed73a068f7bd58b4e30be92 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 9 Oct 2025 00:59:45 +0000 Subject: [PATCH 0632/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index bdb303f..999c8ec 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Oct 8 00:58:35 UTC 2025 +Update: Thu Oct 9 00:59:45 UTC 2025 From 21c31b6bb3e2694de4d2a9769da45a7583c6d81e Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 10 Oct 2025 00:59:18 +0000 Subject: [PATCH 0633/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 999c8ec..82611e2 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Oct 9 00:59:45 UTC 2025 +Update: Fri Oct 10 00:59:18 UTC 2025 From 6da000e098cd37761f0c1d1e2822616428b8f9dc Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 11 Oct 2025 00:56:38 +0000 Subject: [PATCH 0634/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 82611e2..e5027bd 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Oct 10 00:59:18 UTC 2025 +Update: Sat Oct 11 00:56:38 UTC 2025 From f209a1780b24d51d56f2360850acfbace8d5f7b3 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 12 Oct 2025 01:02:27 +0000 Subject: [PATCH 0635/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e5027bd..b4cdaf6 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Oct 11 00:56:38 UTC 2025 +Update: Sun Oct 12 01:02:27 UTC 2025 From 187c9f1aab584bd4b3f1838a7ae47e8cf275b5b9 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 13 Oct 2025 01:03:34 +0000 Subject: [PATCH 0636/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b4cdaf6..959127d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Oct 12 01:02:27 UTC 2025 +Update: Mon Oct 13 01:03:34 UTC 2025 From 0f7d1a72ee73311dc96bb669f0d854eb3b405673 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 14 Oct 2025 00:59:39 +0000 Subject: [PATCH 0637/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 959127d..87c0dad 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Oct 13 01:03:34 UTC 2025 +Update: Tue Oct 14 00:59:39 UTC 2025 From fee0a90dbe237cbc7475d17f035319a467f1bba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 15:08:36 +0000 Subject: [PATCH 0638/1075] Bump actions/setup-node from 5.0.0 to 6.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index b6b8980..020d8be 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v5.0.0 - - uses: actions/setup-node@v5.0.0 + - uses: actions/setup-node@v6.0.0 with: node-version: "18" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 084f264..3e53bdd 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -76,7 +76,7 @@ jobs: --unsafe-perm=true ] - - uses: actions/setup-node@v5.0.0 + - uses: actions/setup-node@v6.0.0 with: node-version: ${{ matrix.node-version }} cache: "pnpm" From d89a06ecbbc6c24ab71aac161424fa3c17fcefb6 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 15 Oct 2025 01:00:51 +0000 Subject: [PATCH 0639/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 87c0dad..edcfea2 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Oct 14 00:59:39 UTC 2025 +Update: Wed Oct 15 01:00:51 UTC 2025 From 5610a9c83e35e567ce58d4fce666d55223a8c21d Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 16 Oct 2025 01:00:42 +0000 Subject: [PATCH 0640/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index edcfea2..9f3b002 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Oct 15 01:00:51 UTC 2025 +Update: Thu Oct 16 01:00:42 UTC 2025 From e52138bf1373d0e0c98d79a1f1175b535e09b219 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 17 Oct 2025 01:00:25 +0000 Subject: [PATCH 0641/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9f3b002..7376c3a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Oct 16 01:00:42 UTC 2025 +Update: Fri Oct 17 01:00:25 UTC 2025 From 20e0805ef07b389899c2bceac956914bb09d3fcf Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 18 Oct 2025 00:57:44 +0000 Subject: [PATCH 0642/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7376c3a..db26efe 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Oct 17 01:00:25 UTC 2025 +Update: Sat Oct 18 00:57:44 UTC 2025 From fa6f2e6a5a3dcb748d57010185156a6c0cda8013 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 19 Oct 2025 01:07:41 +0000 Subject: [PATCH 0643/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index db26efe..5e82df9 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Oct 18 00:57:44 UTC 2025 +Update: Sun Oct 19 01:07:41 UTC 2025 From 917ea6cc075204dd38086acd5f82598ef700f5a4 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 20 Oct 2025 01:05:23 +0000 Subject: [PATCH 0644/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5e82df9..5a97bca 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Oct 19 01:07:41 UTC 2025 +Update: Mon Oct 20 01:05:23 UTC 2025 From 92ab83454bc09ca5dac677db5bb8980b35007859 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 21 Oct 2025 01:02:08 +0000 Subject: [PATCH 0645/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5a97bca..ba22609 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Oct 20 01:05:23 UTC 2025 +Update: Tue Oct 21 01:02:08 UTC 2025 From d167d7e8fc794f8a35fb7ae4896efd14cf595edd Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 22 Oct 2025 01:03:15 +0000 Subject: [PATCH 0646/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ba22609..eb230f9 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Oct 21 01:02:08 UTC 2025 +Update: Wed Oct 22 01:03:15 UTC 2025 From 2bb0a9c59d209ab8420bb885360eba64777ad13b Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 23 Oct 2025 01:01:37 +0000 Subject: [PATCH 0647/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index eb230f9..dc42de2 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Oct 22 01:03:15 UTC 2025 +Update: Thu Oct 23 01:01:37 UTC 2025 From 9b6471f5cbff0bf6470a3cee05ef4b136c95478e Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 24 Oct 2025 00:58:21 +0000 Subject: [PATCH 0648/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index dc42de2..d6a8531 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Oct 23 01:01:37 UTC 2025 +Update: Fri Oct 24 00:58:21 UTC 2025 From 556e2bbb31c9957aebff79aafa97ed8934c4c895 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 25 Oct 2025 00:59:39 +0000 Subject: [PATCH 0649/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d6a8531..72b0e96 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Oct 24 00:58:21 UTC 2025 +Update: Sat Oct 25 00:59:39 UTC 2025 From 50873932ab9959b291397bb98922a9ebfca1e6c2 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 26 Oct 2025 01:05:48 +0000 Subject: [PATCH 0650/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 72b0e96..cecdf2b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Oct 25 00:59:39 UTC 2025 +Update: Sun Oct 26 01:05:48 UTC 2025 From bb47102dde7d2ebf91b7dd4c306edad45353b482 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 27 Oct 2025 01:07:31 +0000 Subject: [PATCH 0651/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index cecdf2b..95775f3 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Oct 26 01:05:48 UTC 2025 +Update: Mon Oct 27 01:07:31 UTC 2025 From 0c04847d7006381ede79e80e05f7dc500b56225e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:25:15 +0000 Subject: [PATCH 0652/1075] Bump actions/upload-artifact from 4.6.2 to 5.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 3e53bdd..62b3cc2 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -88,7 +88,7 @@ jobs: - run: pnpm run prepublishOnly working-directory: . - - uses: actions/upload-artifact@v4.6.2 + - uses: actions/upload-artifact@v5.0.0 with: name: .-Node-${{ matrix.node-version }}-Target path: ./Target From 46318a2a24950dc8bdb5defec58877f063d2417b Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 28 Oct 2025 01:00:31 +0000 Subject: [PATCH 0653/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 95775f3..f2d2b51 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Oct 27 01:07:31 UTC 2025 +Update: Tue Oct 28 01:00:31 UTC 2025 From f314e706152ffd27df853b56f986330a75446667 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 29 Oct 2025 01:05:17 +0000 Subject: [PATCH 0654/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f2d2b51..e5ed584 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Oct 28 01:00:31 UTC 2025 +Update: Wed Oct 29 01:05:17 UTC 2025 From d3aa7edabfb161559eac733f96d29390aaee8e94 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 30 Oct 2025 01:04:17 +0000 Subject: [PATCH 0655/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e5ed584..f473f4c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Oct 29 01:05:17 UTC 2025 +Update: Thu Oct 30 01:04:17 UTC 2025 From 437851e1277f24e8574a02641a51510c46602bcc Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 31 Oct 2025 01:02:31 +0000 Subject: [PATCH 0656/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f473f4c..72b2efe 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Oct 30 01:04:17 UTC 2025 +Update: Fri Oct 31 01:02:31 UTC 2025 From 56f8b5316cfe685873d8da6698940b62428c84bc Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 1 Nov 2025 01:05:56 +0000 Subject: [PATCH 0657/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 72b2efe..028c08d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Oct 31 01:02:31 UTC 2025 +Update: Sat Nov 1 01:05:56 UTC 2025 From da5847d7129da24727be8f99a31946d26ee4112b Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 2 Nov 2025 01:06:48 +0000 Subject: [PATCH 0658/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 028c08d..185cf07 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Nov 1 01:05:56 UTC 2025 +Update: Sun Nov 2 01:06:48 UTC 2025 From 9f8ee9d0dd0971a9da4d5eee25bc2c0ee179bd7c Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 3 Nov 2025 01:06:03 +0000 Subject: [PATCH 0659/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 185cf07..ae5e238 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Nov 2 01:06:48 UTC 2025 +Update: Mon Nov 3 01:06:03 UTC 2025 From f65ed0e2b89c3eaa45aa6ba998c939d2ca22a337 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 4 Nov 2025 01:03:02 +0000 Subject: [PATCH 0660/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ae5e238..822c33f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Nov 3 01:06:03 UTC 2025 +Update: Tue Nov 4 01:03:02 UTC 2025 From 70599cb04d4a9dcf8d24d447c2c8070903764db6 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 5 Nov 2025 01:04:32 +0000 Subject: [PATCH 0661/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 822c33f..ae16ce7 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Nov 4 01:03:02 UTC 2025 +Update: Wed Nov 5 01:04:32 UTC 2025 From 849d89aaa5575767258725834dfa9f47e0f49874 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 6 Nov 2025 01:03:44 +0000 Subject: [PATCH 0662/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ae16ce7..f72c1b0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Nov 5 01:04:32 UTC 2025 +Update: Thu Nov 6 01:03:44 UTC 2025 From a6a5ca167f0e37e6621e77a5326ec17c82a2da73 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 7 Nov 2025 01:03:25 +0000 Subject: [PATCH 0663/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f72c1b0..e519ee8 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Nov 6 01:03:44 UTC 2025 +Update: Fri Nov 7 01:03:25 UTC 2025 From 02f6f414d9880f8a2164593b1eb5e2cf7f4eb10f Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 8 Nov 2025 01:00:16 +0000 Subject: [PATCH 0664/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e519ee8..6da25ca 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Nov 7 01:03:25 UTC 2025 +Update: Sat Nov 8 01:00:16 UTC 2025 From 377c4deae35ba09e3fff2ce1b495c8ab244e5010 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 9 Nov 2025 01:06:30 +0000 Subject: [PATCH 0665/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6da25ca..e42e734 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Nov 8 01:00:16 UTC 2025 +Update: Sun Nov 9 01:06:30 UTC 2025 From 83ff8042f6b80545f958233524cd53719a0bb397 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 10 Nov 2025 01:06:35 +0000 Subject: [PATCH 0666/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e42e734..cd2300b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Nov 9 01:06:30 UTC 2025 +Update: Mon Nov 10 01:06:35 UTC 2025 From a61c6a952b331ebb95fb303af1fe9aa6feddc425 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 11 Nov 2025 01:04:20 +0000 Subject: [PATCH 0667/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index cd2300b..e71c5f3 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Nov 10 01:06:35 UTC 2025 +Update: Tue Nov 11 01:04:20 UTC 2025 From 7448f99c206e5b00f4638374d54ff9b427bcb8a0 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 12 Nov 2025 01:03:42 +0000 Subject: [PATCH 0668/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e71c5f3..9091442 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Nov 11 01:04:20 UTC 2025 +Update: Wed Nov 12 01:03:42 UTC 2025 From bb4c7ee4d3506fbf77363e4a7b5d0ddbdfd36348 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 13 Nov 2025 01:04:24 +0000 Subject: [PATCH 0669/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9091442..1e78592 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Nov 12 01:03:42 UTC 2025 +Update: Thu Nov 13 01:04:24 UTC 2025 From 8258538de501a52e2b68a95aa22683ed92e203ea Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 14 Nov 2025 01:04:04 +0000 Subject: [PATCH 0670/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 1e78592..500308c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Nov 13 01:04:24 UTC 2025 +Update: Fri Nov 14 01:04:04 UTC 2025 From fa5cf237ce60830c4dd5d763909b3df6f7546bb4 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 15 Nov 2025 01:02:24 +0000 Subject: [PATCH 0671/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 500308c..c5f7924 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Nov 14 01:04:04 UTC 2025 +Update: Sat Nov 15 01:02:24 UTC 2025 From 68853b02b4f7356c0a85c14e9d3226706fc809ac Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 16 Nov 2025 01:08:29 +0000 Subject: [PATCH 0672/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c5f7924..5834417 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Nov 15 01:02:24 UTC 2025 +Update: Sun Nov 16 01:08:29 UTC 2025 From 12050b4267d9e2e0b775ca5a67af97ad77bc539b Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 17 Nov 2025 01:04:58 +0000 Subject: [PATCH 0673/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5834417..a44feb5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Nov 16 01:08:29 UTC 2025 +Update: Mon Nov 17 01:04:58 UTC 2025 From e999293df451336627a9e84ca18f796f9cadfaef Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 18 Nov 2025 01:03:32 +0000 Subject: [PATCH 0674/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a44feb5..12f2807 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Nov 17 01:04:58 UTC 2025 +Update: Tue Nov 18 01:03:32 UTC 2025 From 9a3d021383a66dd4da4380ac236e90c2ac29d241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 15:09:34 +0000 Subject: [PATCH 0675/1075] Bump actions/checkout from 5.0.0 to 5.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Auto.yml | 2 +- .github/workflows/Cloudflare.yml | 2 +- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Auto.yml b/.github/workflows/Auto.yml index f25f31c..2a80e3f 100644 --- a/.github/workflows/Auto.yml +++ b/.github/workflows/Auto.yml @@ -51,7 +51,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - run: | echo "Update: $(date)" > .github/Update.md diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index a9f34c2..91ec9ca 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -53,7 +53,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - uses: cloudflare/wrangler-action@v3.14.1 with: diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 020d8be..531ed98 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -57,7 +57,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - uses: actions/setup-node@v6.0.0 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 62b3cc2..7635f90 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -59,7 +59,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - uses: pnpm/action-setup@v4.2.0 with: From 77e6fc21959dbfc25c028b31e14024b4176bffd8 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 19 Nov 2025 01:03:34 +0000 Subject: [PATCH 0676/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 12f2807..637ce52 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Nov 18 01:03:32 UTC 2025 +Update: Wed Nov 19 01:03:34 UTC 2025 From e2a4a15944b3a97dda52a591c44d462377c25c5d Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 20 Nov 2025 01:02:28 +0000 Subject: [PATCH 0677/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 637ce52..e976487 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Nov 19 01:03:34 UTC 2025 +Update: Thu Nov 20 01:02:28 UTC 2025 From db838ad2544a16f40a3e9842356935f1b60ab174 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 21 Nov 2025 01:03:00 +0000 Subject: [PATCH 0678/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e976487..ca3a0de 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Nov 20 01:02:28 UTC 2025 +Update: Fri Nov 21 01:03:00 UTC 2025 From 00adfcc15428c90a6d1a5935c515f1c46976b6e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 15:09:23 +0000 Subject: [PATCH 0679/1075] Bump actions/checkout from 5.0.1 to 6.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5.0.1...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Auto.yml | 2 +- .github/workflows/Cloudflare.yml | 2 +- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Auto.yml b/.github/workflows/Auto.yml index 2a80e3f..19d7594 100644 --- a/.github/workflows/Auto.yml +++ b/.github/workflows/Auto.yml @@ -51,7 +51,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: actions/checkout@v5.0.1 + - uses: actions/checkout@v6.0.0 - run: | echo "Update: $(date)" > .github/Update.md diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 91ec9ca..631d468 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -53,7 +53,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: actions/checkout@v5.0.1 + - uses: actions/checkout@v6.0.0 - uses: cloudflare/wrangler-action@v3.14.1 with: diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 531ed98..643c43b 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -57,7 +57,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v5.0.1 + - uses: actions/checkout@v6.0.0 - uses: actions/setup-node@v6.0.0 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 7635f90..7d134ba 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -59,7 +59,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v5.0.1 + - uses: actions/checkout@v6.0.0 - uses: pnpm/action-setup@v4.2.0 with: From f978657ae2815e1b445425fac402554c79512a77 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 22 Nov 2025 01:00:58 +0000 Subject: [PATCH 0680/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ca3a0de..deec2f3 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Nov 21 01:03:00 UTC 2025 +Update: Sat Nov 22 01:00:58 UTC 2025 From f3d391fc8ef5b31e85a591c0cbce6f37aaad200b Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 23 Nov 2025 01:12:23 +0000 Subject: [PATCH 0681/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index deec2f3..2143b2e 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Nov 22 01:00:58 UTC 2025 +Update: Sun Nov 23 01:12:23 UTC 2025 From bc12c03919b43a918b7b50c54da45126c5f7e440 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 24 Nov 2025 01:08:09 +0000 Subject: [PATCH 0682/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 2143b2e..6ff1da2 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Nov 23 01:12:23 UTC 2025 +Update: Mon Nov 24 01:08:09 UTC 2025 From 0118408d6d9007cc85fd43bd3a7b4f5b511c1650 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 25 Nov 2025 01:03:31 +0000 Subject: [PATCH 0683/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6ff1da2..d11d2af 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Nov 24 01:08:09 UTC 2025 +Update: Tue Nov 25 01:03:31 UTC 2025 From b9ba1499eaa6f3f7f1723469608d6960ae190ee6 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 26 Nov 2025 01:04:05 +0000 Subject: [PATCH 0684/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d11d2af..4b67f1b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Nov 25 01:03:31 UTC 2025 +Update: Wed Nov 26 01:04:05 UTC 2025 From e994d3e52ce91456316eaaf895593945202440cc Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 27 Nov 2025 01:03:14 +0000 Subject: [PATCH 0685/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 4b67f1b..33fd56b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Nov 26 01:04:05 UTC 2025 +Update: Thu Nov 27 01:03:14 UTC 2025 From 9641ead3f14509337eb421976d745bddc2baa69c Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 28 Nov 2025 01:02:02 +0000 Subject: [PATCH 0686/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 33fd56b..dec57ea 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Nov 27 01:03:14 UTC 2025 +Update: Fri Nov 28 01:02:02 UTC 2025 From 3ae9e5eb31d10c825bf7ea9b74d9eb84d5f97aaa Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 29 Nov 2025 01:02:23 +0000 Subject: [PATCH 0687/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index dec57ea..3896ee2 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Nov 28 01:02:02 UTC 2025 +Update: Sat Nov 29 01:02:23 UTC 2025 From 78d0d9b1f669ab8dc48934462c62cf4965c637fa Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 30 Nov 2025 01:12:14 +0000 Subject: [PATCH 0688/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 3896ee2..5547538 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Nov 29 01:02:23 UTC 2025 +Update: Sun Nov 30 01:12:14 UTC 2025 From 07053c70878255523ab7ae4b9acbc6b0f54f9a4f Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 1 Dec 2025 01:16:45 +0000 Subject: [PATCH 0689/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5547538..18181e0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Nov 30 01:12:14 UTC 2025 +Update: Mon Dec 1 01:16:45 UTC 2025 From 31dd96729071ba58878abc6de07aa3308875c27b Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 2 Dec 2025 01:05:25 +0000 Subject: [PATCH 0690/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 18181e0..d231e4d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Dec 1 01:16:45 UTC 2025 +Update: Tue Dec 2 01:05:25 UTC 2025 From 8a89e23ee3558ef826fb7d24739033e3e2cbb084 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 3 Dec 2025 01:06:12 +0000 Subject: [PATCH 0691/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d231e4d..faf9561 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Dec 2 01:05:25 UTC 2025 +Update: Wed Dec 3 01:06:12 UTC 2025 From a140dcb69e231e89d00efbe1c46f0022e51b6b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 15:09:18 +0000 Subject: [PATCH 0692/1075] Bump actions/setup-node from 6.0.0 to 6.1.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 643c43b..eb8552b 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v6.0.0 - - uses: actions/setup-node@v6.0.0 + - uses: actions/setup-node@v6.1.0 with: node-version: "18" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 7d134ba..18d6007 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -76,7 +76,7 @@ jobs: --unsafe-perm=true ] - - uses: actions/setup-node@v6.0.0 + - uses: actions/setup-node@v6.1.0 with: node-version: ${{ matrix.node-version }} cache: "pnpm" From d32d51cc2d6747c542246d929baaee3092ffae0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 15:10:32 +0000 Subject: [PATCH 0693/1075] Bump actions/checkout from 6.0.0 to 6.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Auto.yml | 2 +- .github/workflows/Cloudflare.yml | 2 +- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Auto.yml b/.github/workflows/Auto.yml index 19d7594..0250e55 100644 --- a/.github/workflows/Auto.yml +++ b/.github/workflows/Auto.yml @@ -51,7 +51,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: actions/checkout@v6.0.0 + - uses: actions/checkout@v6.0.1 - run: | echo "Update: $(date)" > .github/Update.md diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 631d468..54b5744 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -53,7 +53,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: actions/checkout@v6.0.0 + - uses: actions/checkout@v6.0.1 - uses: cloudflare/wrangler-action@v3.14.1 with: diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index eb8552b..a51bd39 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -57,7 +57,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v6.0.0 + - uses: actions/checkout@v6.0.1 - uses: actions/setup-node@v6.1.0 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 18d6007..966d280 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -59,7 +59,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v6.0.0 + - uses: actions/checkout@v6.0.1 - uses: pnpm/action-setup@v4.2.0 with: From 8420a56c1377ecf25b61189de4d36c6ab729f0a7 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 4 Dec 2025 01:05:32 +0000 Subject: [PATCH 0694/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index faf9561..3843f43 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Dec 3 01:06:12 UTC 2025 +Update: Thu Dec 4 01:05:32 UTC 2025 From 085f4fd314b3f160dfc3477daf93e9485b5ad439 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 5 Dec 2025 01:06:06 +0000 Subject: [PATCH 0695/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 3843f43..889ebe5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Dec 4 01:05:32 UTC 2025 +Update: Fri Dec 5 01:06:06 UTC 2025 From 5a489f57943bfe03e85fbb31265a2c3cd0f1d366 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 6 Dec 2025 01:02:35 +0000 Subject: [PATCH 0696/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 889ebe5..47a6d7b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Dec 5 01:06:06 UTC 2025 +Update: Sat Dec 6 01:02:35 UTC 2025 From 9d54d750750c015e56b46b6e257e700c777fe974 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 7 Dec 2025 01:12:14 +0000 Subject: [PATCH 0697/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 47a6d7b..6bf98ab 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Dec 6 01:02:35 UTC 2025 +Update: Sun Dec 7 01:12:14 UTC 2025 From d4facb2e8549239463078ff5ed2924728ba6d3eb Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 8 Dec 2025 01:06:01 +0000 Subject: [PATCH 0698/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6bf98ab..1d10dab 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Dec 7 01:12:14 UTC 2025 +Update: Mon Dec 8 01:06:01 UTC 2025 From b501ee75e72c8fb2edb0fc49b83c4cd5506f8030 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 9 Dec 2025 01:05:38 +0000 Subject: [PATCH 0699/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 1d10dab..0906753 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Dec 8 01:06:01 UTC 2025 +Update: Tue Dec 9 01:05:38 UTC 2025 From 73f435b5b6793d2e3bb75603b6f26267120f677e Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 10 Dec 2025 01:07:23 +0000 Subject: [PATCH 0700/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0906753..e2fff17 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Dec 9 01:05:38 UTC 2025 +Update: Wed Dec 10 01:07:23 UTC 2025 From 830f9961512a7de1b5d23d961444bb7338ade60c Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 11 Dec 2025 01:08:03 +0000 Subject: [PATCH 0701/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e2fff17..b371784 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Dec 10 01:07:23 UTC 2025 +Update: Thu Dec 11 01:08:03 UTC 2025 From b0efa4c0f98b69e9803b6388a8ca4dca3367e249 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 12 Dec 2025 01:08:01 +0000 Subject: [PATCH 0702/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b371784..1c66953 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Dec 11 01:08:03 UTC 2025 +Update: Fri Dec 12 01:08:01 UTC 2025 From 3414fc4bb6a66dbe20732fc7aeb152abc6dd3b4d Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 13 Dec 2025 01:03:33 +0000 Subject: [PATCH 0703/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 1c66953..9c1d81f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Dec 12 01:08:01 UTC 2025 +Update: Sat Dec 13 01:03:33 UTC 2025 From f99130d53a58be1c7ed15cc935c98c39f5a3e21b Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 14 Dec 2025 01:12:43 +0000 Subject: [PATCH 0704/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9c1d81f..d1d72ed 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Dec 13 01:03:33 UTC 2025 +Update: Sun Dec 14 01:12:43 UTC 2025 From 3828616c3bfa0b057bc3f431a04704ed87a541fc Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 15 Dec 2025 01:09:58 +0000 Subject: [PATCH 0705/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d1d72ed..1de066a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Dec 14 01:12:43 UTC 2025 +Update: Mon Dec 15 01:09:58 UTC 2025 From 57bfee006d3d2e14142e08924f4d003f105c7d77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:08:55 +0000 Subject: [PATCH 0706/1075] Bump actions/upload-artifact from 5.0.0 to 6.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 966d280..2700f18 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -88,7 +88,7 @@ jobs: - run: pnpm run prepublishOnly working-directory: . - - uses: actions/upload-artifact@v5.0.0 + - uses: actions/upload-artifact@v6.0.0 with: name: .-Node-${{ matrix.node-version }}-Target path: ./Target From 4963e8467df2deedd679684d0964ce3d9d69d3fe Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 16 Dec 2025 01:08:46 +0000 Subject: [PATCH 0707/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 1de066a..11b2eea 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Dec 15 01:09:58 UTC 2025 +Update: Tue Dec 16 01:08:46 UTC 2025 From b66b5bfb4e4d4594337510fcd70f413a0e37731f Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 17 Dec 2025 01:03:47 +0000 Subject: [PATCH 0708/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 11b2eea..5ac3f02 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Dec 16 01:08:46 UTC 2025 +Update: Wed Dec 17 01:03:47 UTC 2025 From 5790783130fa122e743828e1bce6a8eb29f593ef Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 18 Dec 2025 01:04:50 +0000 Subject: [PATCH 0709/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5ac3f02..48da33f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Dec 17 01:03:47 UTC 2025 +Update: Thu Dec 18 01:04:50 UTC 2025 From 816740bf05b6d3fd4486c4b6c4eac917bf6ab73e Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 19 Dec 2025 01:08:24 +0000 Subject: [PATCH 0710/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 48da33f..a6cfe6a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Dec 18 01:04:50 UTC 2025 +Update: Fri Dec 19 01:08:24 UTC 2025 From dd845d4d9b91fc55a82b78bef1683a6b231cd17d Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 20 Dec 2025 01:03:38 +0000 Subject: [PATCH 0711/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a6cfe6a..4b9b864 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Dec 19 01:08:24 UTC 2025 +Update: Sat Dec 20 01:03:38 UTC 2025 From 9d8e0b222eddd2af0bea6f001f83a030438f11bf Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 21 Dec 2025 01:12:46 +0000 Subject: [PATCH 0712/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 4b9b864..9d2466b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Dec 20 01:03:38 UTC 2025 +Update: Sun Dec 21 01:12:46 UTC 2025 From a2e6d95971c7299cf47b8803de8c696d449791f7 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 22 Dec 2025 01:10:40 +0000 Subject: [PATCH 0713/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9d2466b..8d92f94 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Dec 21 01:12:46 UTC 2025 +Update: Mon Dec 22 01:10:40 UTC 2025 From ed583b65acd37e7c57449c64424bdee679656d73 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 23 Dec 2025 01:07:48 +0000 Subject: [PATCH 0714/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 8d92f94..40cb0ad 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Dec 22 01:10:40 UTC 2025 +Update: Tue Dec 23 01:07:48 UTC 2025 From b53b93c878a39adcf8fff40bbe4eaaa37994bb08 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 24 Dec 2025 01:07:01 +0000 Subject: [PATCH 0715/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 40cb0ad..e54ec20 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Dec 23 01:07:48 UTC 2025 +Update: Wed Dec 24 01:07:01 UTC 2025 From 2a245bdc2d18847b23e5dbb0b29de8c447027313 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 25 Dec 2025 01:07:59 +0000 Subject: [PATCH 0716/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e54ec20..5731235 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Dec 24 01:07:01 UTC 2025 +Update: Thu Dec 25 01:07:59 UTC 2025 From c3781ced6500a48874061f2de21bf57c9e63324e Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 26 Dec 2025 01:07:53 +0000 Subject: [PATCH 0717/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5731235..a3d74d0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Dec 25 01:07:59 UTC 2025 +Update: Fri Dec 26 01:07:53 UTC 2025 From 8b44fda2de84d5936cbf75f53058ff51bf467bff Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 27 Dec 2025 01:06:16 +0000 Subject: [PATCH 0718/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a3d74d0..3011b15 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Dec 26 01:07:53 UTC 2025 +Update: Sat Dec 27 01:06:16 UTC 2025 From 07fc828ea1cb464d6d469eed3886c00f3520cc6e Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 28 Dec 2025 01:16:02 +0000 Subject: [PATCH 0719/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 3011b15..86e7538 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Dec 27 01:06:16 UTC 2025 +Update: Sun Dec 28 01:16:02 UTC 2025 From 74a8442bd6373dbe34b14a4c872c4f4f78697917 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 29 Dec 2025 01:13:44 +0000 Subject: [PATCH 0720/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 86e7538..0663a73 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Dec 28 01:16:02 UTC 2025 +Update: Mon Dec 29 01:13:44 UTC 2025 From b015e6e9899f89e4fe5ae3862e46bb18d32a9f0d Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 30 Dec 2025 01:08:19 +0000 Subject: [PATCH 0721/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0663a73..068a1e7 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Dec 29 01:13:44 UTC 2025 +Update: Tue Dec 30 01:08:19 UTC 2025 From 7c6eb3c841ec18b44b3acfe3d0ee5a6bfa7cf13f Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 31 Dec 2025 01:09:52 +0000 Subject: [PATCH 0722/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 068a1e7..ec7d428 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Dec 30 01:08:19 UTC 2025 +Update: Wed Dec 31 01:09:51 UTC 2025 From b8aa1380183cb53ee15459903e829a86008b92d0 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 1 Jan 2026 01:15:53 +0000 Subject: [PATCH 0723/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ec7d428..73befa1 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Dec 31 01:09:51 UTC 2025 +Update: Thu Jan 1 01:15:53 UTC 2026 From 2f0dffd1404442ed2967ec0c7b83de2e27f7124d Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 2 Jan 2026 01:09:33 +0000 Subject: [PATCH 0724/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 73befa1..91b2820 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jan 1 01:15:53 UTC 2026 +Update: Fri Jan 2 01:09:33 UTC 2026 From ffa4a242e62bb0c50969b483d8b75d7bd88c4cec Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 3 Jan 2026 01:05:26 +0000 Subject: [PATCH 0725/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 91b2820..4a49b76 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jan 2 01:09:33 UTC 2026 +Update: Sat Jan 3 01:05:26 UTC 2026 From 35c0b428b4cd8950bce22d260a9e2f54f7335a77 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 4 Jan 2026 01:17:04 +0000 Subject: [PATCH 0726/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 4a49b76..995a7bc 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jan 3 01:05:26 UTC 2026 +Update: Sun Jan 4 01:17:03 UTC 2026 From beee018cb89d7cbd99ca0b6f24c7a13e109435d1 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 5 Jan 2026 01:15:40 +0000 Subject: [PATCH 0727/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 995a7bc..fc1a166 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jan 4 01:17:03 UTC 2026 +Update: Mon Jan 5 01:15:40 UTC 2026 From dedf9c53e6abd817f53cebb4477ea2ab7dae6050 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 6 Jan 2026 01:09:36 +0000 Subject: [PATCH 0728/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index fc1a166..795b06a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jan 5 01:15:40 UTC 2026 +Update: Tue Jan 6 01:09:36 UTC 2026 From 8f8c09d9af4860b74d1c9af16f73d11ab0d75657 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 15:09:02 +0000 Subject: [PATCH 0729/1075] Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml index c762478..9154bbe 100644 --- a/.github/workflows/Dependabot.yml +++ b/.github/workflows/Dependabot.yml @@ -20,7 +20,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v2.4.0 + - uses: dependabot/fetch-metadata@v2.5.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" @@ -35,7 +35,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v2.4.0 + - uses: dependabot/fetch-metadata@v2.5.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" From aa203fe8af15dbc888087907ed15bbcf78398290 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 7 Jan 2026 01:10:04 +0000 Subject: [PATCH 0730/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 795b06a..13d3941 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jan 6 01:09:36 UTC 2026 +Update: Wed Jan 7 01:10:04 UTC 2026 From df7a05198f90c48461dbf7f52874a53f71544491 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 8 Jan 2026 01:09:56 +0000 Subject: [PATCH 0731/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 13d3941..353031d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jan 7 01:10:04 UTC 2026 +Update: Thu Jan 8 01:09:56 UTC 2026 From d83326a8a86b5a4dccb53d30f6d6aca007fa07f4 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 9 Jan 2026 01:10:37 +0000 Subject: [PATCH 0732/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 353031d..88e5c94 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jan 8 01:09:56 UTC 2026 +Update: Fri Jan 9 01:10:37 UTC 2026 From 22014267616427d97320a0999583522d623a1fd7 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 10 Jan 2026 01:07:50 +0000 Subject: [PATCH 0733/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 88e5c94..dde440f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jan 9 01:10:37 UTC 2026 +Update: Sat Jan 10 01:07:50 UTC 2026 From 460c2abe9e681eee516663a81258480a1cccbbaa Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 11 Jan 2026 01:16:52 +0000 Subject: [PATCH 0734/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index dde440f..8a602b8 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jan 10 01:07:50 UTC 2026 +Update: Sun Jan 11 01:16:52 UTC 2026 From c50ded4a7e43b2eabb9d84e416708adf88f81391 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 12 Jan 2026 01:13:31 +0000 Subject: [PATCH 0735/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 8a602b8..0a2af2b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jan 11 01:16:52 UTC 2026 +Update: Mon Jan 12 01:13:31 UTC 2026 From 3710c6176052c89919e883a83c94b292aa4e77ae Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 13 Jan 2026 01:06:56 +0000 Subject: [PATCH 0736/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0a2af2b..94e203f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jan 12 01:13:31 UTC 2026 +Update: Tue Jan 13 01:06:56 UTC 2026 From 7c333c7fc08319c747ecbdb065c2b456b656289c Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 14 Jan 2026 01:12:59 +0000 Subject: [PATCH 0737/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 94e203f..d403687 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jan 13 01:06:56 UTC 2026 +Update: Wed Jan 14 01:12:59 UTC 2026 From 8b8459ccea0149c5e4c16c390d278c6facf9f9c7 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 15 Jan 2026 01:08:51 +0000 Subject: [PATCH 0738/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d403687..62b3fbe 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jan 14 01:12:59 UTC 2026 +Update: Thu Jan 15 01:08:51 UTC 2026 From 5936a968b8158c097ed6b0969001e3eeeba15c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 15:23:31 +0000 Subject: [PATCH 0739/1075] Bump actions/setup-node from 6.1.0 to 6.2.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index a51bd39..200bd86 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v6.0.1 - - uses: actions/setup-node@v6.1.0 + - uses: actions/setup-node@v6.2.0 with: node-version: "18" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 2700f18..81dc8bc 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -76,7 +76,7 @@ jobs: --unsafe-perm=true ] - - uses: actions/setup-node@v6.1.0 + - uses: actions/setup-node@v6.2.0 with: node-version: ${{ matrix.node-version }} cache: "pnpm" From 28e461d70d5b45ace0fe5ed9e752f0d9bb479b1a Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 16 Jan 2026 01:10:38 +0000 Subject: [PATCH 0740/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 62b3fbe..abd1b0f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jan 15 01:08:51 UTC 2026 +Update: Fri Jan 16 01:10:38 UTC 2026 From 91a3d89418afff288f4d36d5819da4b186b83362 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 17 Jan 2026 01:07:36 +0000 Subject: [PATCH 0741/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index abd1b0f..a367ed7 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jan 16 01:10:38 UTC 2026 +Update: Sat Jan 17 01:07:36 UTC 2026 From 2cf8d32a224b038bb9e0eef841e8afc71e4f2e94 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 18 Jan 2026 01:16:07 +0000 Subject: [PATCH 0742/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a367ed7..29e6a6f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jan 17 01:07:36 UTC 2026 +Update: Sun Jan 18 01:16:07 UTC 2026 From c482f1d885a8742cac66760082b9108c14ffe4bb Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 19 Jan 2026 01:14:54 +0000 Subject: [PATCH 0743/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 29e6a6f..c907ef5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jan 18 01:16:07 UTC 2026 +Update: Mon Jan 19 01:14:54 UTC 2026 From 325cf5bba899e92afdd1657c172c2495c9277879 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 20 Jan 2026 01:09:59 +0000 Subject: [PATCH 0744/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c907ef5..32c2cb8 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jan 19 01:14:54 UTC 2026 +Update: Tue Jan 20 01:09:59 UTC 2026 From b6485409cf659f179d8858621415342e5d3c65ce Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 21 Jan 2026 01:12:15 +0000 Subject: [PATCH 0745/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 32c2cb8..60a4395 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jan 20 01:09:59 UTC 2026 +Update: Wed Jan 21 01:12:15 UTC 2026 From cf4721e4b68ee85cfadd36825876b16a3e31afb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 23:16:02 +0000 Subject: [PATCH 0746/1075] Bump wrangler from 4.26.0 to 4.59.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.26.0 to 4.59.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.59.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.59.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c92cb0c..adecab9 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250726.0", "@playform/build": "0.2.5", - "wrangler": "4.26.0" + "wrangler": "4.59.1" }, "publishConfig": { "access": "public", From 3191196b85b74d4514ff06355b749cfffb5d55a4 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 22 Jan 2026 01:12:27 +0000 Subject: [PATCH 0747/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 60a4395..1568301 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jan 21 01:12:15 UTC 2026 +Update: Thu Jan 22 01:12:27 UTC 2026 From 5ed0cfcadfb30ea573fa271364d8993abe6e39bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:23:52 +0000 Subject: [PATCH 0748/1075] Bump wrangler from 4.59.1 to 4.60.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.59.1 to 4.60.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.60.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.60.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index adecab9..90c562a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20250726.0", "@playform/build": "0.2.5", - "wrangler": "4.59.1" + "wrangler": "4.60.0" }, "publishConfig": { "access": "public", From 75211d9bafaa37f495250bd63cfc9fa3a7437612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:25:06 +0000 Subject: [PATCH 0749/1075] Bump @playform/build from 0.2.5 to 0.2.6 Bumps [@playform/build](https://github.com/PlayForm/Build) from 0.2.5 to 0.2.6. - [Release notes](https://github.com/PlayForm/Build/releases) - [Changelog](https://github.com/PlayForm/Build/blob/Current/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Build/compare/v0.2.5...v0.2.6) --- updated-dependencies: - dependency-name: "@playform/build" dependency-version: 0.2.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90c562a..dc73f31 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20250726.0", - "@playform/build": "0.2.5", + "@playform/build": "0.2.6", "wrangler": "4.60.0" }, "publishConfig": { From 84af494aaa87b952044ba6c73ec72da6dcb3de5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:26:21 +0000 Subject: [PATCH 0750/1075] Bump @cloudflare/workers-types from 4.20250726.0 to 4.20260122.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250726.0 to 4.20260122.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260122.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc73f31..7f88cb7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20250726.0", + "@cloudflare/workers-types": "4.20260122.0", "@playform/build": "0.2.6", "wrangler": "4.60.0" }, From 317944308ec85e61442ccc0c69cdef1490ebc5ed Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 23 Jan 2026 01:11:03 +0000 Subject: [PATCH 0751/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 1568301..5fec06e 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jan 22 01:12:27 UTC 2026 +Update: Fri Jan 23 01:11:03 UTC 2026 From d6e1538532175d72a8010c2e6d126ea586ad3d47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 15:23:27 +0000 Subject: [PATCH 0752/1075] Bump actions/checkout from 6.0.1 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Auto.yml | 2 +- .github/workflows/Cloudflare.yml | 2 +- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Auto.yml b/.github/workflows/Auto.yml index 0250e55..21103a2 100644 --- a/.github/workflows/Auto.yml +++ b/.github/workflows/Auto.yml @@ -51,7 +51,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - run: | echo "Update: $(date)" > .github/Update.md diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 54b5744..df48c21 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -53,7 +53,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - uses: cloudflare/wrangler-action@v3.14.1 with: diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 200bd86..c511e80 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -57,7 +57,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - uses: actions/setup-node@v6.2.0 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 81dc8bc..ab52d05 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -59,7 +59,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - uses: pnpm/action-setup@v4.2.0 with: From 9a0893538d027d7c41c96c8189a67646dc510486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 15:23:38 +0000 Subject: [PATCH 0753/1075] Bump @cloudflare/workers-types from 4.20260122.0 to 4.20260123.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260122.0 to 4.20260123.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260123.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f88cb7..de46b73 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260122.0", + "@cloudflare/workers-types": "4.20260123.0", "@playform/build": "0.2.6", "wrangler": "4.60.0" }, From 292bb796d326925e29cde9e446485042d297dbc4 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 24 Jan 2026 01:08:22 +0000 Subject: [PATCH 0754/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5fec06e..9bec2e5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jan 23 01:11:03 UTC 2026 +Update: Sat Jan 24 01:08:22 UTC 2026 From bc32ce6c5e4d2513b26f7f2a8094fb269d3c44d5 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 25 Jan 2026 01:18:03 +0000 Subject: [PATCH 0755/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9bec2e5..09ecfe6 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jan 24 01:08:22 UTC 2026 +Update: Sun Jan 25 01:18:03 UTC 2026 From 35d5e0ad1a3483c56853436e94deaf3a2f350a36 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 26 Jan 2026 01:16:34 +0000 Subject: [PATCH 0756/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 09ecfe6..a0f4f4c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jan 25 01:18:03 UTC 2026 +Update: Mon Jan 26 01:16:34 UTC 2026 From f14a4bf7058d43d8bac8e36cd43a56f11837ac6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 17:03:35 +0000 Subject: [PATCH 0757/1075] Bump @cloudflare/workers-types from 4.20260123.0 to 4.20260124.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260123.0 to 4.20260124.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260124.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de46b73..d11069c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260123.0", + "@cloudflare/workers-types": "4.20260124.0", "@playform/build": "0.2.6", "wrangler": "4.60.0" }, From 3fd3f22c96dd532d6bdae59ad87e6c77b82c2bbf Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 27 Jan 2026 01:15:42 +0000 Subject: [PATCH 0758/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a0f4f4c..c4ad2d8 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jan 26 01:16:34 UTC 2026 +Update: Tue Jan 27 01:15:42 UTC 2026 From dc2a3493bb46a8f10121aa2df2975628dadb0c43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 15:22:09 +0000 Subject: [PATCH 0759/1075] Bump wrangler from 4.60.0 to 4.61.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.60.0 to 4.61.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.61.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.61.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d11069c..25fc6ca 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260124.0", "@playform/build": "0.2.6", - "wrangler": "4.60.0" + "wrangler": "4.61.0" }, "publishConfig": { "access": "public", From 62ef5081513d5ecc18c78631ef959f09018acb0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 15:22:15 +0000 Subject: [PATCH 0760/1075] Bump @cloudflare/workers-types from 4.20260124.0 to 4.20260127.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260124.0 to 4.20260127.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260127.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d11069c..38069df 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260124.0", + "@cloudflare/workers-types": "4.20260127.0", "@playform/build": "0.2.6", "wrangler": "4.60.0" }, From 159cc857835ff3784c86ecc4e1152afd3c8d9a63 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 28 Jan 2026 01:11:18 +0000 Subject: [PATCH 0761/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c4ad2d8..fe6aab9 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jan 27 01:15:42 UTC 2026 +Update: Wed Jan 28 01:11:18 UTC 2026 From d3a3c3709067c0bb65a188336861007a29099678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:23:39 +0000 Subject: [PATCH 0762/1075] Bump @cloudflare/workers-types from 4.20260127.0 to 4.20260128.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260127.0 to 4.20260128.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260128.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ad6e82..285f504 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260127.0", + "@cloudflare/workers-types": "4.20260128.0", "@playform/build": "0.2.6", "wrangler": "4.61.0" }, From c3f9d9c46fc5e1704a568d0e88de8a35eec22559 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 29 Jan 2026 01:21:38 +0000 Subject: [PATCH 0763/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index fe6aab9..c9dfff4 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jan 28 01:11:18 UTC 2026 +Update: Thu Jan 29 01:21:38 UTC 2026 From 52ff2b9acbc9b33d246416a2b119d6e694346e2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 15:23:44 +0000 Subject: [PATCH 0764/1075] Bump wrangler from 4.61.0 to 4.61.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.61.0 to 4.61.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.61.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.61.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 285f504..2a9c770 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260128.0", "@playform/build": "0.2.6", - "wrangler": "4.61.0" + "wrangler": "4.61.1" }, "publishConfig": { "access": "public", From ce7bc0b1b4937bf782fdf4913c851d8b19dcaa5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 15:25:01 +0000 Subject: [PATCH 0765/1075] Bump @cloudflare/workers-types from 4.20260128.0 to 4.20260129.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260128.0 to 4.20260129.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260129.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a9c770..af8e55a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260128.0", + "@cloudflare/workers-types": "4.20260129.0", "@playform/build": "0.2.6", "wrangler": "4.61.1" }, From b07aeead0bce9c42c27d62e60662f278539243c4 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 30 Jan 2026 01:21:04 +0000 Subject: [PATCH 0766/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c9dfff4..eb7bd4d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jan 29 01:21:38 UTC 2026 +Update: Fri Jan 30 01:21:04 UTC 2026 From ed14a885ce7338452c03390e34f9c3a9c4898988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 15:23:31 +0000 Subject: [PATCH 0767/1075] Bump @cloudflare/workers-types from 4.20260129.0 to 4.20260130.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260129.0 to 4.20260130.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260130.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af8e55a..ceae97d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260129.0", + "@cloudflare/workers-types": "4.20260130.0", "@playform/build": "0.2.6", "wrangler": "4.61.1" }, From 41e06eadd3fc51c607f82c13f1933fd46384b774 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 31 Jan 2026 01:18:13 +0000 Subject: [PATCH 0768/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index eb7bd4d..baea71d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jan 30 01:21:04 UTC 2026 +Update: Sat Jan 31 01:18:13 UTC 2026 From e8b1ee3721352f5c670e796bb762a9c445df21ba Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 1 Feb 2026 01:44:46 +0000 Subject: [PATCH 0769/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index baea71d..5940d51 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jan 31 01:18:13 UTC 2026 +Update: Sun Feb 1 01:44:46 UTC 2026 From 9bab0fb442a3315bec43f11a06a32145633b3a1a Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 2 Feb 2026 01:25:27 +0000 Subject: [PATCH 0770/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5940d51..9e4ab00 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Feb 1 01:44:46 UTC 2026 +Update: Mon Feb 2 01:25:27 UTC 2026 From 626eda2b13f220dd3d98bb4a5ca4092747c36cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:50:06 +0000 Subject: [PATCH 0771/1075] Bump @cloudflare/workers-types from 4.20260130.0 to 4.20260131.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260130.0 to 4.20260131.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260131.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ceae97d..23b2279 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260130.0", + "@cloudflare/workers-types": "4.20260131.0", "@playform/build": "0.2.6", "wrangler": "4.61.1" }, From 8d11ee159f094f22f2207b0913dc9c6b8d8ba9a8 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 3 Feb 2026 01:25:42 +0000 Subject: [PATCH 0772/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9e4ab00..97f007e 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Feb 2 01:25:27 UTC 2026 +Update: Tue Feb 3 01:25:42 UTC 2026 From b21d5958b8ddd7968ee192dba97df12e346aaa4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:26:39 +0000 Subject: [PATCH 0773/1075] Bump @cloudflare/workers-types from 4.20260131.0 to 4.20260203.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260131.0 to 4.20260203.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260203.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23b2279..9503502 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260131.0", + "@cloudflare/workers-types": "4.20260203.0", "@playform/build": "0.2.6", "wrangler": "4.61.1" }, From a2b43f2fbbe68182d365a55e9c267ce71504ca03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:28:03 +0000 Subject: [PATCH 0774/1075] Bump wrangler from 4.61.1 to 4.62.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.61.1 to 4.62.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.62.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.62.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9503502..5b6d1e2 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260203.0", "@playform/build": "0.2.6", - "wrangler": "4.61.1" + "wrangler": "4.62.0" }, "publishConfig": { "access": "public", From afb453d7d4a6cb62dcc8f491da560b5a9ab14317 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 4 Feb 2026 01:21:35 +0000 Subject: [PATCH 0775/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 97f007e..ba15bcd 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Feb 3 01:25:42 UTC 2026 +Update: Wed Feb 4 01:21:35 UTC 2026 From b61e2c18ad8629d0acd9b6546c4aa1e949f06744 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 5 Feb 2026 01:21:05 +0000 Subject: [PATCH 0776/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ba15bcd..feaaa2d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Feb 4 01:21:35 UTC 2026 +Update: Thu Feb 5 01:21:05 UTC 2026 From 1e14ebc75f792eb7e0c105ee902eb2eb1848a76b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:24:01 +0000 Subject: [PATCH 0777/1075] Bump wrangler from 4.62.0 to 4.63.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.62.0 to 4.63.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.63.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.63.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b6d1e2..ef68126 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260203.0", "@playform/build": "0.2.6", - "wrangler": "4.62.0" + "wrangler": "4.63.0" }, "publishConfig": { "access": "public", From 27609b0d0441bfddfacd934349a698f3a77dcc86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:25:20 +0000 Subject: [PATCH 0778/1075] Bump @cloudflare/workers-types from 4.20260203.0 to 4.20260205.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260203.0 to 4.20260205.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260205.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef68126..68791d8 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260203.0", + "@cloudflare/workers-types": "4.20260205.0", "@playform/build": "0.2.6", "wrangler": "4.63.0" }, From 8386116746445c823c366243c0a3dd97b49e1bc9 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 6 Feb 2026 01:22:01 +0000 Subject: [PATCH 0779/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index feaaa2d..4fec62b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Feb 5 01:21:05 UTC 2026 +Update: Fri Feb 6 01:22:01 UTC 2026 From a0934b828e321c9b4b96ab02895d825dc632eed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 15:23:35 +0000 Subject: [PATCH 0780/1075] Bump @cloudflare/workers-types from 4.20260205.0 to 4.20260206.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260205.0 to 4.20260206.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260206.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68791d8..b1aca32 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260205.0", + "@cloudflare/workers-types": "4.20260206.0", "@playform/build": "0.2.6", "wrangler": "4.63.0" }, From 1b0f57ff692bbcf49d7f4b2a2534c0aac787b3a6 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 7 Feb 2026 01:20:16 +0000 Subject: [PATCH 0781/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 4fec62b..a67b732 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Feb 6 01:22:01 UTC 2026 +Update: Sat Feb 7 01:20:16 UTC 2026 From bf116d72c2c169211ef09b57ac17e6ae1d5b914f Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 8 Feb 2026 01:57:18 +0000 Subject: [PATCH 0782/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a67b732..3eb6f5c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Feb 7 01:20:16 UTC 2026 +Update: Sun Feb 8 01:57:18 UTC 2026 From e9c6e5c7d772fd4d06937f353d498fceea116359 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 9 Feb 2026 01:27:32 +0000 Subject: [PATCH 0783/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 3eb6f5c..f97a1bc 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Feb 8 01:57:18 UTC 2026 +Update: Mon Feb 9 01:27:32 UTC 2026 From 98cf0a52e89f9bbb24a88c39dd817b5f443b45a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:39:16 +0000 Subject: [PATCH 0784/1075] Bump @cloudflare/workers-types from 4.20260206.0 to 4.20260207.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260206.0 to 4.20260207.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260207.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1aca32..3841396 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260206.0", + "@cloudflare/workers-types": "4.20260207.0", "@playform/build": "0.2.6", "wrangler": "4.63.0" }, From 60b9f6c6f34bbb70dc85521f76f96b49e8d76fc8 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 10 Feb 2026 01:50:17 +0000 Subject: [PATCH 0785/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f97a1bc..5c283e1 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Feb 9 01:27:32 UTC 2026 +Update: Tue Feb 10 01:50:17 UTC 2026 From 1b73377a63c344f0e9a056d815d72d1a0f2aa1f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:23:52 +0000 Subject: [PATCH 0786/1075] Bump @cloudflare/workers-types from 4.20260207.0 to 4.20260210.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260207.0 to 4.20260210.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260210.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3841396..2675a0a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260207.0", + "@cloudflare/workers-types": "4.20260210.0", "@playform/build": "0.2.6", "wrangler": "4.63.0" }, From 6d376f6f2acfa77ec7fa69ca90cbba590949b392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:24:03 +0000 Subject: [PATCH 0787/1075] Bump wrangler from 4.63.0 to 4.64.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.63.0 to 4.64.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.64.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.64.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3841396..ac4cc13 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260207.0", "@playform/build": "0.2.6", - "wrangler": "4.63.0" + "wrangler": "4.64.0" }, "publishConfig": { "access": "public", From 29d8703e769691eff4a0b36220920cda158a6538 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 11 Feb 2026 01:47:14 +0000 Subject: [PATCH 0788/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5c283e1..0946ab6 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Feb 10 01:50:17 UTC 2026 +Update: Wed Feb 11 01:47:14 UTC 2026 From d621d6e3d78f0ce9a7a35cae830a68e9ed35c189 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 12 Feb 2026 01:27:30 +0000 Subject: [PATCH 0789/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0946ab6..72012f1 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Feb 11 01:47:14 UTC 2026 +Update: Thu Feb 12 01:27:30 UTC 2026 From b196d074521d383aa1b1f79355d2a26a1f661c54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:24:03 +0000 Subject: [PATCH 0790/1075] Bump @cloudflare/workers-types from 4.20260210.0 to 4.20260212.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260210.0 to 4.20260212.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260212.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56f7ad1..b8e9b56 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260210.0", + "@cloudflare/workers-types": "4.20260212.0", "@playform/build": "0.2.6", "wrangler": "4.64.0" }, From ee185ebc15b32ef09abd357ab7ccf7ba48e3d55f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:24:14 +0000 Subject: [PATCH 0791/1075] Bump wrangler from 4.64.0 to 4.65.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.64.0 to 4.65.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.65.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.65.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56f7ad1..5690e4e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260210.0", "@playform/build": "0.2.6", - "wrangler": "4.64.0" + "wrangler": "4.65.0" }, "publishConfig": { "access": "public", From 7bf12e4460e2304af43fa388cef7887b9db82786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:25:21 +0000 Subject: [PATCH 0792/1075] Bump @playform/build from 0.2.6 to 0.3.0 Bumps [@playform/build](https://github.com/PlayForm/Build) from 0.2.6 to 0.3.0. - [Release notes](https://github.com/PlayForm/Build/releases) - [Changelog](https://github.com/PlayForm/Build/blob/Current/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Build/compare/v0.2.6...v0.3.0) --- updated-dependencies: - dependency-name: "@playform/build" dependency-version: 0.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fee9233..07dfedc 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20260212.0", - "@playform/build": "0.2.6", + "@playform/build": "0.3.0", "wrangler": "4.65.0" }, "publishConfig": { From 3457d6e25c54e6cc0ba4d0216533c129ebb5c205 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 13 Feb 2026 01:42:50 +0000 Subject: [PATCH 0793/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 72012f1..d15c3d6 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Feb 12 01:27:30 UTC 2026 +Update: Fri Feb 13 01:42:50 UTC 2026 From ae5ca98fd2a1bc90a0f00429e165c38f759c8e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 15:23:28 +0000 Subject: [PATCH 0794/1075] Bump @cloudflare/workers-types from 4.20260212.0 to 4.20260213.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260212.0 to 4.20260213.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260213.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 07dfedc..8feeed6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260212.0", + "@cloudflare/workers-types": "4.20260213.0", "@playform/build": "0.3.0", "wrangler": "4.65.0" }, From 562f58b42822154bd1cca2e5ec4a75c52af87557 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 14 Feb 2026 01:22:09 +0000 Subject: [PATCH 0795/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d15c3d6..384f783 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Feb 13 01:42:50 UTC 2026 +Update: Sat Feb 14 01:22:09 UTC 2026 From c10f416ed6327b8cae717da5958c15498a58e22c Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 15 Feb 2026 01:42:16 +0000 Subject: [PATCH 0796/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 384f783..0cb56c5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Feb 14 01:22:09 UTC 2026 +Update: Sun Feb 15 01:42:16 UTC 2026 From 208aae886faeb285fc6929475c1e46d076066955 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 16 Feb 2026 01:25:56 +0000 Subject: [PATCH 0797/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0cb56c5..ee86559 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Feb 15 01:42:16 UTC 2026 +Update: Mon Feb 16 01:25:56 UTC 2026 From cc95d5b1e9cdcd8b97e53a471afb420859429469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:35:47 +0000 Subject: [PATCH 0798/1075] Bump @cloudflare/workers-types from 4.20260213.0 to 4.20260214.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260213.0 to 4.20260214.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260214.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8feeed6..c98e376 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260213.0", + "@cloudflare/workers-types": "4.20260214.0", "@playform/build": "0.3.0", "wrangler": "4.65.0" }, From bf688df02f11efa258bf57e50b13438cc4f73e7e Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 17 Feb 2026 01:25:22 +0000 Subject: [PATCH 0799/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ee86559..1bcbdd3 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Feb 16 01:25:56 UTC 2026 +Update: Tue Feb 17 01:25:22 UTC 2026 From 7cd2336cba35989ceb6b32117b08c1f15dec4de7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 15:28:23 +0000 Subject: [PATCH 0800/1075] Bump wrangler from 4.65.0 to 4.66.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.65.0 to 4.66.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.66.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.66.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c98e376..346e731 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260214.0", "@playform/build": "0.3.0", - "wrangler": "4.65.0" + "wrangler": "4.66.0" }, "publishConfig": { "access": "public", From 34c3a32fd55ebf2cf41888a763ed70307848defd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 15:29:53 +0000 Subject: [PATCH 0801/1075] Bump @cloudflare/workers-types from 4.20260214.0 to 4.20260217.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260214.0 to 4.20260217.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260217.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 346e731..d6856f4 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260214.0", + "@cloudflare/workers-types": "4.20260217.0", "@playform/build": "0.3.0", "wrangler": "4.66.0" }, From df5b1aae336e2b1d1d576e81a3c9064346d3046c Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 18 Feb 2026 01:27:43 +0000 Subject: [PATCH 0802/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 1bcbdd3..ddc4061 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Feb 17 01:25:22 UTC 2026 +Update: Wed Feb 18 01:27:43 UTC 2026 From 07260b44699b3c627eba89f28b60cb2dd6cf145a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 15:33:35 +0000 Subject: [PATCH 0803/1075] Bump @cloudflare/workers-types from 4.20260217.0 to 4.20260218.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260217.0 to 4.20260218.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260218.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6856f4..e554e57 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260217.0", + "@cloudflare/workers-types": "4.20260218.0", "@playform/build": "0.3.0", "wrangler": "4.66.0" }, From 1e13c46f40b5fb917f716f08e9831472e8e9ac4f Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 19 Feb 2026 01:27:06 +0000 Subject: [PATCH 0804/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ddc4061..42e2303 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Feb 18 01:27:43 UTC 2026 +Update: Thu Feb 19 01:27:06 UTC 2026 From 75c26f4904412f215194dafba3426460514c99f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 15:24:07 +0000 Subject: [PATCH 0805/1075] Bump wrangler from 4.66.0 to 4.67.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.66.0 to 4.67.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.67.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.67.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e554e57..e1b9ee5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260218.0", "@playform/build": "0.3.0", - "wrangler": "4.66.0" + "wrangler": "4.67.0" }, "publishConfig": { "access": "public", From 9a347193b9994d420dc9754af61a3f539fe2f9be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 15:24:16 +0000 Subject: [PATCH 0806/1075] Bump @cloudflare/workers-types from 4.20260218.0 to 4.20260219.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260218.0 to 4.20260219.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260219.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e554e57..a91566b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260218.0", + "@cloudflare/workers-types": "4.20260219.0", "@playform/build": "0.3.0", "wrangler": "4.66.0" }, From 0b931a29cdcfacb9a2b326e9b3f24cbc35e465aa Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 20 Feb 2026 01:22:34 +0000 Subject: [PATCH 0807/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 42e2303..d15328e 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Feb 19 01:27:06 UTC 2026 +Update: Fri Feb 20 01:22:34 UTC 2026 From d6a4e7800fb3294fdd6a55f430529e7c05a2410c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:23:49 +0000 Subject: [PATCH 0808/1075] Bump @cloudflare/workers-types from 4.20260219.0 to 4.20260227.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260219.0 to 4.20260227.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260227.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6951405..ba2ab93 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260219.0", + "@cloudflare/workers-types": "4.20260227.0", "@playform/build": "0.3.0", "wrangler": "4.67.0" }, From d6d772bfe52b6d9a58f08034fe89f5647bee1d9c Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 21 Feb 2026 01:20:32 +0000 Subject: [PATCH 0809/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d15328e..19b121b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Feb 20 01:22:34 UTC 2026 +Update: Sat Feb 21 01:20:32 UTC 2026 From 4f3422efaff32bbd81c8432b8f7c7cb1f8b45e20 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 22 Feb 2026 01:26:41 +0000 Subject: [PATCH 0810/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 19b121b..db7df6d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Feb 21 01:20:32 UTC 2026 +Update: Sun Feb 22 01:26:41 UTC 2026 From 27d0cdd40a76b2101de98858180f0794984aa29c Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 23 Feb 2026 01:25:36 +0000 Subject: [PATCH 0811/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index db7df6d..b71e4e6 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Feb 22 01:26:41 UTC 2026 +Update: Mon Feb 23 01:25:36 UTC 2026 From cb152786da35cd18fc75259d0803a5c61e6d9d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 17:02:14 +0000 Subject: [PATCH 0812/1075] Bump @cloudflare/workers-types from 4.20260227.0 to 4.20260302.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260227.0 to 4.20260302.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260302.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba2ab93..6767497 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260227.0", + "@cloudflare/workers-types": "4.20260302.0", "@playform/build": "0.3.0", "wrangler": "4.67.0" }, From d3b6448db1a1d8a5b6bddfcf890342e0b636777a Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 24 Feb 2026 01:24:08 +0000 Subject: [PATCH 0813/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b71e4e6..64528d5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Feb 23 01:25:36 UTC 2026 +Update: Tue Feb 24 01:24:08 UTC 2026 From 71fc6ebcdc325fd1dd80912b0cda4000bf859e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 15:24:07 +0000 Subject: [PATCH 0814/1075] Bump wrangler from 4.67.0 to 4.68.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.67.0 to 4.68.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.68.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.68.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6767497..d4391cd 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260302.0", "@playform/build": "0.3.0", - "wrangler": "4.67.0" + "wrangler": "4.68.0" }, "publishConfig": { "access": "public", From 71905b4bcc770d6adf7555333e03896b790d51ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 15:25:27 +0000 Subject: [PATCH 0815/1075] Bump @cloudflare/workers-types from 4.20260302.0 to 4.20260303.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260302.0 to 4.20260303.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260303.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4391cd..bd3f9c9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260302.0", + "@cloudflare/workers-types": "4.20260303.0", "@playform/build": "0.3.0", "wrangler": "4.68.0" }, From 81c7ac5054a8c505706ac16983d26d00a50d67d6 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 25 Feb 2026 01:27:13 +0000 Subject: [PATCH 0816/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 64528d5..6ba9a83 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Feb 24 01:24:08 UTC 2026 +Update: Wed Feb 25 01:27:13 UTC 2026 From b1b31e550078525ccca6b0728ece56512c5051cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 15:34:10 +0000 Subject: [PATCH 0817/1075] Bump wrangler from 4.68.0 to 4.68.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.68.0 to 4.68.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.68.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.68.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd3f9c9..6251421 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260303.0", "@playform/build": "0.3.0", - "wrangler": "4.68.0" + "wrangler": "4.68.1" }, "publishConfig": { "access": "public", From a458a1af0636b48d70c417b2e50ac6efecfa760b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 15:35:29 +0000 Subject: [PATCH 0818/1075] Bump @cloudflare/workers-types from 4.20260303.0 to 4.20260304.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260303.0 to 4.20260304.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260304.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6251421..be3d3e7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260303.0", + "@cloudflare/workers-types": "4.20260304.0", "@playform/build": "0.3.0", "wrangler": "4.68.1" }, From d7e6580a625e2b0d668d95e43b0332eb0e12aefc Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 26 Feb 2026 01:23:37 +0000 Subject: [PATCH 0819/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6ba9a83..3ac3bdb 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Feb 25 01:27:13 UTC 2026 +Update: Thu Feb 26 01:23:37 UTC 2026 From 4dbf5998643a5941880304168930ed1b792cba7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:36:09 +0000 Subject: [PATCH 0820/1075] Bump wrangler from 4.68.1 to 4.69.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.68.1 to 4.69.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.69.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.69.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be3d3e7..abaf527 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260304.0", "@playform/build": "0.3.0", - "wrangler": "4.68.1" + "wrangler": "4.69.0" }, "publishConfig": { "access": "public", From 23bcb3c90d2243f434d7b5574f67fb7e33cfada7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:37:15 +0000 Subject: [PATCH 0821/1075] Bump @cloudflare/workers-types from 4.20260304.0 to 4.20260305.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260304.0 to 4.20260305.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260305.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index abaf527..c0617b4 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260304.0", + "@cloudflare/workers-types": "4.20260305.0", "@playform/build": "0.3.0", "wrangler": "4.69.0" }, From 9fff0a459d94cfd02c1e3dd2aad6d952c986bfe2 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 27 Feb 2026 01:21:05 +0000 Subject: [PATCH 0822/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 3ac3bdb..b4b0e83 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Feb 26 01:23:37 UTC 2026 +Update: Fri Feb 27 01:21:05 UTC 2026 From 66e633961dfcbd6b769e379a9ca29d4d82b7bd42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 15:23:15 +0000 Subject: [PATCH 0823/1075] Bump actions/upload-artifact from 6.0.0 to 7.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index ab52d05..3a2777e 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -88,7 +88,7 @@ jobs: - run: pnpm run prepublishOnly working-directory: . - - uses: actions/upload-artifact@v6.0.0 + - uses: actions/upload-artifact@v7.0.0 with: name: .-Node-${{ matrix.node-version }}-Target path: ./Target From 2febdd469125a4f53e7107b1a624801994132fa2 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 28 Feb 2026 01:15:38 +0000 Subject: [PATCH 0824/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b4b0e83..dfcc449 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Feb 27 01:21:05 UTC 2026 +Update: Sat Feb 28 01:15:38 UTC 2026 From eb8923fd973ea71ced3ffa0e85fa22dfe98bb265 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 1 Mar 2026 01:43:29 +0000 Subject: [PATCH 0825/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index dfcc449..1dcc5c1 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Feb 28 01:15:38 UTC 2026 +Update: Sun Mar 1 01:43:29 UTC 2026 From 12fd800e63806f4d1e432e66af1d27bd02f17f51 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 2 Mar 2026 01:23:19 +0000 Subject: [PATCH 0826/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 1dcc5c1..d157653 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Mar 1 01:43:29 UTC 2026 +Update: Mon Mar 2 01:23:19 UTC 2026 From 667becfb7f45c09016095c1a6a9d63230c16bb76 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 3 Mar 2026 01:26:30 +0000 Subject: [PATCH 0827/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d157653..2d87e42 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Mar 2 01:23:19 UTC 2026 +Update: Tue Mar 3 01:26:30 UTC 2026 From a8e919b52bd894735ad2178e8869c4800e3916be Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 4 Mar 2026 01:21:25 +0000 Subject: [PATCH 0828/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 2d87e42..16ec3c0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Mar 3 01:26:30 UTC 2026 +Update: Wed Mar 4 01:21:25 UTC 2026 From ebb9dec26890ab8c0399ff3f028784182fc9a570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 15:25:26 +0000 Subject: [PATCH 0829/1075] Bump actions/setup-node from 6.2.0 to 6.3.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index c511e80..a87f83a 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - - uses: actions/setup-node@v6.2.0 + - uses: actions/setup-node@v6.3.0 with: node-version: "18" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 3a2777e..34e373b 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -76,7 +76,7 @@ jobs: --unsafe-perm=true ] - - uses: actions/setup-node@v6.2.0 + - uses: actions/setup-node@v6.3.0 with: node-version: ${{ matrix.node-version }} cache: "pnpm" From b3d84f08992cf2e9ea4f20781e7bf8609d559e9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 15:25:54 +0000 Subject: [PATCH 0830/1075] Bump wrangler from 4.69.0 to 4.70.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.69.0 to 4.70.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.70.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.70.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0617b4..af47c76 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260305.0", "@playform/build": "0.3.0", - "wrangler": "4.69.0" + "wrangler": "4.70.0" }, "publishConfig": { "access": "public", From 59d384ab5b6903e24861a56d7a032fa32fcf6755 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 5 Mar 2026 01:23:44 +0000 Subject: [PATCH 0831/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 16ec3c0..e04e82f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Mar 4 01:21:25 UTC 2026 +Update: Thu Mar 5 01:23:44 UTC 2026 From bed06d3a94a43c7cea26aef2e3c370b564e668a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 15:31:30 +0000 Subject: [PATCH 0832/1075] Bump @cloudflare/workers-types from 4.20260305.0 to 4.20260305.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260305.0 to 4.20260305.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260305.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af47c76..23b050d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260305.0", + "@cloudflare/workers-types": "4.20260305.1", "@playform/build": "0.3.0", "wrangler": "4.70.0" }, From 26aa8e050f3c55b5883742e7c98c30ae854c0d60 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 6 Mar 2026 01:26:13 +0000 Subject: [PATCH 0833/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e04e82f..f51b12b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Mar 5 01:23:44 UTC 2026 +Update: Fri Mar 6 01:26:13 UTC 2026 From bb271d97f61d47ff786a7b636791f4b95012035d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 15:23:57 +0000 Subject: [PATCH 0834/1075] Bump wrangler from 4.70.0 to 4.71.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.70.0 to 4.71.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.71.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.71.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23b050d..e75903f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260305.1", "@playform/build": "0.3.0", - "wrangler": "4.70.0" + "wrangler": "4.71.0" }, "publishConfig": { "access": "public", From ee5b327cfb6f8c9e1093e1c60ff46e75db6f0b61 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 7 Mar 2026 01:18:51 +0000 Subject: [PATCH 0835/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f51b12b..562e8a5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Mar 6 01:26:13 UTC 2026 +Update: Sat Mar 7 01:18:51 UTC 2026 From e56f560fcb969bee1a1c3c298533cc483f0d7638 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 8 Mar 2026 01:24:51 +0000 Subject: [PATCH 0836/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 562e8a5..2c87b8d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Mar 7 01:18:51 UTC 2026 +Update: Sun Mar 8 01:24:51 UTC 2026 From 35d89b65322bcdbb0debfc6055e5db4fcc9aaf74 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 9 Mar 2026 01:24:51 +0000 Subject: [PATCH 0837/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 2c87b8d..aff49d9 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Mar 8 01:24:51 UTC 2026 +Update: Mon Mar 9 01:24:51 UTC 2026 From c2f91423221ee0dc4ecaef76468ecc82f0a17786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:03:11 +0000 Subject: [PATCH 0838/1075] Bump @cloudflare/workers-types from 4.20260305.1 to 4.20260307.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260305.1 to 4.20260307.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260307.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e75903f..53ebf1b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260305.1", + "@cloudflare/workers-types": "4.20260307.1", "@playform/build": "0.3.0", "wrangler": "4.71.0" }, From 577bb1d802645aa1e3cd2ce9da19d7c397c2a2a6 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 10 Mar 2026 01:19:30 +0000 Subject: [PATCH 0839/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index aff49d9..037dbd4 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Mar 9 01:24:51 UTC 2026 +Update: Tue Mar 10 01:19:30 UTC 2026 From e045910a563dfa7a3c12393789633ee0644d9ebe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 15:24:17 +0000 Subject: [PATCH 0840/1075] Bump @cloudflare/workers-types from 4.20260307.1 to 4.20260310.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260307.1 to 4.20260310.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260310.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53ebf1b..9db7793 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260307.1", + "@cloudflare/workers-types": "4.20260310.1", "@playform/build": "0.3.0", "wrangler": "4.71.0" }, From 2a58464b9ea5b024262043e6a2f12687f526600a Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 11 Mar 2026 01:19:32 +0000 Subject: [PATCH 0841/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 037dbd4..1c7f5ee 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Mar 10 01:19:30 UTC 2026 +Update: Wed Mar 11 01:19:32 UTC 2026 From d35627a807e4192191dfe677d26def60894d78a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 15:27:39 +0000 Subject: [PATCH 0842/1075] Bump pnpm/action-setup from 4.2.0 to 4.3.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 34e373b..d63277e 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - - uses: pnpm/action-setup@v4.2.0 + - uses: pnpm/action-setup@v4.3.0 with: version: 9.3.0 run_install: | From 566c35afa57b2913908506bc3968f6ab3a7188ac Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 12 Mar 2026 01:19:38 +0000 Subject: [PATCH 0843/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 1c7f5ee..64628b6 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Mar 11 01:19:32 UTC 2026 +Update: Thu Mar 12 01:19:38 UTC 2026 From 9cbcc98e436d5947a481035bc8fbb356ea965671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 15:24:22 +0000 Subject: [PATCH 0844/1075] Bump @cloudflare/workers-types from 4.20260310.1 to 4.20260312.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260310.1 to 4.20260312.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260312.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9db7793..6dc3934 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260310.1", + "@cloudflare/workers-types": "4.20260312.1", "@playform/build": "0.3.0", "wrangler": "4.71.0" }, From 089263a69b471b2bb676332b83d9df9ab31ca867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 15:27:09 +0000 Subject: [PATCH 0845/1075] Bump wrangler from 4.71.0 to 4.72.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.71.0 to 4.72.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.72.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.72.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6dc3934..9f1b8b3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260312.1", "@playform/build": "0.3.0", - "wrangler": "4.71.0" + "wrangler": "4.72.0" }, "publishConfig": { "access": "public", From c60b2f0f157d26144681b6cf818623f7a84faff7 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 13 Mar 2026 01:23:33 +0000 Subject: [PATCH 0846/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 64628b6..f6a0b09 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Mar 12 01:19:38 UTC 2026 +Update: Fri Mar 13 01:23:33 UTC 2026 From 99ae71adfc98b8a7f6c63593ebc9653306078851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 15:27:45 +0000 Subject: [PATCH 0847/1075] Bump pnpm/action-setup from 4.3.0 to 4.4.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4.3.0...v4.4.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index d63277e..aa6402d 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - - uses: pnpm/action-setup@v4.3.0 + - uses: pnpm/action-setup@v4.4.0 with: version: 9.3.0 run_install: | From 9d3fae1a9d559a07ec3be0301aae8e0ed8d683fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 15:29:10 +0000 Subject: [PATCH 0848/1075] Bump @cloudflare/workers-types from 4.20260312.1 to 4.20260313.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260312.1 to 4.20260313.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260313.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f1b8b3..d131de9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260312.1", + "@cloudflare/workers-types": "4.20260313.1", "@playform/build": "0.3.0", "wrangler": "4.72.0" }, From edca680ff3f4596440993d18081c29cc8eeafc73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 15:29:16 +0000 Subject: [PATCH 0849/1075] Bump wrangler from 4.72.0 to 4.73.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.72.0 to 4.73.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.73.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.73.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f1b8b3..8354c1d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260312.1", "@playform/build": "0.3.0", - "wrangler": "4.72.0" + "wrangler": "4.73.0" }, "publishConfig": { "access": "public", From 704a03658d422a37bbcb935fe193eecaad65fbc3 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 14 Mar 2026 01:21:48 +0000 Subject: [PATCH 0850/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f6a0b09..d012ce7 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Mar 13 01:23:33 UTC 2026 +Update: Sat Mar 14 01:21:48 UTC 2026 From 8af271467f17fc9129aaeb742a3ac0532e24cfd7 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 15 Mar 2026 01:46:33 +0000 Subject: [PATCH 0851/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d012ce7..0e69fc8 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Mar 14 01:21:48 UTC 2026 +Update: Sun Mar 15 01:46:33 UTC 2026 From 4832e1cda404a53ca17f46d7217ba54872fa5ef9 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 16 Mar 2026 01:48:11 +0000 Subject: [PATCH 0852/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0e69fc8..a4a54af 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Mar 15 01:46:33 UTC 2026 +Update: Mon Mar 16 01:48:11 UTC 2026 From 27b109d21eaa1b3c29eeae0b1ffb557d67730fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:54:21 +0000 Subject: [PATCH 0853/1075] Bump wrangler from 4.73.0 to 4.74.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.73.0 to 4.74.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.74.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.74.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d867a0..c8ab084 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260313.1", "@playform/build": "0.3.0", - "wrangler": "4.73.0" + "wrangler": "4.74.0" }, "publishConfig": { "access": "public", From 1638a8dc743130623fbe0b6b9beaa2c75dd1d21a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:54:27 +0000 Subject: [PATCH 0854/1075] Bump @cloudflare/workers-types from 4.20260313.1 to 4.20260316.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260313.1 to 4.20260316.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260316.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d867a0..3681019 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260313.1", + "@cloudflare/workers-types": "4.20260316.1", "@playform/build": "0.3.0", "wrangler": "4.73.0" }, From a49c99e6e34b2999a17ae6b3807ea658d4709d92 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 17 Mar 2026 01:25:28 +0000 Subject: [PATCH 0855/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a4a54af..c154ced 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Mar 16 01:48:11 UTC 2026 +Update: Tue Mar 17 01:25:28 UTC 2026 From 50eb45b499f7f826ba7396ed085ea176601ecb22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 15:25:15 +0000 Subject: [PATCH 0856/1075] Bump pnpm/action-setup from 4.4.0 to 5.0.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.4.0 to 5.0.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4.4.0...v5.0.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index aa6402d..2fbcb1f 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - - uses: pnpm/action-setup@v4.4.0 + - uses: pnpm/action-setup@v5.0.0 with: version: 9.3.0 run_install: | From 50dc5c03fe0b59194bc5c26cf889e9c91ec64896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 15:25:32 +0000 Subject: [PATCH 0857/1075] Bump @cloudflare/workers-types from 4.20260316.1 to 4.20260317.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260316.1 to 4.20260317.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260317.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87d49ae..32bbda2 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260316.1", + "@cloudflare/workers-types": "4.20260317.1", "@playform/build": "0.3.0", "wrangler": "4.74.0" }, From b2f8d98103493be3f42802a73ea3c9e18a18b1c0 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 18 Mar 2026 01:28:34 +0000 Subject: [PATCH 0858/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c154ced..0e1b171 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Mar 17 01:25:28 UTC 2026 +Update: Wed Mar 18 01:28:34 UTC 2026 From b501f365360087acd12a0b87ab538297dc4a10cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 15:24:07 +0000 Subject: [PATCH 0859/1075] Bump wrangler from 4.74.0 to 4.75.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.74.0 to 4.75.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.75.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.75.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32bbda2..de66240 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260317.1", "@playform/build": "0.3.0", - "wrangler": "4.74.0" + "wrangler": "4.75.0" }, "publishConfig": { "access": "public", From 2c768ff4d900646610d0bb7b38a625bece706554 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 19 Mar 2026 01:28:52 +0000 Subject: [PATCH 0860/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0e1b171..490866c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Mar 18 01:28:34 UTC 2026 +Update: Thu Mar 19 01:28:52 UTC 2026 From e1056d2ed291fafe91b549708676fd9dc31fdbde Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 20 Mar 2026 01:24:18 +0000 Subject: [PATCH 0861/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 490866c..8129e1c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Mar 19 01:28:52 UTC 2026 +Update: Fri Mar 20 01:24:18 UTC 2026 From 3aa33ae5dd46550db939b7bfa064fb439a2031e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 15:23:35 +0000 Subject: [PATCH 0862/1075] Bump wrangler from 4.75.0 to 4.76.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.75.0 to 4.76.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.76.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.76.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de66240..1b7cff1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260317.1", "@playform/build": "0.3.0", - "wrangler": "4.75.0" + "wrangler": "4.76.0" }, "publishConfig": { "access": "public", From 60732ffb8e174a5082d840db7a8c39a4239c2bbc Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 21 Mar 2026 01:19:36 +0000 Subject: [PATCH 0863/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 8129e1c..3e2bae1 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Mar 20 01:24:18 UTC 2026 +Update: Sat Mar 21 01:19:36 UTC 2026 From c6b6859aac52b6db0c362590987c9fc83a505077 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 22 Mar 2026 01:28:56 +0000 Subject: [PATCH 0864/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 3e2bae1..e89859f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Mar 21 01:19:36 UTC 2026 +Update: Sun Mar 22 01:28:55 UTC 2026 From fb29b69dcfb135a8684a25e2a62288b94c63b13f Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 23 Mar 2026 01:28:33 +0000 Subject: [PATCH 0865/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e89859f..dc2e963 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Mar 22 01:28:55 UTC 2026 +Update: Mon Mar 23 01:28:33 UTC 2026 From 9e08b4c29d73870896cdcd3310c1febc45c5e356 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 24 Mar 2026 01:22:49 +0000 Subject: [PATCH 0866/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index dc2e963..21914a5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Mar 23 01:28:33 UTC 2026 +Update: Tue Mar 24 01:22:49 UTC 2026 From 2b1fc497938f464225beff74fac82581347f638a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 15:24:06 +0000 Subject: [PATCH 0867/1075] Bump wrangler from 4.76.0 to 4.77.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.76.0 to 4.77.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.77.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.77.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b7cff1..9a0b300 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260317.1", "@playform/build": "0.3.0", - "wrangler": "4.76.0" + "wrangler": "4.77.0" }, "publishConfig": { "access": "public", From 1f0a44c82107fa00b35b77195d0912b874686086 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 25 Mar 2026 01:27:18 +0000 Subject: [PATCH 0868/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 21914a5..c017c77 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Mar 24 01:22:49 UTC 2026 +Update: Wed Mar 25 01:27:18 UTC 2026 From 3a7c78aa7fa2e86ee1c2f83736463ca149093c75 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 26 Mar 2026 01:46:23 +0000 Subject: [PATCH 0869/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c017c77..96de38b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Mar 25 01:27:18 UTC 2026 +Update: Thu Mar 26 01:46:23 UTC 2026 From 4164ce07afad30a5a65ce5c85ce8e5ecd7102de2 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 27 Mar 2026 01:46:40 +0000 Subject: [PATCH 0870/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 96de38b..2fd1db6 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Mar 26 01:46:23 UTC 2026 +Update: Fri Mar 27 01:46:40 UTC 2026 From ee16ce68d2b27af7a918f7eb78a4c831441a22d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 15:23:28 +0000 Subject: [PATCH 0871/1075] Bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.5.0 to 3.0.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.5.0...v3.0.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml index 9154bbe..67c76fb 100644 --- a/.github/workflows/Dependabot.yml +++ b/.github/workflows/Dependabot.yml @@ -20,7 +20,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v2.5.0 + - uses: dependabot/fetch-metadata@v3.0.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" @@ -35,7 +35,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v2.5.0 + - uses: dependabot/fetch-metadata@v3.0.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" From 2750c333e983b117bb6fed54956643cca0fb6828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 15:23:55 +0000 Subject: [PATCH 0872/1075] Bump wrangler from 4.77.0 to 4.78.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.77.0 to 4.78.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.78.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.78.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a0b300..2520036 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260317.1", "@playform/build": "0.3.0", - "wrangler": "4.77.0" + "wrangler": "4.78.0" }, "publishConfig": { "access": "public", From 7d47e0c8f6d95673a7d312a45bec788797067f27 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 28 Mar 2026 01:26:17 +0000 Subject: [PATCH 0873/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 2fd1db6..a2d9b25 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Mar 27 01:46:40 UTC 2026 +Update: Sat Mar 28 01:26:17 UTC 2026 From 524f0efdf6cef0d0356f095a342f6027fb675270 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 29 Mar 2026 01:48:52 +0000 Subject: [PATCH 0874/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a2d9b25..b8f4e57 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Mar 28 01:26:17 UTC 2026 +Update: Sun Mar 29 01:48:52 UTC 2026 From 462407e2586cc38dc64dbd2ce875336261351803 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 30 Mar 2026 01:51:18 +0000 Subject: [PATCH 0875/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b8f4e57..f1a80f1 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Mar 29 01:48:52 UTC 2026 +Update: Mon Mar 30 01:51:18 UTC 2026 From 9b2c6bd0f0e04aa22dd7a1d23d9f08a62541d473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:57:36 +0000 Subject: [PATCH 0876/1075] Bump @cloudflare/workers-types from 4.20260317.1 to 4.20260329.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260317.1 to 4.20260329.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260329.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2520036..1c85b2d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260317.1", + "@cloudflare/workers-types": "4.20260329.1", "@playform/build": "0.3.0", "wrangler": "4.78.0" }, From 7e081ebfca28c97d00ceb8d449bd54a11053b552 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 31 Mar 2026 01:47:32 +0000 Subject: [PATCH 0877/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f1a80f1..25be667 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Mar 30 01:51:18 UTC 2026 +Update: Tue Mar 31 01:47:32 UTC 2026 From e20893e6e97ea02a5e9684a0f4cdd14f5e34584d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:22:15 +0000 Subject: [PATCH 0878/1075] Bump @cloudflare/workers-types from 4.20260329.1 to 4.20260331.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260329.1 to 4.20260331.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260331.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c85b2d..8ac9ade 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260329.1", + "@cloudflare/workers-types": "4.20260331.1", "@playform/build": "0.3.0", "wrangler": "4.78.0" }, From 3c66b87344e7299e0fdc508011c747c5e9850b43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:22:27 +0000 Subject: [PATCH 0879/1075] Bump wrangler from 4.78.0 to 4.79.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.78.0 to 4.79.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.79.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.79.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c85b2d..956c71c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260329.1", "@playform/build": "0.3.0", - "wrangler": "4.78.0" + "wrangler": "4.79.0" }, "publishConfig": { "access": "public", From 6744dc87ece19e2de44bdcbb369bb941e2f1d79d Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 1 Apr 2026 01:55:32 +0000 Subject: [PATCH 0880/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 25be667..39d6379 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Mar 31 01:47:32 UTC 2026 +Update: Wed Apr 1 01:55:32 UTC 2026 From 58e390eef9223872f44711b79aeae60b1ee262f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 19:39:23 +0000 Subject: [PATCH 0881/1075] Bump @cloudflare/workers-types from 4.20260331.1 to 4.20260401.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260331.1 to 4.20260401.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260401.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bcec89b..68d2437 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260331.1", + "@cloudflare/workers-types": "4.20260401.1", "@playform/build": "0.3.0", "wrangler": "4.79.0" }, From 1bd0d5e42b9623cb2dc96caaa6d7626fc2b92937 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 2 Apr 2026 01:44:20 +0000 Subject: [PATCH 0882/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 39d6379..2e78800 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Apr 1 01:55:32 UTC 2026 +Update: Thu Apr 2 01:44:20 UTC 2026 From 3bfedb8887f96fea77d286e33ce2c246ff587533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 15:23:54 +0000 Subject: [PATCH 0883/1075] Bump wrangler from 4.79.0 to 4.80.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.79.0 to 4.80.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.80.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.80.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68d2437..941ca99 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260401.1", "@playform/build": "0.3.0", - "wrangler": "4.79.0" + "wrangler": "4.80.0" }, "publishConfig": { "access": "public", From 0cd35b0fd9fa626bd94802589a7b8ae8523840ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 15:25:28 +0000 Subject: [PATCH 0884/1075] Bump @cloudflare/workers-types from 4.20260401.1 to 4.20260402.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260401.1 to 4.20260402.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260402.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 941ca99..48baec7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260401.1", + "@cloudflare/workers-types": "4.20260402.1", "@playform/build": "0.3.0", "wrangler": "4.80.0" }, From 10e56057284ea7a3411ffc992fca45a68804d556 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 3 Apr 2026 01:46:05 +0000 Subject: [PATCH 0885/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 2e78800..54cdde7 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Apr 2 01:44:20 UTC 2026 +Update: Fri Apr 3 01:46:05 UTC 2026 From 1e882797a8d8e5b3832330b0121ec4b499e570e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 15:23:21 +0000 Subject: [PATCH 0886/1075] Bump @cloudflare/workers-types from 4.20260402.1 to 4.20260403.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260402.1 to 4.20260403.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260403.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48baec7..008e507 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260402.1", + "@cloudflare/workers-types": "4.20260403.1", "@playform/build": "0.3.0", "wrangler": "4.80.0" }, From 95366a7cd66a29c3ca7b224ab21710c5fe4c9388 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 4 Apr 2026 01:27:44 +0000 Subject: [PATCH 0887/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 54cdde7..642a0dd 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Apr 3 01:46:05 UTC 2026 +Update: Sat Apr 4 01:27:44 UTC 2026 From 34955cec8302c3ab18ece4cf2413ca94fa0ef4cb Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 5 Apr 2026 01:50:34 +0000 Subject: [PATCH 0888/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 642a0dd..224ae8b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Apr 4 01:27:44 UTC 2026 +Update: Sun Apr 5 01:50:34 UTC 2026 From 513d407f31c4b1902f653cffcf766327240b8cf1 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 6 Apr 2026 01:51:31 +0000 Subject: [PATCH 0889/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 224ae8b..c5eef1f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Apr 5 01:50:34 UTC 2026 +Update: Mon Apr 6 01:51:31 UTC 2026 From 6feb33a333f86bb9b299974822d437e560550576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 15:23:09 +0000 Subject: [PATCH 0890/1075] Bump @playform/build from 0.3.0 to 0.3.1 Bumps [@playform/build](https://github.com/PlayForm/Build) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/PlayForm/Build/releases) - [Changelog](https://github.com/PlayForm/Build/blob/Current/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Build/compare/v0.3.0...v0.3.1) --- updated-dependencies: - dependency-name: "@playform/build" dependency-version: 0.3.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 008e507..c1f74e9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20260403.1", - "@playform/build": "0.3.0", + "@playform/build": "0.3.1", "wrangler": "4.80.0" }, "publishConfig": { From ade7f180e76a4770b4fa0c9a2cfe47ca2e8780e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 15:24:38 +0000 Subject: [PATCH 0891/1075] Bump @cloudflare/workers-types from 4.20260403.1 to 4.20260405.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260403.1 to 4.20260405.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260405.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1f74e9..6ad7914 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260403.1", + "@cloudflare/workers-types": "4.20260405.1", "@playform/build": "0.3.1", "wrangler": "4.80.0" }, From fa91232b64c308e7007647452e4592e1344d43b9 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 7 Apr 2026 01:48:35 +0000 Subject: [PATCH 0892/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c5eef1f..8f9ec32 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Apr 6 01:51:31 UTC 2026 +Update: Tue Apr 7 01:48:35 UTC 2026 From 1e4ec11d997642ea8682ccde1c6601e3b703fb5e Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 8 Apr 2026 01:48:57 +0000 Subject: [PATCH 0893/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 8f9ec32..86e157d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Apr 7 01:48:35 UTC 2026 +Update: Wed Apr 8 01:48:57 UTC 2026 From e7b44abb88dfc16e4bb93245e4147e271d79605b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:24:32 +0000 Subject: [PATCH 0894/1075] Bump wrangler from 4.80.0 to 4.81.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.80.0 to 4.81.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.81.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.81.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ad7914..56bdc7c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260405.1", "@playform/build": "0.3.1", - "wrangler": "4.80.0" + "wrangler": "4.81.0" }, "publishConfig": { "access": "public", From 303c4d1341f4df8fecc78c5d366e758333835763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:24:39 +0000 Subject: [PATCH 0895/1075] Bump @cloudflare/workers-types from 4.20260405.1 to 4.20260408.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260405.1 to 4.20260408.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260408.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ad7914..b46d835 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260405.1", + "@cloudflare/workers-types": "4.20260408.1", "@playform/build": "0.3.1", "wrangler": "4.80.0" }, From 996951646a32c87d606e0f437e6540b9356610dd Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 9 Apr 2026 01:28:17 +0000 Subject: [PATCH 0896/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 86e157d..344fe91 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Apr 8 01:48:57 UTC 2026 +Update: Thu Apr 9 01:28:17 UTC 2026 From 69656c7eb96dabdcc4c3a8b4bd016329008c495f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:27:38 +0000 Subject: [PATCH 0897/1075] Bump @cloudflare/workers-types from 4.20260408.1 to 4.20260409.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260408.1 to 4.20260409.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260409.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8321bc1..7bfc453 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260408.1", + "@cloudflare/workers-types": "4.20260409.1", "@playform/build": "0.3.1", "wrangler": "4.81.0" }, From 5a83a41b5bbd9469121c5ab18c2e8822b3a11746 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 10 Apr 2026 01:52:39 +0000 Subject: [PATCH 0898/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 344fe91..34d2893 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Apr 9 01:28:17 UTC 2026 +Update: Fri Apr 10 01:52:39 UTC 2026 From 2ee95417b940cbdd3bbdf40b4d9e975ce102e3d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 15:23:23 +0000 Subject: [PATCH 0899/1075] Bump ad-m/github-push-action from 1.0.0 to 1.1.0 Bumps [ad-m/github-push-action](https://github.com/ad-m/github-push-action) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Auto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Auto.yml b/.github/workflows/Auto.yml index 21103a2..f706007 100644 --- a/.github/workflows/Auto.yml +++ b/.github/workflows/Auto.yml @@ -62,7 +62,7 @@ jobs: git add . git commit -a --allow-empty-message -m "" - - uses: ad-m/github-push-action@v1.0.0 + - uses: ad-m/github-push-action@v1.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: Current From 150d1faaebbe1fe30542105f6293478e4b2e3a33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 15:23:57 +0000 Subject: [PATCH 0900/1075] Bump wrangler from 4.81.0 to 4.81.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.81.0 to 4.81.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.81.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.81.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7bfc453..4a4ef17 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260409.1", "@playform/build": "0.3.1", - "wrangler": "4.81.0" + "wrangler": "4.81.1" }, "publishConfig": { "access": "public", From a698d33f16f9ab374f3b57ed7197fcfd604e870b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 15:25:34 +0000 Subject: [PATCH 0901/1075] Bump @cloudflare/workers-types from 4.20260409.1 to 4.20260410.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260409.1 to 4.20260410.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260410.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a4ef17..30c24cb 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260409.1", + "@cloudflare/workers-types": "4.20260410.1", "@playform/build": "0.3.1", "wrangler": "4.81.1" }, From 6d61aed7c367cba1a67a88cb3d8f41a5a103176b Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 11 Apr 2026 01:43:43 +0000 Subject: [PATCH 0902/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 34d2893..e8f2128 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Apr 10 01:52:39 UTC 2026 +Update: Sat Apr 11 01:43:43 UTC 2026 From e18eebb6404e8f23fb9afe8ef98578d4bbf911a6 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 12 Apr 2026 01:55:12 +0000 Subject: [PATCH 0903/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e8f2128..f42bba4 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Apr 11 01:43:43 UTC 2026 +Update: Sun Apr 12 01:55:12 UTC 2026 From eaba68513514ca61db1b063c5527ece343f32ff0 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 13 Apr 2026 02:00:05 +0000 Subject: [PATCH 0904/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f42bba4..c9940de 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Apr 12 01:55:12 UTC 2026 +Update: Mon Apr 13 02:00:05 UTC 2026 From 9f9b6a29b60d85ee7f54460a2ea95c63a3485901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:43:21 +0000 Subject: [PATCH 0905/1075] Bump pnpm/action-setup from 5.0.0 to 6.0.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 2fbcb1f..c8a8b86 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - - uses: pnpm/action-setup@v5.0.0 + - uses: pnpm/action-setup@v6.0.0 with: version: 9.3.0 run_install: | From 8f742ccfb3fd08f3e9b4ac725e95eccc754ebca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:43:41 +0000 Subject: [PATCH 0906/1075] Bump @cloudflare/workers-types from 4.20260410.1 to 4.20260413.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260410.1 to 4.20260413.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260413.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30c24cb..07f88b1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260410.1", + "@cloudflare/workers-types": "4.20260413.1", "@playform/build": "0.3.1", "wrangler": "4.81.1" }, From fd84ede3fd6ac09ce2cbadef28fb3ed3e60e11ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:43:53 +0000 Subject: [PATCH 0907/1075] Bump wrangler from 4.81.1 to 4.82.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.81.1 to 4.82.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.82.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.82.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30c24cb..6ac2233 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260410.1", "@playform/build": "0.3.1", - "wrangler": "4.81.1" + "wrangler": "4.82.1" }, "publishConfig": { "access": "public", From 9c56cdc2fce4d629cc01233ae6d4987fdf62f9d1 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 14 Apr 2026 01:54:55 +0000 Subject: [PATCH 0908/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c9940de..87bba83 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Apr 13 02:00:05 UTC 2026 +Update: Tue Apr 14 01:54:55 UTC 2026 From a9d52cb3ed0a08995cbe0df37713ba6526a7c1b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 15:23:54 +0000 Subject: [PATCH 0909/1075] Bump wrangler from 4.82.1 to 4.82.2 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.82.1 to 4.82.2. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.82.2/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.82.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d58c515..2240833 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260413.1", "@playform/build": "0.3.1", - "wrangler": "4.82.1" + "wrangler": "4.82.2" }, "publishConfig": { "access": "public", From 55db000ffeae50916d8522299e323fb3836f966c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 15:24:01 +0000 Subject: [PATCH 0910/1075] Bump @cloudflare/workers-types from 4.20260413.1 to 4.20260414.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260413.1 to 4.20260414.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260414.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d58c515..89bce90 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260413.1", + "@cloudflare/workers-types": "4.20260414.1", "@playform/build": "0.3.1", "wrangler": "4.82.1" }, From b01a66617e994d4cd7f1628aa3b279e5b1ec9783 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 15 Apr 2026 01:51:22 +0000 Subject: [PATCH 0911/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 87bba83..ff2a16a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Apr 14 01:54:55 UTC 2026 +Update: Wed Apr 15 01:51:22 UTC 2026 From 2c4fb221ebffa0aabc5154cb43f4c5c385f783fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:23:56 +0000 Subject: [PATCH 0912/1075] Bump @cloudflare/workers-types from 4.20260414.1 to 4.20260415.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260414.1 to 4.20260415.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260415.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8027b7a..2206f42 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260414.1", + "@cloudflare/workers-types": "4.20260415.1", "@playform/build": "0.3.1", "wrangler": "4.82.2" }, From 5d43b3a4b5c74dd958d2a68ffe3c5468f1f1986f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:24:09 +0000 Subject: [PATCH 0913/1075] Bump wrangler from 4.82.2 to 4.83.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.82.2 to 4.83.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.83.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.83.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8027b7a..2771581 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260414.1", "@playform/build": "0.3.1", - "wrangler": "4.82.2" + "wrangler": "4.83.0" }, "publishConfig": { "access": "public", From 3ed182b2c68db81ebf6a7e01a99cd520a5969658 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 16 Apr 2026 01:59:30 +0000 Subject: [PATCH 0914/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ff2a16a..74886f4 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Apr 15 01:51:22 UTC 2026 +Update: Thu Apr 16 01:59:30 UTC 2026 From 9ab9cf94fc06eadf115f05aadd810a462513b723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 15:23:32 +0000 Subject: [PATCH 0915/1075] Bump cloudflare/wrangler-action from 3.14.1 to 3.15.0 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.14.1 to 3.15.0. - [Release notes](https://github.com/cloudflare/wrangler-action/releases) - [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/cloudflare/wrangler-action/compare/v3.14.1...v3.15.0) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Cloudflare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index df48c21..ac3cd09 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - - uses: cloudflare/wrangler-action@v3.14.1 + - uses: cloudflare/wrangler-action@v3.15.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} From a4400e9233e3e9d65ee1ce246b8b86c01951274f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 15:23:53 +0000 Subject: [PATCH 0916/1075] Bump @cloudflare/workers-types from 4.20260415.1 to 4.20260416.2 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260415.1 to 4.20260416.2. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260416.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 098ae8c..65906bb 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260415.1", + "@cloudflare/workers-types": "4.20260416.2", "@playform/build": "0.3.1", "wrangler": "4.83.0" }, From 2d1e624d1ab1e58e63ffe43221a51588f7225067 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 17 Apr 2026 01:55:29 +0000 Subject: [PATCH 0917/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 74886f4..90ab9ab 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Apr 16 01:59:30 UTC 2026 +Update: Fri Apr 17 01:55:29 UTC 2026 From 7526be1b34fc6e840b418dd22ece43f9b3dfc000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 15:23:45 +0000 Subject: [PATCH 0918/1075] Bump @cloudflare/workers-types from 4.20260416.2 to 4.20260417.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260416.2 to 4.20260417.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260417.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65906bb..f8e216a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260416.2", + "@cloudflare/workers-types": "4.20260417.1", "@playform/build": "0.3.1", "wrangler": "4.83.0" }, From 811f48f0910d7fadd03d3f9133daeb79f329351e Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 18 Apr 2026 01:46:56 +0000 Subject: [PATCH 0919/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 90ab9ab..7c1e7e9 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Apr 17 01:55:29 UTC 2026 +Update: Sat Apr 18 01:46:56 UTC 2026 From a30cec8e54c833770f967cb0724d13cc19ac0f70 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 19 Apr 2026 01:59:46 +0000 Subject: [PATCH 0920/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7c1e7e9..39e9f0c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Apr 18 01:46:56 UTC 2026 +Update: Sun Apr 19 01:59:46 UTC 2026 From 84ee2a8999d8c07676f908bbe8cc8960ba566b90 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 20 Apr 2026 02:00:37 +0000 Subject: [PATCH 0921/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 39e9f0c..d524210 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Apr 19 01:59:46 UTC 2026 +Update: Mon Apr 20 02:00:37 UTC 2026 From bd3ec07e1a908f7228cd99b563d9bc6d07dde01f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 17:50:04 +0000 Subject: [PATCH 0922/1075] Bump actions/setup-node from 6.3.0 to 6.4.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6.3.0...v6.4.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index a87f83a..9b53a2b 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - - uses: actions/setup-node@v6.3.0 + - uses: actions/setup-node@v6.4.0 with: node-version: "18" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index c8a8b86..e2fcef5 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -76,7 +76,7 @@ jobs: --unsafe-perm=true ] - - uses: actions/setup-node@v6.3.0 + - uses: actions/setup-node@v6.4.0 with: node-version: ${{ matrix.node-version }} cache: "pnpm" From 85bf825ff3a8ea426e5edaa70ef0eb0d67e19768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 17:50:24 +0000 Subject: [PATCH 0923/1075] Bump @cloudflare/workers-types from 4.20260417.1 to 4.20260420.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260417.1 to 4.20260420.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260420.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8e216a..09f44a0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260417.1", + "@cloudflare/workers-types": "4.20260420.1", "@playform/build": "0.3.1", "wrangler": "4.83.0" }, From 3978813525c4bcf3c978ab1bbf10ebc33a7f0bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 17:50:36 +0000 Subject: [PATCH 0924/1075] Bump wrangler from 4.83.0 to 4.84.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.83.0 to 4.84.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.84.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.84.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8e216a..219cbd9 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260417.1", "@playform/build": "0.3.1", - "wrangler": "4.83.0" + "wrangler": "4.84.0" }, "publishConfig": { "access": "public", From 233861f4c56d1733d7e998221b0b01966164fe55 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 21 Apr 2026 01:56:19 +0000 Subject: [PATCH 0925/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d524210..97083d6 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Apr 20 02:00:37 UTC 2026 +Update: Tue Apr 21 01:56:19 UTC 2026 From f88f58cbbac334964390bf965b6faff5a255be36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:24:06 +0000 Subject: [PATCH 0926/1075] Bump @cloudflare/workers-types from 4.20260420.1 to 4.20260421.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260420.1 to 4.20260421.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260421.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62cbcbe..076f0bd 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260420.1", + "@cloudflare/workers-types": "4.20260421.1", "@playform/build": "0.3.1", "wrangler": "4.84.0" }, From 234ebb5b4c0d02290587c643827673a02db93a23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:24:18 +0000 Subject: [PATCH 0927/1075] Bump wrangler from 4.84.0 to 4.84.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.84.0 to 4.84.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.84.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.84.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62cbcbe..35ebf77 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260420.1", "@playform/build": "0.3.1", - "wrangler": "4.84.0" + "wrangler": "4.84.1" }, "publishConfig": { "access": "public", From 647b01ad91894c32735957e154ff3a3b9dc7199a Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 22 Apr 2026 01:54:54 +0000 Subject: [PATCH 0928/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 97083d6..c2893bf 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Apr 21 01:56:19 UTC 2026 +Update: Wed Apr 22 01:54:54 UTC 2026 From a050cc10f0ddfde07c2a18c0ab2acc0b1216d5c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:23:38 +0000 Subject: [PATCH 0929/1075] Bump pnpm/action-setup from 6.0.0 to 6.0.3 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.0 to 6.0.3. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6.0.0...v6.0.3) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index e2fcef5..e7fd298 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - - uses: pnpm/action-setup@v6.0.0 + - uses: pnpm/action-setup@v6.0.3 with: version: 9.3.0 run_install: | From f2b9f6096c1b074c04984f5d55dc58e12d52305a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:23:59 +0000 Subject: [PATCH 0930/1075] Bump @cloudflare/workers-types from 4.20260421.1 to 4.20260422.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260421.1 to 4.20260422.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260422.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 668f16a..7febe02 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260421.1", + "@cloudflare/workers-types": "4.20260422.1", "@playform/build": "0.3.1", "wrangler": "4.84.1" }, From 267ff8636f20748882c906aea0b72080df7e4d7b Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 23 Apr 2026 01:58:49 +0000 Subject: [PATCH 0931/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c2893bf..a60a768 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Apr 22 01:54:54 UTC 2026 +Update: Thu Apr 23 01:58:49 UTC 2026 From 71a6e79bdca4479eabf6ac0d9190e6d47d4a60d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 15:24:24 +0000 Subject: [PATCH 0932/1075] Bump @cloudflare/workers-types from 4.20260422.1 to 4.20260423.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260422.1 to 4.20260423.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260423.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7febe02..1530390 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260422.1", + "@cloudflare/workers-types": "4.20260423.1", "@playform/build": "0.3.1", "wrangler": "4.84.1" }, From 472279fac9877c4358c83b48a383d78c941b2e9a Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 24 Apr 2026 01:59:16 +0000 Subject: [PATCH 0933/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a60a768..96ce96f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Apr 23 01:58:49 UTC 2026 +Update: Fri Apr 24 01:59:16 UTC 2026 From 214aaad2f001c7aec3cee0ad2de7adf70129c4a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 15:23:31 +0000 Subject: [PATCH 0934/1075] Bump pozil/auto-assign-issue from 2.2.0 to 3.0.0 Bumps [pozil/auto-assign-issue](https://github.com/pozil/auto-assign-issue) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/pozil/auto-assign-issue/releases) - [Commits](https://github.com/pozil/auto-assign-issue/compare/v2.2.0...v3.0.0) --- updated-dependencies: - dependency-name: pozil/auto-assign-issue dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/GitHub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml index 165c538..34136f3 100644 --- a/.github/workflows/GitHub.yml +++ b/.github/workflows/GitHub.yml @@ -52,7 +52,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: pozil/auto-assign-issue@v2.2.0 + - uses: pozil/auto-assign-issue@v3.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: NikolaRHristov From 83c744438feea1cb93ba090ac940ec4c4bad1ba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 15:23:50 +0000 Subject: [PATCH 0935/1075] Bump wrangler from 4.84.1 to 4.85.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.84.1 to 4.85.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/HEAD/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.85.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1530390..439729c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260423.1", "@playform/build": "0.3.1", - "wrangler": "4.84.1" + "wrangler": "4.85.0" }, "publishConfig": { "access": "public", From a26ec7c84fcb2d5abde751f561b252688956aa56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 15:23:59 +0000 Subject: [PATCH 0936/1075] Bump @cloudflare/workers-types from 4.20260423.1 to 4.20260424.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260423.1 to 4.20260424.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260424.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1530390..e9f169c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260423.1", + "@cloudflare/workers-types": "4.20260424.1", "@playform/build": "0.3.1", "wrangler": "4.84.1" }, From 1d6e5338e99156c3e9680a6c82c86b8628a498d0 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 25 Apr 2026 01:49:23 +0000 Subject: [PATCH 0937/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 96ce96f..d88efc9 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Apr 24 01:59:16 UTC 2026 +Update: Sat Apr 25 01:49:23 UTC 2026 From 36ecc9e07a569dba4bf456a8a0a93168e3077ac8 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 26 Apr 2026 02:02:25 +0000 Subject: [PATCH 0938/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d88efc9..89f45ee 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Apr 25 01:49:23 UTC 2026 +Update: Sun Apr 26 02:02:25 UTC 2026 From 032db3ee2364091f2f1fa4aee20218303de51c68 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 27 Apr 2026 02:05:14 +0000 Subject: [PATCH 0939/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 89f45ee..5f8f0af 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Apr 26 02:02:25 UTC 2026 +Update: Mon Apr 27 02:05:14 UTC 2026 From 7a7f2092b7cdb7ab9bb9c40f62a29745e76a067e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 19:12:01 +0000 Subject: [PATCH 0940/1075] Bump @cloudflare/workers-types from 4.20260424.1 to 4.20260426.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260424.1 to 4.20260426.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260426.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11a555e..c7b5a1d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260424.1", + "@cloudflare/workers-types": "4.20260426.1", "@playform/build": "0.3.1", "wrangler": "4.85.0" }, From 15ae92ed16793e5a7fe3afd8e5ef835e9aa94386 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 28 Apr 2026 02:11:23 +0000 Subject: [PATCH 0941/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5f8f0af..6ff4456 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Apr 27 02:05:14 UTC 2026 +Update: Tue Apr 28 02:11:23 UTC 2026 From 420f91d9805030ef7faedcc85fac738630a4ca47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 15:26:30 +0000 Subject: [PATCH 0942/1075] Bump wrangler from 4.85.0 to 4.86.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.85.0 to 4.86.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.86.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.86.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7b5a1d..c00570b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260426.1", "@playform/build": "0.3.1", - "wrangler": "4.85.0" + "wrangler": "4.86.0" }, "publishConfig": { "access": "public", From 7a017925e2b1898914f223730eb6d4ded518e499 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 29 Apr 2026 02:12:33 +0000 Subject: [PATCH 0943/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6ff4456..700aec5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Apr 28 02:11:23 UTC 2026 +Update: Wed Apr 29 02:12:33 UTC 2026 From 7869012fbcff3ee58ea4b7bd0aa03c5e0440d888 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 30 Apr 2026 02:12:54 +0000 Subject: [PATCH 0944/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 700aec5..943dcd5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Apr 29 02:12:33 UTC 2026 +Update: Thu Apr 30 02:12:54 UTC 2026 From 5f9ffb275e6bba58765b27a2dc4c6a7f3fa9e127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 15:24:38 +0000 Subject: [PATCH 0945/1075] Bump @cloudflare/workers-types from 4.20260426.1 to 4.20260430.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260426.1 to 4.20260430.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260430.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c00570b..b38134e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260426.1", + "@cloudflare/workers-types": "4.20260430.1", "@playform/build": "0.3.1", "wrangler": "4.86.0" }, From c0540d9087060d36bfc7e730953b8336c37c33d4 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 1 May 2026 02:26:28 +0000 Subject: [PATCH 0946/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 943dcd5..bf7a9cb 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Apr 30 02:12:54 UTC 2026 +Update: Fri May 1 02:26:28 UTC 2026 From e1ba13d588daaf1289acea31f6b7c33b292a6f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 18:24:41 +0000 Subject: [PATCH 0947/1075] Bump pnpm/action-setup from 6.0.3 to 6.0.4 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.3 to 6.0.4. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6.0.3...v6.0.4) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index e7fd298..ad93204 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - - uses: pnpm/action-setup@v6.0.3 + - uses: pnpm/action-setup@v6.0.4 with: version: 9.3.0 run_install: | From 948fc77d713c7aed588c106e8ae518c79a5be1c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 18:24:59 +0000 Subject: [PATCH 0948/1075] Bump @cloudflare/workers-types from 4.20260430.1 to 4.20260501.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260430.1 to 4.20260501.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260501.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b38134e..0dcd363 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260430.1", + "@cloudflare/workers-types": "4.20260501.1", "@playform/build": "0.3.1", "wrangler": "4.86.0" }, From c7599cd20b19ea151ef2579de94d8239c3f74e93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 18:25:11 +0000 Subject: [PATCH 0949/1075] Bump wrangler from 4.86.0 to 4.87.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.86.0 to 4.87.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.87.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.87.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b38134e..12d7606 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260430.1", "@playform/build": "0.3.1", - "wrangler": "4.86.0" + "wrangler": "4.87.0" }, "publishConfig": { "access": "public", From 64148d26e8851b1edacba28f80f0655e5101a2ca Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 2 May 2026 02:03:30 +0000 Subject: [PATCH 0950/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index bf7a9cb..160d516 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri May 1 02:26:28 UTC 2026 +Update: Sat May 2 02:03:30 UTC 2026 From 2b0b9ab0e3625f99cedd673a8bc1c5c4cb7c9fc5 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 3 May 2026 02:09:18 +0000 Subject: [PATCH 0951/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 160d516..597a800 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat May 2 02:03:30 UTC 2026 +Update: Sun May 3 02:09:18 UTC 2026 From ef9ae7888dcf9c818c59bd3cecd2a4b840824741 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 4 May 2026 02:08:07 +0000 Subject: [PATCH 0952/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 597a800..e51fd97 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun May 3 02:09:18 UTC 2026 +Update: Mon May 4 02:08:07 UTC 2026 From f56e63f59a49724189910700f23895457aa7d8b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 19:43:45 +0000 Subject: [PATCH 0953/1075] Bump pnpm/action-setup from 6.0.4 to 6.0.5 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.4 to 6.0.5. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6.0.4...v6.0.5) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index ad93204..c1f7263 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - - uses: pnpm/action-setup@v6.0.4 + - uses: pnpm/action-setup@v6.0.5 with: version: 9.3.0 run_install: | From 6b841fedb22bc7a38c99d9a48cb3ab223a9eb150 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 5 May 2026 02:07:08 +0000 Subject: [PATCH 0954/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e51fd97..d81823c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon May 4 02:08:07 UTC 2026 +Update: Tue May 5 02:07:08 UTC 2026 From 8713ec4b66260f3663b0cf0f77397acc286d0868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 15:24:49 +0000 Subject: [PATCH 0955/1075] Bump @cloudflare/workers-types from 4.20260501.1 to 4.20260505.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260501.1 to 4.20260505.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260505.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21176b7..925e5b0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260501.1", + "@cloudflare/workers-types": "4.20260505.1", "@playform/build": "0.3.1", "wrangler": "4.87.0" }, From 0ff1cf5bd1f0825e9a1f8459fda58870e7abc968 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 6 May 2026 02:07:30 +0000 Subject: [PATCH 0956/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d81823c..1d17f87 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue May 5 02:07:08 UTC 2026 +Update: Wed May 6 02:07:30 UTC 2026 From a9ac127405cee23c77ee7a353d531796c098fa66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 15:32:21 +0000 Subject: [PATCH 0957/1075] Bump @cloudflare/workers-types from 4.20260505.1 to 4.20260506.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260505.1 to 4.20260506.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260506.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 925e5b0..4d06e6e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260505.1", + "@cloudflare/workers-types": "4.20260506.1", "@playform/build": "0.3.1", "wrangler": "4.87.0" }, From 3239eecb0f8f3a77648835bfa11d2a6600e2d9fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 15:32:33 +0000 Subject: [PATCH 0958/1075] Bump wrangler from 4.87.0 to 4.88.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.87.0 to 4.88.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.88.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.88.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 925e5b0..3163385 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260505.1", "@playform/build": "0.3.1", - "wrangler": "4.87.0" + "wrangler": "4.88.0" }, "publishConfig": { "access": "public", From bbf7357012f51845826bf85405591964b3497541 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 7 May 2026 02:09:27 +0000 Subject: [PATCH 0959/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 1d17f87..bd6a0bf 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed May 6 02:07:30 UTC 2026 +Update: Thu May 7 02:09:27 UTC 2026 From 47ed7e1a21127996e28be1e0e351d4c72db212b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 15:40:26 +0000 Subject: [PATCH 0960/1075] Bump @cloudflare/workers-types from 4.20260506.1 to 4.20260507.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260506.1 to 4.20260507.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260507.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aae8054..c210044 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260506.1", + "@cloudflare/workers-types": "4.20260507.1", "@playform/build": "0.3.1", "wrangler": "4.88.0" }, From 3d7b79e1fa2d3de92f7a85ac32f0aff067697c9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 15:40:38 +0000 Subject: [PATCH 0961/1075] Bump wrangler from 4.88.0 to 4.89.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.88.0 to 4.89.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.89.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.89.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aae8054..03c2143 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260506.1", "@playform/build": "0.3.1", - "wrangler": "4.88.0" + "wrangler": "4.89.0" }, "publishConfig": { "access": "public", From dd19ddd340450f3c3b69863de94c145d27427b74 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 8 May 2026 02:26:05 +0000 Subject: [PATCH 0962/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index bd6a0bf..0584b33 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu May 7 02:09:27 UTC 2026 +Update: Fri May 8 02:26:05 UTC 2026 From b268a516578576877844c2729fb4c354123a577e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 15:26:49 +0000 Subject: [PATCH 0963/1075] Bump wrangler from 4.89.0 to 4.90.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.89.0 to 4.90.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.90.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.90.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1a99c9..5b572c4 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260507.1", "@playform/build": "0.3.1", - "wrangler": "4.89.0" + "wrangler": "4.90.0" }, "publishConfig": { "access": "public", From cf447ac93644bd5b9b3276b1f3ea557a1fa893d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 15:26:56 +0000 Subject: [PATCH 0964/1075] Bump @cloudflare/workers-types from 4.20260507.1 to 4.20260508.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260507.1 to 4.20260508.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260508.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1a99c9..e49bfb1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260507.1", + "@cloudflare/workers-types": "4.20260508.1", "@playform/build": "0.3.1", "wrangler": "4.89.0" }, From 511d7c70fafff55da59c7325fd2274c51d5a041d Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 9 May 2026 02:10:39 +0000 Subject: [PATCH 0965/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0584b33..f5c28be 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri May 8 02:26:05 UTC 2026 +Update: Sat May 9 02:10:39 UTC 2026 From da169a3b6771878bb607621db7a6659c63b41924 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 10 May 2026 02:12:25 +0000 Subject: [PATCH 0966/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f5c28be..fb11310 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat May 9 02:10:39 UTC 2026 +Update: Sun May 10 02:12:25 UTC 2026 From 202841ac6c41eb050b18cb8e386d3193e977a7f3 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 11 May 2026 02:30:28 +0000 Subject: [PATCH 0967/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index fb11310..f0dbae5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun May 10 02:12:25 UTC 2026 +Update: Mon May 11 02:30:27 UTC 2026 From 3426416a49b5ea6e35ab38264b7ff1cd6ceb9ad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 23:07:55 +0000 Subject: [PATCH 0968/1075] Bump pnpm/action-setup from 6.0.5 to 6.0.7 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.5 to 6.0.7. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6.0.5...v6.0.7) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index c1f7263..2f7c615 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - - uses: pnpm/action-setup@v6.0.5 + - uses: pnpm/action-setup@v6.0.7 with: version: 9.3.0 run_install: | From 0b852ebab81abcda87e3d89245d221c20d700110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 23:08:20 +0000 Subject: [PATCH 0969/1075] Bump @cloudflare/workers-types from 4.20260508.1 to 4.20260511.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260508.1 to 4.20260511.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260511.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 214ac7d..797e9b1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260508.1", + "@cloudflare/workers-types": "4.20260511.1", "@playform/build": "0.3.1", "wrangler": "4.90.0" }, From f5383135ab4f27636a3a62b4a2b2c3212235f191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 23:09:48 +0000 Subject: [PATCH 0970/1075] Bump @playform/build from 0.3.1 to 0.3.2 Bumps [@playform/build](https://github.com/PlayForm/Build) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/PlayForm/Build/releases) - [Changelog](https://github.com/PlayForm/Build/blob/Current/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Build/compare/v0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: "@playform/build" dependency-version: 0.3.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 797e9b1..edf1de0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20260511.1", - "@playform/build": "0.3.1", + "@playform/build": "0.3.2", "wrangler": "4.90.0" }, "publishConfig": { From cb56c7ab571a2ee184f416f54488a72f3e1b731b Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 12 May 2026 02:24:26 +0000 Subject: [PATCH 0971/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f0dbae5..5f965ff 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon May 11 02:30:27 UTC 2026 +Update: Tue May 12 02:24:26 UTC 2026 From a266cf404e416a41906d2128db1b72d6846e8d49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 20:57:45 +0000 Subject: [PATCH 0972/1075] Bump pnpm/action-setup from 6.0.7 to 6.0.8 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.7 to 6.0.8. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6.0.7...v6.0.8) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 2f7c615..9c8e312 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - - uses: pnpm/action-setup@v6.0.7 + - uses: pnpm/action-setup@v6.0.8 with: version: 9.3.0 run_install: | From 849114d12bb11a6b601b932861043d8e79ce2bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 20:58:05 +0000 Subject: [PATCH 0973/1075] Bump wrangler from 4.90.0 to 4.90.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.90.0 to 4.90.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.90.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.90.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index edf1de0..f1a435d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260511.1", "@playform/build": "0.3.2", - "wrangler": "4.90.0" + "wrangler": "4.90.1" }, "publishConfig": { "access": "public", From 373c2dad77b4d361cb70fcaac0b0d17c50ae0056 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 13 May 2026 02:30:42 +0000 Subject: [PATCH 0974/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5f965ff..f4d0926 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue May 12 02:24:26 UTC 2026 +Update: Wed May 13 02:30:42 UTC 2026 From e2c0c98cc1abf3706e262c9ed0f5d266eb5a276e Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 14 May 2026 02:31:45 +0000 Subject: [PATCH 0975/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f4d0926..6bc2fab 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed May 13 02:30:42 UTC 2026 +Update: Thu May 14 02:31:45 UTC 2026 From 530314c3201fc59c6f4c3e588d2f671376afb204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 15:23:56 +0000 Subject: [PATCH 0976/1075] Bump wrangler from 4.90.1 to 4.91.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.90.1 to 4.91.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.91.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.91.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f1a435d..0cf9a68 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260511.1", "@playform/build": "0.3.2", - "wrangler": "4.90.1" + "wrangler": "4.91.0" }, "publishConfig": { "access": "public", From 92a97dab6c481b5f6b1b52f8275c6140c6272c2c Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 15 May 2026 02:31:11 +0000 Subject: [PATCH 0977/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6bc2fab..f7f5e4a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu May 14 02:31:45 UTC 2026 +Update: Fri May 15 02:31:11 UTC 2026 From 1e7d1b62fcb37f85c46fc46db850ecc162a9a721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 15:28:06 +0000 Subject: [PATCH 0978/1075] Bump wrangler from 4.91.0 to 4.92.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.91.0 to 4.92.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.92.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.92.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0cf9a68..2bcee13 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260511.1", "@playform/build": "0.3.2", - "wrangler": "4.91.0" + "wrangler": "4.92.0" }, "publishConfig": { "access": "public", From 5f1d4906b51f70198502206af582030474bd37f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 15:30:10 +0000 Subject: [PATCH 0979/1075] Bump @cloudflare/workers-types from 4.20260511.1 to 4.20260515.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260511.1 to 4.20260515.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260515.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2bcee13..18b0e5d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260511.1", + "@cloudflare/workers-types": "4.20260515.1", "@playform/build": "0.3.2", "wrangler": "4.92.0" }, From 507fb654073fe540736c6c4f1f9f53670496d55a Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 16 May 2026 02:13:09 +0000 Subject: [PATCH 0980/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f7f5e4a..c6ed0c3 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri May 15 02:31:11 UTC 2026 +Update: Sat May 16 02:13:09 UTC 2026 From 6288eb40a27d41025839b57ef2d30f6ce349b924 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 17 May 2026 02:28:29 +0000 Subject: [PATCH 0981/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c6ed0c3..4fe8197 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat May 16 02:13:09 UTC 2026 +Update: Sun May 17 02:28:29 UTC 2026 From 2ea34568a496cf57ea12c303f6885e635758e167 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 18 May 2026 02:38:42 +0000 Subject: [PATCH 0982/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 4fe8197..accb82b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun May 17 02:28:29 UTC 2026 +Update: Mon May 18 02:38:42 UTC 2026 From f94dc1e7c778e0c2db2e50aa34ee7e161d78788b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 00:57:19 +0000 Subject: [PATCH 0983/1075] Bump @cloudflare/workers-types from 4.20260515.1 to 4.20260518.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260515.1 to 4.20260518.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260518.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18b0e5d..659d7ee 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260515.1", + "@cloudflare/workers-types": "4.20260518.1", "@playform/build": "0.3.2", "wrangler": "4.92.0" }, From a81be3ff56bf5beaf91e0fe08db4bd4ad4669196 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 19 May 2026 02:37:06 +0000 Subject: [PATCH 0984/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index accb82b..30b9b30 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon May 18 02:38:42 UTC 2026 +Update: Tue May 19 02:37:06 UTC 2026 From 892a5753db8781689395fadab84e2f2a502a55ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 00:55:29 +0000 Subject: [PATCH 0985/1075] Bump wrangler from 4.92.0 to 4.93.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.92.0 to 4.93.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.93.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.93.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 659d7ee..a09e96d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260518.1", "@playform/build": "0.3.2", - "wrangler": "4.92.0" + "wrangler": "4.93.0" }, "publishConfig": { "access": "public", From 8e75ecaa23cfe3da651662b4a45de74087bd362d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 00:57:43 +0000 Subject: [PATCH 0986/1075] Bump @cloudflare/workers-types from 4.20260518.1 to 4.20260519.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260518.1 to 4.20260519.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260519.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a09e96d..5d18cb1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260518.1", + "@cloudflare/workers-types": "4.20260519.1", "@playform/build": "0.3.2", "wrangler": "4.93.0" }, From 089d071a9e1d8d1efdbe7dbb6e14d62db7a84f30 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 20 May 2026 02:37:09 +0000 Subject: [PATCH 0987/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 30b9b30..715c637 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue May 19 02:37:06 UTC 2026 +Update: Wed May 20 02:37:09 UTC 2026 From a2fa82d561b81cfcf3e995a78b7002e84231ec5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 20:32:33 +0000 Subject: [PATCH 0988/1075] Bump @cloudflare/workers-types from 4.20260519.1 to 4.20260520.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260519.1 to 4.20260520.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260520.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d18cb1..1bebb7a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260519.1", + "@cloudflare/workers-types": "4.20260520.1", "@playform/build": "0.3.2", "wrangler": "4.93.0" }, From 632f368a1307279a73d62f7de5dcc9d6e2da138c Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 21 May 2026 02:39:31 +0000 Subject: [PATCH 0989/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 715c637..895357b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed May 20 02:37:09 UTC 2026 +Update: Thu May 21 02:39:31 UTC 2026 From a5d4bdea0b0e3cfa06586660f435678b0f0b8746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 16:49:35 +0000 Subject: [PATCH 0990/1075] Bump @cloudflare/workers-types from 4.20260520.1 to 4.20260521.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260520.1 to 4.20260521.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260521.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1bebb7a..6ade22a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260520.1", + "@cloudflare/workers-types": "4.20260521.1", "@playform/build": "0.3.2", "wrangler": "4.93.0" }, From 8756c687796a7ec63eef0e07cb5d19f3038a6775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 16:49:47 +0000 Subject: [PATCH 0991/1075] Bump wrangler from 4.93.0 to 4.93.1 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.93.0 to 4.93.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.93.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.93.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1bebb7a..a0d2866 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260520.1", "@playform/build": "0.3.2", - "wrangler": "4.93.0" + "wrangler": "4.93.1" }, "publishConfig": { "access": "public", From d7b43bdbf43adbd0bcf91c427c9a194bf44f3909 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 22 May 2026 02:40:40 +0000 Subject: [PATCH 0992/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 895357b..9c51969 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu May 21 02:39:31 UTC 2026 +Update: Fri May 22 02:40:40 UTC 2026 From 597f8f72aa00676101287eed249950f5d001c965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 15:26:40 +0000 Subject: [PATCH 0993/1075] Bump @cloudflare/workers-types from 4.20260521.1 to 4.20260522.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260521.1 to 4.20260522.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260522.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cdfe984..dcb8fc0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260521.1", + "@cloudflare/workers-types": "4.20260522.1", "@playform/build": "0.3.2", "wrangler": "4.93.1" }, From 5c33a79a487b011e9593ce848534f212c5f0ab52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 15:26:53 +0000 Subject: [PATCH 0994/1075] Bump wrangler from 4.93.1 to 4.94.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.93.1 to 4.94.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.94.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.94.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cdfe984..8c394fd 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260521.1", "@playform/build": "0.3.2", - "wrangler": "4.93.1" + "wrangler": "4.94.0" }, "publishConfig": { "access": "public", From eba20cea7909c69aa4486577a37e237caf888fa4 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 23 May 2026 02:26:10 +0000 Subject: [PATCH 0995/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9c51969..6c63784 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri May 22 02:40:40 UTC 2026 +Update: Sat May 23 02:26:10 UTC 2026 From edc159a91009f07579abf207880bf73c77ec9106 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 24 May 2026 02:35:47 +0000 Subject: [PATCH 0996/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6c63784..93ee388 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat May 23 02:26:10 UTC 2026 +Update: Sun May 24 02:35:47 UTC 2026 From 6c4970ec414688d1d949fdf1fcaca083309161e1 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 25 May 2026 02:44:38 +0000 Subject: [PATCH 0997/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 93ee388..a5dc63a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun May 24 02:35:47 UTC 2026 +Update: Mon May 25 02:44:38 UTC 2026 From ab8013535045b9faecd66390dafbbe8e42098753 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 21:32:08 +0000 Subject: [PATCH 0998/1075] Bump ad-m/github-push-action from 1.1.0 to 1.3.0 Bumps [ad-m/github-push-action](https://github.com/ad-m/github-push-action) from 1.1.0 to 1.3.0. - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/v1.1.0...v1.3.0) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Auto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Auto.yml b/.github/workflows/Auto.yml index f706007..a6bacbe 100644 --- a/.github/workflows/Auto.yml +++ b/.github/workflows/Auto.yml @@ -62,7 +62,7 @@ jobs: git add . git commit -a --allow-empty-message -m "" - - uses: ad-m/github-push-action@v1.1.0 + - uses: ad-m/github-push-action@v1.3.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: Current From f819990ad9b0c13c370522fac4ca5ba9dbf14cd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 21:32:35 +0000 Subject: [PATCH 0999/1075] Bump @cloudflare/workers-types from 4.20260522.1 to 4.20260525.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260522.1 to 4.20260525.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260525.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62b7507..f48451b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260522.1", + "@cloudflare/workers-types": "4.20260525.1", "@playform/build": "0.3.2", "wrangler": "4.94.0" }, From 84df74f88870ba0e547c3a6f349676856c02e2a1 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 26 May 2026 02:33:40 +0000 Subject: [PATCH 1000/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a5dc63a..b1b4baf 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon May 25 02:44:38 UTC 2026 +Update: Tue May 26 02:33:40 UTC 2026 From 6318fcb7cc6d9b95fee669f194678b837f699968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:02:06 +0000 Subject: [PATCH 1001/1075] Bump wrangler from 4.94.0 to 4.95.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.94.0 to 4.95.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/HEAD/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.95.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f48451b..d21a967 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260525.1", "@playform/build": "0.3.2", - "wrangler": "4.94.0" + "wrangler": "4.95.0" }, "publishConfig": { "access": "public", From f75807f5e70f835c0f2be6aabc7c333029ef30a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:04:21 +0000 Subject: [PATCH 1002/1075] Bump @cloudflare/workers-types from 4.20260525.1 to 4.20260526.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260525.1 to 4.20260526.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260526.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d21a967..ebc7765 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260525.1", + "@cloudflare/workers-types": "4.20260526.1", "@playform/build": "0.3.2", "wrangler": "4.95.0" }, From 0ae5b18b2933e85aa8b238833ae48649f5aa00f6 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 27 May 2026 02:43:33 +0000 Subject: [PATCH 1003/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b1b4baf..02fa485 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue May 26 02:33:40 UTC 2026 +Update: Wed May 27 02:43:33 UTC 2026 From 177ffc078ea9eee22dc9306bb3fc77dd908c4e38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 17:59:09 +0000 Subject: [PATCH 1004/1075] Bump @cloudflare/workers-types from 4.20260526.1 to 4.20260527.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260526.1 to 4.20260527.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260527.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ebc7765..daa62b6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260526.1", + "@cloudflare/workers-types": "4.20260527.1", "@playform/build": "0.3.2", "wrangler": "4.95.0" }, From dde56b75c153bc4a2f380abbebb24d7dd358e488 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 28 May 2026 02:30:35 +0000 Subject: [PATCH 1005/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 02fa485..e20c3fa 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed May 27 02:43:33 UTC 2026 +Update: Thu May 28 02:30:35 UTC 2026 From 7d9f32819a5488af045a8180029e76f1be4adb16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 17:31:50 +0000 Subject: [PATCH 1006/1075] Bump @cloudflare/workers-types from 4.20260527.1 to 4.20260528.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260527.1 to 4.20260528.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260528.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index daa62b6..eeb7ca1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260527.1", + "@cloudflare/workers-types": "4.20260528.1", "@playform/build": "0.3.2", "wrangler": "4.95.0" }, From cb0d7143a83f042bf509dcd2da4bcc79e567347c Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 29 May 2026 02:34:47 +0000 Subject: [PATCH 1007/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e20c3fa..5fe216e 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu May 28 02:30:35 UTC 2026 +Update: Fri May 29 02:34:47 UTC 2026 From 50da956f2bd89be93899bc077fd3ce5a8d52daab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 18:32:26 +0000 Subject: [PATCH 1008/1075] Bump @cloudflare/workers-types from 4.20260528.1 to 4.20260529.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260528.1 to 4.20260529.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260529.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eeb7ca1..2b24a5f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260528.1", + "@cloudflare/workers-types": "4.20260529.1", "@playform/build": "0.3.2", "wrangler": "4.95.0" }, From 1e29124b206a7ab1fe46bcc67581c891b14a6fa1 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 30 May 2026 02:28:50 +0000 Subject: [PATCH 1009/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5fe216e..f5f863c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri May 29 02:34:47 UTC 2026 +Update: Sat May 30 02:28:50 UTC 2026 From 42913378c1dd42f718c188e64a21b0d9f79fe5db Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 31 May 2026 02:45:40 +0000 Subject: [PATCH 1010/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f5f863c..50368fa 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat May 30 02:28:50 UTC 2026 +Update: Sun May 31 02:45:40 UTC 2026 From c23d5a539c09788fbbeed541f6c359a4a649ae5f Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 1 Jun 2026 02:54:22 +0000 Subject: [PATCH 1011/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 50368fa..cf5295b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun May 31 02:45:40 UTC 2026 +Update: Mon Jun 1 02:54:22 UTC 2026 From 6569fc1b1d84bd8204a9dc12d5f26641d2a36180 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 2 Jun 2026 02:51:23 +0000 Subject: [PATCH 1012/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index cf5295b..ea01f97 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jun 1 02:54:22 UTC 2026 +Update: Tue Jun 2 02:51:23 UTC 2026 From bd82a5cafb7e00aded4d4668df02e178fd9c415b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:32:44 +0000 Subject: [PATCH 1013/1075] Bump pozil/auto-assign-issue from 3.0.0 to 4.0.0 Bumps [pozil/auto-assign-issue](https://github.com/pozil/auto-assign-issue) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/pozil/auto-assign-issue/releases) - [Commits](https://github.com/pozil/auto-assign-issue/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: pozil/auto-assign-issue dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/GitHub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml index 34136f3..ae50335 100644 --- a/.github/workflows/GitHub.yml +++ b/.github/workflows/GitHub.yml @@ -52,7 +52,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: pozil/auto-assign-issue@v3.0.0 + - uses: pozil/auto-assign-issue@v4.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: NikolaRHristov From 118648c4c6bd0bdaefa5a14e25ffc96b2110bae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:33:10 +0000 Subject: [PATCH 1014/1075] Bump wrangler from 4.95.0 to 4.97.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.95.0 to 4.97.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.97.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.97.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b24a5f..bfeb089 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260529.1", "@playform/build": "0.3.2", - "wrangler": "4.95.0" + "wrangler": "4.97.0" }, "publishConfig": { "access": "public", From 5024235e57a857c6a024240023317a82fc6d4498 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:33:20 +0000 Subject: [PATCH 1015/1075] Bump @cloudflare/workers-types from 4.20260529.1 to 4.20260602.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260529.1 to 4.20260602.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260602.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b24a5f..79d991c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260529.1", + "@cloudflare/workers-types": "4.20260602.1", "@playform/build": "0.3.2", "wrangler": "4.95.0" }, From 1b1c95ec047c90e0c563b274e62f135af675624c Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 3 Jun 2026 03:26:20 +0000 Subject: [PATCH 1016/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ea01f97..3e1e973 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jun 2 02:51:23 UTC 2026 +Update: Wed Jun 3 03:26:20 UTC 2026 From 2ae4dd3f50cdefeda23f3a85260d312d14b75f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 02:13:47 +0000 Subject: [PATCH 1017/1075] Bump @cloudflare/workers-types from 4.20260602.1 to 4.20260604.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260602.1 to 4.20260604.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260604.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de4c5f1..5669605 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260602.1", + "@cloudflare/workers-types": "4.20260604.1", "@playform/build": "0.3.2", "wrangler": "4.97.0" }, From bd20aaaf6de5de8f71af3f7736dcc8b27ca5fe3d Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 4 Jun 2026 02:55:16 +0000 Subject: [PATCH 1018/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 3e1e973..2c890ca 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jun 3 03:26:20 UTC 2026 +Update: Thu Jun 4 02:55:16 UTC 2026 From 3d0c5e088ef1b8799708f5383cb25eacdeed49fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:23:04 +0000 Subject: [PATCH 1019/1075] Bump wrangler from 4.97.0 to 4.98.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.97.0 to 4.98.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/HEAD/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.98.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5669605..e5ae71e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260604.1", "@playform/build": "0.3.2", - "wrangler": "4.97.0" + "wrangler": "4.98.0" }, "publishConfig": { "access": "public", From c33984ee2fa06c74c51280f51e0a2eabd27f38fa Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 5 Jun 2026 02:43:23 +0000 Subject: [PATCH 1020/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 2c890ca..552db9d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jun 4 02:55:16 UTC 2026 +Update: Fri Jun 5 02:43:23 UTC 2026 From bd7df95d79d5a6c171e527721d9589178cec5894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:23:01 +0000 Subject: [PATCH 1021/1075] Bump @cloudflare/workers-types from 4.20260604.1 to 4.20260605.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260604.1 to 4.20260605.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260605.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e5ae71e..8ca27b9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260604.1", + "@cloudflare/workers-types": "4.20260605.1", "@playform/build": "0.3.2", "wrangler": "4.98.0" }, From 02f49dbc1724936de31375d747aff797f6fc1ddf Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 6 Jun 2026 02:30:35 +0000 Subject: [PATCH 1022/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 552db9d..6cef280 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jun 5 02:43:23 UTC 2026 +Update: Sat Jun 6 02:30:35 UTC 2026 From 3199caa6b22dde5367cd7f3f12db18be91e03647 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 7 Jun 2026 02:49:28 +0000 Subject: [PATCH 1023/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6cef280..1937cab 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jun 6 02:30:35 UTC 2026 +Update: Sun Jun 7 02:49:28 UTC 2026 From 5360974d5aebafd96e6bd0b8e194146935aaf36c Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 8 Jun 2026 02:52:12 +0000 Subject: [PATCH 1024/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 1937cab..e169653 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jun 7 02:49:28 UTC 2026 +Update: Mon Jun 8 02:52:12 UTC 2026 From ef076c5d25dbf7a674bcd3ff2c656e328da28fab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:23:13 +0000 Subject: [PATCH 1025/1075] Bump @cloudflare/workers-types from 4.20260605.1 to 4.20260608.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260605.1 to 4.20260608.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260608.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ca27b9..1ec00b7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260605.1", + "@cloudflare/workers-types": "4.20260608.1", "@playform/build": "0.3.2", "wrangler": "4.98.0" }, From ed41c4aaf86e4b75d5dc9dfd2f923137c8b777e1 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 9 Jun 2026 02:29:47 +0000 Subject: [PATCH 1026/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e169653..0302a1e 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jun 8 02:52:12 UTC 2026 +Update: Tue Jun 9 02:29:47 UTC 2026 From c39a95860f8036064df2b875643d71e58a4919f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 15:23:13 +0000 Subject: [PATCH 1027/1075] Bump @cloudflare/workers-types from 4.20260608.1 to 4.20260609.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260608.1 to 4.20260609.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260609.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ec00b7..ee69a4e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260608.1", + "@cloudflare/workers-types": "4.20260609.1", "@playform/build": "0.3.2", "wrangler": "4.98.0" }, From 4ba300d4824c2ce9347f5faa291b7442178eb48b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 15:23:26 +0000 Subject: [PATCH 1028/1075] Bump wrangler from 4.98.0 to 4.99.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.98.0 to 4.99.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.99.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.99.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ec00b7..f5fd940 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260608.1", "@playform/build": "0.3.2", - "wrangler": "4.98.0" + "wrangler": "4.99.0" }, "publishConfig": { "access": "public", From 768e7c95f788021a0c48c6b36e06b9663412a761 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 10 Jun 2026 02:43:15 +0000 Subject: [PATCH 1029/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0302a1e..1375f43 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jun 9 02:29:47 UTC 2026 +Update: Wed Jun 10 02:43:15 UTC 2026 From 3811dda447efea2d9f1da053a91d781dcfed4d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 15:23:13 +0000 Subject: [PATCH 1030/1075] Bump @cloudflare/workers-types from 4.20260609.1 to 4.20260610.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260609.1 to 4.20260610.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260610.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eeac30d..fc63fba 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260609.1", + "@cloudflare/workers-types": "4.20260610.1", "@playform/build": "0.3.2", "wrangler": "4.99.0" }, From 1d8e483d230823ef4726ccfe6a4e3ef212704650 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 11 Jun 2026 02:52:53 +0000 Subject: [PATCH 1031/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 1375f43..614e67d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jun 10 02:43:15 UTC 2026 +Update: Thu Jun 11 02:52:53 UTC 2026 From d07e155d3e959e3eb208d8fca48102f2bce5e16f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 15:23:03 +0000 Subject: [PATCH 1032/1075] Bump pozil/auto-assign-issue from 4.0.0 to 4.0.1 Bumps [pozil/auto-assign-issue](https://github.com/pozil/auto-assign-issue) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/pozil/auto-assign-issue/releases) - [Commits](https://github.com/pozil/auto-assign-issue/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: pozil/auto-assign-issue dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/GitHub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml index ae50335..5d1a0c9 100644 --- a/.github/workflows/GitHub.yml +++ b/.github/workflows/GitHub.yml @@ -52,7 +52,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: pozil/auto-assign-issue@v4.0.0 + - uses: pozil/auto-assign-issue@v4.0.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: NikolaRHristov From b8c77e40d128447d051d824b017c63151e88a280 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 12 Jun 2026 02:49:30 +0000 Subject: [PATCH 1033/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 614e67d..f556291 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jun 11 02:52:53 UTC 2026 +Update: Fri Jun 12 02:49:30 UTC 2026 From 9ee7b9c0a83277b16e6e3ea3da16fb3588287dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:23:12 +0000 Subject: [PATCH 1034/1075] Bump wrangler from 4.99.0 to 4.100.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.99.0 to 4.100.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.100.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.100.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc63fba..9543bba 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260610.1", "@playform/build": "0.3.2", - "wrangler": "4.99.0" + "wrangler": "4.100.0" }, "publishConfig": { "access": "public", From ef3f60993b5e7316eb63603d8d34af82e37deeb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:25:32 +0000 Subject: [PATCH 1035/1075] Bump @cloudflare/workers-types from 4.20260610.1 to 4.20260612.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260610.1 to 4.20260612.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260612.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9543bba..2eee739 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260610.1", + "@cloudflare/workers-types": "4.20260612.1", "@playform/build": "0.3.2", "wrangler": "4.100.0" }, From 00e26ad0d49308403a8857b328154a144058f759 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 13 Jun 2026 02:42:05 +0000 Subject: [PATCH 1036/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f556291..32e19aa 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jun 12 02:49:30 UTC 2026 +Update: Sat Jun 13 02:42:05 UTC 2026 From 38c7b199054ff40b9649a9fc50243d885b9a4639 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 14 Jun 2026 02:53:37 +0000 Subject: [PATCH 1037/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 32e19aa..6a9e7cf 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jun 13 02:42:05 UTC 2026 +Update: Sun Jun 14 02:53:37 UTC 2026 From e20d70c0449434b13f94507223b2c4fc2e0590dd Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 15 Jun 2026 02:58:41 +0000 Subject: [PATCH 1038/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6a9e7cf..5092774 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jun 14 02:53:37 UTC 2026 +Update: Mon Jun 15 02:58:41 UTC 2026 From 934429b93f7679921384998bb10afb4e12a94cc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:22:54 +0000 Subject: [PATCH 1039/1075] Bump pnpm/action-setup from 6.0.8 to 6.0.9 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.8 to 6.0.9. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6.0.8...v6.0.9) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 9c8e312..9f45ba2 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - - uses: pnpm/action-setup@v6.0.8 + - uses: pnpm/action-setup@v6.0.9 with: version: 9.3.0 run_install: | From b5f3a8ebd55d9e85c2708c875116357b2b132255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:23:17 +0000 Subject: [PATCH 1040/1075] Bump @cloudflare/workers-types from 4.20260612.1 to 4.20260615.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260612.1 to 4.20260615.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260615.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2eee739..ccd2431 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260612.1", + "@cloudflare/workers-types": "4.20260615.1", "@playform/build": "0.3.2", "wrangler": "4.100.0" }, From 325125d7e5a90b3cab7aa0a4a3d2cfb6d3b51f16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:25:15 +0000 Subject: [PATCH 1041/1075] Bump actions/checkout from 6.0.2 to 6.0.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Auto.yml | 2 +- .github/workflows/Cloudflare.yml | 2 +- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Auto.yml b/.github/workflows/Auto.yml index a6bacbe..f703ced 100644 --- a/.github/workflows/Auto.yml +++ b/.github/workflows/Auto.yml @@ -51,7 +51,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - run: | echo "Update: $(date)" > .github/Update.md diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index ac3cd09..ea5437d 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -53,7 +53,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - uses: cloudflare/wrangler-action@v3.15.0 with: diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 9b53a2b..ba77f54 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -57,7 +57,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - uses: actions/setup-node@v6.4.0 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 9f45ba2..47f99c9 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -59,7 +59,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - uses: pnpm/action-setup@v6.0.9 with: From 5a248b9dd7e16b92818a2290899f86ef79f7e4ce Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 16 Jun 2026 02:59:11 +0000 Subject: [PATCH 1042/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5092774..8d44c27 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jun 15 02:58:41 UTC 2026 +Update: Tue Jun 16 02:59:11 UTC 2026 From 66cb0fb5157a1976c4d5273337d6fffecb9d11f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 15:23:11 +0000 Subject: [PATCH 1043/1075] Bump @cloudflare/workers-types from 4.20260615.1 to 4.20260616.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260615.1 to 4.20260616.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260616.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ccd2431..17dafb7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260615.1", + "@cloudflare/workers-types": "4.20260616.1", "@playform/build": "0.3.2", "wrangler": "4.100.0" }, From 1012bc3e034c7662a5f349343a15ce9c7b2d81e2 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 17 Jun 2026 03:10:12 +0000 Subject: [PATCH 1044/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 8d44c27..351e895 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jun 16 02:59:11 UTC 2026 +Update: Wed Jun 17 03:10:12 UTC 2026 From 248d7e24896be6c3e0b8848ae93331d9f0872fb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 15:23:13 +0000 Subject: [PATCH 1045/1075] Bump wrangler from 4.100.0 to 4.101.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.100.0 to 4.101.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.101.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.101.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17dafb7..d96be32 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260616.1", "@playform/build": "0.3.2", - "wrangler": "4.100.0" + "wrangler": "4.101.0" }, "publishConfig": { "access": "public", From d716c7c9165c74b61ddb595e7ee2a323eb9c1091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 15:25:41 +0000 Subject: [PATCH 1046/1075] Bump @cloudflare/workers-types from 4.20260616.1 to 4.20260617.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260616.1 to 4.20260617.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260617.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d96be32..63b547d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260616.1", + "@cloudflare/workers-types": "4.20260617.1", "@playform/build": "0.3.2", "wrangler": "4.101.0" }, From 7b511935b0aa4606beeb8c1d5572e3d3c60d6246 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 18 Jun 2026 02:50:59 +0000 Subject: [PATCH 1047/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 351e895..5b08a29 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jun 17 03:10:12 UTC 2026 +Update: Thu Jun 18 02:50:59 UTC 2026 From e24d946472974845a8bdf9a72ad104d6ac35d5bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 15:22:29 +0000 Subject: [PATCH 1048/1075] Bump actions/checkout from 6.0.3 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6.0.3...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Auto.yml | 2 +- .github/workflows/Cloudflare.yml | 2 +- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Auto.yml b/.github/workflows/Auto.yml index f703ced..1c94eac 100644 --- a/.github/workflows/Auto.yml +++ b/.github/workflows/Auto.yml @@ -51,7 +51,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - run: | echo "Update: $(date)" > .github/Update.md diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index ea5437d..321967f 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -53,7 +53,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - uses: cloudflare/wrangler-action@v3.15.0 with: diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index ba77f54..8450e55 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -57,7 +57,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - uses: actions/setup-node@v6.4.0 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 47f99c9..cc5ecd4 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -59,7 +59,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - uses: pnpm/action-setup@v6.0.9 with: From 35652c41eda6b8d7be95ca2a22c344ad99c493d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 15:23:12 +0000 Subject: [PATCH 1049/1075] Bump wrangler from 4.101.0 to 4.102.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.101.0 to 4.102.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.102.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.102.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63b547d..255b9a6 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260617.1", "@playform/build": "0.3.2", - "wrangler": "4.101.0" + "wrangler": "4.102.0" }, "publishConfig": { "access": "public", From 49eabcc47e8572d4f77b7eac371b1cca9ccc18d3 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 19 Jun 2026 03:37:06 +0000 Subject: [PATCH 1050/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5b08a29..4a449ad 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jun 18 02:50:59 UTC 2026 +Update: Fri Jun 19 03:37:06 UTC 2026 From e9111c379caf6b79ee9bc839ac2ebc240dec544d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 15:22:58 +0000 Subject: [PATCH 1051/1075] Bump wrangler from 4.102.0 to 4.103.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.102.0 to 4.103.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.103.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.103.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 255b9a6..0fd838d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260617.1", "@playform/build": "0.3.2", - "wrangler": "4.102.0" + "wrangler": "4.103.0" }, "publishConfig": { "access": "public", From 1715cda0e42b0479b39af55de857aca0eae9aaab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 15:25:14 +0000 Subject: [PATCH 1052/1075] Bump @cloudflare/workers-types from 4.20260617.1 to 4.20260619.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260617.1 to 4.20260619.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260619.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0fd838d..552c859 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260617.1", + "@cloudflare/workers-types": "4.20260619.1", "@playform/build": "0.3.2", "wrangler": "4.103.0" }, From 3499eefdcef41dbb03180600dc9d3779a790a738 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 20 Jun 2026 02:41:04 +0000 Subject: [PATCH 1053/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 4a449ad..11e9829 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jun 19 03:37:06 UTC 2026 +Update: Sat Jun 20 02:41:04 UTC 2026 From c52dcb9645a564c2c45728f3d61a2bbebd3b9979 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 21 Jun 2026 02:57:17 +0000 Subject: [PATCH 1054/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 11e9829..e026b4d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jun 20 02:41:04 UTC 2026 +Update: Sun Jun 21 02:57:17 UTC 2026 From a7b9f311228efa2a3e0f16558cecd28edb812bbb Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 22 Jun 2026 03:27:43 +0000 Subject: [PATCH 1055/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e026b4d..16d7b41 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jun 21 02:57:17 UTC 2026 +Update: Mon Jun 22 03:27:43 UTC 2026 From 46712d68aaa869a06ef05d53cf7985bf3fe778ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:23:10 +0000 Subject: [PATCH 1056/1075] Bump @cloudflare/workers-types from 4.20260619.1 to 4.20260621.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260619.1 to 4.20260621.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260621.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 552c859..3c1940b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260619.1", + "@cloudflare/workers-types": "4.20260621.1", "@playform/build": "0.3.2", "wrangler": "4.103.0" }, From 8baf170113c56da4f30196ddae74f2ba7ab8f148 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 23 Jun 2026 02:35:09 +0000 Subject: [PATCH 1057/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 16d7b41..1a2a83f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jun 22 03:27:43 UTC 2026 +Update: Tue Jun 23 02:35:09 UTC 2026 From a18a961e0e8fbaf81e88a577e16db8e1ae05d871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:23:04 +0000 Subject: [PATCH 1058/1075] Bump @cloudflare/workers-types from 4.20260621.1 to 4.20260623.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260621.1 to 4.20260623.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260623.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c1940b..957066b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260621.1", + "@cloudflare/workers-types": "4.20260623.1", "@playform/build": "0.3.2", "wrangler": "4.103.0" }, From e0c87caf1972993bed761f3c2f2dcbc6e43581f0 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 24 Jun 2026 02:35:34 +0000 Subject: [PATCH 1059/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 1a2a83f..5fd5c8e 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jun 23 02:35:09 UTC 2026 +Update: Wed Jun 24 02:35:34 UTC 2026 From f2b2a81dc1f929666da7a8a0aeca1a491bbb4fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:23:03 +0000 Subject: [PATCH 1060/1075] Bump wrangler from 4.103.0 to 4.104.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.103.0 to 4.104.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.104.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.104.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 957066b..9457ae9 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260623.1", "@playform/build": "0.3.2", - "wrangler": "4.103.0" + "wrangler": "4.104.0" }, "publishConfig": { "access": "public", From a71f31d538639808fe181fafc3e5ff82af57a94e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:25:16 +0000 Subject: [PATCH 1061/1075] Bump @cloudflare/workers-types from 4.20260623.1 to 4.20260624.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260623.1 to 4.20260624.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260624.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9457ae9..56c7c6e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260623.1", + "@cloudflare/workers-types": "4.20260624.1", "@playform/build": "0.3.2", "wrangler": "4.104.0" }, From f121f99bfb1c51fa7a3eb3ab20e3dd8c099239be Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 25 Jun 2026 02:37:07 +0000 Subject: [PATCH 1062/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5fd5c8e..ea8da3f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jun 24 02:35:34 UTC 2026 +Update: Thu Jun 25 02:37:07 UTC 2026 From 99b26b533e9d94177627172444035eac94eab22a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 15:23:03 +0000 Subject: [PATCH 1063/1075] Bump wrangler from 4.104.0 to 4.105.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.104.0 to 4.105.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.105.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.105.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56c7c6e..9ef1735 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260624.1", "@playform/build": "0.3.2", - "wrangler": "4.104.0" + "wrangler": "4.105.0" }, "publishConfig": { "access": "public", From c509ce7f235487cbea8bfc01f7be01ecf3ae598b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 15:23:12 +0000 Subject: [PATCH 1064/1075] Bump @cloudflare/workers-types from 4.20260624.1 to 4.20260625.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260624.1 to 4.20260625.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260625.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56c7c6e..3631c64 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260624.1", + "@cloudflare/workers-types": "4.20260625.1", "@playform/build": "0.3.2", "wrangler": "4.104.0" }, From 774e9128bd5e75c9fa3864fb6bb490cdae2404e4 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 26 Jun 2026 02:40:02 +0000 Subject: [PATCH 1065/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ea8da3f..4a48aa5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jun 25 02:37:07 UTC 2026 +Update: Fri Jun 26 02:40:02 UTC 2026 From 79c75b36303fc66d0ebd5df81bedfdda49b39daa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 15:22:52 +0000 Subject: [PATCH 1066/1075] Bump @cloudflare/workers-types from 4.20260625.1 to 4.20260626.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260625.1 to 4.20260626.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260626.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5609dbe..e9cf9fa 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260625.1", + "@cloudflare/workers-types": "4.20260626.1", "@playform/build": "0.3.2", "wrangler": "4.105.0" }, From 3bec7fc7dbf28494604c8ef13041faac72e1df99 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 27 Jun 2026 02:32:16 +0000 Subject: [PATCH 1067/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 4a48aa5..23e38f0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jun 26 02:40:02 UTC 2026 +Update: Sat Jun 27 02:32:16 UTC 2026 From d132747bc2fdab9a75a90b253c74f838537fb8e9 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 28 Jun 2026 02:45:16 +0000 Subject: [PATCH 1068/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 23e38f0..37b73e7 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jun 27 02:32:16 UTC 2026 +Update: Sun Jun 28 02:45:16 UTC 2026 From 3bcaafb19e1c4a6c12a009535bcd50c5d3b37de5 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 29 Jun 2026 02:45:51 +0000 Subject: [PATCH 1069/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 37b73e7..3e869d4 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jun 28 02:45:16 UTC 2026 +Update: Mon Jun 29 02:45:51 UTC 2026 From 5f4a5603d6c9e537af44e3238eb85bcdfbe74b65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 15:22:59 +0000 Subject: [PATCH 1070/1075] Bump @cloudflare/workers-types from 4.20260626.1 to 4.20260629.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260626.1 to 4.20260629.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260629.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9cf9fa..d504c4c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260626.1", + "@cloudflare/workers-types": "4.20260629.1", "@playform/build": "0.3.2", "wrangler": "4.105.0" }, From ba17a72a13b239b02fb8abf9fc14032fe7d4216c Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 30 Jun 2026 02:40:00 +0000 Subject: [PATCH 1071/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 3e869d4..edf979b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jun 29 02:45:51 UTC 2026 +Update: Tue Jun 30 02:40:00 UTC 2026 From f3070fca071ec42dc2f106ee19e4fa25aeacd22c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 15:22:53 +0000 Subject: [PATCH 1072/1075] Bump @cloudflare/workers-types from 4.20260629.1 to 4.20260630.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260629.1 to 4.20260630.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260630.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d504c4c..7bdf111 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260629.1", + "@cloudflare/workers-types": "4.20260630.1", "@playform/build": "0.3.2", "wrangler": "4.105.0" }, From e38d0e62c76dc58f5e1f5234ba0591288cc78081 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 1 Jul 2026 02:46:01 +0000 Subject: [PATCH 1073/1075] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index edf979b..47b0355 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jun 30 02:40:00 UTC 2026 +Update: Wed Jul 1 02:46:01 UTC 2026 From 36331e670beef6b170e259bffbe712a8fca65768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 15:23:06 +0000 Subject: [PATCH 1074/1075] Bump wrangler from 4.105.0 to 4.106.0 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.105.0 to 4.106.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.106.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.106.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7bdf111..b05d249 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20260630.1", "@playform/build": "0.3.2", - "wrangler": "4.105.0" + "wrangler": "4.106.0" }, "publishConfig": { "access": "public", From 24db9cc2fa7b2f73460bc12d06f9bb93ed4a7334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 15:25:17 +0000 Subject: [PATCH 1075/1075] Bump @cloudflare/workers-types from 4.20260630.1 to 4.20260701.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260630.1 to 4.20260701.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260701.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b05d249..1dd0849 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "itty-router": "6.0.0" }, "devDependencies": { - "@cloudflare/workers-types": "4.20260630.1", + "@cloudflare/workers-types": "4.20260701.1", "@playform/build": "0.3.2", "wrangler": "4.106.0" },