Skip to content

chore(template-sync): Next 16, Mantine 9.2, padded storybook, automated release#18

Merged
gfazioli merged 1 commit into
masterfrom
chore/template-sync-next-16
May 12, 2026
Merged

chore(template-sync): Next 16, Mantine 9.2, padded storybook, automated release#18
gfazioli merged 1 commit into
masterfrom
chore/template-sync-next-16

Conversation

@gfazioli
Copy link
Copy Markdown
Owner

Template sync: Next 16, Mantine 9.2, storybook padded, Undolog -> gfazioli.github.io, automated release script.

Copilot AI review requested due to automatic review settings May 12, 2026 14:32
@gfazioli gfazioli merged commit 9bb5f69 into master May 12, 2026
@gfazioli gfazioli deleted the chore/template-sync-next-16 branch May 12, 2026 14:32
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Template sync PR that updates the repo’s toolchain and docs stack (Next.js + Mantine + Storybook) and replaces the prior “open GitHub release URL” flow with an automated GitHub release creation step in the release script.

Changes:

  • Upgrade dependencies (Next.js 16.2.6, Mantine 9.2.0, Storybook 10.3.6, React 19.2.6, and related tooling).
  • Update Storybook preview layout to padded and update docs links from undolog.com to gfazioli.github.io.
  • Rework scripts/release.ts to create GitHub releases via gh (generate notes + notes body composition).

Reviewed changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
yarn.lock Lockfile updates reflecting dependency/toolchain upgrades.
scripts/release.ts Automates GitHub release creation via gh and adds changelog extraction + generated notes.
package.json Bumps devDependencies to newer Next/Mantine/Storybook/tooling versions; removes open/new-github-release-url.
docs/package.json Updates docs workspace dependencies (Next 16, Mantine 9.2, React 19.2.6, TS 6.0.3, etc.).
docs/next.config.mjs Updates MDX config and removes build-time ESLint ignore.
docs/components/Shell/Shell.tsx Updates external link target.
docs/components/Footer/Footer.tsx Updates external link target.
.storybook/preview.tsx Switches Storybook layout from centered to padded.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread scripts/release.ts
Comment on lines +157 to +158
const changelogBody = extractChangelogBody(path.join(process.cwd(), 'CHANGELOG.md'));
const repoSlug = parseRepoSlug(packageJson.repository.url || packageJson.repository);
Comment thread docs/next.config.mjs
Comment on lines 5 to 8
const withMDX = createMDX({
options: {
remarkPlugins: [remarkSlug],
remarkPlugins: ['remark-slug'],
},
Comment thread scripts/release.ts
Comment on lines +54 to +55
const result = await $`gh api ${args}`.quiet();
return JSON.parse(result.stdout);
Sign up for free to 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.

2 participants