Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/easy-papers-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Comment on lines +1 to +2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

Empty changeset is incomplete; add package entries and summary.

The changeset file contains only YAML delimiters with no package entries or summary. According to the Changesets convention (as referenced in the coding guidelines), each changeset must document the affected packages, change types, and a summary of the change.

For this PR updating Playwright, add the affected packages and change details. Based on the PR context (updating @playwright/test in both the root and packages/testing), your changeset should resemble:

 ---
+@clerk/testing: patch
+@playwright/test: patch
 ---
+
+Fix CVE-2025-59288 by updating @playwright/test dependency to ^1.56.1. Playwright was fetching executable files over insecure connections during installation, which could expose developer machines to MITM attacks.

Adjust the package names and change types (patch/minor/major) as appropriate for your repository's structure.

🧰 Tools
🪛 LanguageTool

[grammar] ~1-~1: Hier könnte ein Fehler sein.
Context: --- ---

(QB_NEW_DE)

🤖 Prompt for AI Agents
In .changeset/easy-papers-drop.md around lines 1 to 2, the changeset is empty
(only YAML delimiters); add entries for the affected packages and a brief
summary. Update the file to list the packages changed (e.g., "@" or the specific
root package and "packages/testing") with their change types (patch/minor/major
as appropriate for the Playwright upgrade) and a one- or two-sentence summary
like "Update @playwright/test to X.Y.Z in root and packages/testing to bump
Playwright version"; adjust package names and chosen change types to match your
repo conventions.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@faker-js/faker": "^9.9.0",
"@jest/globals": "29.7.0",
"@octokit/rest": "^20.1.2",
"@playwright/test": "^1.44.0",
"@playwright/test": "^1.56.1",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"dotenv": "17.2.2"
},
"devDependencies": {
"@playwright/test": "^1.54.1",
"@playwright/test": "^1.56.1",
"cypress": "^14.5.4"
},
"peerDependencies": {
Expand Down
Loading