mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-09 14:38:59 +02:00
deps(browse): bump playwright + playwright-core to 1.62.1 (P0 #2554 vehicle)
Split from dependabot #2582 per plan OV3: this commit bumps ONLY playwright (^1.58.2 -> ^1.62.1, lock resolves playwright@1.62.1 + playwright-core@1.62.1 exactly). puppeteer-core, @huggingface/transformers, marked, and socks are deliberately NOT bumped here — they land separately (73b) gated on the ONNX sidecar smoke. Why: bun.lock pinned playwright(-core)@1.58.2, whose Chromium build macOS XProtect now kills on launch — browse is dead on macOS (#2554). 1.62.1 ships Chromium 151.0.7922.34 (headless shell v1234), which launches clean. Verification: bunx playwright install chromium (Chrome Headless Shell 151.0.7922.34 downloaded), then the full browse suite from browse/: 2016 pass / 32 skip / 2 fail across 129 files (133.9s). Both fails are playwright-independent: data-platform.test.ts "rejects paths in cwd" expects <cwd>/package.json to exist (browse/ has none; passes from repo root, the shard runner's cwd — 15/15), and stealth-webdriver.test.ts passes standalone (15/15) — a 5s-timeout flake under full-suite parallel load. Fixes the vehicle half of #2554 (self-heal lands next commit). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
3c04178590
commit
2851535f3b
@@ -10,7 +10,7 @@
|
||||
"diff": "^9.0.0",
|
||||
"html-to-docx": "1.8.0",
|
||||
"marked": "^18.0.2",
|
||||
"playwright": "^1.58.2",
|
||||
"playwright": "^1.62.1",
|
||||
"puppeteer-core": "^24.40.0",
|
||||
"socks": "^2.8.8",
|
||||
},
|
||||
@@ -504,9 +504,9 @@
|
||||
|
||||
"platform": ["platform@1.3.6", "", {}, "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg=="],
|
||||
|
||||
"playwright": ["playwright@1.58.2", "", { "dependencies": { "playwright-core": "1.58.2" }, "optionalDependencies": { "fsevents": "2.3.2" }, "bin": { "playwright": "cli.js" } }, "sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A=="],
|
||||
"playwright": ["playwright@1.62.1", "", { "dependencies": { "playwright-core": "1.62.1" }, "optionalDependencies": { "fsevents": "2.3.2" }, "bin": { "playwright": "cli.js" } }, "sha512-0M+L3LAD8/nm554LOla9Ayx0j0tmFZ0FBcoQ7F1VuVHpM/XpiC8RcDzBQB8W5+hA8L22THxELzeF+2WcUzvcLg=="],
|
||||
|
||||
"playwright-core": ["playwright-core@1.58.2", "", { "bin": { "playwright-core": "cli.js" } }, "sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg=="],
|
||||
"playwright-core": ["playwright-core@1.62.1", "", { "bin": { "playwright-core": "cli.js" } }, "sha512-wPYSwEBJY9GHraISXqyqtx0na0LpO3XEX7jNDhntbex7tzUS7kLnZsOlFruFJB4Hi/rhDMjXGqHewDZ68nYZVw=="],
|
||||
|
||||
"process": ["process@0.11.10", "", {}, "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A=="],
|
||||
|
||||
|
||||
+1
-1
@@ -56,7 +56,7 @@
|
||||
"diff": "^9.0.0",
|
||||
"html-to-docx": "1.8.0",
|
||||
"marked": "^18.0.2",
|
||||
"playwright": "^1.58.2",
|
||||
"playwright": "^1.62.1",
|
||||
"puppeteer-core": "^24.40.0",
|
||||
"socks": "^2.8.8"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user