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/.github/Update.md b/.github/Update.md
new file mode 100644
index 0000000..91f6503
--- /dev/null
+++ b/.github/Update.md
@@ -0,0 +1 @@
+Update: Sun Aug 10 01:38:30 UTC 2025
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"
diff --git a/.github/workflows/Auto.yml b/.github/workflows/Auto.yml
new file mode 100644
index 0000000..980a3e9
--- /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 "Commit@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
diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml
index 387fece..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.2.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.2.0
+ - uses: dependabot/fetch-metadata@v2.4.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml
index ab334a3..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.0.1
+ - uses: pozil/auto-assign-issue@v2.2.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: NikolaRHristov
diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml
index 45e4ee5..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.1.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 2abe3bd..fdaaee0 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: |
@@ -76,7 +76,7 @@ jobs:
--unsafe-perm=true
]
- - uses: actions/setup-node@v4.1.0
+ - uses: actions/setup-node@v4.4.0
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
@@ -88,7 +88,7 @@ jobs:
- run: pnpm run prepublishOnly
working-directory: .
- - uses: actions/upload-artifact@v4.5.0
+ - uses: actions/upload-artifact@v4.6.2
with:
name: .-Node-${{ matrix.node-version }}-Target
path: ./Target
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c687174..65dfa4c 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,45 +18,45 @@
## 0.0.7
-### Changed
+### Change
- 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.
## 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.
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index c728bc2..e9a5011 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
@@ -74,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 9559e2b..32c7129 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
@@ -62,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/DEPENDENTS.md b/DEPENDENTS.md
index ecf460d..e8af1a0 100644
--- a/DEPENDENTS.md
+++ b/DEPENDENTS.md
@@ -1,12 +1,12 @@
# Dependents stats for PlayForm/Format
-[](HTTPS://GitHub.Com/PlayForm/Format/network/dependents)
-[&message=3&color=informational&logo=slickpic)](HTTPS://GitHub.Com/PlayForm/Format/network/dependents)
-[&message=-3&color=informational&logo=slickpic)](HTTPS://GitHub.Com/PlayForm/Format/network/dependents)
-[&message=24&color=informational&logo=slickpic)](HTTPS://GitHub.Com/PlayForm/Format/network/dependents)
+[](https://github.com/PlayForm/Format/network/dependents)
+[&message=3&color=informational&logo=slickpic)](https://github.com/PlayForm/Format/network/dependents)
+[&message=-3&color=informational&logo=slickpic)](https://github.com/PlayForm/Format/network/dependents)
+[&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 |
+|
[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
diff --git a/README.md b/README.md
index 02a3141..5aeeb7b 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-
| Related — | ||
| 🗜️ Compress — | | 🦔 Inline — |
| Related | ||
| Compress 🗜️ | | Inline 🦔 |