From 38ba57312d004d2f89f607fa75ed48835c3e47ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 18:54:08 +0000 Subject: [PATCH 001/264] Bump pozil/auto-assign-issue from 2.0.1 to 2.1.2 Bumps [pozil/auto-assign-issue](https://github.com/pozil/auto-assign-issue) from 2.0.1 to 2.1.2. - [Release notes](https://github.com/pozil/auto-assign-issue/releases) - [Commits](https://github.com/pozil/auto-assign-issue/compare/v2.0.1...v2.1.2) --- 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..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 From 49c90e3257546cf81d6d659432268bf1a28039a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:02:38 +0000 Subject: [PATCH 002/264] 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 98870adb396d4f87ef45e8956cc41b4f48475386 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 10 Jan 2025 08:30:36 +0200 Subject: [PATCH 003/264] --- .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 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 diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 6f4b89f..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.6.0 + - uses: actions/upload-artifact@v4.5.0 with: name: .-Node-${{ matrix.node-version }}-Target path: ./Target From 3873e2f6b4c1e22ff8eb7a211f6996db8afdd640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:23:56 +0000 Subject: [PATCH 004/264] 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 072c4e61b2c0db924efd7201b70a45a6ed552a83 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 12 Jan 2025 09:38:22 +0200 Subject: [PATCH 005/264] --- .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 997c69f0ce4aad29f78e55e444d214bcca3807dc Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 13 Jan 2025 08:25:00 +0200 Subject: [PATCH 006/264] --- .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 700c90c07842a2cfc17b69cf0cefba10a3d3138a Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 14 Jan 2025 01:03:44 +0000 Subject: [PATCH 007/264] --- .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..852e390 --- /dev/null +++ b/.github/Update.md @@ -0,0 +1 @@ +Update: Tue Jan 14 01:03:44 UTC 2025 From c00db5530f64059799328cba9c285be4fc7d38fd Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 15 Jan 2025 01:05:10 +0000 Subject: [PATCH 008/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 852e390..1c7902e 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jan 14 01:03:44 UTC 2025 +Update: Wed Jan 15 01:05:10 UTC 2025 From 306bef31d658c8437b05b4168ae8488324778f51 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 16 Jan 2025 01:04:32 +0000 Subject: [PATCH 009/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 1c7902e..3aae963 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jan 15 01:05:10 UTC 2025 +Update: Thu Jan 16 01:04:32 UTC 2025 From c04e8d3895a6be7e3828cb6d279321a16331b1e9 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 17 Jan 2025 01:04:26 +0000 Subject: [PATCH 010/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 3aae963..b4c8517 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jan 16 01:04:32 UTC 2025 +Update: Fri Jan 17 01:04:26 UTC 2025 From 1887c5cb2f102b91bd9a596d304192a27e34e470 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 18 Jan 2025 01:02:46 +0000 Subject: [PATCH 011/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b4c8517..dc570f7 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jan 17 01:04:26 UTC 2025 +Update: Sat Jan 18 01:02:46 UTC 2025 From 5eaa29d44ead5c4d2e460fdad561cdac42a721d4 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 19 Jan 2025 01:09:43 +0000 Subject: [PATCH 012/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index dc570f7..a8c28cc 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jan 18 01:02:46 UTC 2025 +Update: Sun Jan 19 01:09:43 UTC 2025 From ca1b0422097efba8be9b1ac2d6daecb7cb9aa1bf Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 20 Jan 2025 01:05:52 +0000 Subject: [PATCH 013/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a8c28cc..0815dba 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jan 19 01:09:43 UTC 2025 +Update: Mon Jan 20 01:05:52 UTC 2025 From a730a5ba35cc565ca44faabeaf31e3ab4d5eb5d8 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 21 Jan 2025 01:04:29 +0000 Subject: [PATCH 014/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0815dba..9189880 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jan 20 01:05:52 UTC 2025 +Update: Tue Jan 21 01:04:29 UTC 2025 From b501ce288c6f53fbb8f2aa127ee5a2fdfe5c36f3 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 22 Jan 2025 01:06:14 +0000 Subject: [PATCH 015/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9189880..eca15f3 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jan 21 01:04:29 UTC 2025 +Update: Wed Jan 22 01:06:14 UTC 2025 From c625266f1ac85d31caf9c29e7073943c1f026812 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 23 Jan 2025 01:04:47 +0000 Subject: [PATCH 016/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index eca15f3..a1cddaa 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jan 22 01:06:14 UTC 2025 +Update: Thu Jan 23 01:04:47 UTC 2025 From 1384493ec97f88a9bd98df25a625529a09fea4e2 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 23 Jan 2025 19:05:15 +0200 Subject: [PATCH 017/264] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 574e9a3..45ddd5c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@biomejs/wasm-nodejs": "1.9.4", "@playform/pipe": "0.1.2", "astro": "*", - "deepmerge-ts": "7.1.3" + "deepmerge-ts": "7.1.4" }, "devDependencies": { "@playform/build": "0.2.1" From 3cb93c4b3d1cb9603fca94eb7284db0b64629cbd Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 24 Jan 2025 01:05:09 +0000 Subject: [PATCH 018/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a1cddaa..45e337c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jan 23 01:04:47 UTC 2025 +Update: Fri Jan 24 01:05:09 UTC 2025 From 7ba1331b3645123ca533a569627705c32d577704 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 25 Jan 2025 01:01:31 +0000 Subject: [PATCH 019/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 45e337c..d39e04d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jan 24 01:05:09 UTC 2025 +Update: Sat Jan 25 01:01:31 UTC 2025 From 54bb54a89b421f9bf241eb9c9e51015a7f171052 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 26 Jan 2025 01:07:02 +0000 Subject: [PATCH 020/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d39e04d..9c548e6 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jan 25 01:01:31 UTC 2025 +Update: Sun Jan 26 01:07:02 UTC 2025 From 963defa74dd0758e6610a7d5cf465e023886b342 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 27 Jan 2025 01:47:49 +0200 Subject: [PATCH 021/264] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45ddd5c..4f18f06 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "license": "SEE LICENSE IN LICENSE", "author": { - "name": "🖋️ Source — 👐🏻 Open —", + "name": "Source 🖋️ Open 👐🏻", "email": "Source/Open@PlayForm.LTD", "url": "HTTPS://PlayForm.LTD" }, From 14673ec91719b6b66aed8c1750f20ff7aa1edcfc Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 27 Jan 2025 02:10:27 +0200 Subject: [PATCH 022/264] --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02a3141..4e908d0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Astro

Related —

Build
Dependency
Version
Star
Download
🗜️ Compress —
Build
Dependency
Version
Star
Download
🦔 Inline —
+

Astro

Related —

Build
Dependency
Version
Star
Download
Compress 🗜️
Build
Dependency
Version
Star
Download
Inline 🦔
# 🗻 [Format] — diff --git a/package.json b/package.json index 4f18f06..4fdb387 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@playform/format", "version": "0.0.8", "private": false, - "description": "🗻 Format —", + "description": "Format 🗻", "keywords": [ "astro", "astro-component", From 883b1f30bc319ff63149a8c59e02eee8b3ea655a Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 27 Jan 2025 01:06:04 +0000 Subject: [PATCH 023/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9c548e6..8d34fa2 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jan 26 01:07:02 UTC 2025 +Update: Mon Jan 27 01:06:04 UTC 2025 From 544cd09825771e6964076a24ac7880976b634b8a Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 27 Jan 2025 05:36:01 +0200 Subject: [PATCH 024/264] --- .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 0d249884f0683b0a69b457447d26001c0d4594dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 03:41:22 +0000 Subject: [PATCH 025/264] 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 07857f722667b178f8bf5300a56005ded5ce1d7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 18:56:04 +0000 Subject: [PATCH 026/264] 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 0df389be8004e80d61fea24b1f8ce77e7e722746 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 28 Jan 2025 01:04:46 +0000 Subject: [PATCH 027/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 8d34fa2..046710a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jan 27 01:06:04 UTC 2025 +Update: Tue Jan 28 01:04:46 UTC 2025 From c302c83df03876bdc57735408075c758318c8c6f Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 29 Jan 2025 02:22:30 +0200 Subject: [PATCH 028/264] --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 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" diff --git a/README.md b/README.md index 4e908d0..785eee2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Astro

Related —

Build
Dependency
Version
Star
Download
Compress 🗜️
Build
Dependency
Version
Star
Download
Inline 🦔
-# 🗻 [Format] — +# [Format] 🗻 This **[`Astro integration`][astro-integration]** brings Biome tools to your Astro project. @@ -12,7 +12,7 @@ project. > `Format` will not lint / format your requests, only your statically generated > build and pre-rendered routes. -## 🚀 Installation +## Installation 🚀 There are two ways to add integrations to your project. Let's try the most convenient option first! From f5cfb33d4c3a583b3e713e15f762a40bc1b66887 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 29 Jan 2025 01:04:44 +0000 Subject: [PATCH 029/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 046710a..57a0a8b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jan 28 01:04:46 UTC 2025 +Update: Wed Jan 29 01:04:44 UTC 2025 From 44600135da8bab7b157f400c251830b6d2e3946c Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 30 Jan 2025 01:03:54 +0000 Subject: [PATCH 030/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 57a0a8b..252e880 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jan 29 01:04:44 UTC 2025 +Update: Thu Jan 30 01:03:54 UTC 2025 From c912385bf9bcf2dead27ec254b7a0b9e52d6a108 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 31 Jan 2025 01:05:02 +0000 Subject: [PATCH 031/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 252e880..ce0c090 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jan 30 01:03:54 UTC 2025 +Update: Fri Jan 31 01:05:02 UTC 2025 From 37407eb1950700de9a5a5dffe48b93f09c94292e Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 1 Feb 2025 01:08:48 +0000 Subject: [PATCH 032/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ce0c090..e32d274 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jan 31 01:05:02 UTC 2025 +Update: Sat Feb 1 01:08:48 UTC 2025 From c8c2784d3ffd951f568243d1efffb9288675bffe Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 2 Feb 2025 01:08:30 +0000 Subject: [PATCH 033/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e32d274..47e7554 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Feb 1 01:08:48 UTC 2025 +Update: Sun Feb 2 01:08:30 UTC 2025 From bdcec556047998d6021f2f2b604e3c97fe7c0260 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 3 Feb 2025 01:06:05 +0000 Subject: [PATCH 034/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 47e7554..fee4c69 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Feb 2 01:08:30 UTC 2025 +Update: Mon Feb 3 01:06:05 UTC 2025 From 20a2f8eee052afab861dc6481a5c37fc68fbf1f9 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 4 Feb 2025 01:04:56 +0000 Subject: [PATCH 035/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index fee4c69..758633c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Feb 3 01:06:05 UTC 2025 +Update: Tue Feb 4 01:04:56 UTC 2025 From 6a7ab6bf5bc619b541f73ab3cf430ad23b4edc6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 18:55:44 +0000 Subject: [PATCH 036/264] 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 03d3ff1652e825808c6db2e84270e969f8075b8a Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 5 Feb 2025 01:05:50 +0000 Subject: [PATCH 037/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 758633c..7b693a2 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Feb 4 01:04:56 UTC 2025 +Update: Wed Feb 5 01:05:50 UTC 2025 From c499512a065a3d0289978ef25f8b0b311f85b0c5 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 5 Feb 2025 11:34:56 +0200 Subject: [PATCH 038/264] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 785eee2..03c0706 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Astro

Related —

Build
Dependency
Version
Star
Download
Compress 🗜️
Build
Dependency
Version
Star
Download
Inline 🦔
+

Astro

Related

Build
Dependency
Version
Star
Download
Compress 🗜️
Build
Dependency
Version
Star
Download
Inline 🦔
# [Format] 🗻 From b1d93a567fda2755e73f3fd2ed37d51ab6434bea Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 6 Feb 2025 01:05:59 +0000 Subject: [PATCH 039/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7b693a2..7cc081f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Feb 5 01:05:50 UTC 2025 +Update: Thu Feb 6 01:05:59 UTC 2025 From 59b8e262005ff18e7eedc65b94743589d2439080 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 6 Feb 2025 10:04:44 +0200 Subject: [PATCH 040/264] --- CHANGELOG.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c687174..56981f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ ## 0.0.8 -### Changed +### Change - Updated to Biome 1.9.4. - Enforced stricter code style with `useFilenamingConvention`. - Updated dependencies. - Improved developer experience with better logging and error handling. -### Added +### Add - `Run` script to package.json for building with watch mode. - Provenance to package.json. @@ -18,7 +18,7 @@ ## 0.0.7 -### Changed +### Change - Updated to Biome 1.8.3. - Improved logging for debugging. @@ -30,33 +30,33 @@ ## 0.0.6 -### Changed +### Change - Updated to Biome 1.8.2. - Improved code organization. - Updated `@playform/pipe` dependency to 0.0.6. - Updated `@playform/build` dependency to 0.0.11. -### Added +### Add - Introduced a new `Merge` function for merging configuration objects. ## 0.0.5 -### Changed +### Change - Updated dependencies, including bumping Biome to 1.8.0, Astro to "\*", and `deepmerge-ts` to 7.0.3. ## 0.0.4 -### Changed +### Change - Bumped version. ## 0.0.3 -### Changed +### Change - Updated to Biome 1.7.3. - Restructured codebase. @@ -64,18 +64,18 @@ - Updated dependencies: bumped `@playform/pipe` to 0.0.5, `astro` to 4.9.2, `deepmerge-ts` to 7.0.1, and `@playform/build` to 0.0.10. -### Added +### Add - Support for Astro integration. - `astro-biome`, `astro-format`, and `format` scripts to package.json. ## 0.0.2 -### Changed +### Change - Updated dependencies. -### Added +### Add - Astro integrations. - `astro-component`, `astro-integration`, and `withastro` scripts to @@ -83,6 +83,6 @@ ## 0.0.1 -### Added +### Add - Initial release of Format. From 6de24be3ece661bddabd4eeaf34e7dc823e3cb34 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 7 Feb 2025 01:06:09 +0000 Subject: [PATCH 041/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7cc081f..f7dc476 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Feb 6 01:05:59 UTC 2025 +Update: Fri Feb 7 01:06:09 UTC 2025 From 0d9a04cdebc932fccb73f7965ca281eef0669ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 18:44:52 +0000 Subject: [PATCH 042/264] 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 7cd268ca45c5ad9102febc02e43f88b0dbbe7a2d Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 8 Feb 2025 01:04:09 +0000 Subject: [PATCH 043/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f7dc476..dbbb3be 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Feb 7 01:06:09 UTC 2025 +Update: Sat Feb 8 01:04:09 UTC 2025 From 285ba4a0e9f827dab6707541688f71c66c1e6e4f Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 9 Feb 2025 01:09:34 +0000 Subject: [PATCH 044/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index dbbb3be..6d3ca57 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Feb 8 01:04:09 UTC 2025 +Update: Sun Feb 9 01:09:34 UTC 2025 From 0ad701816c015c350b250bb54f53a2172d4b73ed Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 10 Feb 2025 01:07:12 +0000 Subject: [PATCH 045/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6d3ca57..0fb7228 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Feb 9 01:09:34 UTC 2025 +Update: Mon Feb 10 01:07:12 UTC 2025 From 645f3136e1d3e2c89c59b708c577de1050aefccb Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 11 Feb 2025 01:05:45 +0000 Subject: [PATCH 046/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0fb7228..9043f35 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Feb 10 01:07:12 UTC 2025 +Update: Tue Feb 11 01:05:45 UTC 2025 From 0f300111560cb2592e9d083288048270fefc1ec0 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 12 Feb 2025 01:06:00 +0000 Subject: [PATCH 047/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9043f35..7c75468 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Feb 11 01:05:45 UTC 2025 +Update: Wed Feb 12 01:06:00 UTC 2025 From f54d7c913f9bea387ee8f4d3647bc07263acf41c Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 12 Feb 2025 13:57:09 +0200 Subject: [PATCH 048/264] s Signed-off-by: Nikola Hristov --- biome.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 9b50afd..73e188b 100644 --- a/biome.json +++ b/biome.json @@ -68,7 +68,9 @@ "correctness": { "all": true, "noNodejsModules": "off", - "noUnusedVariables": "off" + "noUndeclaredDependencies": "off", + "noUnusedVariables": "off", + "useJsxKeyInIterable": "off" }, "nursery": { "all": true, From 2c1f4141183a9c516237f8d560d37ae8898f4ff0 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 13 Feb 2025 01:06:31 +0000 Subject: [PATCH 049/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7c75468..ce0ec8f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Feb 12 01:06:00 UTC 2025 +Update: Thu Feb 13 01:06:31 UTC 2025 From fc1cfbf6d2a22646223aca52ec76d42544657a51 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 14 Feb 2025 01:06:10 +0000 Subject: [PATCH 050/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ce0ec8f..920745b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Feb 13 01:06:31 UTC 2025 +Update: Fri Feb 14 01:06:10 UTC 2025 From 17ec6dab69ebdbd2f523a929e2290201f682e267 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 15 Feb 2025 01:05:17 +0000 Subject: [PATCH 051/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 920745b..9331e2a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Feb 14 01:06:10 UTC 2025 +Update: Sat Feb 15 01:05:17 UTC 2025 From c1079f9adc673c7d24a5724275ed8cadf889fc8c Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 16 Feb 2025 01:11:44 +0000 Subject: [PATCH 052/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9331e2a..f3d0fc5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Feb 15 01:05:17 UTC 2025 +Update: Sun Feb 16 01:11:44 UTC 2025 From 5f70264c7373fd4d736168a0bd6bd962fc474be9 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 17 Feb 2025 01:09:07 +0000 Subject: [PATCH 053/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f3d0fc5..d07f3d8 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Feb 16 01:11:44 UTC 2025 +Update: Mon Feb 17 01:09:07 UTC 2025 From 4ebdeab440457bc5a817c2d53ec139e4ce2c2245 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 18 Feb 2025 01:48:47 +0200 Subject: [PATCH 054/264] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4fdb387..5e7925b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "license": "SEE LICENSE IN LICENSE", "author": { - "name": "Source 🖋️ Open 👐🏻", + "name": "Source ✍🏻 Open 👐🏻", "email": "Source/Open@PlayForm.LTD", "url": "HTTPS://PlayForm.LTD" }, From 0ca564ce7b71470d39cf7b10bfded1207a280f13 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 18 Feb 2025 01:06:10 +0000 Subject: [PATCH 055/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d07f3d8..c28d6b4 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Feb 17 01:09:07 UTC 2025 +Update: Tue Feb 18 01:06:10 UTC 2025 From 58c510815e64d7210416ca767e99faa740c0f75c Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 19 Feb 2025 01:06:36 +0000 Subject: [PATCH 056/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c28d6b4..b6b6969 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Feb 18 01:06:10 UTC 2025 +Update: Wed Feb 19 01:06:36 UTC 2025 From 372a06ddc35fdd91231b92c37cbdf66a4dfc1801 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 20 Feb 2025 01:06:53 +0000 Subject: [PATCH 057/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b6b6969..5064b83 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Feb 19 01:06:36 UTC 2025 +Update: Thu Feb 20 01:06:53 UTC 2025 From be210520a3d9f2e9e874af7a6dda21a54f72b368 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 21 Feb 2025 01:07:13 +0000 Subject: [PATCH 058/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5064b83..a879345 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Feb 20 01:06:53 UTC 2025 +Update: Fri Feb 21 01:07:12 UTC 2025 From 8b92d01711f8687576c6f70691473738c7bd9fb1 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 22 Feb 2025 01:04:50 +0000 Subject: [PATCH 059/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a879345..e1f812a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Feb 21 01:07:12 UTC 2025 +Update: Sat Feb 22 01:04:50 UTC 2025 From c42a1dada48a9247a064ff07ab893bc258a61724 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 23 Feb 2025 01:11:42 +0000 Subject: [PATCH 060/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e1f812a..01a556c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Feb 22 01:04:50 UTC 2025 +Update: Sun Feb 23 01:11:41 UTC 2025 From 1fb543830e0eb77ac35bc5dbc6225376e69819ab Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 24 Feb 2025 01:09:07 +0000 Subject: [PATCH 061/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 01a556c..d16f2d6 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Feb 23 01:11:41 UTC 2025 +Update: Mon Feb 24 01:09:07 UTC 2025 From c60fbf4f806aa66d3ad13448fd7576fc9d5b885b Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 24 Feb 2025 11:19:59 +0200 Subject: [PATCH 062/264] --- biome.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/biome.json b/biome.json index 73e188b..8b25aa7 100644 --- a/biome.json +++ b/biome.json @@ -6,8 +6,10 @@ "**/Documentation/**/*", "**/Target/**/*", "**/dist/**/*", + "**/Test/**/*", "package.json" ], + "ignoreUnknown": true, "maxSize": 10000000 }, "formatter": { From 6d287b40a29b72e50989deb5cbc1112da023cd4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 18:22:23 +0000 Subject: [PATCH 063/264] Bump deepmerge-ts from 7.1.4 to 7.1.5 Bumps [deepmerge-ts](https://github.com/RebeccaStevens/deepmerge-ts) from 7.1.4 to 7.1.5. - [Release notes](https://github.com/RebeccaStevens/deepmerge-ts/releases) - [Changelog](https://github.com/RebeccaStevens/deepmerge-ts/blob/main/CHANGELOG.md) - [Commits](https://github.com/RebeccaStevens/deepmerge-ts/compare/v7.1.4...v7.1.5) --- updated-dependencies: - dependency-name: deepmerge-ts dependency-type: direct:production 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 5e7925b..d907151 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@biomejs/wasm-nodejs": "1.9.4", "@playform/pipe": "0.1.2", "astro": "*", - "deepmerge-ts": "7.1.4" + "deepmerge-ts": "7.1.5" }, "devDependencies": { "@playform/build": "0.2.1" From 15f837ce62edb0caa19c5fa1e9e6afd04c3f4e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 18:44:40 +0000 Subject: [PATCH 064/264] 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 748456247bdf3e88a8ef914c4d35fa6b22c61f36 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 25 Feb 2025 01:08:21 +0000 Subject: [PATCH 065/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d16f2d6..6e57b79 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Feb 24 01:09:07 UTC 2025 +Update: Tue Feb 25 01:08:21 UTC 2025 From a9d2e9ba2a2ca1edef5aac54aece736442c79fb2 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 25 Feb 2025 11:38:08 +0200 Subject: [PATCH 066/264] --- Source/Function/Configuration.ts | 6 +++--- Source/Function/Integration.ts | 4 ++-- biome.json | 30 ++---------------------------- 3 files changed, 7 insertions(+), 33 deletions(-) diff --git a/Source/Function/Configuration.ts b/Source/Function/Configuration.ts index ae5d251..5a56268 100644 --- a/Source/Function/Configuration.ts +++ b/Source/Function/Configuration.ts @@ -16,7 +16,7 @@ export default (async (...[File]) => { return ( await readFile( resolve( - `${(await import("path")).dirname( + `${(await import("node:path")).dirname( (await import("url")).fileURLToPath(import.meta.url), )}/../../${File}`, ), @@ -26,6 +26,6 @@ export default (async (...[File]) => { } }) satisfies Interface as Interface; -export const { readFile } = await import("fs/promises"); +export const { readFile } = await import("node:fs/promises"); -export const { resolve } = await import("path"); +export const { resolve } = await import("node:path"); diff --git a/Source/Function/Integration.ts b/Source/Function/Integration.ts index d5c626f..4c4715a 100644 --- a/Source/Function/Integration.ts +++ b/Source/Function/Integration.ts @@ -61,7 +61,7 @@ export default ((...[_Option = {}]) => { Wrote: async ({ Buffer, Output }) => { try { return _Biome.formatContent(Buffer.toString(), { - filePath: (await import("path")).resolve( + filePath: (await import("node:path")).resolve( Output, ), }).content; @@ -77,7 +77,7 @@ export default ((...[_Option = {}]) => { // _Biome // .lintContent(Buffer.toString(), { // filePath: ( - // await import("path") + // await import("node:path") // ).resolve(Output), // }) // .diagnostics.forEach( diff --git a/biome.json b/biome.json index 8b25aa7..d37950c 100644 --- a/biome.json +++ b/biome.json @@ -1,14 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/biomejs/biome/main/packages/%40biomejs/biome/configuration_schema.json", "files": { - "ignore": [ - "**/*.astro", - "**/Documentation/**/*", - "**/Target/**/*", - "**/dist/**/*", - "**/Test/**/*", - "package.json" - ], "ignoreUnknown": true, "maxSize": 10000000 }, @@ -56,37 +48,23 @@ "linter": { "enabled": true, "rules": { - "a11y": { - "all": true - }, - "all": true, "complexity": { - "all": true, "noExcessiveCognitiveComplexity": "off", "noForEach": "off", "noUselessLoneBlockStatements": "off", "useLiteralKeys": "off" }, "correctness": { - "all": true, "noNodejsModules": "off", "noUndeclaredDependencies": "off", "noUnusedVariables": "off", "useJsxKeyInIterable": "off" }, "nursery": { - "all": true, - "useImportRestrictions": "off", "useSortedClasses": "off" }, - "performance": { - "all": true - }, - "security": { - "all": true - }, + "style": { - "all": true, "noDefaultExport": "off", "noUselessElse": "off", "useFilenamingConvention": { @@ -102,14 +80,10 @@ "useShorthandFunctionType": "off" }, "suspicious": { - "all": true, - "noConsoleLog": "off" + "noConsole": "off" } } }, - "organizeImports": { - "enabled": false - }, "vcs": { "clientKind": "git", "enabled": true, From 92ae145e072468e58b8591b9c1e8066e42e9e2f6 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 26 Feb 2025 01:08:08 +0000 Subject: [PATCH 067/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6e57b79..628315e 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Feb 25 01:08:21 UTC 2025 +Update: Wed Feb 26 01:08:08 UTC 2025 From 800724f28e859c9bde4c608da4cb678db16ab0cf Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 27 Feb 2025 01:08:14 +0000 Subject: [PATCH 068/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 628315e..d5d3e26 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Feb 26 01:08:08 UTC 2025 +Update: Thu Feb 27 01:08:14 UTC 2025 From c74dcf498bb4268ff2f9524b571c5202bdde4e62 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 28 Feb 2025 01:08:42 +0000 Subject: [PATCH 069/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d5d3e26..a8d1106 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Feb 27 01:08:14 UTC 2025 +Update: Fri Feb 28 01:08:42 UTC 2025 From d8b3b35baf0d2f9095b18ed29d36282c2fe5462e Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 1 Mar 2025 01:13:09 +0000 Subject: [PATCH 070/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a8d1106..59a26eb 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Feb 28 01:08:42 UTC 2025 +Update: Sat Mar 1 01:13:09 UTC 2025 From b5f7193101cd1fe797181d99dc3c6a6da7ab7501 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 2 Mar 2025 01:12:22 +0000 Subject: [PATCH 071/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 59a26eb..1035bb5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Mar 1 01:13:09 UTC 2025 +Update: Sun Mar 2 01:12:22 UTC 2025 From 63b92a99289cf9f5e527a78d8046621f282877d6 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 3 Mar 2025 00:02:29 +0200 Subject: [PATCH 072/264] --- CODE_OF_CONDUCT.md | 63 +++++++++++++++++++++++----------------------- CONTRIBUTING.md | 31 +++++++++++------------ DEPENDENTS.md | 16 ++++++------ README.md | 11 ++++---- 4 files changed, 61 insertions(+), 60 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 diff --git a/DEPENDENTS.md b/DEPENDENTS.md index ecf460d..e91fc5a 100644 --- a/DEPENDENTS.md +++ b/DEPENDENTS.md @@ -1,12 +1,14 @@ # Dependents stats for PlayForm/Format [![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=3&color=informational&logo=slickpic)](HTTPS://GitHub.Com/PlayForm/Format/network/dependents) -[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=3&color=informational&logo=slickpic)](HTTPS://GitHub.Com/PlayForm/Format/network/dependents) -[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=-3&color=informational&logo=slickpic)](HTTPS://GitHub.Com/PlayForm/Format/network/dependents) -[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=24&color=informational&logo=slickpic)](HTTPS://GitHub.Com/PlayForm/Format/network/dependents) +[![Generated by github-dependents-info]()](HTTPS://GitHub.Com/PlayForm/Format/network/dependents) +[![Generated by github-dependents-info]()](HTTPS://GitHub.Com/PlayForm/Format/network/dependents) +[![Generated by github-dependents-info]()](HTTPS://GitHub.Com/PlayForm/Format/network/dependents) -| Repository | Stars | -| :-------- | -----: | -|   [PlayForm](HTTPS://GitHub.Com/PlayForm) / [Starter](HTTPS://GitHub.Com/PlayForm/Starter) | 12 | +| Repository | Stars | +| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----: | +|   [PlayForm](HTTPS://GitHub.Com/PlayForm) / [Starter](HTTPS://GitHub.Com/PlayForm/Starter) | 12 | -_Generated using [github-dependents-info](HTTPS://GitHub.Com/nvuillam/github-dependents-info), by [Nicolas Vuillamy](HTTPS://GitHub.Com/nvuillam)_ +_Generated using +[github-dependents-info](HTTPS://GitHub.Com/nvuillam/github-dependents-info), by +[Nicolas Vuillamy](HTTPS://GitHub.Com/nvuillam)_ diff --git a/README.md b/README.md index 03c0706..de2ec84 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ # [Format] 🗻 -This **[`Astro integration`][astro-integration]** brings Biome tools to your Astro -project. +This **[`Astro integration`][astro-integration]** brings Biome tools to your +Astro project. [`Biome`][Biome] @@ -67,12 +67,13 @@ export default { integrations: [Biome()] }; ## Getting started -The utility will now lint and format with [`Biome`][Biome] all of your JavaScript -and TypeScript files, including CommonJS modules in the Astro `outDir` folder. +The utility will now lint and format with [`Biome`][Biome] all of your +JavaScript and TypeScript files, including CommonJS modules in the Astro +`outDir` folder. You can override any of the default options from the configurations of: -- [`biome`](Source/Option/Biome.ts) +- [`biome`](Source/Option/Biome.ts) or disable them entirely: From ec70b05fa7c41975282256f25f31e5a79ad5eb21 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 3 Mar 2025 01:10:42 +0000 Subject: [PATCH 073/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 1035bb5..f315fae 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Mar 2 01:12:22 UTC 2025 +Update: Mon Mar 3 01:10:42 UTC 2025 From f7b45a285cc12a4990394676e8f6a345fc45052a Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 4 Mar 2025 01:09:22 +0000 Subject: [PATCH 074/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f315fae..f2ef71e 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Mar 3 01:10:42 UTC 2025 +Update: Tue Mar 4 01:09:22 UTC 2025 From b6ac5d2b6445bd51b8f5c348c5c09032d7d6e68d Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 4 Mar 2025 22:57:23 +0200 Subject: [PATCH 075/264] --- Target/Function/Configuration.js | 2 +- Target/Function/Integration.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Target/Function/Configuration.js b/Target/Function/Configuration.js index fc9e1c5..b2ef64a 100644 --- a/Target/Function/Configuration.js +++ b/Target/Function/Configuration.js @@ -1 +1 @@ -var i=async(...[t])=>{try{return(await r(a(`${(await import("process")).cwd()}/${t}`),"utf-8")).toString()}catch{return(await r(a(`${(await import("path")).dirname((await import("url")).fileURLToPath(import.meta.url))}/../../${t}`),"utf-8")).toString()}};const{readFile:r}=await import("fs/promises"),{resolve:a}=await import("path");export{i as default,r as readFile,a as resolve}; +var i=async(...[t])=>{try{return(await r(a(`${(await import("process")).cwd()}/${t}`),"utf-8")).toString()}catch{return(await r(a(`${(await import("node:path")).dirname((await import("url")).fileURLToPath(import.meta.url))}/../../${t}`),"utf-8")).toString()}};const{readFile:r}=await import("node:fs/promises"),{resolve:a}=await import("node:path");export{i as default,r as readFile,a as resolve}; diff --git a/Target/Function/Integration.js b/Target/Function/Integration.js index deef1a3..7cdf4ea 100644 --- a/Target/Function/Integration.js +++ b/Target/Function/Integration.js @@ -1 +1 @@ -var h=(...[r={}])=>{Object.entries(r).forEach(([t,i])=>Object.defineProperty(r,t,{value:i===!0?f[t]:r[t]}));const{Path:e,Cache:c,Logger:p,Exclude:m,Action:y,Biome:n}=s(f,r),o=new Set;return typeof e<"u"&&((Array.isArray(e)||e instanceof Set)&&e.forEach(t=>o.add(t)),e instanceof Map&&o.add(e)),{name:"@playform/format",hooks:{"astro:build:done":async({dir:t})=>{o.size===0&&o.add(t);const i=await(await import("@biomejs/js-api")).Biome.create({distribution:(await import("@biomejs/js-api")).Distribution.NODE});try{n&&typeof n=="object"&&i.applyConfiguration(n)}catch(a){console.log(a)}const l=s(y,{Wrote:async({Buffer:a,Output:d})=>{try{return i.formatContent(a.toString(),{filePath:(await import("path")).resolve(d)}).content}catch(u){return console.log(u),a}}});for(const a of o)await(await(await(await new(await import("@playform/pipe")).default(c,p).In(a)).By("**/*.{js,mjs,cjs,ts,json}")).Not(m)).Pipe(l)}}}};const{default:f}=await import("../Variable/Option.js"),{default:s}=await import("./Merge.js");export{f as Default,s as Merge,h as default}; +var h=(...[r={}])=>{Object.entries(r).forEach(([t,i])=>Object.defineProperty(r,t,{value:i===!0?f[t]:r[t]}));const{Path:e,Cache:c,Logger:p,Exclude:m,Action:y,Biome:n}=s(f,r),o=new Set;return typeof e<"u"&&((Array.isArray(e)||e instanceof Set)&&e.forEach(t=>o.add(t)),e instanceof Map&&o.add(e)),{name:"@playform/format",hooks:{"astro:build:done":async({dir:t})=>{o.size===0&&o.add(t);const i=await(await import("@biomejs/js-api")).Biome.create({distribution:(await import("@biomejs/js-api")).Distribution.NODE});try{n&&typeof n=="object"&&i.applyConfiguration(n)}catch(a){console.log(a)}const l=s(y,{Wrote:async({Buffer:a,Output:d})=>{try{return i.formatContent(a.toString(),{filePath:(await import("node:path")).resolve(d)}).content}catch(u){return console.log(u),a}}});for(const a of o)await(await(await(await new(await import("@playform/pipe")).default(c,p).In(a)).By("**/*.{js,mjs,cjs,ts,json}")).Not(m)).Pipe(l)}}}};const{default:f}=await import("../Variable/Option.js"),{default:s}=await import("./Merge.js");export{f as Default,s as Merge,h as default}; From 7fad7382b5c124dff553784a6808f23d45e10e4e Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 5 Mar 2025 01:09:28 +0000 Subject: [PATCH 076/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f2ef71e..436f198 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Mar 4 01:09:22 UTC 2025 +Update: Wed Mar 5 01:09:28 UTC 2025 From 32fac0e9bf9904cd981426a8cd51368de1118426 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 6 Mar 2025 01:09:18 +0000 Subject: [PATCH 077/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 436f198..0dbd5aa 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Mar 5 01:09:28 UTC 2025 +Update: Thu Mar 6 01:09:18 UTC 2025 From 848ff24643c446762165168b45526cdad2b1e05a Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 6 Mar 2025 04:14:52 +0200 Subject: [PATCH 078/264] --- .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 28b3af6a93e8caff5fe894acf9be91e6dd15c317 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 7 Mar 2025 01:10:05 +0000 Subject: [PATCH 079/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0dbd5aa..45ae4bd 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Mar 6 01:09:18 UTC 2025 +Update: Fri Mar 7 01:10:04 UTC 2025 From 8e293863c4c1dd8cfb5cfc616700c038fb59fb7d Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 7 Mar 2025 03:26:55 +0200 Subject: [PATCH 080/264] --- .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 45ca6787ec0f8f8a6e1fa6b36045983e207d62f8 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 8 Mar 2025 00:55:37 +0000 Subject: [PATCH 081/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 45ae4bd..dbff8d5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Mar 7 01:10:04 UTC 2025 +Update: Sat Mar 8 00:55:37 UTC 2025 From 839d528399d3ec7e7b9b5f3eda603f97702747f7 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 9 Mar 2025 01:00:31 +0000 Subject: [PATCH 082/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index dbff8d5..ab6c038 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Mar 8 00:55:37 UTC 2025 +Update: Sun Mar 9 01:00:31 UTC 2025 From e98ddd77fef377f5a56bded07dab9da267c19145 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 10 Mar 2025 00:59:01 +0000 Subject: [PATCH 083/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ab6c038..77b5136 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Mar 9 01:00:31 UTC 2025 +Update: Mon Mar 10 00:59:01 UTC 2025 From ad8822a729e48c4aacc95392e0b74f134defeb74 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 10 Mar 2025 17:54:00 +0200 Subject: [PATCH 084/264] --- CHANGELOG.md | 2 +- Source/Function/Configuration.ts | 2 +- Target/Function/Configuration.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56981f3..65dfa4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ - Updated to Biome 1.8.3. - Improved logging for debugging. -### Fixed +### Fix - Resolved an issue where the integration would not correctly apply the Biome configuration. diff --git a/Source/Function/Configuration.ts b/Source/Function/Configuration.ts index 5a56268..d5cbc88 100644 --- a/Source/Function/Configuration.ts +++ b/Source/Function/Configuration.ts @@ -17,7 +17,7 @@ export default (async (...[File]) => { await readFile( resolve( `${(await import("node:path")).dirname( - (await import("url")).fileURLToPath(import.meta.url), + (await import("node:url")).fileURLToPath(import.meta.url), )}/../../${File}`, ), "utf-8", diff --git a/Target/Function/Configuration.js b/Target/Function/Configuration.js index b2ef64a..9e53244 100644 --- a/Target/Function/Configuration.js +++ b/Target/Function/Configuration.js @@ -1 +1 @@ -var i=async(...[t])=>{try{return(await r(a(`${(await import("process")).cwd()}/${t}`),"utf-8")).toString()}catch{return(await r(a(`${(await import("node:path")).dirname((await import("url")).fileURLToPath(import.meta.url))}/../../${t}`),"utf-8")).toString()}};const{readFile:r}=await import("node:fs/promises"),{resolve:a}=await import("node:path");export{i as default,r as readFile,a as resolve}; +var i=async(...[t])=>{try{return(await r(a(`${(await import("process")).cwd()}/${t}`),"utf-8")).toString()}catch{return(await r(a(`${(await import("node:path")).dirname((await import("node:url")).fileURLToPath(import.meta.url))}/../../${t}`),"utf-8")).toString()}};const{readFile:r}=await import("node:fs/promises"),{resolve:a}=await import("node:path");export{i as default,r as readFile,a as resolve}; From fe9b11427d49ceb1b922408c93d2b713eefbaaff Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 11 Mar 2025 01:09:56 +0000 Subject: [PATCH 085/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 77b5136..048b16d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Mar 10 00:59:01 UTC 2025 +Update: Tue Mar 11 01:09:56 UTC 2025 From 9d352029b6f779b996fb381179bf8ef5448c114a Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 12 Mar 2025 01:09:13 +0000 Subject: [PATCH 086/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 048b16d..f9d69ee 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Mar 11 01:09:56 UTC 2025 +Update: Wed Mar 12 01:09:13 UTC 2025 From b575a3b16e388300f2996a8ac0fe06e10a87e185 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 13 Mar 2025 01:10:35 +0000 Subject: [PATCH 087/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f9d69ee..470a29a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Mar 12 01:09:13 UTC 2025 +Update: Thu Mar 13 01:10:35 UTC 2025 From 0d51a1d0823b31dff9c55a5994605f65b9a584f4 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 14 Mar 2025 01:09:21 +0000 Subject: [PATCH 088/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 470a29a..65d322b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Mar 13 01:10:35 UTC 2025 +Update: Fri Mar 14 01:09:21 UTC 2025 From da235acbc14883c59d3607f4899b2a9d8791a893 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 15 Mar 2025 01:08:29 +0000 Subject: [PATCH 089/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 65d322b..aaaf9b0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Mar 14 01:09:21 UTC 2025 +Update: Sat Mar 15 01:08:29 UTC 2025 From 1c172bb7dcfa5041198f25cd1a22ed8c0b9a962d Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 16 Mar 2025 01:14:50 +0000 Subject: [PATCH 090/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index aaaf9b0..d04661b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Mar 15 01:08:29 UTC 2025 +Update: Sun Mar 16 01:14:50 UTC 2025 From 316fbec32428a356f22f83bf92930071f401e77f Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 17 Mar 2025 01:12:26 +0000 Subject: [PATCH 091/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d04661b..7c4a5c2 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Mar 16 01:14:50 UTC 2025 +Update: Mon Mar 17 01:12:26 UTC 2025 From 631da96f3346a952f3049ed2c4a2e364abe71057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 19:58:02 +0000 Subject: [PATCH 092/264] 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 1dcd3ea66c751ebe3bb93a8f554424939616e3e9 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 18 Mar 2025 01:10:15 +0000 Subject: [PATCH 093/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7c4a5c2..74cb4e2 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Mar 17 01:12:26 UTC 2025 +Update: Tue Mar 18 01:10:15 UTC 2025 From 2f604b8467e5bed538dcfd3a2aad282ec0735417 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 19 Mar 2025 01:11:05 +0000 Subject: [PATCH 094/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 74cb4e2..203bb0f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Mar 18 01:10:15 UTC 2025 +Update: Wed Mar 19 01:11:05 UTC 2025 From 46454fef3710a4f3022ec8f5ba4ddd12e646f539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 18:11:39 +0000 Subject: [PATCH 095/264] 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 b134bcd99f19169b504d8ce852ec477bc91556de Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 20 Mar 2025 01:09:39 +0000 Subject: [PATCH 096/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 203bb0f..c6d9e63 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Mar 19 01:11:05 UTC 2025 +Update: Thu Mar 20 01:09:39 UTC 2025 From bf485a4f61211acf2357a80cd8e830640f6747e4 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 21 Mar 2025 01:11:12 +0000 Subject: [PATCH 097/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c6d9e63..049d114 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Mar 20 01:09:39 UTC 2025 +Update: Fri Mar 21 01:11:12 UTC 2025 From 1bdde2f3350207ac32c2dde6f53d3d6fbb7ed79a Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 22 Mar 2025 01:09:37 +0000 Subject: [PATCH 098/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 049d114..f982e73 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Mar 21 01:11:12 UTC 2025 +Update: Sat Mar 22 01:09:37 UTC 2025 From a7e3afc9329a54926eb3713f0a33f28c735521a5 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 23 Mar 2025 01:15:34 +0000 Subject: [PATCH 099/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f982e73..b87a1e0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Mar 22 01:09:37 UTC 2025 +Update: Sun Mar 23 01:15:34 UTC 2025 From 323ab8275ee750ec2386e8c309113655f848f4f5 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 24 Mar 2025 01:13:03 +0000 Subject: [PATCH 100/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b87a1e0..5c37c08 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Mar 23 01:15:34 UTC 2025 +Update: Mon Mar 24 01:13:03 UTC 2025 From 9fff826355998400d715982fb2f4c9e363af6ec2 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 25 Mar 2025 01:11:54 +0000 Subject: [PATCH 101/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5c37c08..7d49b8e 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Mar 24 01:13:03 UTC 2025 +Update: Tue Mar 25 01:11:54 UTC 2025 From d9e95ba2a34e4cfd15bae7d09ddcaeb5766afebc Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 26 Mar 2025 01:11:20 +0000 Subject: [PATCH 102/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7d49b8e..50b053c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Mar 25 01:11:54 UTC 2025 +Update: Wed Mar 26 01:11:19 UTC 2025 From 806bd0ec13a7a223f26fa57a6e4687823859adf7 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 27 Mar 2025 01:11:03 +0000 Subject: [PATCH 103/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 50b053c..9f1c8bd 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Mar 26 01:11:19 UTC 2025 +Update: Thu Mar 27 01:11:03 UTC 2025 From 45d81a05d4c84a92d9a9f68afc908b0d3ffb2c5a Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 28 Mar 2025 01:10:56 +0000 Subject: [PATCH 104/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9f1c8bd..ff177ae 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Mar 27 01:11:03 UTC 2025 +Update: Fri Mar 28 01:10:56 UTC 2025 From 547f08c9453eee7d4a6ba91a32fee8aab99401c4 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 29 Mar 2025 01:10:31 +0000 Subject: [PATCH 105/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ff177ae..e2ba6b8 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Mar 28 01:10:56 UTC 2025 +Update: Sat Mar 29 01:10:31 UTC 2025 From 080adb0284a5f2bc4ce1344b32b640e70e8f2c24 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 29 Mar 2025 13:27:10 +0200 Subject: [PATCH 106/264] --- DEPENDENTS.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/DEPENDENTS.md b/DEPENDENTS.md index e91fc5a..e8af1a0 100644 --- a/DEPENDENTS.md +++ b/DEPENDENTS.md @@ -1,14 +1,12 @@ # Dependents stats for PlayForm/Format -[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=3&color=informational&logo=slickpic)](HTTPS://GitHub.Com/PlayForm/Format/network/dependents) -[![Generated by github-dependents-info]()](HTTPS://GitHub.Com/PlayForm/Format/network/dependents) -[![Generated by github-dependents-info]()](HTTPS://GitHub.Com/PlayForm/Format/network/dependents) -[![Generated by github-dependents-info]()](HTTPS://GitHub.Com/PlayForm/Format/network/dependents) +[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=3&color=informational&logo=slickpic)](https://github.com/PlayForm/Format/network/dependents) +[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=3&color=informational&logo=slickpic)](https://github.com/PlayForm/Format/network/dependents) +[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=-3&color=informational&logo=slickpic)](https://github.com/PlayForm/Format/network/dependents) +[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=28&color=informational&logo=slickpic)](https://github.com/PlayForm/Format/network/dependents) -| Repository | Stars | -| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----: | -|   [PlayForm](HTTPS://GitHub.Com/PlayForm) / [Starter](HTTPS://GitHub.Com/PlayForm/Starter) | 12 | +| Repository | Stars | +| :-------- | -----: | +|   [PlayForm](https://github.com/PlayForm) / [Starter](https://github.com/PlayForm/Starter) | 14 | -_Generated using -[github-dependents-info](HTTPS://GitHub.Com/nvuillam/github-dependents-info), by -[Nicolas Vuillamy](HTTPS://GitHub.Com/nvuillam)_ +_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 55dcd707ab9267572edff0d5d1005854288b316b Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 30 Mar 2025 01:16:47 +0000 Subject: [PATCH 107/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e2ba6b8..f5426aa 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Mar 29 01:10:31 UTC 2025 +Update: Sun Mar 30 01:16:47 UTC 2025 From 28037b04a69dadc76ca60362cfbf234beea324d9 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 30 Mar 2025 19:43:51 +0300 Subject: [PATCH 108/264] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d907151..2bb279f 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@biomejs/backend-jsonrpc": "1.9.4", "@biomejs/js-api": "0.7.1", "@biomejs/wasm-nodejs": "1.9.4", - "@playform/pipe": "0.1.2", + "@playform/pipe": "0.1.3", "astro": "*", "deepmerge-ts": "7.1.5" }, From 1f2ba8af49db0ea1b97fcb20d46f3a6278d8d829 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 31 Mar 2025 01:15:11 +0000 Subject: [PATCH 109/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f5426aa..089c40f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Mar 30 01:16:47 UTC 2025 +Update: Mon Mar 31 01:15:11 UTC 2025 From f5d3164142ea605638786b1f9f07d93790c5ff94 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 1 Apr 2025 00:39:50 +0300 Subject: [PATCH 110/264] --- Source/Function/Configuration.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/Function/Configuration.ts b/Source/Function/Configuration.ts index d5cbc88..9e67f86 100644 --- a/Source/Function/Configuration.ts +++ b/Source/Function/Configuration.ts @@ -17,7 +17,9 @@ export default (async (...[File]) => { await readFile( resolve( `${(await import("node:path")).dirname( - (await import("node:url")).fileURLToPath(import.meta.url), + (await import("node:url")).fileURLToPath( + import.meta.url, + ), )}/../../${File}`, ), "utf-8", From 2871dcb6fd4d9fcfd157948d3c0098b65954ffbf Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 1 Apr 2025 01:20:01 +0000 Subject: [PATCH 111/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 089c40f..022baa0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Mar 31 01:15:11 UTC 2025 +Update: Tue Apr 1 01:20:01 UTC 2025 From b58ab47a360ddc7d4496d7c903c0a2ce98d29eb7 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 2 Apr 2025 01:12:35 +0000 Subject: [PATCH 112/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 022baa0..be1fbff 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Apr 1 01:20:01 UTC 2025 +Update: Wed Apr 2 01:12:35 UTC 2025 From e00386829347d714e700a59afbd83633b78b9c41 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 3 Apr 2025 01:11:42 +0000 Subject: [PATCH 113/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index be1fbff..fcad2f9 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Apr 2 01:12:35 UTC 2025 +Update: Thu Apr 3 01:11:42 UTC 2025 From 8caebc0b7d21fd1aefe4444f4ebd082fef109124 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 4 Apr 2025 01:11:37 +0000 Subject: [PATCH 114/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index fcad2f9..2a2b0ef 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Apr 3 01:11:42 UTC 2025 +Update: Fri Apr 4 01:11:37 UTC 2025 From 29b1827008c1d2ece41c15a244bf8f605c54d82a Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 4 Apr 2025 19:04:47 +0300 Subject: [PATCH 115/264] --- .github/workflows/Auto.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 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 2bb279f..dd2d4bd 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "deepmerge-ts": "7.1.5" }, "devDependencies": { - "@playform/build": "0.2.1" + "@playform/build": "0.2.2" }, "publishConfig": { "access": "public", From 75378e88fd8442e99389ed4daa13702e0580a872 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 5 Apr 2025 01:10:32 +0000 Subject: [PATCH 116/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 2a2b0ef..55107c2 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Apr 4 01:11:37 UTC 2025 +Update: Sat Apr 5 01:10:32 UTC 2025 From b637f874133a23630afd047f9a9746dc5b68fc1d Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 6 Apr 2025 01:16:06 +0000 Subject: [PATCH 117/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 55107c2..7e5b2fe 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Apr 5 01:10:32 UTC 2025 +Update: Sun Apr 6 01:16:06 UTC 2025 From 7ec172eccdfedb616784448c59e7db7760863873 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 7 Apr 2025 01:14:00 +0000 Subject: [PATCH 118/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7e5b2fe..99f74cd 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Apr 6 01:16:06 UTC 2025 +Update: Mon Apr 7 01:14:00 UTC 2025 From 72014a382cc97ae978c607ceb111f5c3b14ea8e1 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 7 Apr 2025 12:17:08 +0300 Subject: [PATCH 119/264] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd2d4bd..db804d1 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "deepmerge-ts": "7.1.5" }, "devDependencies": { - "@playform/build": "0.2.2" + "@playform/build": "0.2.3" }, "publishConfig": { "access": "public", From 8dfff5fea1f0e8893e943405e1589e67e8030508 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 8 Apr 2025 01:12:07 +0000 Subject: [PATCH 120/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 99f74cd..369292a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Apr 7 01:14:00 UTC 2025 +Update: Tue Apr 8 01:12:02 UTC 2025 From 35e92e4e427d1871ce3dda9778f67a879c6420c9 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 9 Apr 2025 01:12:12 +0000 Subject: [PATCH 121/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 369292a..27a93b6 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Apr 8 01:12:02 UTC 2025 +Update: Wed Apr 9 01:12:12 UTC 2025 From 52544a270bf42e4081689b6aa20e6956335a4769 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 10 Apr 2025 01:12:07 +0000 Subject: [PATCH 122/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 27a93b6..9bd9c36 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Apr 9 01:12:12 UTC 2025 +Update: Thu Apr 10 01:12:07 UTC 2025 From 5ec1928b92df8c944d205c71f950fcc1cbbe6b9c Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 11 Apr 2025 01:12:36 +0000 Subject: [PATCH 123/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9bd9c36..d5cfc0d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Apr 10 01:12:07 UTC 2025 +Update: Fri Apr 11 01:12:36 UTC 2025 From bc776b76f6753bf0db8053e5102340711730fd5a Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 12 Apr 2025 01:11:11 +0000 Subject: [PATCH 124/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d5cfc0d..6fe8322 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Apr 11 01:12:36 UTC 2025 +Update: Sat Apr 12 01:11:11 UTC 2025 From 1dbc89354785d298e5a4ef8d51ad35e374cbffef Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 13 Apr 2025 02:40:20 +0000 Subject: [PATCH 125/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6fe8322..27bdff3 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Apr 12 01:11:11 UTC 2025 +Update: Sun Apr 13 02:40:20 UTC 2025 From c28947120e140d41a8d23bd5f01e209a5660d897 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 14 Apr 2025 01:15:19 +0000 Subject: [PATCH 126/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 27bdff3..b7b6b82 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Apr 13 02:40:20 UTC 2025 +Update: Mon Apr 14 01:15:19 UTC 2025 From 8180009f1ebecdd9bd4fb17eb3978f8a59761a78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 18:28:20 +0000 Subject: [PATCH 127/264] 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 06289f5924ac2f32f1605358a3a02983f63dd55e Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 15 Apr 2025 01:14:39 +0000 Subject: [PATCH 128/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b7b6b82..0e32146 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Apr 14 01:15:19 UTC 2025 +Update: Tue Apr 15 01:14:39 UTC 2025 From 221fcae4a069b82f782829aff5f6e9a2111275cd Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 15 Apr 2025 16:39:29 +0300 Subject: [PATCH 129/264] --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index d37950c..b558559 100644 --- a/biome.json +++ b/biome.json @@ -75,7 +75,7 @@ "strictCase": true } }, - "useImportType": "off", + "useImportType": "error", "useNamingConvention": "off", "useShorthandFunctionType": "off" }, From 256fc2f25c3e0ac810d11d5f9a598436e1a34934 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 16 Apr 2025 01:14:08 +0000 Subject: [PATCH 130/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0e32146..662cf51 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Apr 15 01:14:39 UTC 2025 +Update: Wed Apr 16 01:14:07 UTC 2025 From c8450adf4799d4d7dbc333c4293f5a4c66638afe Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 17 Apr 2025 01:13:09 +0000 Subject: [PATCH 131/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 662cf51..988774c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Apr 16 01:14:07 UTC 2025 +Update: Thu Apr 17 01:13:09 UTC 2025 From 91d278fa137beb46b90650b39e7cd1026d510733 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 18 Apr 2025 01:12:27 +0000 Subject: [PATCH 132/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 988774c..15b46df 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Apr 17 01:13:09 UTC 2025 +Update: Fri Apr 18 01:12:27 UTC 2025 From 7513be11682c1bbc956d020b3af6a4b539a2d7c5 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 19 Apr 2025 01:10:28 +0000 Subject: [PATCH 133/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 15b46df..530db97 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Apr 18 01:12:27 UTC 2025 +Update: Sat Apr 19 01:10:28 UTC 2025 From 6e4c7e7f8032cf92317e989f2251ad1b5d696857 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 20 Apr 2025 01:18:13 +0000 Subject: [PATCH 134/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 530db97..22918c5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Apr 19 01:10:28 UTC 2025 +Update: Sun Apr 20 01:18:12 UTC 2025 From 09edc106301cfe05e9c3c825144faabd24d70afa Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 21 Apr 2025 01:16:46 +0000 Subject: [PATCH 135/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 22918c5..e12acd4 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Apr 20 01:18:12 UTC 2025 +Update: Mon Apr 21 01:16:46 UTC 2025 From ada763c65228bab31d54157b04b4831bdaf852fa Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 22 Apr 2025 01:13:28 +0000 Subject: [PATCH 136/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e12acd4..16302b5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Apr 21 01:16:46 UTC 2025 +Update: Tue Apr 22 01:13:28 UTC 2025 From f346b5c8d3517c1cc5404ecb19b8a6ad556aec52 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 23 Apr 2025 01:13:54 +0000 Subject: [PATCH 137/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 16302b5..1b616f4 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Apr 22 01:13:28 UTC 2025 +Update: Wed Apr 23 01:13:54 UTC 2025 From 07c7830c6a37131c8128f4346b4285c29f88d139 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 24 Apr 2025 01:13:57 +0000 Subject: [PATCH 138/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 1b616f4..7c4a2a8 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Apr 23 01:13:54 UTC 2025 +Update: Thu Apr 24 01:13:57 UTC 2025 From b1ffdf8754a31bfaf24defec7e1cc255d7ec6adc Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 25 Apr 2025 01:14:13 +0000 Subject: [PATCH 139/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7c4a2a8..7152d20 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Apr 24 01:13:57 UTC 2025 +Update: Fri Apr 25 01:14:13 UTC 2025 From 23b36bda35ee9c1dc9d8d39538937ba9c488a6ac Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 26 Apr 2025 01:11:42 +0000 Subject: [PATCH 140/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7152d20..941b89e 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Apr 25 01:14:13 UTC 2025 +Update: Sat Apr 26 01:11:42 UTC 2025 From ee6a3b3d164b4433f88504518c486469e25fec0f Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 27 Apr 2025 01:18:23 +0000 Subject: [PATCH 141/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 941b89e..6a068f0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Apr 26 01:11:42 UTC 2025 +Update: Sun Apr 27 01:18:23 UTC 2025 From 6745ec5677ed2d9efd78f1dcf09f97d7f0c58c1e Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 28 Apr 2025 01:16:16 +0000 Subject: [PATCH 142/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6a068f0..a9533c4 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Apr 27 01:18:23 UTC 2025 +Update: Mon Apr 28 01:16:15 UTC 2025 From cd4cb23f31a48ec653e1753a5f3b2b85c197d369 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 29 Apr 2025 01:14:19 +0000 Subject: [PATCH 143/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a9533c4..dd3efb8 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Apr 28 01:16:15 UTC 2025 +Update: Tue Apr 29 01:14:19 UTC 2025 From e18223f6efaaa60e3dd9162fc8f6cbf9a4692b3b Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 30 Apr 2025 01:14:38 +0000 Subject: [PATCH 144/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index dd3efb8..fb1ca11 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Apr 29 01:14:19 UTC 2025 +Update: Wed Apr 30 01:14:38 UTC 2025 From d70a68d8971067f8b8b26ebd5086dd8e92d3b495 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 1 May 2025 01:21:12 +0000 Subject: [PATCH 145/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index fb1ca11..ae53bc3 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Apr 30 01:14:38 UTC 2025 +Update: Thu May 1 01:21:12 UTC 2025 From 84d7e5f57d87f3097f50a4ff73c85e54eb8be229 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 2 May 2025 01:14:53 +0000 Subject: [PATCH 146/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ae53bc3..73d853b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu May 1 01:21:12 UTC 2025 +Update: Fri May 2 01:14:53 UTC 2025 From edc7f70c43c5a8d76c6fd0bfe10d13f96a09d21d Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 3 May 2025 01:13:14 +0000 Subject: [PATCH 147/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 73d853b..1f8c320 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri May 2 01:14:53 UTC 2025 +Update: Sat May 3 01:13:14 UTC 2025 From 14c48b6c179287f290d98033873d000425f6c34d Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 4 May 2025 01:21:50 +0000 Subject: [PATCH 148/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 1f8c320..2e5b107 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat May 3 01:13:14 UTC 2025 +Update: Sun May 4 01:21:50 UTC 2025 From c94dc6db493ac6db3b3a739d7f96242e470c9e7c Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 5 May 2025 01:17:59 +0000 Subject: [PATCH 149/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 2e5b107..d158745 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun May 4 01:21:50 UTC 2025 +Update: Mon May 5 01:17:59 UTC 2025 From 3a19c1172e353bc32119f8e077248723d04482f8 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 5 May 2025 17:12:35 +0300 Subject: [PATCH 150/264] --- .github/FUNDING.yml | 2 +- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 2 +- README.md | 2 +- package.json | 4 ++-- 5 files changed, 6 insertions(+), 6 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/README.md b/README.md index de2ec84..5aeeb7b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Astro

Related

Build
Dependency
Version
Star
Download
Compress 🗜️
Build
Dependency
Version
Star
Download
Inline 🦔
+

Astro

Related

Build
Dependency
Version
Star
Download
Compress 🗜️
Build
Dependency
Version
Star
Download
Inline 🦔
# [Format] 🗻 diff --git a/package.json b/package.json index db804d1..5ddcda0 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,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/Function/Integration.js", From dfd9224f7a81a7c3e69296b49b1f784737406053 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 6 May 2025 01:15:33 +0000 Subject: [PATCH 151/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d158745..99a351d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon May 5 01:17:59 UTC 2025 +Update: Tue May 6 01:15:33 UTC 2025 From 1f3052e1f291fb5e5197e3a164a58da6dda645bd Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 7 May 2025 01:15:50 +0000 Subject: [PATCH 152/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 99a351d..b6ab2dd 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue May 6 01:15:33 UTC 2025 +Update: Wed May 7 01:15:50 UTC 2025 From a9371c559a2451b568679bf0c36134f15fd891c0 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 7 May 2025 21:02:45 +0300 Subject: [PATCH 153/264] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ddcda0..2a19a7f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "deepmerge-ts": "7.1.5" }, "devDependencies": { - "@playform/build": "0.2.3" + "@playform/build": "0.2.4" }, "publishConfig": { "access": "public", From 7249a3026e8cb15c5b417d41a31a4a44c85ee8ea Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 8 May 2025 01:16:20 +0000 Subject: [PATCH 154/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b6ab2dd..82a827c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed May 7 01:15:50 UTC 2025 +Update: Thu May 8 01:16:20 UTC 2025 From 83f92f48a33b0c2f83975ccd1de195dedcd20d0c Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 9 May 2025 01:15:40 +0000 Subject: [PATCH 155/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 82a827c..ea4ce96 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu May 8 01:16:20 UTC 2025 +Update: Fri May 9 01:15:40 UTC 2025 From 5fe2ae2a6a1c606e5620ff698c236132abfd134b Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 10 May 2025 01:13:11 +0000 Subject: [PATCH 156/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ea4ce96..a3f6ab0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri May 9 01:15:40 UTC 2025 +Update: Sat May 10 01:13:11 UTC 2025 From d628104919a162d1f2c5996f68dc260233b4a839 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 11 May 2025 01:20:26 +0000 Subject: [PATCH 157/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a3f6ab0..847c582 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat May 10 01:13:11 UTC 2025 +Update: Sun May 11 01:20:26 UTC 2025 From 66f9307bdd4830dc06bc0ce61af3a52f8776c733 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 12 May 2025 01:18:35 +0000 Subject: [PATCH 158/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 847c582..8693cd6 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun May 11 01:20:26 UTC 2025 +Update: Mon May 12 01:18:35 UTC 2025 From 57c384781bbaa57d18256faf31f4c260b0f78158 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 18:53:59 +0000 Subject: [PATCH 159/264] 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 307014b0a3529bfe61c535fbf07238e8e9594672 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 13 May 2025 01:17:04 +0000 Subject: [PATCH 160/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 8693cd6..750dffd 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon May 12 01:18:35 UTC 2025 +Update: Tue May 13 01:17:04 UTC 2025 From a5e6dc5faa4d19041f65d0ea13e619d5dff3a052 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 14 May 2025 01:15:48 +0000 Subject: [PATCH 161/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 750dffd..8d3a09a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue May 13 01:17:04 UTC 2025 +Update: Wed May 14 01:15:48 UTC 2025 From bbf869e55ad0d50d35b9ecc575020e9f4881beca Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 15 May 2025 01:13:55 +0000 Subject: [PATCH 162/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 8d3a09a..819961c 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed May 14 01:15:48 UTC 2025 +Update: Thu May 15 01:13:55 UTC 2025 From c4f924bd12c7bbc81605606c6b8edf98f5e0c61d Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 16 May 2025 01:16:58 +0000 Subject: [PATCH 163/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 819961c..be8d787 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu May 15 01:13:55 UTC 2025 +Update: Fri May 16 01:16:58 UTC 2025 From 0b7e2942c5cb4b921e0517e271ff6a96b0b74c44 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 17 May 2025 01:15:05 +0000 Subject: [PATCH 164/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index be8d787..2e1deea 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri May 16 01:16:58 UTC 2025 +Update: Sat May 17 01:15:05 UTC 2025 From ca081b205169b67d3aa1439ded505bdaf3d6e428 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 18 May 2025 01:21:25 +0000 Subject: [PATCH 165/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 2e1deea..32355fa 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat May 17 01:15:05 UTC 2025 +Update: Sun May 18 01:21:25 UTC 2025 From 1ec0bf9763ff640729d14d4925ecd1c4ad754351 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 19 May 2025 01:19:56 +0000 Subject: [PATCH 166/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 32355fa..aa7081b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun May 18 01:21:25 UTC 2025 +Update: Mon May 19 01:19:56 UTC 2025 From 5f288e6745d06f8e21b072bc7a553dabf8f20989 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 20 May 2025 01:17:55 +0000 Subject: [PATCH 167/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index aa7081b..0d56ffc 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon May 19 01:19:56 UTC 2025 +Update: Tue May 20 01:17:55 UTC 2025 From cd15845b31799d296c2dea0e518eaddb94992515 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 21 May 2025 01:17:11 +0000 Subject: [PATCH 168/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0d56ffc..aed3726 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue May 20 01:17:55 UTC 2025 +Update: Wed May 21 01:17:11 UTC 2025 From 619fa29fc1d7b94027b92798c0919fc9a24f30ce Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 22 May 2025 01:16:39 +0000 Subject: [PATCH 169/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index aed3726..5abd073 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed May 21 01:17:11 UTC 2025 +Update: Thu May 22 01:16:39 UTC 2025 From c5230bd789c4877711b53293ec2488add58cef91 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 23 May 2025 01:16:33 +0000 Subject: [PATCH 170/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5abd073..a74235f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu May 22 01:16:39 UTC 2025 +Update: Fri May 23 01:16:33 UTC 2025 From 47db342c6f38e385c962d6950b15de1ed5303811 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 24 May 2025 01:13:52 +0000 Subject: [PATCH 171/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a74235f..5fddcde 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri May 23 01:16:33 UTC 2025 +Update: Sat May 24 01:13:52 UTC 2025 From 05d2c5313ba4b44cf424d177f46af98f7d20b51c Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 25 May 2025 01:23:21 +0000 Subject: [PATCH 172/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5fddcde..e4170bb 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat May 24 01:13:52 UTC 2025 +Update: Sun May 25 01:23:21 UTC 2025 From 53ce8671e1d7ec00afb3954ff5ce08b5108bb579 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 26 May 2025 01:18:46 +0000 Subject: [PATCH 173/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e4170bb..60a5a33 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun May 25 01:23:21 UTC 2025 +Update: Mon May 26 01:18:45 UTC 2025 From 482837bbfccd6e08064d499ba003c72142013e5a Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 27 May 2025 01:16:05 +0000 Subject: [PATCH 174/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 60a5a33..d3206ba 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon May 26 01:18:45 UTC 2025 +Update: Tue May 27 01:16:05 UTC 2025 From 0194e548d240377be5979c84e5ccc42e7d694098 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 28 May 2025 01:17:33 +0000 Subject: [PATCH 175/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d3206ba..2ee6c58 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue May 27 01:16:05 UTC 2025 +Update: Wed May 28 01:17:33 UTC 2025 From fb5da8f00e6e3931f281fc378049f55f95c48a41 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 29 May 2025 01:17:22 +0000 Subject: [PATCH 176/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 2ee6c58..3b9fd14 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed May 28 01:17:33 UTC 2025 +Update: Thu May 29 01:17:22 UTC 2025 From f77412339d0a970c54829797e83cc243a35d6c12 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 30 May 2025 01:15:19 +0000 Subject: [PATCH 177/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 3b9fd14..c5d4805 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu May 29 01:17:22 UTC 2025 +Update: Fri May 30 01:15:19 UTC 2025 From 9dc762cb7b11d10015a9c371edb8588a27a58097 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 31 May 2025 01:15:21 +0000 Subject: [PATCH 178/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c5d4805..f828322 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri May 30 01:15:19 UTC 2025 +Update: Sat May 31 01:15:21 UTC 2025 From ae9d39f696a84046fc189990e3bf28649ff42e43 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 1 Jun 2025 01:39:20 +0000 Subject: [PATCH 179/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f828322..ad0f9cf 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat May 31 01:15:21 UTC 2025 +Update: Sun Jun 1 01:39:20 UTC 2025 From 9513580a5a4542b30262743334e6e65bdd48ed38 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 2 Jun 2025 01:20:35 +0000 Subject: [PATCH 180/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ad0f9cf..6bf72da 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jun 1 01:39:20 UTC 2025 +Update: Mon Jun 2 01:20:35 UTC 2025 From 7a437a24ef3797b8877bf3ff376941102e06cd05 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 3 Jun 2025 01:18:40 +0000 Subject: [PATCH 181/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6bf72da..ca49156 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jun 2 01:20:35 UTC 2025 +Update: Tue Jun 3 01:18:40 UTC 2025 From bb364281bc62052db8c4c22e021085f3608671d9 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 4 Jun 2025 01:18:22 +0000 Subject: [PATCH 182/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ca49156..2b7e34f 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jun 3 01:18:40 UTC 2025 +Update: Wed Jun 4 01:18:22 UTC 2025 From f34bfa47f368b6a8b3cfebc1692572301dee6f63 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 5 Jun 2025 01:17:28 +0000 Subject: [PATCH 183/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 2b7e34f..7ad2f81 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jun 4 01:18:22 UTC 2025 +Update: Thu Jun 5 01:17:28 UTC 2025 From 1cb066751e6ffe2a2fe62d68253c17bee0bdf57e Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 6 Jun 2025 01:17:29 +0000 Subject: [PATCH 184/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7ad2f81..237a352 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jun 5 01:17:28 UTC 2025 +Update: Fri Jun 6 01:17:29 UTC 2025 From 3cc218673dd2a98a703aa7bc48a9c52fedea44ca Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 7 Jun 2025 01:16:51 +0000 Subject: [PATCH 185/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 237a352..d75ea91 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jun 6 01:17:29 UTC 2025 +Update: Sat Jun 7 01:16:51 UTC 2025 From bd6854f740b3a992dc7aa49506889b498e8fd71e Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 8 Jun 2025 01:24:52 +0000 Subject: [PATCH 186/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d75ea91..eda9dde 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jun 7 01:16:51 UTC 2025 +Update: Sun Jun 8 01:24:51 UTC 2025 From e0571199d162f34726b7ef328c8970d2467eb071 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 9 Jun 2025 01:22:06 +0000 Subject: [PATCH 187/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index eda9dde..a8cb98b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jun 8 01:24:51 UTC 2025 +Update: Mon Jun 9 01:22:06 UTC 2025 From 6eeb28509ac31829c2c29811ea789d4d5d344980 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 10 Jun 2025 01:19:18 +0000 Subject: [PATCH 188/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a8cb98b..2fd3bb5 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jun 9 01:22:06 UTC 2025 +Update: Tue Jun 10 01:19:18 UTC 2025 From 4a163ba95855b82bd94d0b7285aa9a810a00ff6d Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 11 Jun 2025 01:19:09 +0000 Subject: [PATCH 189/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 2fd3bb5..83b0115 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jun 10 01:19:18 UTC 2025 +Update: Wed Jun 11 01:19:09 UTC 2025 From 10ca816972b4c37ef442cb1cdc9abc01080e0ea5 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 12 Jun 2025 01:17:51 +0000 Subject: [PATCH 190/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 83b0115..20c6d57 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jun 11 01:19:09 UTC 2025 +Update: Thu Jun 12 01:17:51 UTC 2025 From 428021f446aa6e5110e414da0c40d9f3b1081ff0 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 13 Jun 2025 01:18:56 +0000 Subject: [PATCH 191/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 20c6d57..aa0f403 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jun 12 01:17:51 UTC 2025 +Update: Fri Jun 13 01:18:56 UTC 2025 From 2c686e07694914adbc04fc25fdf942083e3b904a Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 14 Jun 2025 01:15:58 +0000 Subject: [PATCH 192/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index aa0f403..6088c1e 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jun 13 01:18:56 UTC 2025 +Update: Sat Jun 14 01:15:58 UTC 2025 From 97df8f16771f488fc6611caa4953320abbf8a9aa Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 15 Jun 2025 01:26:35 +0000 Subject: [PATCH 193/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6088c1e..a463879 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jun 14 01:15:58 UTC 2025 +Update: Sun Jun 15 01:26:34 UTC 2025 From f982726cf6417dc3b25a2013cddfd30f304c305b Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 16 Jun 2025 01:21:05 +0000 Subject: [PATCH 194/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a463879..b317852 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jun 15 01:26:34 UTC 2025 +Update: Mon Jun 16 01:21:05 UTC 2025 From 1fbbd7fd81f67caa5c36e39f3646fb3b69009a25 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 17 Jun 2025 01:19:09 +0000 Subject: [PATCH 195/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b317852..c3b5552 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jun 16 01:21:05 UTC 2025 +Update: Tue Jun 17 01:19:09 UTC 2025 From 1855b7ca8984f01b967606d88b8a13d13071f603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 18:54:23 +0000 Subject: [PATCH 196/264] Bump @biomejs/js-api from 0.7.1 to 1.0.0 Bumps [@biomejs/js-api](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/js-api) from 0.7.1 to 1.0.0. - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/js-api/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/js-api@1.0.0/packages/@biomejs/js-api) --- updated-dependencies: - dependency-name: "@biomejs/js-api" dependency-version: 1.0.0 dependency-type: direct:production 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 2a19a7f..f2ad11a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@biomejs/backend-jsonrpc": "1.9.4", - "@biomejs/js-api": "0.7.1", + "@biomejs/js-api": "1.0.0", "@biomejs/wasm-nodejs": "1.9.4", "@playform/pipe": "0.1.3", "astro": "*", From 353c2878746d416fc22eaee929d2c8e714862a7e Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 18 Jun 2025 01:18:37 +0000 Subject: [PATCH 197/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c3b5552..27b5dc9 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jun 17 01:19:09 UTC 2025 +Update: Wed Jun 18 01:18:37 UTC 2025 From 99172d7b70595ebdb807add95daa9ab0fb487ec4 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 19 Jun 2025 01:19:00 +0000 Subject: [PATCH 198/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 27b5dc9..16c4152 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jun 18 01:18:37 UTC 2025 +Update: Thu Jun 19 01:19:00 UTC 2025 From 0be7485b4d704c49fdca3cbbbd21dced501b56fa Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 20 Jun 2025 01:18:22 +0000 Subject: [PATCH 199/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 16c4152..3281509 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jun 19 01:19:00 UTC 2025 +Update: Fri Jun 20 01:18:22 UTC 2025 From 6b1c493791b83dfce054a2261a6d0ecd27bfd2c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 18:28:58 +0000 Subject: [PATCH 200/264] Bump @biomejs/backend-jsonrpc from 1.9.4 to 2.0.2 Bumps [@biomejs/backend-jsonrpc](https://github.com/biomejs/biome/tree/HEAD/npm/backend-jsonrpc) from 1.9.4 to 2.0.2. - [Release notes](https://github.com/biomejs/biome/releases) - [Commits](https://github.com/biomejs/biome/commits/HEAD/npm/backend-jsonrpc) --- updated-dependencies: - dependency-name: "@biomejs/backend-jsonrpc" dependency-version: 2.0.2 dependency-type: direct:production 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 f2ad11a..1af50a2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "prepublishOnly": "Build 'Source/**/*.ts'" }, "dependencies": { - "@biomejs/backend-jsonrpc": "1.9.4", + "@biomejs/backend-jsonrpc": "2.0.2", "@biomejs/js-api": "1.0.0", "@biomejs/wasm-nodejs": "1.9.4", "@playform/pipe": "0.1.3", From 6b2974b094d352e576a46d6d704a8292dbad9869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 18:29:30 +0000 Subject: [PATCH 201/264] Bump @biomejs/wasm-nodejs from 1.9.4 to 2.0.2 Bumps [@biomejs/wasm-nodejs](https://github.com/biomejs/biome) from 1.9.4 to 2.0.2. - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG_v1.md) - [Commits](https://github.com/biomejs/biome/commits) --- updated-dependencies: - dependency-name: "@biomejs/wasm-nodejs" dependency-version: 2.0.2 dependency-type: direct:production 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 f2ad11a..1825832 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dependencies": { "@biomejs/backend-jsonrpc": "1.9.4", "@biomejs/js-api": "1.0.0", - "@biomejs/wasm-nodejs": "1.9.4", + "@biomejs/wasm-nodejs": "2.0.2", "@playform/pipe": "0.1.3", "astro": "*", "deepmerge-ts": "7.1.5" From 9ebbb47cb7eece27b9f0bdba58a14a9009e247b8 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 21 Jun 2025 01:17:17 +0000 Subject: [PATCH 202/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 3281509..afda3b1 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jun 20 01:18:22 UTC 2025 +Update: Sat Jun 21 01:17:17 UTC 2025 From 7d2ec2070f09963f39610e5afdf1f67c40ecdac9 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 22 Jun 2025 01:25:44 +0000 Subject: [PATCH 203/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index afda3b1..9fc05e3 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jun 21 01:17:17 UTC 2025 +Update: Sun Jun 22 01:25:44 UTC 2025 From 1f5a65f0bedb53f52f63b3a33376cc27f6d266d9 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 23 Jun 2025 01:23:26 +0000 Subject: [PATCH 204/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9fc05e3..6a86159 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jun 22 01:25:44 UTC 2025 +Update: Mon Jun 23 01:23:26 UTC 2025 From ad7050dc0b334ed64a03125da49caec164cc9e2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 19:48:52 +0000 Subject: [PATCH 205/264] Bump @biomejs/wasm-nodejs from 2.0.2 to 2.0.5 Bumps [@biomejs/wasm-nodejs](https://github.com/biomejs/biome) from 2.0.2 to 2.0.5. - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG_v1.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.0.5) --- updated-dependencies: - dependency-name: "@biomejs/wasm-nodejs" dependency-version: 2.0.5 dependency-type: direct:production 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 c0c6711..e2971ee 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dependencies": { "@biomejs/backend-jsonrpc": "2.0.2", "@biomejs/js-api": "1.0.0", - "@biomejs/wasm-nodejs": "2.0.2", + "@biomejs/wasm-nodejs": "2.0.5", "@playform/pipe": "0.1.3", "astro": "*", "deepmerge-ts": "7.1.5" From 14efce40319d45cd7cb3f98f675f8b215531ba59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:18:32 +0000 Subject: [PATCH 206/264] Bump @biomejs/backend-jsonrpc from 2.0.2 to 2.0.5 Bumps [@biomejs/backend-jsonrpc](https://github.com/biomejs/biome/tree/HEAD/npm/backend-jsonrpc) from 2.0.2 to 2.0.5. - [Release notes](https://github.com/biomejs/biome/releases) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.0.5/npm/backend-jsonrpc) --- updated-dependencies: - dependency-name: "@biomejs/backend-jsonrpc" dependency-version: 2.0.5 dependency-type: direct:production 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 c0c6711..5ea6530 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "prepublishOnly": "Build 'Source/**/*.ts'" }, "dependencies": { - "@biomejs/backend-jsonrpc": "2.0.2", + "@biomejs/backend-jsonrpc": "2.0.5", "@biomejs/js-api": "1.0.0", "@biomejs/wasm-nodejs": "2.0.2", "@playform/pipe": "0.1.3", From 8f2ff31ffeb901ea679188717fe0bfae316b615c Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 24 Jun 2025 01:19:26 +0000 Subject: [PATCH 207/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 6a86159..4665ed8 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jun 23 01:23:26 UTC 2025 +Update: Tue Jun 24 01:19:26 UTC 2025 From 64f6d87ba174d2b42f77296c45b11444d7325acf Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 25 Jun 2025 01:19:50 +0000 Subject: [PATCH 208/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 4665ed8..77a38fc 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jun 24 01:19:26 UTC 2025 +Update: Wed Jun 25 01:19:50 UTC 2025 From d4dc9150fb169712ebdd2f355fc1cd91fff59e33 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 26 Jun 2025 01:18:42 +0000 Subject: [PATCH 209/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 77a38fc..20b25a7 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jun 25 01:19:50 UTC 2025 +Update: Thu Jun 26 01:18:42 UTC 2025 From 5bdefda8ac7f790e0cb024cf898ffafc28bbc123 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 27 Jun 2025 01:19:46 +0000 Subject: [PATCH 210/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 20b25a7..10d610b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jun 26 01:18:42 UTC 2025 +Update: Fri Jun 27 01:19:46 UTC 2025 From afdc76eee8bff03fa9ede8d6f1f3d0a7e4e0e10e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 18:19:18 +0000 Subject: [PATCH 211/264] Bump @biomejs/backend-jsonrpc from 2.0.5 to 2.0.6 Bumps [@biomejs/backend-jsonrpc](https://github.com/biomejs/biome/tree/HEAD/npm/backend-jsonrpc) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/biomejs/biome/releases) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.0.6/npm/backend-jsonrpc) --- updated-dependencies: - dependency-name: "@biomejs/backend-jsonrpc" dependency-version: 2.0.6 dependency-type: direct:production 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 8587cf0..187b68a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "prepublishOnly": "Build 'Source/**/*.ts'" }, "dependencies": { - "@biomejs/backend-jsonrpc": "2.0.5", + "@biomejs/backend-jsonrpc": "2.0.6", "@biomejs/js-api": "1.0.0", "@biomejs/wasm-nodejs": "2.0.5", "@playform/pipe": "0.1.3", From 649b84877262c40d2534965454b903baa39e81a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 18:19:31 +0000 Subject: [PATCH 212/264] Bump @biomejs/wasm-nodejs from 2.0.5 to 2.0.6 Bumps [@biomejs/wasm-nodejs](https://github.com/biomejs/biome) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG_v1.md) - [Commits](https://github.com/biomejs/biome/compare/@biomejs/biome@2.0.5...@biomejs/biome@2.0.6) --- updated-dependencies: - dependency-name: "@biomejs/wasm-nodejs" dependency-version: 2.0.6 dependency-type: direct:production 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 8587cf0..4746246 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dependencies": { "@biomejs/backend-jsonrpc": "2.0.5", "@biomejs/js-api": "1.0.0", - "@biomejs/wasm-nodejs": "2.0.5", + "@biomejs/wasm-nodejs": "2.0.6", "@playform/pipe": "0.1.3", "astro": "*", "deepmerge-ts": "7.1.5" From 171b2e318344f32e5db798ee46fd4d6dcdff5982 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 28 Jun 2025 01:16:56 +0000 Subject: [PATCH 213/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 10d610b..fdc2815 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jun 27 01:19:46 UTC 2025 +Update: Sat Jun 28 01:16:56 UTC 2025 From fd5a2bec76dc9849c205f7a6ce5928c7a92be1e8 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 29 Jun 2025 01:27:27 +0000 Subject: [PATCH 214/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index fdc2815..f845b2d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jun 28 01:16:56 UTC 2025 +Update: Sun Jun 29 01:27:27 UTC 2025 From 6b12ebefd068958bb89e6fbe339ed16178244182 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 30 Jun 2025 01:23:47 +0000 Subject: [PATCH 215/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f845b2d..898097e 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jun 29 01:27:27 UTC 2025 +Update: Mon Jun 30 01:23:47 UTC 2025 From 70954b8ec32699390639a26f54303b1003648172 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 1 Jul 2025 01:27:40 +0000 Subject: [PATCH 216/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 898097e..535fcdd 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jun 30 01:23:47 UTC 2025 +Update: Tue Jul 1 01:27:40 UTC 2025 From 6d51dfed3287eea2e4894ac90703fe857f739e95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 18:50:47 +0000 Subject: [PATCH 217/264] Bump @playform/build from 0.2.4 to 0.2.5 Bumps [@playform/build](https://github.com/PlayForm/Build) from 0.2.4 to 0.2.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.2.4...v0.2.5) --- updated-dependencies: - dependency-name: "@playform/build" dependency-version: 0.2.5 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 4005ab4..544c866 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "deepmerge-ts": "7.1.5" }, "devDependencies": { - "@playform/build": "0.2.4" + "@playform/build": "0.2.5" }, "publishConfig": { "access": "public", From 5a581794c6fe97c3288270d9d04a820bc607bd8c Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 2 Jul 2025 01:19:32 +0000 Subject: [PATCH 218/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 535fcdd..f1a43c8 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jul 1 01:27:40 UTC 2025 +Update: Wed Jul 2 01:19:32 UTC 2025 From 3bade40396487ed5bcd34507d96243cba329fd60 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 3 Jul 2025 01:19:35 +0000 Subject: [PATCH 219/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f1a43c8..964a0ee 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jul 2 01:19:32 UTC 2025 +Update: Thu Jul 3 01:19:35 UTC 2025 From eb182a3a5eadc1dd3bc4b2781d1970e3ac61238b Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 4 Jul 2025 01:19:02 +0000 Subject: [PATCH 220/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 964a0ee..2462cc6 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jul 3 01:19:35 UTC 2025 +Update: Fri Jul 4 01:19:02 UTC 2025 From 9e8adc487203fd0d960257f61459eda8e6ab0873 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 5 Jul 2025 01:16:28 +0000 Subject: [PATCH 221/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 2462cc6..0d501d4 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jul 4 01:19:02 UTC 2025 +Update: Sat Jul 5 01:16:28 UTC 2025 From 6d05387303b4306b89c4795dc031255d85d56cd1 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 6 Jul 2025 01:26:18 +0000 Subject: [PATCH 222/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0d501d4..0408747 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jul 5 01:16:28 UTC 2025 +Update: Sun Jul 6 01:26:18 UTC 2025 From 76aa81750f38b4c84d6967e2bb0897ccc4e3d98a Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 7 Jul 2025 01:23:51 +0000 Subject: [PATCH 223/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0408747..abc51ad 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jul 6 01:26:18 UTC 2025 +Update: Mon Jul 7 01:23:51 UTC 2025 From 65c33829b7fdf1d2732e3c0725fe6facbbb81ba6 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 8 Jul 2025 01:19:59 +0000 Subject: [PATCH 224/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index abc51ad..a219503 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jul 7 01:23:51 UTC 2025 +Update: Tue Jul 8 01:19:59 UTC 2025 From 37d3478b0fa4bcd21a0893e6d3054c462b0b095c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 18:17:15 +0000 Subject: [PATCH 225/264] Bump @biomejs/js-api from 1.0.0 to 2.0.3 Bumps [@biomejs/js-api](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/js-api) from 1.0.0 to 2.0.3. - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/js-api/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/js-api@2.0.3/packages/@biomejs/js-api) --- updated-dependencies: - dependency-name: "@biomejs/js-api" dependency-version: 2.0.3 dependency-type: direct:production 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 544c866..4eaf027 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@biomejs/backend-jsonrpc": "2.0.6", - "@biomejs/js-api": "1.0.0", + "@biomejs/js-api": "2.0.3", "@biomejs/wasm-nodejs": "2.0.6", "@playform/pipe": "0.1.3", "astro": "*", From c777beeeaf7cb5f2c20f056e1b25417e5abc9b63 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 9 Jul 2025 01:20:52 +0000 Subject: [PATCH 226/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index a219503..68e14d0 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jul 8 01:19:59 UTC 2025 +Update: Wed Jul 9 01:20:52 UTC 2025 From d125acbc6330e5de3e94ea8b6d3e155a10125d38 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 10 Jul 2025 01:20:57 +0000 Subject: [PATCH 227/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 68e14d0..e70e85b 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jul 9 01:20:52 UTC 2025 +Update: Thu Jul 10 01:20:57 UTC 2025 From 062911509e551c5c1238735af576dab91202e632 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 11 Jul 2025 01:21:49 +0000 Subject: [PATCH 228/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index e70e85b..35b7190 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jul 10 01:20:57 UTC 2025 +Update: Fri Jul 11 01:21:49 UTC 2025 From 5e308c72a8f2ab1554d40ccc5bafa542d9b3aef8 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 12 Jul 2025 01:23:04 +0000 Subject: [PATCH 229/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 35b7190..fe6750d 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jul 11 01:21:49 UTC 2025 +Update: Sat Jul 12 01:23:04 UTC 2025 From 9200181c60030f1fdbb1b0cf44027eed9af0955d Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 13 Jul 2025 01:37:48 +0000 Subject: [PATCH 230/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index fe6750d..c31d435 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jul 12 01:23:04 UTC 2025 +Update: Sun Jul 13 01:37:48 UTC 2025 From 5a3ea4c86f28a8d6422480e950328be79221574c Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 14 Jul 2025 01:25:20 +0000 Subject: [PATCH 231/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index c31d435..b95b715 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jul 13 01:37:48 UTC 2025 +Update: Mon Jul 14 01:25:20 UTC 2025 From eff459bec7c05fc36908b66e9a7db382db0b70bc Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 15 Jul 2025 01:25:38 +0000 Subject: [PATCH 232/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index b95b715..effe911 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jul 14 01:25:20 UTC 2025 +Update: Tue Jul 15 01:25:38 UTC 2025 From a1e802a8600eb2009ccbe2e0a8f0890a48415a59 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 16 Jul 2025 01:22:50 +0000 Subject: [PATCH 233/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index effe911..974f47a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jul 15 01:25:38 UTC 2025 +Update: Wed Jul 16 01:22:50 UTC 2025 From 18f6337ada9598d8cf76052c2920f3200f40533c Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 17 Jul 2025 01:24:00 +0000 Subject: [PATCH 234/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 974f47a..52f3773 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jul 16 01:22:50 UTC 2025 +Update: Thu Jul 17 01:24:00 UTC 2025 From 08c931202eac98e9a567646218eca8f428647f44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 19:03:08 +0000 Subject: [PATCH 235/264] Bump @biomejs/wasm-nodejs from 2.0.6 to 2.1.2 Bumps [@biomejs/wasm-nodejs](https://github.com/biomejs/biome) from 2.0.6 to 2.1.2. - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/ROME_CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/compare/@biomejs/biome@2.0.6...@biomejs/biome@2.1.2) --- updated-dependencies: - dependency-name: "@biomejs/wasm-nodejs" dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4eaf027..c95cb8c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dependencies": { "@biomejs/backend-jsonrpc": "2.0.6", "@biomejs/js-api": "2.0.3", - "@biomejs/wasm-nodejs": "2.0.6", + "@biomejs/wasm-nodejs": "2.1.2", "@playform/pipe": "0.1.3", "astro": "*", "deepmerge-ts": "7.1.5" From b5993046cf98ebcd9c0b80c5e437a8e2365ca430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 19:03:15 +0000 Subject: [PATCH 236/264] Bump @biomejs/backend-jsonrpc from 2.0.6 to 2.1.2 Bumps [@biomejs/backend-jsonrpc](https://github.com/biomejs/biome/tree/HEAD/npm/backend-jsonrpc) from 2.0.6 to 2.1.2. - [Release notes](https://github.com/biomejs/biome/releases) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.1.2/npm/backend-jsonrpc) --- updated-dependencies: - dependency-name: "@biomejs/backend-jsonrpc" dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4eaf027..bf33baf 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "prepublishOnly": "Build 'Source/**/*.ts'" }, "dependencies": { - "@biomejs/backend-jsonrpc": "2.0.6", + "@biomejs/backend-jsonrpc": "2.1.2", "@biomejs/js-api": "2.0.3", "@biomejs/wasm-nodejs": "2.0.6", "@playform/pipe": "0.1.3", From 4383847504c77f52e0c83ed8d089202a08ce0499 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 18 Jul 2025 01:23:18 +0000 Subject: [PATCH 237/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 52f3773..8e8ca5a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jul 17 01:24:00 UTC 2025 +Update: Fri Jul 18 01:23:18 UTC 2025 From db4863ee712a39252ac986cbc4054bc9957958ca Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 19 Jul 2025 01:20:48 +0000 Subject: [PATCH 238/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 8e8ca5a..90cc3dc 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jul 18 01:23:18 UTC 2025 +Update: Sat Jul 19 01:20:48 UTC 2025 From 6566489ac67c4795b18bc644beb93adaeb919c27 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 20 Jul 2025 01:39:25 +0000 Subject: [PATCH 239/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 90cc3dc..d452d2a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jul 19 01:20:48 UTC 2025 +Update: Sun Jul 20 01:39:25 UTC 2025 From a5d76f95d3441e814f7bc1ab1c0480f5270ede44 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 21 Jul 2025 01:27:41 +0000 Subject: [PATCH 240/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d452d2a..70ce909 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jul 20 01:39:25 UTC 2025 +Update: Mon Jul 21 01:27:41 UTC 2025 From ac6839dad317d2edb774dec510deb71aae1e7d84 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 22 Jul 2025 01:23:39 +0000 Subject: [PATCH 241/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 70ce909..f7e3344 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jul 21 01:27:41 UTC 2025 +Update: Tue Jul 22 01:23:39 UTC 2025 From 3aebed00d6619b69ef80d26e359e41bfab1e655f Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 23 Jul 2025 01:24:40 +0000 Subject: [PATCH 242/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index f7e3344..39db083 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jul 22 01:23:39 UTC 2025 +Update: Wed Jul 23 01:24:40 UTC 2025 From e9fffa87476525ceb10f1b1a44455e178562c550 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 24 Jul 2025 01:24:10 +0000 Subject: [PATCH 243/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 39db083..5d8536e 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jul 23 01:24:40 UTC 2025 +Update: Thu Jul 24 01:24:10 UTC 2025 From f89fa81bfb42c914286d0b81d2f86b0f85815047 Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 25 Jul 2025 01:23:43 +0000 Subject: [PATCH 244/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5d8536e..87881a3 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jul 24 01:24:10 UTC 2025 +Update: Fri Jul 25 01:23:43 UTC 2025 From 5e719afd21d08edb1534d22b5a7037c14cfde0db Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 26 Jul 2025 01:21:40 +0000 Subject: [PATCH 245/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 87881a3..d262723 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Jul 25 01:23:43 UTC 2025 +Update: Sat Jul 26 01:21:40 UTC 2025 From b2addd008b424812bea67a253fb1a2846873e83f Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 27 Jul 2025 01:40:09 +0000 Subject: [PATCH 246/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d262723..cedcbdf 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Jul 26 01:21:40 UTC 2025 +Update: Sun Jul 27 01:40:09 UTC 2025 From 796e47ad6ac91c0109bb7d063dc4e9e8e3d5a603 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 28 Jul 2025 01:38:45 +0000 Subject: [PATCH 247/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index cedcbdf..d20e477 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Jul 27 01:40:09 UTC 2025 +Update: Mon Jul 28 01:38:45 UTC 2025 From 0e6ee1ab4d04010ce93e893015d01d6856de8e00 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 29 Jul 2025 01:43:38 +0000 Subject: [PATCH 248/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index d20e477..554db0a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Jul 28 01:38:45 UTC 2025 +Update: Tue Jul 29 01:43:38 UTC 2025 From 91df9a4c7c7aa2af2306abf5374f1eb2de9b0179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 18:43:12 +0000 Subject: [PATCH 249/264] Bump @biomejs/wasm-nodejs from 2.1.2 to 2.1.3 Bumps [@biomejs/wasm-nodejs](https://github.com/biomejs/biome) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/ROME_CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/compare/@biomejs/biome@2.1.2...@biomejs/biome@2.1.3) --- updated-dependencies: - dependency-name: "@biomejs/wasm-nodejs" dependency-version: 2.1.3 dependency-type: direct:production 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 4e71d1c..27ed238 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dependencies": { "@biomejs/backend-jsonrpc": "2.1.2", "@biomejs/js-api": "2.0.3", - "@biomejs/wasm-nodejs": "2.1.2", + "@biomejs/wasm-nodejs": "2.1.3", "@playform/pipe": "0.1.3", "astro": "*", "deepmerge-ts": "7.1.5" From c242b4031617185ebfe016194d0032c0ce211e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 18:43:31 +0000 Subject: [PATCH 250/264] Bump @biomejs/backend-jsonrpc from 2.1.2 to 2.1.3 Bumps [@biomejs/backend-jsonrpc](https://github.com/biomejs/biome/tree/HEAD/npm/backend-jsonrpc) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/biomejs/biome/releases) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.1.3/npm/backend-jsonrpc) --- updated-dependencies: - dependency-name: "@biomejs/backend-jsonrpc" dependency-version: 2.1.3 dependency-type: direct:production 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 4e71d1c..1985a33 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "prepublishOnly": "Build 'Source/**/*.ts'" }, "dependencies": { - "@biomejs/backend-jsonrpc": "2.1.2", + "@biomejs/backend-jsonrpc": "2.1.3", "@biomejs/js-api": "2.0.3", "@biomejs/wasm-nodejs": "2.1.2", "@playform/pipe": "0.1.3", From dc1927a1b056b6d05e08bf591c275adeb0291dcc Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 30 Jul 2025 01:25:37 +0000 Subject: [PATCH 251/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 554db0a..34c14bd 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Jul 29 01:43:38 UTC 2025 +Update: Wed Jul 30 01:25:37 UTC 2025 From ea9599d5778ac573998ed1fafa9f1f5328f2b0a1 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 31 Jul 2025 01:25:05 +0000 Subject: [PATCH 252/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 34c14bd..7fcfa82 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Jul 30 01:25:37 UTC 2025 +Update: Thu Jul 31 01:25:05 UTC 2025 From dfeb5de679701074b013f39c80a278781bd9fe0c Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 1 Aug 2025 01:43:39 +0000 Subject: [PATCH 253/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 7fcfa82..94682de 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Jul 31 01:25:05 UTC 2025 +Update: Fri Aug 1 01:43:39 UTC 2025 From 7dbf37de1d4ad2c0220b672940d7171646058ad8 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 2 Aug 2025 01:21:33 +0000 Subject: [PATCH 254/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 94682de..ab8bce7 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Aug 1 01:43:39 UTC 2025 +Update: Sat Aug 2 01:21:33 UTC 2025 From 835b94abcf4e7b348f9c7b959bba5df458470722 Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 3 Aug 2025 01:41:44 +0000 Subject: [PATCH 255/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index ab8bce7..023ae01 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Aug 2 01:21:33 UTC 2025 +Update: Sun Aug 3 01:41:44 UTC 2025 From 99d559d32c447cf67010ec0f439ca5db19824215 Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 4 Aug 2025 01:41:29 +0000 Subject: [PATCH 256/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 023ae01..9299881 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sun Aug 3 01:41:44 UTC 2025 +Update: Mon Aug 4 01:41:29 UTC 2025 From 0cd3e8dc9b358ed50a5806ef054ac3893b2c5261 Mon Sep 17 00:00:00 2001 From: Auto Date: Tue, 5 Aug 2025 01:27:19 +0000 Subject: [PATCH 257/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9299881..9c92e1a 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Mon Aug 4 01:41:29 UTC 2025 +Update: Tue Aug 5 01:27:19 UTC 2025 From 00eb47d523a2dc5c7e9c77e1f36784cbdc9be27f Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 6 Aug 2025 01:25:39 +0000 Subject: [PATCH 258/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 9c92e1a..52505d9 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Tue Aug 5 01:27:19 UTC 2025 +Update: Wed Aug 6 01:25:39 UTC 2025 From bb365b586384aed959e7cb9765721f583310bee2 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 7 Aug 2025 01:26:14 +0000 Subject: [PATCH 259/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 52505d9..0b06594 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Wed Aug 6 01:25:39 UTC 2025 +Update: Thu Aug 7 01:26:14 UTC 2025 From 3de2298d933185db0a641c578152adf25e07b7a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 18:32:17 +0000 Subject: [PATCH 260/264] Bump @biomejs/backend-jsonrpc from 2.1.3 to 2.1.4 Bumps [@biomejs/backend-jsonrpc](https://github.com/biomejs/biome/tree/HEAD/npm/backend-jsonrpc) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/biomejs/biome/releases) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.1.4/npm/backend-jsonrpc) --- updated-dependencies: - dependency-name: "@biomejs/backend-jsonrpc" dependency-version: 2.1.4 dependency-type: direct:production 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 e9bd332..6213b5d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "prepublishOnly": "Build 'Source/**/*.ts'" }, "dependencies": { - "@biomejs/backend-jsonrpc": "2.1.3", + "@biomejs/backend-jsonrpc": "2.1.4", "@biomejs/js-api": "2.0.3", "@biomejs/wasm-nodejs": "2.1.3", "@playform/pipe": "0.1.3", From 848b1193cf8142cf46b9a455bb0b8b9fe93fe630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 18:33:59 +0000 Subject: [PATCH 261/264] Bump @biomejs/wasm-nodejs from 2.1.3 to 2.1.4 Bumps [@biomejs/wasm-nodejs](https://github.com/biomejs/biome) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/ROME_CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/compare/@biomejs/biome@2.1.3...@biomejs/biome@2.1.4) --- updated-dependencies: - dependency-name: "@biomejs/wasm-nodejs" dependency-version: 2.1.4 dependency-type: direct:production 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 6213b5d..1a882fe 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dependencies": { "@biomejs/backend-jsonrpc": "2.1.4", "@biomejs/js-api": "2.0.3", - "@biomejs/wasm-nodejs": "2.1.3", + "@biomejs/wasm-nodejs": "2.1.4", "@playform/pipe": "0.1.3", "astro": "*", "deepmerge-ts": "7.1.5" From f347766c45e37e5e25c992c377381343ff0d36cb Mon Sep 17 00:00:00 2001 From: Auto Date: Fri, 8 Aug 2025 01:25:53 +0000 Subject: [PATCH 262/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 0b06594..5831dd2 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Thu Aug 7 01:26:14 UTC 2025 +Update: Fri Aug 8 01:25:53 UTC 2025 From 1fad2454df65bc5d3bd7ee9fc0eecdd848b8c6d0 Mon Sep 17 00:00:00 2001 From: Auto Date: Sat, 9 Aug 2025 01:19:07 +0000 Subject: [PATCH 263/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 5831dd2..4171580 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Fri Aug 8 01:25:53 UTC 2025 +Update: Sat Aug 9 01:19:07 UTC 2025 From 136d162a87a4b6734717cbc05e2384641ba7966b Mon Sep 17 00:00:00 2001 From: Auto Date: Sun, 10 Aug 2025 01:38:30 +0000 Subject: [PATCH 264/264] --- .github/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Update.md b/.github/Update.md index 4171580..91f6503 100644 --- a/.github/Update.md +++ b/.github/Update.md @@ -1 +1 @@ -Update: Sat Aug 9 01:19:07 UTC 2025 +Update: Sun Aug 10 01:38:30 UTC 2025