chore(deps): bump the tests group across 1 directory with 5 updates - #2718
dependabot[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Stale comment
Security review
No medium, high, or critical vulnerabilities introduced by this change.
Dependabot tests-group bump only (
package.json+ lockfile):@faker-js/faker10.5.0→10.6.0,@playwright/test1.62.1→1.63.0,vitest/@vitest/coverage-v84.1.10→5.0.0,happy-dom20.11.1→20.14.0. No application source changes. Lockfile integrity hashes match npm for the bumped packages.These stay in test/e2e tooling (not storefront runtime). Known advisories for older versions (including GHSA-82fw-gwwq-j7x9 on vitest <4.1.11) are patched by the declared versions, not newly introduced. No prior automation security threads to re-validate.
Sent by Cursor Automation: Review pull requests for exploitable security issues and flag only validated findings before merge
2a5799a to
ea17402
Compare
There was a problem hiding this comment.
Stale comment
Security review
No medium, high, or critical vulnerabilities introduced by this change.
Re-reviewed after Dependabot rebase (
ea17402f). Still a tests-group bump only (package.json+ lockfile):@faker-js/faker10.5.0→10.6.0,@playwright/test1.62.1→1.63.0,vitest/@vitest/coverage-v84.1.10→5.0.0,happy-dom20.11.1→20.14.0. No application source changes. Lockfile integrity hashes match npm for the bumped packages (includingplaywright,playwright-core, and@vitest/mocker5.0.0).These stay in test/e2e tooling (not storefront runtime).
@vitest/browseris an optional peer only and is not installed. Known advisories for older versions are patched by the declared versions, not newly introduced: GHSA-82fw-gwwq-j7x9 / CVE-2026-84373 (vitest /@vitest/mocker<4.1.11 and 5.0.0-beta), happy-dom CVE-2026-33943 / CVE-2026-34226 (fixed in 20.8.8 / 20.8.9), faker GHSA-qxc2-j82w-r537 (fixed in 10.5.0). No@playwright/testadvisories.No prior automation security finding threads to re-validate.
Sent by Cursor Automation: Review pull requests for exploitable security issues and flag only validated findings before merge
ea17402 to
f79eb76
Compare
There was a problem hiding this comment.
Stale comment
Security review
No medium, high, or critical vulnerabilities introduced by this change.
Re-reviewed after Dependabot recreate (
f79eb76d). Still a tests-group bump only (package.json+ lockfile):@faker-js/faker10.5.0→10.6.0,@playwright/test1.62.1→1.63.0,vitest/@vitest/coverage-v84.1.10→5.0.0,happy-dom20.11.1→20.14.0. No application source changes. Lockfile integrity hashes match npm for the bumped packages (includingplaywright,playwright-core, and@vitest/mocker5.0.0).These stay in test/e2e tooling (not storefront runtime).
@vitest/browseris an optional peer only and is not installed. Known advisories for older versions are patched by the declared versions, not newly introduced: GHSA-82fw-gwwq-j7x9 / CVE-2026-84373 (vitest /@vitest/mocker<4.1.11 and 5.0.0-beta), happy-dom CVE-2026-33943 / CVE-2026-34226 (fixed in 20.8.8 / 20.8.9), faker GHSA-qxc2-j82w-r537 (fixed in 10.5.0). No@playwright/testadvisories.No prior automation security finding threads to re-validate.
Sent by Cursor Automation: Review pull requests for exploitable security issues and flag only validated findings before merge
Bumps the tests group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@faker-js/faker](https://github.com/faker-js/faker) | `10.5.0` | `10.6.0` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.62.1` | `1.63.0` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.10` | `5.0.0` | | [happy-dom](https://github.com/capricorn86/happy-dom) | `20.11.1` | `20.14.5` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.10` | `5.0.0` | Updates `@faker-js/faker` from 10.5.0 to 10.6.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@v10.5.0...v10.6.0) Updates `@playwright/test` from 1.62.1 to 1.63.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.62.1...v1.63.0) Updates `@vitest/coverage-v8` from 4.1.10 to 5.0.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v5.0.0/packages/coverage-v8) Updates `happy-dom` from 20.11.1 to 20.14.5 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v20.11.1...v20.14.5) Updates `vitest` from 4.1.10 to 5.0.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v5.0.0/packages/vitest) --- updated-dependencies: - dependency-name: "@faker-js/faker" dependency-version: 10.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: "@playwright/test" dependency-version: 1.63.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: tests - dependency-name: "@vitest/coverage-v8" dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: tests - dependency-name: happy-dom dependency-version: 20.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: tests - dependency-name: vitest dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: tests ... Signed-off-by: dependabot[bot] <support@github.com>
f79eb76 to
4e5478a
Compare
There was a problem hiding this comment.
Security review
No medium, high, or critical vulnerabilities introduced by this change.
Re-reviewed after Dependabot synchronize (4e5478a4). Still a tests-group bump only (package.json + lockfile): @faker-js/faker 10.5.0→10.6.0, @playwright/test 1.62.1→1.63.0, vitest / @vitest/coverage-v8 4.1.10→5.0.0, happy-dom 20.11.1→20.14.5. No application source changes. Lockfile integrity hashes match npm for the bumped packages (including playwright, playwright-core, and @vitest/mocker 5.0.0).
These stay in test/e2e tooling (not storefront runtime). @vitest/browser is an optional peer only and is not installed. Known advisories for older versions are patched by the declared versions, not newly introduced: GHSA-82fw-gwwq-j7x9 / CVE-2026-84373 (vitest / @vitest/mocker <4.1.11 and 5.0.0-beta), happy-dom CVE-2026-33943 / CVE-2026-34226 (fixed in 20.8.8 / 20.8.9), faker GHSA-qxc2-j82w-r537 (fixed in 10.5.0). Browser-mode CVEs (GHSA-g8mr-85jm-7xhm, GHSA-p63j-vcc4-9vmv) are not reachable. No @playwright/test advisories.
No prior automation security finding threads to re-validate.
Sent by Cursor Automation: Review pull requests for exploitable security issues and flag only validated findings before merge


Bumps the tests group with 5 updates in the / directory:
10.5.010.6.01.62.11.63.04.1.105.0.020.11.120.14.54.1.105.0.0Updates
@faker-js/fakerfrom 10.5.0 to 10.6.0Release notes
Sourced from @faker-js/faker's releases.
... (truncated)
Changelog
Sourced from @faker-js/faker's changelog.
Commits
2cb0423chore(release): 10.6.0 (#3986)531588fchore(deps): lock file maintenance (#3923)328f018chore(deps): update eslint (#3930)a5c8bd7chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:24 docker...fe3f17bchore(deps): update all non-major dependencies (#3974)ae38b18docs(lorem): document the fail default strategy for word (#3944)1ce5994fix(color): give the LCH hue its full 360 degree range (#3978)1143329fix(color): stop scaling the HSLA alpha into a percentage (#3979)a4c6757fix(vehicle): calculate VIN check digit (#3954)d68f978infra: ensure markdown rendered is only ever initialized once (#3984)Updates
@playwright/testfrom 1.62.1 to 1.63.0Release notes
Sourced from @playwright/test's releases.
... (truncated)
Commits
1b025d7chore: mark v1.63.0 (#42569)0b9956dcherry-pick(#42568): docs(test): mark test.step subtitle option as since v1.6313dbf10cherry-pick(#42552): docs: release notes for v1.63e93b64echerry-pick(#42566): feat(test): add subtitle option to test.step (#42567)2b7a5f2test: response.body() for content-encoding:identity (#42537)648a67cfix(mcp): create parent directories for explicitly named files (#42540)7894f56docs(mcp): clarify how tool file names are resolved (#42538)52900a1devops: restore npm publishing from GitHub Actions (#42550)8c47f59docs(csharp): fix nonexistent method names in guide examples (#42507)bd6e552chore(video): emit frames with real timestamps, drop frame number quantizatio...Updates
@vitest/coverage-v8from 4.1.10 to 5.0.0Release notes
Sourced from @vitest/coverage-v8's releases.
... (truncated)
Commits
f441c6fchore: release v5.0.0 (#11130)c4473e4fix(coverage): prevent crash on/@fs/prepended virtual files (#11119)897f51fchore: release v5.0.0-rc.4 (#11107)7db80dcchore: release v5.0.0-rc.3 (#11089)5f6a5e8feat(coverage): switch to@vitest/istanbuljspackages (#11053)c6174a6fix(coverage): v8 to ignore Vite SSR's generated import bindings (#11023)af83d1bchore: release v5.0.0-rc.2 (#10976)a7fa111chore: release v5.0.0-rc.1 (#10920)0553851chore: add Knip checks (#10847)b7be731chore: release v5.0.0-beta.7 (#10825)Updates
happy-domfrom 20.11.1 to 20.14.5Release notes
Sourced from happy-dom's releases.
... (truncated)
Commits
0d4cdbefix: #2409 Preserve character references in comment data (#2410)9c920a4fix: #2407 End comments at the first comment end tag when it overlaps a com...5fb1df3fix: #2363 Avoids cloning all properties in CSSPropertyManager.toString() (...de0a1e9fix: #2344 Resolve every var() in a value, not only the first one (#2395)64b8b94fix: #2366 Invalidate the computed style cache for the whole subtree (#2367)eac5a38feat: #2357 Improves computed style cache (#2358)5b3559bfix: #2349 Fix problem with getComputedStyle with :host and :host-context s...f33da73fix: #2347 getComputedStyle should return inherited value when it is set to...68b9806feat: #2345 Adds support for :host psuedo query selector (#2346)9300a9ffix: #2342 Custom elements should be upgraded when connected to DOM (#2343)Updates
vitestfrom 4.1.10 to 5.0.0Release notes
Sourced from vitest's releases.