v0.31.0
Minor Changes
-
4fcea21:
adamantite updatenow runs a migration pipeline before dependency updates, so upgrades to theadamantite checkworkflow and related configuration can be checked, applied, validated, and rolled back safely when a migration fails.This release adds automatic update migrations for legacy Adamantite setups.
adamantite updatecan now migrate.oxlintrc.jsontooxlint.config.ts, patch managedoxlint.config.tsfiles soadamantite checkandadamantite fixrun withoptions.typeAwareandoptions.typeCheckenabled, and replace the legacyadamantite typecheckscript with the unifiedadamantite checkcommand.When migrating the legacy
typecheckscript, Adamantite also bootstraps any missingoxlint.config.tsandtsconfig.jsonfiles, updates the GitHub Actions workflow when possible so it runs the newcheckcommand, and continues syncing managed tooling dependencies to the latest compatible Adamantite versions.
Patch Changes
-
5881f82: Adamantite lint presets no longer ship built-in
ignorePatternsdefaults.Projects that still need ignores like
dist,.next, ornode_modulesshould define them in their localoxlint.config.ts.