Skip to content

fix(template): refresh Next.js nanoid lock resolution - #28

Merged
rogerchappel merged 3 commits into
mainfrom
agent/oss-d70e71f23630-refresh-next-lock
Aug 8, 2026
Merged

fix(template): refresh Next.js nanoid lock resolution#28
rogerchappel merged 3 commits into
mainfrom
agent/oss-d70e71f23630-refresh-next-lock

Conversation

@rogerchappel

Copy link
Copy Markdown
Owner

Summary

  • refresh the generated Next.js template lockfile so nanoid resolves to 3.3.18
  • enforce a deterministic nanoid >=3.3.17 invariant in the normal template test
  • document the reviewed procedure for refreshing a transitive template dependency

Commits

  • e073145 fix(template): refresh nanoid lock resolution
  • b657ab6 test(template): enforce safe nanoid baseline
  • e4a6d5b docs: document template lock refreshes

Verification

rm -rf node_modules
corepack pnpm install --frozen-lockfile
corepack pnpm run release:check
git diff --check

The release check exercised the generated next-app through npm ci --ignore-scripts, ESLint, a production Next.js build, npm audit --omit=dev --audit-level=high (0 production vulnerabilities), scripts/validate.sh, and package smoke.

Closes the time-dependent template lock drift identified at origin/main b487d49.

@rogerchappel
rogerchappel merged commit 17c4461 into mainAug 8, 2026
3 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@rogerchappel