Version Packages#17
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
5388730 to
2919f61
Compare
2919f61 to
57517df
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@ingram-tech/nk-dev@0.3.0
Minor Changes
79bcb7d: Toolchain consolidation:
nkno longer formats SQL.nk format/nk checkrun oxfmt only; theprettier+prettier-plugin-sqldependencies are dropped. SQL in these repos is ~all generated (drizzle migrations,pg_dumpbaselines, pglite fixtures), so formatting it only churned generated files and crashed on psql directives (\restrict) for no gain.nk test— new passthrough forvitest run(extra args forwarded), completing the set alongsidelint/format/check/type-check/build.nk doctor [--fix]— reports a site's drift from the canonical nk-dev toolchain (scripts not pointing atnk, superseded deps,.oxlintrc.json/tsconfig.jsonextends not pointing at nk-dev, a missing CLAUDE.md guide import, staleknip.jsonignores, a dead.prettierignore) and, with--fix, applies the mechanical corrections. Exits non-zero on model-breaking findings so it can gate CI.nk checkwarns on tooling drift — a non-fatal notice when a site re-declares a package nk-dev supersedes (oxfmt,oxlint,prettier*,@ingram-tech/{oxlint,typescript}-config,@ingram-tech/nk-cli,@ingram-tech/git-hooks), pointing atnk doctor --fix.Patch Changes
^0.56→^0.58, oxlint^1.71→^1.73. Sites on the nk-dev toolchain pick these up on their next install, so the whole fleet's formatter/linter version is managed here in one place rather than pinned per repo.