Skip to content

Commit f74d288

Browse files
authored
chore: bump playwright to fix vscode run test indicators (#15626)
Bumps playwright in monorepo and templates and fixes duplicatively installed playwright packages (no longer necessary since we moved to the rest API in our e2e tests). This fixes an issue where e2e test run buttons do not display at the correct position in the vscode sidebar
1 parent dd09f67 commit f74d288

38 files changed

+653
-696
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"@payloadcms/eslint-config": "workspace:*",
163163
"@payloadcms/eslint-plugin": "workspace:*",
164164
"@payloadcms/live-preview-react": "workspace:*",
165-
"@playwright/test": "1.56.1",
165+
"@playwright/test": "1.58.2",
166166
"@sentry/nextjs": "^8.33.1",
167167
"@sentry/node": "^8.33.1",
168168
"@swc-node/register": "1.11.1",
@@ -198,8 +198,6 @@
198198
"open": "^10.1.0",
199199
"p-limit": "^5.0.0",
200200
"pg": "8.16.3",
201-
"playwright": "1.56.1",
202-
"playwright-core": "1.56.1",
203201
"postcss": "^8.4.49",
204202
"postcss-scss": "^4.0.9",
205203
"prettier": "3.5.3",

pnpm-lock.yaml

Lines changed: 558 additions & 574 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/_template/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@eslint/eslintrc": "^3.2.0",
35-
"@playwright/test": "1.56.1",
35+
"@playwright/test": "1.58.2",
3636
"@testing-library/react": "16.3.0",
3737
"@types/node": "22.19.9",
3838
"@types/react": "19.2.9",
@@ -41,8 +41,6 @@
4141
"eslint": "^9.16.0",
4242
"eslint-config-next": "15.4.11",
4343
"jsdom": "28.0.0",
44-
"playwright": "1.56.1",
45-
"playwright-core": "1.56.1",
4644
"prettier": "^3.4.2",
4745
"tsx": "4.21.0",
4846
"typescript": "5.7.3",

templates/blank/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"sharp": "0.34.2"
3333
},
3434
"devDependencies": {
35-
"@playwright/test": "1.56.1",
35+
"@playwright/test": "1.58.2",
3636
"@testing-library/react": "16.3.0",
3737
"@types/node": "22.19.9",
3838
"@types/react": "19.2.9",
@@ -41,8 +41,6 @@
4141
"eslint": "^9.16.0",
4242
"eslint-config-next": "15.4.11",
4343
"jsdom": "28.0.0",
44-
"playwright": "1.56.1",
45-
"playwright-core": "1.56.1",
4644
"prettier": "^3.4.2",
4745
"tsx": "4.21.0",
4846
"typescript": "5.7.3",

templates/ecommerce/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"devDependencies": {
6969
"@eslint/eslintrc": "^3.2.0",
7070
"@next/eslint-plugin-next": "^15.5.4",
71-
"@playwright/test": "1.56.1",
71+
"@playwright/test": "1.58.2",
7272
"@tailwindcss/postcss": "4.1.18",
7373
"@tailwindcss/typography": "^0.5.19",
7474
"@testing-library/react": "16.3.0",
@@ -85,8 +85,6 @@
8585
"eslint-plugin-react-hooks": "^5.2.0",
8686
"jsdom": "28.0.0",
8787
"lint-staged": "^15.2.2",
88-
"playwright": "1.56.1",
89-
"playwright-core": "1.56.1",
9088
"postcss": "^8.4.38",
9189
"prettier": "^3.4.2",
9290
"prettier-plugin-tailwindcss": "^0.6.11",

templates/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@payloadcms/next": "3.37.0",
5454
"@payloadcms/richtext-lexical": "3.37.0",
5555
"@payloadcms/ui": "3.37.0",
56-
"@playwright/test": "1.56.1",
56+
"@playwright/test": "1.58.2",
5757
"@swc-node/register": "1.10.9",
5858
"@swc/cli": "0.6.0",
5959
"@types/node": "22.19.9",

templates/website/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@eslint/eslintrc": "^3.2.0",
59-
"@playwright/test": "1.56.1",
59+
"@playwright/test": "1.58.2",
6060
"@tailwindcss/postcss": "^4.1.18",
6161
"@tailwindcss/typography": "^0.5.19",
6262
"@testing-library/react": "16.3.0",
@@ -69,8 +69,6 @@
6969
"eslint": "^9.16.0",
7070
"eslint-config-next": "15.4.11",
7171
"jsdom": "28.0.0",
72-
"playwright": "1.56.1",
73-
"playwright-core": "1.56.1",
7472
"postcss": "^8.4.38",
7573
"prettier": "^3.4.2",
7674
"tailwindcss": "^4.1.18",

templates/with-cloudflare-d1/package.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@
2626
},
2727
"dependencies": {
2828
"@opennextjs/cloudflare": "^1.11.0",
29-
"@payloadcms/db-d1-sqlite": "3.75.0",
30-
"@payloadcms/next": "3.75.0",
31-
"@payloadcms/richtext-lexical": "3.75.0",
32-
"@payloadcms/storage-r2": "3.75.0",
33-
"@payloadcms/ui": "3.75.0",
29+
"@payloadcms/db-d1-sqlite": "3.76.1",
30+
"@payloadcms/next": "3.76.1",
31+
"@payloadcms/richtext-lexical": "3.76.1",
32+
"@payloadcms/storage-r2": "3.76.1",
33+
"@payloadcms/ui": "3.76.1",
3434
"cross-env": "^7.0.3",
3535
"dotenv": "16.4.7",
3636
"graphql": "^16.8.1",
3737
"next": "15.4.11",
38-
"payload": "3.75.0",
38+
"payload": "3.76.1",
3939
"react": "19.2.1",
4040
"react-dom": "19.2.1"
4141
},
4242
"devDependencies": {
43-
"@playwright/test": "1.56.1",
43+
"@playwright/test": "1.58.2",
4444
"@testing-library/react": "16.3.0",
4545
"@types/node": "22.19.9",
4646
"@types/react": "19.2.9",
@@ -49,8 +49,6 @@
4949
"eslint": "^9.16.0",
5050
"eslint-config-next": "15.4.11",
5151
"jsdom": "28.0.0",
52-
"playwright": "1.56.1",
53-
"playwright-core": "1.56.1",
5452
"prettier": "^3.4.2",
5553
"tsx": "4.21.0",
5654
"typescript": "5.7.3",

templates/with-postgres/package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@
1919
"ci": "payload migrate && pnpm build"
2020
},
2121
"dependencies": {
22-
"@payloadcms/next": "3.75.0",
23-
"@payloadcms/richtext-lexical": "3.75.0",
24-
"@payloadcms/ui": "3.75.0",
22+
"@payloadcms/next": "3.76.1",
23+
"@payloadcms/richtext-lexical": "3.76.1",
24+
"@payloadcms/ui": "3.76.1",
2525
"cross-env": "^7.0.3",
2626
"graphql": "^16.8.1",
2727
"next": "15.4.11",
28-
"payload": "3.75.0",
28+
"payload": "3.76.1",
2929
"react": "19.2.1",
3030
"react-dom": "19.2.1",
3131
"sharp": "0.34.2",
32-
"@payloadcms/db-postgres": "3.75.0"
32+
"@payloadcms/db-postgres": "3.76.1"
3333
},
3434
"devDependencies": {
3535
"@eslint/eslintrc": "^3.2.0",
36-
"@playwright/test": "1.56.1",
36+
"@playwright/test": "1.58.2",
3737
"@testing-library/react": "16.3.0",
3838
"@types/node": "22.19.9",
3939
"@types/react": "19.2.9",
@@ -42,8 +42,6 @@
4242
"eslint": "^9.16.0",
4343
"eslint-config-next": "15.4.11",
4444
"jsdom": "28.0.0",
45-
"playwright": "1.56.1",
46-
"playwright-core": "1.56.1",
4745
"prettier": "^3.4.2",
4846
"tsx": "4.21.0",
4947
"typescript": "5.7.3",

templates/with-postgres/src/migrations/20260205_211242_initial.json renamed to templates/with-postgres/src/migrations/20260213_172637_initial.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,6 @@
934934
"tables": {},
935935
"columns": {}
936936
},
937-
"id": "2df2d201-22e6-440d-bd85-51f77ba02bf0",
937+
"id": "ddf93676-202c-4fb5-a7b9-58926db661b6",
938938
"prevId": "00000000-0000-0000-0000-000000000000"
939939
}

0 commit comments

Comments
 (0)