Skip to content

fix: update next and postcss security deps#80

Draft
dannyneira wants to merge 1 commit into
mainfrom
independabot/next-security-updates
Draft

fix: update next and postcss security deps#80
dannyneira wants to merge 1 commit into
mainfrom
independabot/next-security-updates

Conversation

@dannyneira
Copy link
Copy Markdown
Member

Summary

  • Updates next from 16.2.0 to 16.2.6 to resolve the current batch of Next.js Dependabot alerts.
  • Updates eslint-config-next to 16.2.6 to keep the Next.js tooling version aligned.
  • Updates direct postcss to 8.5.10 and adds an npm overrides.postcss pin to force Next's nested postcss@8.4.31 dependency to the patched 8.5.10 release.
  • Commits Next's required tsconfig.json adjustment from moduleResolution: "node" to "bundler" after running the upgraded build.

Resolved Dependabot alerts

Verification

  • npm audit --json no longer reports next or postcss advisories after the update and override. Remaining audit entries are unrelated: brace-expansion, picomatch, and yaml.
  • npm run lint
  • npx tsc lib/*.ts
  • NEXT_PUBLIC_ALGOLIA_APP_ID=dummy NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY=dummy npx next build

Note: npm run build reaches the Algolia postbuild publishing step and fails in this sandbox when using dummy Algolia credentials, so the compile path was validated directly without publishing search data.

Conversation: https://staging.warp.dev/conversation/ab7292d2-cf6e-4f63-a336-17845f66438d
Run: https://oz.staging.warp.dev/runs/019e3184-1bb8-759c-9558-dc9283e4ea69
This PR was generated with Oz.

Co-Authored-By: Oz <oz-agent@warp.dev>
@dannyneira dannyneira requested a review from jefflloyd May 16, 2026 16:06
@BossChaos
Copy link
Copy Markdown

Code Review

PR: fix: update next and postcss security deps by @dannyneira

  • ✅ Bug/security fix

Wallet: 0xdaE5d307339074A24F579dB48e7c639359D94904

Code review

1 similar comment
@BossChaos
Copy link
Copy Markdown

Code Review

PR: fix: update next and postcss security deps by @dannyneira

  • ✅ Bug/security fix

Wallet: 0xdaE5d307339074A24F579dB48e7c639359D94904

Code review

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.

3 participants