Skip to content

Commit 13f8559

Browse files
bump deps (#4057)
1 parent 413a56a commit 13f8559

File tree

4 files changed

+154
-152
lines changed

4 files changed

+154
-152
lines changed

e2e/react-start/server-functions/tests/server-functions.spec.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,15 @@ test('server function can correctly send and receive headers', async ({
187187
"connection": "keep-alive",
188188
"content-type": "application/json",
189189
"host": "localhost:${PORT}",
190-
"sec-ch-ua": "\\"Not(A:Brand\\";v=\\"99\\", \\"HeadlessChrome\\";v=\\"133\\", \\"Chromium\\";v=\\"133\\"",
190+
"sec-ch-ua": "\\"Chromium\\";v=\\"136\\", \\"HeadlessChrome\\";v=\\"136\\", \\"Not.A/Brand\\";v=\\"99\\"",
191191
"sec-ch-ua-mobile": "?0",
192192
"sec-ch-ua-platform": "\\"Windows\\"",
193193
"sec-fetch-dest": "document",
194194
"sec-fetch-mode": "navigate",
195195
"sec-fetch-site": "none",
196196
"sec-fetch-user": "?1",
197197
"upgrade-insecure-requests": "1",
198-
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.6943.16 Safari/537.36"
198+
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.7103.25 Safari/537.36"
199199
}`)
200200

201201
await page.getByTestId('test-headers-btn').click()
@@ -205,9 +205,9 @@ test('server function can correctly send and receive headers', async ({
205205
"host": "localhost:${PORT}",
206206
"connection": "keep-alive",
207207
"sec-ch-ua-platform": "\\"Windows\\"",
208-
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.6943.16 Safari/537.36",
208+
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.7103.25 Safari/537.36",
209209
"accept": "application/json",
210-
"sec-ch-ua": "\\"Not(A:Brand\\";v=\\"99\\", \\"HeadlessChrome\\";v=\\"133\\", \\"Chromium\\";v=\\"133\\"",
210+
"sec-ch-ua": "\\"Chromium\\";v=\\"136\\", \\"HeadlessChrome\\";v=\\"136\\", \\"Not.A/Brand\\";v=\\"99\\"",
211211
"content-type": "application/json",
212212
"sec-ch-ua-mobile": "?0",
213213
"accept-language": "en-US",

e2e/solid-start/server-functions/tests/server-functions.spec.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,15 @@ test('server function can correctly send and receive headers', async ({
187187
"connection": "keep-alive",
188188
"content-type": "application/json",
189189
"host": "localhost:${PORT}",
190-
"sec-ch-ua": "\\"Not(A:Brand\\";v=\\"99\\", \\"HeadlessChrome\\";v=\\"133\\", \\"Chromium\\";v=\\"133\\"",
190+
"sec-ch-ua": "\\"Chromium\\";v=\\"136\\", \\"HeadlessChrome\\";v=\\"136\\", \\"Not.A/Brand\\";v=\\"99\\"",
191191
"sec-ch-ua-mobile": "?0",
192192
"sec-ch-ua-platform": "\\"Windows\\"",
193193
"sec-fetch-dest": "document",
194194
"sec-fetch-mode": "navigate",
195195
"sec-fetch-site": "none",
196196
"sec-fetch-user": "?1",
197197
"upgrade-insecure-requests": "1",
198-
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.6943.16 Safari/537.36"
198+
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.7103.25 Safari/537.36"
199199
}`)
200200

201201
await page.getByTestId('test-headers-btn').click()
@@ -205,9 +205,9 @@ test('server function can correctly send and receive headers', async ({
205205
"host": "localhost:${PORT}",
206206
"connection": "keep-alive",
207207
"sec-ch-ua-platform": "\\"Windows\\"",
208-
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.6943.16 Safari/537.36",
208+
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.7103.25 Safari/537.36",
209209
"accept": "application/json",
210-
"sec-ch-ua": "\\"Not(A:Brand\\";v=\\"99\\", \\"HeadlessChrome\\";v=\\"133\\", \\"Chromium\\";v=\\"133\\"",
210+
"sec-ch-ua": "\\"Chromium\\";v=\\"136\\", \\"HeadlessChrome\\";v=\\"136\\", \\"Not.A/Brand\\";v=\\"99\\"",
211211
"content-type": "application/json",
212212
"sec-ch-ua-mobile": "?0",
213213
"accept-language": "en-US",

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@arethetypeswrong/cli": "^0.17.3",
3838
"@eslint-react/eslint-plugin": "^1.26.2",
39-
"@playwright/test": "^1.50.1",
39+
"@playwright/test": "^1.52.0",
4040
"@tanstack/config": "^0.16.1",
4141
"@tanstack/react-query": "5.66.0",
4242
"@types/node": "^22.10.2",
@@ -48,7 +48,7 @@
4848
"eslint-plugin-react-hooks": "^5.1.0",
4949
"eslint-plugin-unused-imports": "^4.1.4",
5050
"jsdom": "^25.0.1",
51-
"nx": "20.4.2",
51+
"nx": "20.8.1",
5252
"prettier": "^3.5.0",
5353
"publint": "^0.3.4",
5454
"react": "^19.0.0",
@@ -76,6 +76,7 @@
7676
"@types/react-dom": "$@types/react-dom",
7777
"eslint": "$eslint",
7878
"vite": "$vite",
79+
"@playwright/test": "$@playwright/test",
7980
"@tanstack/react-query": "5.66.0",
8081
"use-sync-external-store": "1.2.2",
8182
"@tanstack/history": "workspace:*",

0 commit comments

Comments
 (0)