-
Notifications
You must be signed in to change notification settings - Fork 3
chore(crx-deps)(deps-dev): bump @vitejs/plugin-react from 5.2.0 to 6.0.3 in /chrome-crx #288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -73,7 +73,7 @@ | |
| "@types/react": "^19.2.0", | ||
| "@types/react-dom": "^19.2.3", | ||
| "@types/react-syntax-highlighter": "15.5.13", | ||
| "@vitejs/plugin-react": "^5.1.4", | ||
| "@vitejs/plugin-react": "^6.0.3", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This upgrades Useful? React with 👍 / 👎. |
||
| "@vitest/coverage-v8": "^4.1.5", | ||
| "eslint": "^10.0.2", | ||
| "eslint-config-prettier": "^10.1.8", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This manifest now requires
@vitejs/plugin-react^6.0.3, but the tracked rootbun.lockstill records the chrome-crx workspace dependency as^5.1.4and resolves@vitejs/plugin-react@5.2.0(bun.lock:75,672). The TS workflows install withbun install --frozen-lockfile(.github/workflows/lint-ts.yml:27-28), and Bun's frozen mode disallows lockfile changes, so a fresh CI install for this commit is forced to fail or remain on the old plugin. Please update and commitbun.locktogether with the package.json change.Useful? React with 👍 / 👎.