v1.0.14
[1.0.14] - 2026-06-05
- Commit Range: ➡️
68d7297...3b62d91
✨ Features
-
5d4a1dd— ✨ [feat] (astro) Add support for Astro file formatting -
Introduced
astroOverrideOptionsfor formatting Astro files with specific settings. -
Updated
README.mdto include Astro in file-specific overrides. -
Enhanced
preset.mjsto exportastroOverrideOptions. -
Modified
package.jsonandpackage-lock.jsonto includeprettier-plugin-astrodependency. -
Added tests to validate Astro formatting options and ensure correct behavior.
-
692f937— ✨ [feat] (lint) Enhance linting capabilities and add YAML support -
Updated
lint:allscript to includelint:yamllintandlint:gitleaksfor comprehensive code quality checks. -
Introduced
yamllintandgitleaksconfigurations inpackage.json. -
Added YAML override options in
prettier.config.mjsfor better formatting support. -
Updated
preset.mjsto exportyamlOverrideOptionsfor shared configuration. -
Enhanced
prettier.config.example.mjsto document YAML file support. -
Added tests for YAML formatting options and validation in
preset.test.ts. -
Created
tsdoc.jsonto 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