[PR #2651] [CLOSED] Bump jpeg-js and @playwright/test #3794

Closed
opened 2026-02-27 01:53:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/2651
Author: @dependabot[bot]
Created: 10/2/2022
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/jpeg-js-and-playwright/test--removed


📝 Commits (1)

  • 5035350 Bump jpeg-js and @playwright/test

📊 Changes

2 files changed (+83 additions, -1209 deletions)

View changed files

📝 package-lock.json (+82 -1208)
📝 package.json (+1 -1)

📄 Description

Removes jpeg-js. It's no longer used after updating ancestor dependency @playwright/test. These dependencies need to be updated together.

Removes jpeg-js

Updates @playwright/test from 1.20.2 to 1.26.1

Release notes

Sourced from @​playwright/test's releases.

v1.26.1

Highlights

This patch includes the following bug fixes:

microsoft/playwright#17500 - [BUG] No tests found using the test explorer - pw/test@1.26.0

Browser Versions

  • Chromium 106.0.5249.30
  • Mozilla Firefox 104.0
  • WebKit 16.0

This version was also tested against the following stable channels:

  • Google Chrome 105
  • Microsoft Edge 105

v1.26.0

Assertions

Other Highlights

  • New option maxRedirects for apiRequestContext.get(url[, options]) and others to limit redirect count.
  • New command-line flag --pass-with-no-tests that allows the test suite to pass when no files are found.
  • New command-line flag --ignore-snapshots to skip snapshot expectations, such as expect(value).toMatchSnapshot() and expect(page).toHaveScreenshot().

Behavior Change

A bunch of Playwright APIs already support the waitUntil: 'domcontentloaded' option. For example:

await page.goto('https://playwright.dev', {
  waitUntil: 'domcontentloaded',
});

Prior to 1.26, this would wait for all iframes to fire the DOMContentLoaded event.

To align with web specification, the 'domcontentloaded' value only waits for the target frame to fire the 'DOMContentLoaded' event. Use waitUntil: 'load' to wait for all iframes.

Browser Versions

  • Chromium 106.0.5249.30
  • Mozilla Firefox 104.0

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/electerm/electerm/pull/2651 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/2/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/jpeg-js-and-playwright/test--removed` --- ### 📝 Commits (1) - [`5035350`](https://github.com/electerm/electerm/commit/50353507e9b04d1910e3527a93f39245dc2518fc) Bump jpeg-js and @playwright/test ### 📊 Changes **2 files changed** (+83 additions, -1209 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+82 -1208) 📝 `package.json` (+1 -1) </details> ### 📄 Description Removes [jpeg-js](https://github.com/eugeneware/jpeg-js). It's no longer used after updating ancestor dependency [@playwright/test](https://github.com/Microsoft/playwright). These dependencies need to be updated together. Removes `jpeg-js` Updates `@playwright/test` from 1.20.2 to 1.26.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/playwright/releases"><code>@​playwright/test</code>'s releases</a>.</em></p> <blockquote> <h2>v1.26.1</h2> <h2>Highlights</h2> <p>This patch includes the following bug fixes:</p> <p><a href="https://github-redirect.dependabot.com/microsoft/playwright/issues/17500">microsoft/playwright#17500</a> - [BUG] No tests found using the test explorer - pw/test@1.26.0</p> <h2>Browser Versions</h2> <ul> <li>Chromium 106.0.5249.30</li> <li>Mozilla Firefox 104.0</li> <li>WebKit 16.0</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 105</li> <li>Microsoft Edge 105</li> </ul> <h2>v1.26.0</h2> <h2>Assertions</h2> <ul> <li>New option enabled for <a href="https://playwright.dev/docs/test-assertions#locator-assertions-to-be-enabled"><code>expect(locator).toBeEnabled([options])</code></a>.</li> <li><a href="https://playwright.dev/docs/test-assertions#locator-assertions-to-have-text"><code>expect(locator).toHaveText(expected[, options])</code></a> now pierces open shadow roots.</li> <li>New option editable for <a href="https://playwright.dev/docs/test-assertions#locator-assertions-to-be-editable"><code>expect(locator).toBeEditable([options])</code></a>.</li> <li>New option visible for <a href="https://playwright.dev/docs/test-assertions#locator-assertions-to-be-visible"><code>expect(locator).toBeVisible([options])</code></a>.</li> </ul> <h2>Other Highlights</h2> <ul> <li>New option <code>maxRedirects</code> for <a href="https://playwright.dev/docs/api/class-apirequestcontext#api-request-context-get"><code>apiRequestContext.get(url[, options])</code></a> and others to limit redirect count.</li> <li>New command-line flag <code>--pass-with-no-tests</code> that allows the test suite to pass when no files are found.</li> <li>New command-line flag <code>--ignore-snapshots</code> to skip snapshot expectations, such as <code>expect(value).toMatchSnapshot()</code> and <code>expect(page).toHaveScreenshot()</code>.</li> </ul> <h2>Behavior Change</h2> <p>A bunch of Playwright APIs already support the waitUntil: 'domcontentloaded' option. For example:</p> <pre lang="ts"><code>await page.goto('https://playwright.dev', { waitUntil: 'domcontentloaded', }); </code></pre> <p>Prior to 1.26, this would wait for all iframes to fire the <code>DOMContentLoaded</code> event.</p> <p>To align with web specification, the <code>'domcontentloaded'</code> value only waits for the target frame to fire the <code>'DOMContentLoaded'</code> event. Use <code>waitUntil: 'load'</code> to wait for all iframes.</p> <h2>Browser Versions</h2> <ul> <li>Chromium 106.0.5249.30</li> <li>Mozilla Firefox 104.0</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright/commit/46fb26d13a8207a9c12fb0cff19eda5fd2bdfdcb"><code>46fb26d</code></a> chore: mark v1.26.1 (<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/17606">#17606</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/4b22c3f003ca2a54cd8af6823e516b7bca169d38"><code>4b22c3f</code></a> chery-pick(<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/17599">#17599</a>): Revert &quot;fix(pwt): compatibility in CWD with wrong casing ...</li> <li><a href="https://github.com/microsoft/playwright/commit/6e8c2c5d8d6e1be41e67f41b555ac357698d8665"><code>6e8c2c5</code></a> chery-pick(<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/17579">#17579</a>): fix(driver): with CWD which contained spaces (<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/17593">#17593</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/5455a5a5fb3e1f29f1b9bbd85a4bc342ac73d189"><code>5455a5a</code></a> cherry-pick(<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/17485">#17485</a>): docs: add missing browser versions to 1.26 release (<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/17488">#17488</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/58e68ef6e0c90ebe40544dc69373c1783d5e9959"><code>58e68ef</code></a> chery-pick(<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/17478">#17478</a>): docs(release-notes): fix dotnet annotation example (<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/17481">#17481</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/f826040579eb11bd2ca7f153e165466d2d2ba404"><code>f826040</code></a> chery-pick(<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/17473">#17473</a>): docs(release-notes): add 1.26 port release notes (<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/17476">#17476</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/5321921712683fdd9c57a9c990b2e394e24be12e"><code>5321921</code></a> chore: restore userAgent export from playwright-core (<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/17447">#17447</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/c48b5116d8dd129df60dd181cfd8400eccd07523"><code>c48b511</code></a> chore: mark v1.26.0 (<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/17301">#17301</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/ed6298793bd0306085f8573fa401598fb347381c"><code>ed62987</code></a> chore: update release notes for 1.26</li> <li><a href="https://github.com/microsoft/playwright/commit/d25cc5cd8ab6f57e8ef18ea2fd6936c1408665d4"><code>d25cc5c</code></a> Revert &quot;feat: introduce docker integration (<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/16382">#16382</a>)&quot;</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/playwright/compare/v1.20.2...v1.26.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/electerm/electerm/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:53:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#3794
No description provided.