Skip to content

chore(deps): upgrade all dependencies to latest major versions#133

Merged
happy-haki merged 1 commit into
mainfrom
chore/major-deps-upgrade
Jun 9, 2026
Merged

chore(deps): upgrade all dependencies to latest major versions#133
happy-haki merged 1 commit into
mainfrom
chore/major-deps-upgrade

Conversation

@happy-haki

Copy link
Copy Markdown
Contributor

Dependency Upgrades

Dependencies

Package From To
@radix-ui/react-accordion ^1.2.12 ^1.2.13
next ^16.2.6 ^16.2.7
react ^16.2.6 ^19.2.7
react-dom ^19.2.6 ^19.2.7

Dev Dependencies

Package From To
@biomejs/biome ^2.4.15 ^2.4.16
@next/mdx ^16.2.6 ^16.2.7
@types/mdx ^2.0.13 ^2.0.14
@types/node ^25.8.0 ^25.9.2
@types/react ^19.2.14 ^19.2.17
lint-staged ^17.0.5 ^17.0.7
shiki ^4.0.2 ^4.2.0
ultracite ^7.7.0 ^7.8.2

Tooling

Package From To
pnpm (packageManager) 10.34.1 11.5.2

Additional Changes

  • Migrated pnpm.overrides from package.json to pnpm-workspace.yaml (required by pnpm v11)
  • Created pnpm-workspace.yaml with allowBuilds and overrides config

Verification

  • pnpm install succeeds
  • pnpm build succeeds (Next.js 16.2.7, Turbopack)

Closes #116 (supersedes the renovate pnpm v11 upgrade PR)

- @radix-ui/react-accordion: ^1.2.12 → ^1.2.13
- next: ^16.2.6 → ^16.2.7
- @next/mdx: ^16.2.6 → ^16.2.7
- react: ^19.2.6 → ^19.2.7
- react-dom: ^19.2.6 → ^19.2.7
- @biomejs/biome: ^2.4.15 → ^2.4.16
- @types/mdx: ^2.0.13 → ^2.0.14
- @types/node: ^25.8.0 → ^25.9.2
- @types/react: ^19.2.14 → ^19.2.17
- lint-staged: ^17.0.5 → ^17.0.7
- shiki: ^4.0.2 → ^4.2.0
- ultracite: ^7.7.0 → ^7.8.2
- pnpm: 10.34.1 → 11.5.2
- Migrate pnpm.overrides from package.json to pnpm-workspace.yaml (pnpm v11 compat)
@coauthors

coauthors Bot commented Jun 9, 2026

Copy link
Copy Markdown

People can be co-author:

Candidate Reasons Count Add this as commit message
@happy-haki #133 1 Co-authored-by: happy-haki <266456141+happy-haki@users.noreply.github.com>

@netlify

netlify Bot commented Jun 9, 2026

Copy link
Copy Markdown

Deploy Preview for semantic-template failed. Why did it fail? →

Name Link
🔨 Latest commit b710b54
🔍 Latest deploy log https://app.netlify.com/projects/semantic-template/deploys/6a2783cfa4313f0008a7263d

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates several dependencies and devDependencies in package.json, upgrades the package manager to pnpm v11.5.2, and introduces a pnpm-workspace.yaml configuration file. Feedback on the changes identifies an issue in pnpm-workspace.yaml where the deprecated or incorrect allowBuilds field is used instead of onlyBuiltDependencies to enable builds for the sharp package, which could lead to build or runtime failures in Next.js.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread pnpm-workspace.yaml
Comment on lines +1 to +2
allowBuilds:
sharp: true

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

In pnpm v10 and v11, the configuration to allow builds for specific dependencies is onlyBuiltDependencies (which accepts an array of package names), rather than allowBuilds with boolean values. Using allowBuilds will be ignored by pnpm, which will prevent sharp from building and potentially cause runtime or build issues in Next.js.

onlyBuiltDependencies:
  - sharp

@happy-haki happy-haki merged commit 96b4bc9 into main Jun 9, 2026
1 of 5 checks passed
@happy-haki happy-haki deleted the chore/major-deps-upgrade branch June 9, 2026 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant