Skip to content

align esbuild with pnpm lockfile#396

Merged
mattmueller-stripe merged 1 commit into
mainfrom
fix-lockfile
Jul 8, 2026
Merged

align esbuild with pnpm lockfile#396
mattmueller-stripe merged 1 commit into
mainfrom
fix-lockfile

Conversation

@mattmueller-stripe

Copy link
Copy Markdown

Summary

  • Fixes lockfile

How to test (optional)

Related

  • Closes #

Thanks for contributing ❤️

Copilot AI review requested due to automatic review settings July 8, 2026 19:47
@mattmueller-stripe mattmueller-stripe enabled auto-merge (squash) July 8, 2026 19:47

Copilot AI 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.

Pull request overview

Updates the root pnpm override for esbuild to match the version currently resolved in the pnpm lockfile, reducing dependency-version mismatch within the monorepo.

Changes:

  • Bumps the pnpm.overrides.esbuild constraint from ^0.28.0 to ^0.28.1.

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

Comment thread package.json
Comment on lines 46 to 50
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"esbuild": "^0.28.0",
"esbuild": "^0.28.1",
"react": "19.2.5",
"react-dom": "19.2.5"
@mattmueller-stripe mattmueller-stripe merged commit 6b35c35 into main Jul 8, 2026
21 checks passed
@mattmueller-stripe mattmueller-stripe deleted the fix-lockfile branch July 8, 2026 20:04
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