-
Notifications
You must be signed in to change notification settings - Fork 499
chore(deps): upgrade oxlint to v.1.16.0, fix preserve-caught-error
#10685
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
4 Skipped Deployments
|
⚡️ Editor Performance ReportUpdated Fri, 19 Sep 2025 17:34:45 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
⚡️ Editor Performance ReportWaiting for Editor Performance Tests to finish… |
🧪 E2E Preview environment🔑 Environment Variables for Local TestingThis is the preview URL for the E2E tests: https://e2e-studio-n3kuwd3k6.sanity.dev To run the E2E tests locally, you can use the following environment variables, then run 💬 Remember to build the project first with |
|
No changes to documentation |
📊 Playwright Test ReportThis report contains test results, including videos of failing tests. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
bjoerge
left a comment
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 is fantastic, thank you! 💖
juice49
left a comment
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 is great! Thanks!
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description
Renovatebot failed to bump oxlint as it has new rules that need to be fixed/configured.
unicorn/no-array-reverserule as I don't think we want to use[].toReversed()instead of[].reverse()without properly investigating browser support and such. At least TypeScript didn't like it without changing tsconfig'stargetso I've disabled the rule for now.preserve-caught-errorrule is awesome, it doesn't support--fixyet so I manually fixed the violationsoxlintandeslint-plugin-oxlinttogether, as they're intended to be on exactly the same version.What to review
Does it make sense to forward
causein all the cases? Or should I suppress in some cases?Testing
CI good then we good!
Notes for release
N/A