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): bump the tests group across 1 directory with 4 updates #1456

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2024

Bumps the tests group with 4 updates in the / directory: @faker-js/faker, @vitest/coverage-v8, vitest and happy-dom.

Updates @faker-js/faker from 9.0.3 to 9.2.0

Release notes

Sourced from @​faker-js/faker's releases.

v9.2.0

What's Changed

New Contributors

Full Changelog: faker-js/faker@v9.1.0...v9.2.0

v9.1.0

What's Changed

... (truncated)

Changelog

Sourced from @​faker-js/faker's changelog.

9.2.0 (2024-11-03)

Features

Changed Locales

9.1.0 (2024-10-26)

New Locales

Features

Changed Locales

Bug Fixes

  • food: use arrayElement instead of fake for adjective (#3178) (a8dfa2f)
  • location: fix US ZIP code anomalies for zipCode({state}) (#3180) (df59724)
  • location: update valid ZIP ranges for FL and VA (#3167) (e271d4a)
Commits

Updates @vitest/coverage-v8 from 2.1.4 to 2.1.5

Release notes

Sourced from @​vitest/coverage-v8's releases.

v2.1.5

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits

Updates vitest from 2.1.4 to 2.1.5

Release notes

Sourced from vitest's releases.

v2.1.5

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • 32f23b9 chore: release v2.1.5
  • 417bdb4 fix(browser): init browsers eagerly when tests are running (#6876)
  • 93b67c2 fix: throw an error and a warning if .poll, .element, .rejects/`.resolv...
  • 9a0c93d fix(browser): stop the browser rpc when the pool is closed (#6858)
  • 251893b chore: set resolve.mainFields and resolve.conditions for SSR environment ...
  • 0ad2cdc chore(deps): update all non-major dependencies (#6890)
  • 4c96cce fix: print ssrTransform error (#6885)
  • 98f76ea fix: don't rerun on Esc or Ctrl-C during watch filter (#6895)
  • 00ebea6 refactor(reporters): base reporter readability improvements (#6889)
  • 9b3c3de chore: add JSDoc to Jest assertions and asymmetric matchers (#6822)
  • Additional commits viewable in compare view

Updates happy-dom from 15.10.2 to 15.11.6

Release notes

Sourced from happy-dom's releases.

v15.11.6

👷‍♂️ Patch fixes

  • Adds support for window.TextEncoder and window.TextDecoder - By @​iradonov in task #1611

v15.11.5

👷‍♂️ Patch fixes

  • HTMLSelectElement should not dispatch "change" event when changing value or index - By @​capricorn86 in task #1603

v15.11.4

👷‍♂️ Patch fixes

  • Strings should be converted into numbers in setters for HTMLMeterElement and HTMLProgressElement - By @​capricorn86 in task #1601

v15.11.3

👷‍♂️ Patch fixes

  • Consider null as empty string in the setter for HTMLInputElement.value - By @​capricorn86 in task #1604

v15.11.2

👷‍♂️ Patch fixes

  • Fixes bug where pseudo selectors without an ending parentheses threw an in invalid selector error - By @​capricorn86 in task #1558
  • Fixes bug where it was not possible to use the characters ":" and "\" in attribute selectors - By @​capricorn86 in task #1561

v15.11.1

👷‍♂️ Patch fixes

  • Fixes bug where Document.activeElement is set to the wrong target when triggering HTMLSelectElement.focus() - By @​capricorn86 in task #1592
    • HTMLSelectElement is a Proxy since v15 and focus() was setting the target of the Proxy as the active element, but should set the Proxy

v15.11.0

🎨 Features

  • Adds support for the :disabled pseudo-class in CSS and query selectors - By @​capricorn86 in task #1159

v15.10.8

👷‍♂️ Patch fixes

  • Validate that object is of type Blob in FileReader.readAsArrayBuffer(), FileReader.readAsBinaryString(), FileReader.readAsDataURL() and FileReader.readAsText() - By @​btea in task #1565

v15.10.7

👷‍♂️ Patch fixes

  • Cookies with values that contains "=" should be supported - By @​btea in task #1570

v15.10.6

👷‍♂️ Patch fixes

  • Accept objects with a stringifier (such as a URL object) in Location.assign() and Location.replace() - By @​silverwind in task #1568

v15.10.5

👷‍♂️ Patch fixes

  • Fixes incorrect serialization of special characters in raw text elements such as <script> and <style> - By @​BenjaminAster in task #1566

v15.10.4

👷‍♂️ Patch fixes

  • Adds missing setter for the HTMLMediaElement.srcObject property - By @​ewesemann in task #1557

... (truncated)

Commits
  • 7914b54 fix: #1611 Implement window.TextEncoder & window.TextDecoder
  • 78d8914 fix: #1603 HTMLSelectElement should not dispatch "change" event when changi...
  • 23f8673 chore: #1609 Replace startsWith with the equal sign
  • b35bcd6 fix: #1601 Strings should be converted into numbers in setters for HTMLMete...
  • 9f8f084 fix: #1604 Consider null as empty string when setting it as value in HTMLIn...
  • dc06801 fix: #1558 Fixes bug where psuedo selectors without an ending pranthese res...
  • e038cf9 fix: #1592 Fixes bug where Document.activeElement is set to the wrong targe...
  • 562ecb4 chore: #1595 Updates Vitest
  • f3c9b9a chore: #1433 Adds unit test for using a Request object with fetch() (#1590)
  • 3a79654 feat: #1159 Adds support for the :disabled pseudo-class in CSS and query se...
  • 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 4 updates in the / directory: [@faker-js/faker](https://github.com/faker-js/faker), [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8), [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [happy-dom](https://github.com/capricorn86/happy-dom).


Updates `@faker-js/faker` from 9.0.3 to 9.2.0
- [Release notes](https://github.com/faker-js/faker/releases)
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md)
- [Commits](faker-js/faker@v9.0.3...v9.2.0)

Updates `@vitest/coverage-v8` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.5/packages/coverage-v8)

Updates `vitest` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.5/packages/vitest)

Updates `happy-dom` from 15.10.2 to 15.11.6
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v15.10.2...v15.11.6)

---
updated-dependencies:
- dependency-name: "@faker-js/faker"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: happy-dom
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Nov 14, 2024
Copy link

vercel bot commented Nov 14, 2024

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

Name Status Preview Updated (UTC)
frontends-demo 🔄 Building (Inspect) Visit Preview Nov 14, 2024 3:32pm
shopware-frontends-docs ✅ Ready (Inspect) Visit Preview Nov 14, 2024 3:32pm

Copy link

pkg-pr-new bot commented Nov 14, 2024

Open in Stackblitz

@shopware/api-client

pnpm add https://pkg.pr.new/shopware/frontends/@shopware/api-client@1456

@shopware-pwa/cms-base

pnpm add https://pkg.pr.new/shopware/frontends/@shopware-pwa/cms-base@1456

@shopware-pwa/composables-next

pnpm add https://pkg.pr.new/shopware/frontends/@shopware-pwa/composables-next@1456

@shopware/api-gen

pnpm add https://pkg.pr.new/shopware/frontends/@shopware/api-gen@1456

@shopware-pwa/helpers-next

pnpm add https://pkg.pr.new/shopware/frontends/@shopware-pwa/helpers-next@1456

@shopware-pwa/nuxt3-module

pnpm add https://pkg.pr.new/shopware/frontends/@shopware-pwa/nuxt3-module@1456

commit: c9ceca8

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