Skip to content

v1.0.14

Choose a tag to compare

@github-actions github-actions released this 05 Jun 23:23
· 20 commits to main since this release

[1.0.14] - 2026-06-05

✨ Features

  • 5d4a1dd — ✨ [feat] (astro) Add support for Astro file formatting

  • Introduced astroOverrideOptions for formatting Astro files with specific settings.

  • Updated README.md to include Astro in file-specific overrides.

  • Enhanced preset.mjs to export astroOverrideOptions.

  • Modified package.json and package-lock.json to include prettier-plugin-astro dependency.

  • Added tests to validate Astro formatting options and ensure correct behavior.

  • 692f937 — ✨ [feat] (lint) Enhance linting capabilities and add YAML support

  • Updated lint:all script to include lint:yamllint and lint:gitleaks for comprehensive code quality checks.

  • Introduced yamllint and gitleaks configurations in package.json.

  • Added YAML override options in prettier.config.mjs for better formatting support.

  • Updated preset.mjs to export yamlOverrideOptions for shared configuration.

  • Enhanced prettier.config.example.mjs to document YAML file support.

  • Added tests for YAML formatting options and validation in preset.test.ts.

  • Created tsdoc.json to extend TSDoc configuration for improved documentation.

🛠️ Bug Fixes

  • f8c0453 — 🚨 [fix] (lint) Satisfy updated lint and test rules

🚨 [fix] Remove the invalid npm-check-updates schema entry that the JSON schema validator now flags.

🚨 [fix] Drop stale explicit-module-boundary and process-env suppressions after the updated shared ESLint config no longer requires them.

🧪 [test] Add typed override lookup helpers and split dense preset assertions into narrower tests so complexity and weak-existence checks stay within the stricter rules.

  • 68d7297 — Correct git-cliff release notes target

🎨 Styling

  • 1f4b793 — 🎨 [style] (format) Normalize repo metadata and docs

🎨 [style] Apply the updated Prettier output across repository docs, GitHub metadata YAML, and JSON configuration files.

🎨 [style] Quote YAML scalar values and normalize Markdown indentation according to the shared formatting rules.

🧹 [chore] Keep package scripts, TSDoc config, npm-package-json-lint config, and yamllint config aligned with the repository formatting gate.

🧹 Chores

  • 3b62d91 — Release v1.0.14

  • 90f487a — Update github agent instruction paths

  • cd9f956 — Stop ignoring mdx in prettierignore

  • 7be589a — Stop ignoring markdown files in prettierignore

👷 CI/CD

  • b7d5e33 — 👷 [ci] Update Gitleaks workflow to include Node.js setup and dependency installation

  • Add step to setup Node.js using specified version file

  • Include step to install dependencies using npm ci

  • 1df9700 — 👷 [ci] (workflows) Normalize workflow YAML lint output

👷 [ci] Reformat Dependabot and GitHub workflow files so the updated YAML formatter and repo-compliance scanner read unquoted structural keys consistently.

👷 [ci] Convert CI artifact verification commands to folded run scalars so yamllint keeps double-quote expectations without changing shell behavior.

🚨 [fix] Group release workflow output writes and expand the tarball metadata extraction script to satisfy actionlint shellcheck diagnostics.

🔧 Build System

  • 53c92c0 — 👷 [build] Update Gitleaks workflow to set default shell to bash