Skip to content

chore(deps): update patch/minor dependencies (playwright 1.58.2, node 24.14.1)#3391

Merged
B4nan merged 3 commits intomasterfrom
renovate/all-non-major
Apr 8, 2026
Merged

chore(deps): update patch/minor dependencies (playwright 1.58.2, node 24.14.1)#3391
B4nan merged 3 commits intomasterfrom
renovate/all-non-major

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 6, 2026

Renovate patch/minor dependency update with puppeteer excluded and a yarn.lock fix for playwright type conflicts.

Changes

  • Excluded: puppeteer bump (24.36.124.40.0) — kept at 24.36.1
  • Updated: playwright / @playwright/browser-* 1.58.11.58.2, node 24.13.024.14.1, @apify/docusaurus-plugin-typedoc-api 5.1.05.1.3
  • Fixed: yarn.lock had stale entries resolving playwright@^1.52.01.58.1 and playwright-core@^1.54.11.58.1 (used by @browserbasehq/stagehand's transitive deps) while the root used 1.58.2. TypeScript treated the two playwright-core copies as structurally distinct, causing type errors in stagehand tests. Consolidated all specifiers to 1.58.2.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Feb 6, 2026

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/all-non-major branch 5 times, most recently from d4593d6 to 76386de Compare February 6, 2026 14:59
@renovate renovate bot changed the title chore(deps): update dependency puppeteer to v24.37.0 chore(deps): update dependency puppeteer to v24.37.1 Feb 6, 2026
@renovate renovate bot force-pushed the renovate/all-non-major branch from 76386de to b88b749 Compare February 7, 2026 14:15
@renovate renovate bot changed the title chore(deps): update dependency puppeteer to v24.37.1 chore(deps): update dependency puppeteer to v24.37.2 Feb 7, 2026
@renovate renovate bot force-pushed the renovate/all-non-major branch from b88b749 to f13e3d3 Compare February 7, 2026 18:09
@renovate renovate bot changed the title chore(deps): update dependency puppeteer to v24.37.2 chore(deps): update patch/minor dependencies Feb 7, 2026
@renovate renovate bot force-pushed the renovate/all-non-major branch 8 times, most recently from 87f0d98 to e20d3ca Compare February 17, 2026 09:42
@renovate renovate bot force-pushed the renovate/all-non-major branch 6 times, most recently from ae0661e to ded30af Compare February 25, 2026 00:04
@renovate renovate bot force-pushed the renovate/all-non-major branch 4 times, most recently from 226dbb0 to 6c236f3 Compare February 27, 2026 09:20
@renovate renovate bot force-pushed the renovate/all-non-major branch 9 times, most recently from 4c8ad41 to 3ababb9 Compare March 31, 2026 11:41
@renovate renovate bot force-pushed the renovate/all-non-major branch from 3ababb9 to f4ad65b Compare March 31, 2026 12:46
@B4nan
Copy link
Copy Markdown
Member

B4nan commented Apr 8, 2026

@copilot remove puppeteer bump from this PR

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 8, 2026

@copilot remove puppeteer bump from this PR

Done. Reverted puppeteer back to 24.36.1 in package.json and updated yarn.lock accordingly in commit 7f1ec2a.

Copilot AI changed the title chore(deps): update patch/minor dependencies revert: remove puppeteer bump from patch/minor deps update Apr 8, 2026
Copilot AI requested a review from B4nan April 8, 2026 12:21
Copilot finished work on behalf of B4nan April 8, 2026 12:21
@B4nan B4nan changed the title revert: remove puppeteer bump from patch/minor deps update chore: update patch/minor deps Apr 8, 2026
@B4nan
Copy link
Copy Markdown
Member

B4nan commented Apr 8, 2026

@copilot try to fix the broken CI checks

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 8, 2026

@copilot try to fix the broken CI checks

The CI failures were TypeScript type incompatibility errors caused by @browserbasehq/stagehand's transitive deps resolving playwright to 1.58.1 (from a stale lock entry) while the root used playwright@1.58.2. This caused two separate versions of playwright-core to exist in the module graph, making types structurally incompatible.

Fixed in commit 948652a by consolidating both the playwright@npm:^1.52.0 and playwright@npm:^1.58.0 specifiers (and similarly playwright-core@npm:^1.54.1) to all resolve to 1.58.2 in yarn.lock — eliminating the duplicate type definitions.

Copilot AI changed the title chore: update patch/minor deps chore(deps): update patch/minor dependencies (playwright 1.58.2, node 24.14.1) Apr 8, 2026
Copilot AI requested a review from B4nan April 8, 2026 14:06
Copilot finished work on behalf of B4nan April 8, 2026 14:06
@B4nan B4nan merged commit cbef2de into master Apr 8, 2026
17 checks passed
@B4nan B4nan deleted the renovate/all-non-major branch April 8, 2026 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants