chore: bump patchright to 1.61.1#40
Open
fasrinaleem wants to merge 1 commit into
Open
Conversation
Updates patchright (1.57.0 -> 1.61.1) and adds @playwright/test as a direct dependency (previously only a transitive peer dependency). Co-Authored-By: Claude Sonnet 5 <[email protected]>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the browser automation dependency stack by bumping patchright to 1.61.1 and making @playwright/test an explicit direct dependency (previously only present indirectly as a peer dependency).
Changes:
- Bump
patchrightfrom^1.57.0to^1.61.1. - Add
@playwright/test@^1.61.1as a direct dependency. - Refresh
package-lock.jsonto reflect the new dependency graph (includingplaywright/playwright-corebrought in by@playwright/test).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Adds @playwright/test and bumps patchright to align runtime dependencies with updated Playwright/Patchright versions. |
| package-lock.json | Updates resolved versions and dependency metadata to match the new direct dependencies. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
|
What is your Discord so you can get the role on the server? |
Contributor
|
81 commits—obsolete, from what I understand. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates patchright (1.57.0 -> 1.61.1) and adds @playwright/test as a direct dependency (previously only a transitive peer dependency).
What does this PR do?
Related issue
Type of change
Checklist
npm run build) and it compiles cleanly.npm test) and they pass.Notes for reviewers