Skip to content

chore(deps-dev): bump the testing group across 1 directory with 3 updates - #170

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/testing-8461b088f7
Open

chore(deps-dev): bump the testing group across 1 directory with 3 updates#170
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/testing-8461b088f7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the testing group with 3 updates in the / directory: @nuxt/test-utils, happy-dom and playwright-core.

Updates @nuxt/test-utils from 4.0.3 to 4.1.0

Release notes

Sourced from @​nuxt/test-utils's releases.

v4.1.0

4.1.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements

  • e2e: Silence server logs and allow customising log level (#1735)
  • runtime: Improve app.root and app.teleports html tag setup (#1726)

🩹 Fixes

  • e2e: Add warning message for e2e in nuxt vitest setup (#1691)
  • runtime-utils: Ensure RouterLink stub works with pages: false (#1687)
  • config: Patch ssr.resolve.conditions to remove import (#1732)
  • config: Browser setup in defineVitestProject (#1724)
  • config: Inline config for useRuntimeConfig() composable (#1737)
  • config: Nested browser-mode Nuxt Vitest projects with viteEnvironmentApi (#1708)

📦 Build

  • Migrate to tsdown (#1720)

🏡 Chore

  • Drop pkg.pr.new nitro resolution (#1681)
  • Migrate to pnpm v11 (#1701)
  • Move h3-next to optional dependencies (#1733)

✅ Tests

  • Add test for autoImport: false (#1688)

🤖 CI

  • Add agent-scan workflow to flag bot-authored PRs (13dd49cde)
  • Migrate agentscan-action to v2 (08f8ee220)

❤️ Contributors

Commits
  • 0461273 v4.1.0
  • 001420d feat(runtime): improve app.root and app.teleports html tag setup (#1726)
  • 5818e82 chore(deps): update nuxt framework (#1754)
  • 018a942 chore(deps): update devdependency better-sqlite3 to v13 (#1753)
  • 1821c79 chore(deps): update all non-major dependencies (#1751)
  • 6a52ea9 chore(deps): update all non-major dependencies (#1742)
  • bfe33de chore(deps): update nuxt framework (#1749)
  • 619a188 fix(config): nested browser-mode Nuxt Vitest projects with `viteEnvironmentAp...
  • ae57c79 chore(deps): update dependency magic-string to v1 (#1747)
  • 8d3f9f4 chore(deps): update actions/setup-node action to v7 (#1743)
  • Additional commits viewable in compare view

Updates happy-dom from 20.10.6 to 20.11.1

Release notes

Sourced from happy-dom's releases.

v20.11.1

👷‍♂️ Patch fixes

  • Improve performance of query selectors by avoiding construction of DOMException when not needed - By @@​cyfung1031 in task #2228

v20.11.0

🎨 Features

Commits

Updates playwright-core from 1.61.1 to 1.62.0

Release notes

Sourced from playwright-core's releases.

v1.62.0

🧱 New component testing model

Component testing moves to a stories and galleries model. A story wraps your component in one specific scenario — hard-coded props, mock data, providers — and a gallery page that you serve renders stories on demand. The new fixtures.mount() fixture navigates to the gallery, mounts a story by id, and returns a Locator scoped to the story's root element:

test('click should expand', async ({ mount }) => {
  const component = await mount('components/Expandable/Stateful');
  await component.getByRole('button').click();
  await expect(component.getByTestId('expanded')).toHaveValue('true');
});

Pass a story type as a template argument to type-check its props, and use update(props) / unmount() on the returned locator to re-render or tear down within a test.

🛑 Cancel operations with AbortSignal

Most operations and web-first assertions now accept a signal option that takes an AbortSignal, letting you cancel long-running actions, navigations, waits, and assertions:

const controller = new AbortController();
setTimeout(() => controller.abort(), 1000);
await page.getByRole('button', { name: 'Submit' }).click({ signal: controller.signal });
await expect(page.getByText('Done')).toBeVisible({ signal: controller.signal });

Providing a signal does not disable the default timeout; pass timeout: 0 to disable it.

🖼️ WebP screenshots

expect(page).toHaveScreenshot() and expect(locator).toHaveScreenshot() can now store snapshots in the WebP format — just give the snapshot a .webp name:

// Visual comparisons store the golden snapshot as lossless WebP.
await expect(page).toHaveScreenshot('homepage.webp');
// Standalone screenshots can trade quality for size with lossy WebP.
await page.screenshot({ path: 'homepage.webp', quality: 50 });

page.screenshot() and [locator.screenshot() (https://playwright.dev/docs/api/class-locator#locator-screenshot) also accept webp as a type, where quality 100 (the default) is lossless and lower values use lossy compression.

🧩 Custom test filtering with Reporter.preprocess()

New reporter.preprocess() hook runs after the configuration is resolved and before reporter.onBegin(), letting a reporter mark individual tests as skipped, excluded, fixed, or failing through a TestRun object:

</tr></table> 

... (truncated)

Commits
  • e3950d9 chore: mark v1.62.0 (#41981)
  • f07e0f7 cherry-pick(#41940): docs: release notes for v1.62 (#41967)
  • 05a306c cherry-pick(#41964): Revert "feat(routeFromHar): add interceptAPIRequests opt...
  • 2934858 fix: correct pending navigation log spacing (#41949)
  • 4b0cc99 fix(test): unflake screencast backpressure test on slow macOS runner (#41951)
  • bbbae6d test: fixme WebSocket locale test in Chromium 150 (#41944)
  • 15c4f55 fix(mcp): identify downloads explicitly (#41933)
  • f5fa967 fix(network): request.postData() returns null for empty string body override ...
  • 0edafe4 fix(mcp): launch the Chrome profile that has the extension installed (#41939)
  • 244a1ff feat(firefox): roll to r1538 (#41938)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 27, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/testing-8461b088f7 branch from 9b2960d to 9ccf06e Compare July 27, 2026 21:00
…ates

Bumps the testing group with 3 updates in the / directory: [@nuxt/test-utils](https://github.com/nuxt/test-utils), [happy-dom](https://github.com/capricorn86/happy-dom) and [playwright-core](https://github.com/microsoft/playwright).


Updates `@nuxt/test-utils` from 4.0.3 to 4.1.0
- [Release notes](https://github.com/nuxt/test-utils/releases)
- [Commits](nuxt/test-utils@v4.0.3...v4.1.0)

Updates `happy-dom` from 20.10.6 to 20.11.1
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.10.6...v20.11.1)

Updates `playwright-core` from 1.61.1 to 1.62.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.61.1...v1.62.0)

---
updated-dependencies:
- dependency-name: "@nuxt/test-utils"
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
- dependency-name: happy-dom
  dependency-version: 20.11.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
- dependency-name: playwright-core
  dependency-version: 1.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/testing-8461b088f7 branch from 9ccf06e to d5cd0e6 Compare July 27, 2026 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants