Appletini (4.0beta11)
Pre-release
Pre-release
Changes to what install.sh puts in downstream repos:
- New typecheck workflows:
type-js.yml(tsc) andtype-python.yml(mypy), both guarded byif: falselike the test workflows;install.shinstalls and cleans them up alongside the others - Prettier reined in:
.prettierrc.jsonupdates (trailingComma,semi) and scoping so it stops formatting files it shouldn't .markdownlint.jsonupdated.vscode/settings.jsonreworked (format-on-save / extension settings)- JS workflow gains an
npm cistep, and workflows were renamed/normalized - Action bumps inside the installed workflows:
actions/checkoutv6→v7,actions/setup-nodev6→v7,shivammathur/setup-phpbump
Docs and repo housekeeping:
- README: documents the type workflows, adds a new "Default Branch" section (workflows only trigger on main unless edited), and the migration steps now mention typecheck workflows
.gitattributesadded to normalize line endings- Dependabot config tweaks and the usual
claude-code-actionbumps (repo-only, not installed downstream)
Full Changelog: 4.0beta10...4.0beta11