From 1e203b7fa5691f2362d934b8463d4739d54252ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 11:43:54 +0000 Subject: [PATCH] Version Packages --- .changeset/doctor-oxlintrc-hoisted.md | 11 --- .changeset/nk-base-ui-native-button.md | 12 ---- .changeset/nk-check-tailwind-sources.md | 24 ------- .changeset/nk-dev-stale-next-types-guide.md | 10 --- .changeset/nk-no-server-env-in-client.md | 13 ---- .changeset/nk-no-sql-array-cast.md | 12 ---- .changeset/nk-no-unvalidated-request-body.md | 13 ---- packages/nk-dev/CHANGELOG.md | 75 ++++++++++++++++++++ packages/nk-dev/package.json | 2 +- 9 files changed, 76 insertions(+), 96 deletions(-) delete mode 100644 .changeset/doctor-oxlintrc-hoisted.md delete mode 100644 .changeset/nk-base-ui-native-button.md delete mode 100644 .changeset/nk-check-tailwind-sources.md delete mode 100644 .changeset/nk-dev-stale-next-types-guide.md delete mode 100644 .changeset/nk-no-server-env-in-client.md delete mode 100644 .changeset/nk-no-sql-array-cast.md delete mode 100644 .changeset/nk-no-unvalidated-request-body.md diff --git a/.changeset/doctor-oxlintrc-hoisted.md b/.changeset/doctor-oxlintrc-hoisted.md deleted file mode 100644 index 2753d5f..0000000 --- a/.changeset/doctor-oxlintrc-hoisted.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@ingram-tech/nk-dev": patch ---- - -`nk doctor` no longer flags a hoisted-workspace member whose `.oxlintrc.json` -extends `../node_modules/@ingram-tech/nk-dev/oxlintrc.json`. oxlint resolves -`extends` relative to the config file, so that is the only path that works when -`node_modules` lives at the workspace root; the check matched the literal -`./node_modules/…` string and `--fix` rewrote the config to a path that does -not exist, breaking `nk lint`. Both now accept any prefix that reaches the -file, and `--fix` writes the one that resolves from the site folder. diff --git a/.changeset/nk-base-ui-native-button.md b/.changeset/nk-base-ui-native-button.md deleted file mode 100644 index 9570472..0000000 --- a/.changeset/nk-base-ui-native-button.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@ingram-tech/nk-dev": minor ---- - -New oxlint rule `nextkit/base-ui-native-button` (error): a Base UI button-like -component rendered as something other than a `