chore: fix tsconfig includes, upgrade playwright#1479
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR performs two maintenance tasks: upgrading Playwright to version 1.57.0 and cleaning up TypeScript configuration by removing unnecessary explicit file includes.
- Upgraded
@playwright/testfrom 1.48.2 to 1.57.0 - Removed explicit reference to
SessionLocationDisplay.tsxfrom tsconfig includes (file is already properly included throughlibs/uiconfiguration) - Updated related dependency versions (@vitejs/plugin-react, @rolldown/pluginutils, @babel/core)
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updated @playwright/test dependency version to ^1.57.0 |
| yarn.lock | Updated lockfile entries for @playwright/test, playwright, playwright-core, @vitejs/plugin-react, @rolldown/pluginutils, and @babel/core dependencies |
| apps/jetstream/tsconfig.json | Removed unnecessary explicit include of SessionLocationDisplay.tsx from libs/ui |
| apps/jetstream/tsconfig.app.json | Removed unnecessary explicit include of SessionLocationDisplay.tsx from libs/ui |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.