airfleet/airfleet-wordpress-dev
Release 4.1.2
Changed
prepare(command): Replaced Husky deprecatedhusky installcommand
ISO week view.
prepare (command): Replaced Husky deprecated husky install commandtest-wordpress.yml (templates): Fixed PHP lint commandtest (command): No longer fails if no tests are foundpatch update-dev-tools-2025-v1: Now forcefully upgrades composer package airfleet/wordpress-dev to latest ^4.0 versionpatch update-dev-tools-2025-v1: Included enabling prefer-stable in composer.jsonpatch update-dev-tools-2025-v1: Now commits changes without verifyingpatch update-dev-tools-2025-v1: Now only updates @airfleet/wordpress-dev to latest after running bun install and generating a clean lockfilepatch update-dev-tools-2025-v1: Removed updating Browserslist DB explicitly, because it is no longer needed when installing dependencies from scratch.dprint.json: Excluded *.acf-group.json from formatting.parcelrc (templates): Fixed Parcel config extends config path.husky/pre-commit (templates): Removed deprecated lines.lintstagedrc.json (templates): Fixed lint-staged config, now uses Composer packages directly--if-present flag order in bun run statements in GitHub workflowsafwp (Asana)version-set [increment] (alias ver) to update .airfleet-release with the next version type. Usage example: afwp version-set patch. Omit increment to auto-determine based on changelog (Asana)changelog-add <messages...> [options] (alias cl) to add one or more entries to CHANGELOG.md. Usage example: afwp changelog-add "Added a block". Available options: --section, --breaking, --asana <url> (Asana)format to apply formatting to the codebase. Usage example: afwp format (Asana)lint [options] to lint the codebase. Usage example: afwp lint. Available options: --js, --css, --format, --php. When using one or more options, it will only run the linters associated with those options (Asana)fix [options] to automatically apply fixes to the codebase. Usage example: afwp fix. Available options: --js, --css, --format, --php. When using one or more options, it will only run the fixers associated with those options (Asana)prepare to run necessary scripts after local install. Usage example: afwp prepare (Asana)build [options] to build the project for production. Usage example: afwp build. Available options: --theme (compile all theme-related files), --figma (compile Figma tokens to CSS) (Asana)watch to watch for code changes and rebuild. Usage example: afwp watch (Asana)serve to start a development server and automatically rebuild on code changes. Usage example: afwp serve (Asana)figma-tokens to compile Figma design tokens to CSS. Usage example: afwp figma-tokens (Asana)generate <subcommand> to generate code, assets, or features. Usage example: afwp generate --help (Asana)generate config <template> [options] to generate configuration files. Usage example: afwp generate config plugin. Available options: --dry-run (Asana)patch <patch> to apply project patches and migrations (Asana)patch update-dev-tools-2025-v1 [options] to apply the 2025 development tools update. Available options: --dry-run (check afwp patch update-dev-tools-2025-v1 --help for additional options) (Asana)test to run project tests. (Asana)config folder with configs for projects to extend fromconfig/.dprint.json config file (Asana)config/.oxlintrc.json config file (Asana)config/.parcelrc config file for Parcel (Asana)templates/configs/plugin folder with configs for projects to copy from (Asana)templates/configs/plugin/.github/workflows/release-plugin-preview.yml, release-plugin.yml, test-wordpress.yml GitHub workflows (Asana)templates/configs/plugin/.github/copilot-instructions.md and AGENTS.md agent instructions (Asana)templates/configs/plugin/.vscode/settings.json VS Code settings file (Asana)templates/configs/plugin/.browserslistrc config file for Browserslist (Asana)templates/configs/plugin/.dprint.json config file for dprint (Asana)templates/configs/plugin/.lintstagedrc.json config file for lint-staged (Asana)templates/configs/plugin/.node-version file with expected node version (Asana)templates/configs/plugin/.oxlintrc.json config file for oxlint (Asana)templates/configs/plugin/.parcelrc config file for Parcel (Asana)templates/configs/plugin/.stylelintrc.json config file for StyleLint (Asana)templates/configs/plugin/globals.d.ts global TypeScript definitions (Asana)templates/configs/plugin/ config files .husky/pre-commit, .editorconfig, .gitattributes .gitignore (Asana)package.json scripts for testing, linting and formatting