Skip to content

fix(release): close the super-admin key changeset's frontmatter - #1795

Merged
mobeenabdullah merged 1 commit into
mainfrom
fix/super-admin-key-changeset-frontmatter
Sep 11, 2026
Merged

mobeenabdullah merged 1 commit into
mainfrom
fix/super-admin-key-changeset-frontmatter

Conversation

@mobeenabdullah

Copy link
Copy Markdown
Collaborator

What

Second instance of #1791, one commit later: .changeset/a-super-admins-key-copies-the-catalogue.md (landed in cd9554690) opened its frontmatter and never closed it — the package list runs into a blank line and the prose with no second ---. @changesets/parse refuses the file, so pnpm changeset status fails on main and release.yml's version step will fail on it.

Closing marker added after the 25th package line; the blank after the opening marker removed — the shape every other changeset has. One line.

#1794 edits this file's prose further down (from line 45); the hunks do not overlap, so it merges either way. If that branch also closes the frontmatter, its rebase conflicts on this one line — resolve to either, they are identical.

Evidence

  • echo .changeset/a-super-admins-key-copies-the-catalogue.md | node scripts/release/check-changesets.mjsChecked 1 changeset(s): all cover the group.
  • Scanned every .changeset/*.md on origin/main for fewer than two --- lines: this was the only one left after fix(release): close the zod changeset's frontmatter #1791.

No changeset of its own: this edits release metadata only.

The same shape as the zod changeset one commit earlier: the package
list ran into a blank line and the prose with no second `---`, so
`@changesets/parse` refuses the file and the release's version step
fails on it. The closing marker is in place and the blank line after
the opening one is gone.
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 11, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-11T13:44:44.279437Z 5f44bb2 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@coderabbitai

coderabbitai Bot commented Sep 11, 2026

Copy link
Copy Markdown

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • .changeset/a-super-admins-key-copies-the-catalogue.md is excluded by !.changeset/**

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: fd561b4c-9e0a-4b6b-bd41-468e0aeaecf1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@pkg-pr-new

pkg-pr-new Bot commented Sep 11, 2026

Copy link
Copy Markdown

Open in StackBlitz

@nextlyhq/adapter-drizzle

npm i https://pkg.pr.new/@nextlyhq/adapter-drizzle@5f44bb2

@nextlyhq/adapter-mysql

npm i https://pkg.pr.new/@nextlyhq/adapter-mysql@5f44bb2

@nextlyhq/adapter-postgres

npm i https://pkg.pr.new/@nextlyhq/adapter-postgres@5f44bb2

@nextlyhq/adapter-sqlite

npm i https://pkg.pr.new/@nextlyhq/adapter-sqlite@5f44bb2

@nextlyhq/admin

npm i https://pkg.pr.new/@nextlyhq/admin@5f44bb2

@nextlyhq/admin-css

npm i https://pkg.pr.new/@nextlyhq/admin-css@5f44bb2

@nextlyhq/blocks-engine

npm i https://pkg.pr.new/@nextlyhq/blocks-engine@5f44bb2

@nextlyhq/blocks-react

npm i https://pkg.pr.new/@nextlyhq/blocks-react@5f44bb2

@nextlyhq/builder

npm i https://pkg.pr.new/@nextlyhq/builder@5f44bb2

create-nextly-app

npm i https://pkg.pr.new/create-nextly-app@5f44bb2

@nextlyhq/eslint-plugin

npm i https://pkg.pr.new/@nextlyhq/eslint-plugin@5f44bb2

nextly

npm i https://pkg.pr.new/nextly@5f44bb2

@nextlyhq/plugin-form-builder

npm i https://pkg.pr.new/@nextlyhq/plugin-form-builder@5f44bb2

@nextlyhq/plugin-page-builder

npm i https://pkg.pr.new/@nextlyhq/plugin-page-builder@5f44bb2

@nextlyhq/plugin-sdk

npm i https://pkg.pr.new/@nextlyhq/plugin-sdk@5f44bb2

@nextlyhq/plugin-seo

npm i https://pkg.pr.new/@nextlyhq/plugin-seo@5f44bb2

@nextlyhq/storage-s3

npm i https://pkg.pr.new/@nextlyhq/storage-s3@5f44bb2

@nextlyhq/storage-uploadthing

npm i https://pkg.pr.new/@nextlyhq/storage-uploadthing@5f44bb2

@nextlyhq/storage-vercel-blob

npm i https://pkg.pr.new/@nextlyhq/storage-vercel-blob@5f44bb2

@nextlyhq/ui

npm i https://pkg.pr.new/@nextlyhq/ui@5f44bb2

commit: 5f44bb2

@github-actions

Copy link
Copy Markdown
Contributor

Whole-Repository Code Hygiene Summary

Full dead-code, duplication, and complexity report for the PR branch as it stands now. Playground is excluded. Quality gate enforcement on introduced issues is performed by the Changed files job.

🌿 Fallow

Warning

Review needed

⚠️ 73 code issues · ⚠️ 690 clone groups · ⚠️ 1045 health findings

See inline review comments for per-finding details.

Code issues (73)
Category Count
Unused files 2
Unused exports 5
Unused dependencies 19
Unused devDependencies 6
Unresolved imports 2
Unlisted dependencies 1
Circular dependencies 38
Duplication (690 groups · 28909 lines · 4.1%)
Locations Lines Tokens
schemas/_dialect-bundles/mysql.relations.ts:40-134
schemas/_dialect-bundles/postgres.relations.ts:40-134
schemas/_dialect-bundles/sqlite.relations.ts:40-134
95 593
cli/commands/db-sync-demote.ts:70-75
cli/commands/db-sync-promote.ts:38-43
cli/commands/dev-build.ts:100-105
cli/commands/dev-build.ts:179-184
cli/commands/dev-build.ts:299-304
cli/commands/dev-build.ts:411-416
cli/commands/dev-build.ts:552-557
cli/commands/dev-server.ts:575-580
cli/commands/dev-server.ts:840-845
cli/commands/dev-server.ts:1143-1148
cli/commands/migrate-field-groups.ts:110-115
6 70
entries/EntryList/EntryTableSkeleton.tsx:74-98
collection/components/CollectionTableSkeleton.tsx:94-118
field-group/components/FieldGroupTableSkeleton.tsx:90-114
plugins/components/PluginsTableSkeleton.tsx:86-110
singles/components/SinglesTableSkeleton.tsx:77-101
src/components/table-skeleton.tsx:100-124
25 89
collections/config/validate-config.ts:380-433
field-groups/config/validate-field-group.ts:185-238
singles/config/validate-single.ts:190-243
54 152
dispatcher/handlers/collection-dispatcher.ts:925-967
field-groups/services/field-group-table-provisioning.ts:186-236
singles/services/reconcile-single-companion.ts:110-160
51 149

… and 685 more groups.

Across 422 files.

Complexity (1045 functions above threshold)
File Function Severity Cyclomatic Cognitive CRAP Lines
singles/services/single-mutation-service.ts:981 <arrow> critical 251 ! 324 ! 13859.2 ! 1625
collections/services/collection-mutation-service.ts:6264 <arrow> critical 174 ! 177 ! 6713.6 ! 1301
src/init/reload-config.ts:1319 applyReload critical 144 ! 228 ! 4623 ! 1433
shared/lib/entry-validation.ts:223 validateFieldValue critical 109 ! 157 ! 2675.3 ! 432
blocks-engine/src/measure-bytes.ts:646 surveyDocument critical 102 ! 250 ! 137.1 ! 658

5009 files, 76751 functions analyzed (thresholds: cyclomatic > 20, cognitive > 15, CRAP >= 30)

Codebase health

Metric Value
Maintainability 91.7 / 100
Avg complexity 1.8

Tip

Run fallow fix --dry-run to preview auto-fixes.
Add /** @public */ above exports to preserve them.

@mobeenabdullah
mobeenabdullah merged commit 593c4de into main Sep 11, 2026
15 of 16 checks passed
@github-actions github-actions Bot added the type: docs Documentation only label Sep 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: docs Documentation only

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant