Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 31, 2024

Bumps the tests group with 3 updates in the / directory: @playwright/test, @codspeed/vitest-plugin and happy-dom.

Updates @playwright/test from 1.49.0 to 1.49.1

Release notes

Sourced from @​playwright/test's releases.

v1.49.1

Highlights

microsoft/playwright#33802 - [Bug]: Codegen's Clear button doesn't work if not recording microsoft/playwright#33806 - [Bug]: playwright hangs while waiting for pending navigations microsoft/playwright#33787 - [Bug]: VSC extension isn't capturing all entered text microsoft/playwright#33788 - [Regression]: Double clicking the steps in trace viewer doesn't filter actions microsoft/playwright#33772 - [Bug]: aria_snapshot generates invalid yaml when combined with an aria-label attribut microsoft/playwright#33791 - [Bug]: text input with number value raises "container is not iterable" with to_match_aria_snapshot microsoft/playwright#33644 - [Bug]: getByRole can't find element with the accessible name from label element when aria-labelledby is not valid microsoft/playwright#33660 - [Regression]: Unable to open Playwright UI in Dark Mode

Browser Versions

  • Chromium 131.0.6778.33
  • Mozilla Firefox 132.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 130
  • Microsoft Edge 130
Commits
  • 88bc8af chore: mark v1.49.1 (#33921)
  • 9e855d5 cherry-pick(#33821): fix(recorder): allow clearing when recording is disabled...
  • 9365eb5 cherry-pick(#33834): fix: do not stall waiting for pending navigations after ...
  • f92b233 cherry-pick(#33822): fix(codegen): do not reset current tool upon clearing hi...
  • 008722b cherry-pick(#33797): fix(trace): in indexTree check isVisible before addi...
  • 1dc8b3c cherry-pick(#33746): chore: pin typescript while vue-tsc is broken
  • fbc770c cherry-pick(#33793): fix(aria): escape even more yaml (#33795)
  • 1046fe0 cherry-pick(#33753): docs: update extensions doc for new headless
  • 1781bf3 cherry-pick(#33706): docs: release notes for languages v1.49
  • b52a210 cherry-pick(#33712): docs(python): add LocatorAssertions.NotToMatchAriaSnapshot
  • Additional commits viewable in compare view

Updates @codspeed/vitest-plugin from 3.1.1 to 4.0.0

Release notes

Sourced from @​codspeed/vitest-plugin's releases.

v4.0.0

🎉 What's Changed

This major release aims to reduce variance in the measurements, by updating the V8 flags and forcing other optimizations.

🚀 Migration Path

This is a breaking change and it will affect your current performance baseline. But updating will improve result stability!

We recommend you create a standalone PR to update the @codspeed/* dependencies, acknowledge the potential regressions, and merge it to update the baseline on your default branch.

📚 Details

Full Changelog: CodSpeedHQ/codspeed-node@v3.1.1...v4.0.0

Commits
  • acaf925 v4.0.0
  • 7351c4e chore: remove initOptimizations function
  • 60fc89b feat!: update V8 flags and force optimization
  • c8110bd chore: improve naming in workflow examples
  • 7215aa2 ci: bump actions/checkout to v4
  • See full diff in compare view

Updates happy-dom from 15.11.7 to 16.2.8

Release notes

Sourced from happy-dom's releases.

v16.2.8

👷‍♂️ Patch fixes

  • Fixes issue where the wrong event target was used when dispatching events on HTMLFormElement or HTMLSelectElement - By @​capricorn86 in task #1628

v16.2.7

👷‍♂️ Patch fixes

  • Fixes issue where text in <script> and <style> elements should not be decoded or encoded - By @​capricorn86 in task #1564

v16.2.6

👷‍♂️ Patch fixes

  • Fixes problem where snapshots did not result in HTML for <form> and <select> elements - By @​capricorn86 in task #1608

v16.2.5

👷‍♂️ Patch fixes

  • Fixes bug where the reference to a parent HTMLFormElement and HTMLSelectElement was wrong which affected the methods remove(), replaceWith(), before(), after(), append(), prepend(), replaceChildren() and insertAdjacentElement() - By @​capricorn86 in task #1637

v16.2.4

👷‍♂️ Patch fixes

  • Fixes bug where the incorrect location is set after a redirect in BrowserFrame.goto() and DetachedBrowserFrame.goto() - By @​capricorn86 in task #1627

v16.2.3

👷‍♂️ Patch fixes

  • Fixes the implementation for the HTMLTableCellElement.headers property - By @​capricorn86 in task #1634

v16.2.2

👷‍♂️ Patch fixes

  • Improves error when a Symbol object is being sent to querySelector() or querySelectorAll() as selector - By @​chocolateboy in task #1640

v16.2.1

👷‍♂️ Patch fixes

  • Set request credentials to "same-origin" in XMLHttpRequest when "withCredentials" is false - By @​saitonakamura in task #1631

v16.2.0

🎨 Features

  • Adds support for Window.scrollBy() and Element.scrollBy() - By @​OlaviSau in task #1623

v16.1.0

🎨 Features

  • Add support for using whitespace-separated list to getElementsByClassName() - By @​kylehalleman in task #1551

v16.0.1

👷‍♂️ Patch fixes

  • Fixes problem with children of created documents (e.g. document.implementation.createHTMLDocument()) not being considered as connected to a DOM that was introduced in v16 - By @​capricorn86 in task #1647

v16.0.0

💣 Breaking Changes

  • Refactors XML and HTML parsing and serialization - By @​capricorn86 in task #1615
    • This change may break your tests as the serialized output may differ from v15

... (truncated)

Commits
  • b95a867 fix: #1628 Fixes issue where the wrong event target was used when dispatchi...
  • 78eb240 fix: #1564 Fixes issue where text in script and style elements should not b...
  • 2c8a596 fix: #1608 Fixes problem where snapshots did not result in HTML for form an...
  • 675e306 fix: #1627 Fixes bug where the reference to the parent in HTMLFormElement r...
  • 758e9ff fix: #1627 Fixes bug where the incorrect location is set after a redirect i...
  • f41ad67 fix: #1634 Fixes the implementation for the HTMLTableCellElement.headers pr...
  • b7f0b8f fix: #1640 Improves error for when a Symbol being sent to querySelector or ...
  • f7b6ac6 fix: #1631 Set request credentials to "same-origin" in XMLHttpRequest when ...
  • 5629a74 feat: #1623 Adds support for Window.scrollBy and Element.scrollBy
  • c738c4e feat: #1551 Add support for using whitespace-separated list to getElementsB...
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the tests group with 3 updates in the / directory: [@playwright/test](https://github.com/microsoft/playwright), [@codspeed/vitest-plugin](https://github.com/CodSpeedHQ/codspeed-node) and [happy-dom](https://github.com/capricorn86/happy-dom).


Updates `@playwright/test` from 1.49.0 to 1.49.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.49.0...v1.49.1)

Updates `@codspeed/vitest-plugin` from 3.1.1 to 4.0.0
- [Release notes](https://github.com/CodSpeedHQ/codspeed-node/releases)
- [Commits](CodSpeedHQ/codspeed-node@v3.1.1...v4.0.0)

Updates `happy-dom` from 15.11.7 to 16.2.8
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v15.11.7...v16.2.8)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: "@codspeed/vitest-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: tests
- dependency-name: happy-dom
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: tests
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 31, 2024
Copy link

vercel bot commented Dec 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
frontends-demo 🔄 Building (Inspect) Visit Preview Dec 31, 2024 3:45pm
shopware-frontends-docs ✅ Ready (Inspect) Visit Preview Dec 31, 2024 3:45pm

Copy link

pkg-pr-new bot commented Dec 31, 2024

Open in Stackblitz

@shopware/api-client

npm i https://pkg.pr.new/shopware/frontends/@shopware/api-client@1556

@shopware/api-gen

npm i https://pkg.pr.new/shopware/frontends/@shopware/api-gen@1556

@shopware-pwa/cms-base

npm i https://pkg.pr.new/shopware/frontends/@shopware-pwa/cms-base@1556

@shopware-pwa/composables-next

npm i https://pkg.pr.new/shopware/frontends/@shopware-pwa/composables-next@1556

@shopware-pwa/helpers-next

npm i https://pkg.pr.new/shopware/frontends/@shopware-pwa/helpers-next@1556

@shopware-pwa/nuxt3-module

npm i https://pkg.pr.new/shopware/frontends/@shopware-pwa/nuxt3-module@1556

commit: c28eebb

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2025

Superseded by #1557.

@dependabot dependabot bot closed this Jan 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tests-2ec6a5202b branch January 1, 2025 15:35
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