-
Notifications
You must be signed in to change notification settings - Fork 207
Update dev-tools #4050
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?
Update dev-tools #4050
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 |
|---|---|---|
|
|
@@ -7,16 +7,16 @@ | |
| "@changesets/get-github-info": "0.6.0", | ||
| "@changesets/types": "6.1.0", | ||
| "@turbo/gen": "2.5.8", | ||
| "@types/node": "22.18.11", | ||
| "@types/node": "22.19.17", | ||
| "@vitest/coverage-v8": "3.2.4", | ||
| "concurrently": "9.2.1", | ||
| "knip": "5.66.0", | ||
| "knip": "5.88.1", | ||
|
Contributor
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. 🚩 Large knip version jump (5.66.0 → 5.88.1) may surface new lint findings The Was this helpful? React with 👍 or 👎 to provide feedback. |
||
| "lefthook": "1.13.6", | ||
| "stylelint": "16.25.0", | ||
| "stylelint-config-recess-order": "7.4.0", | ||
| "stylelint-value-no-unknown-custom-properties": "6.0.1", | ||
| "syncpack": "13.0.4", | ||
| "turbo": "2.5.8", | ||
| "turbo": "2.9.6", | ||
| "typescript": "5.9.3", | ||
| "vercel": "41.7.8", | ||
| "vitest": "3.2.4" | ||
|
|
||
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.
🚩 Playwright major version jump (1.56 → 1.59) may need browser update
The
@playwright/testbump from 1.56.1 to 1.59.1 is a notable jump. Playwright typically requires matching browser binaries for each version. The E2E CI pipeline likely runsnpx playwright installwhich would handle this, but if the CI caches browsers, it may need cache invalidation. Not a code bug but worth verifying E2E tests pass in CI.Was this helpful? React with 👍 or 👎 to provide feedback.