Skip to content

chore(deps-dev): bump vitest from 3.2.7 to 4.1.11 in /web - #277

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web/vitest-4.1.11
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web/vitest-4.1.11

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026 •

Copy link
Copy Markdown
Contributor

Bumps vitest from 3.2.7 to 4.1.11.

Release notes

Sourced from vitest's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub

v4.1.10

   🐞 Bug Fixes

    View changes on GitHub

v4.1.9

🐞 Bug Fixes

View changes on GitHub

v4.1.8

   🐞 Bug Fixes

    View changes on GitHub

v4.1.7

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Commits
  • 9bd8d46 chore: release v4.1.11 (#10995)
  • 9851dbc fix(browser): trigger playwright/chromium gc on lower disk availability [back...
  • db616d2 chore: release v4.1.10 (#10718)
  • bae52b5 fix(vm): fix external module resolve error with deps optimizer query for enco...
  • a7a61e7 chore: release v4.1.9 (#10598)
  • 934b0f5 fix(pool): prevent test run hang on worker crash (#10543) [backport to v4] (#...
  • 7fb2965 fix(browser): wait for orchestrator readiness before resolving browser sessio...
  • a518019 fix: fix importOriginal with optimizer and query import [backport to v4] (#...
  • e61f2dd chore: release v4.1.8
  • e4067b3 fix(browser): disable client cdp API when allowWrite/allowExec: false [ba...
  • 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 Sep 10, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web/vitest-4.1.11 branch 5 times, most recently from d729be0 to 4f3864d Compare September 11, 2026 11:42
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web/vitest-4.1.11 branch 2 times, most recently from 9001e4e to 660c5de Compare September 18, 2026 11:44
Roddygithub added a commit that referenced this pull request Sep 18, 2026
- ci.yml: minio/minio:latest (archived Docker Hub repo) →
  quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z (pinned)
  Root cause: minio/minio Docker Hub repository archived Apr 2026.
  quay.io/minio/minio is the official container registry.

- pnpm-workspace.yaml: add overrides for transitive deps
  - browserslist >=4.28.7 (CVE-2026-73088, CVE-2026-73089 HIGH)
  - baseline-browser-mapping >=2.11.0 (CVE-2026-45819 MEDIUM)
  - sharp ^0.35.4 (GHSA-rgj7-g3m4-5g8c HIGH)
  - js-yaml ^4.3.2 (CVE-2026-84375 HIGH)

Remaining: vitest 3.x MEDIUM (CVE-2026-84373) requires major
bump to 4.x — covered by PR #277.

Signed-off-by: Roland Salardon <r.salardon@gmail.com>
Roddygithub added a commit that referenced this pull request Sep 18, 2026
* fix(ci): repair MinIO image source + patch npm security vulns

- ci.yml: minio/minio:latest (archived Docker Hub repo) →
  quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z (pinned)
  Root cause: minio/minio Docker Hub repository archived Apr 2026.
  quay.io/minio/minio is the official container registry.

- pnpm-workspace.yaml: add overrides for transitive deps
  - browserslist >=4.28.7 (CVE-2026-73088, CVE-2026-73089 HIGH)
  - baseline-browser-mapping >=2.11.0 (CVE-2026-45819 MEDIUM)
  - sharp ^0.35.4 (GHSA-rgj7-g3m4-5g8c HIGH)
  - js-yaml ^4.3.2 (CVE-2026-84375 HIGH)

Remaining: vitest 3.x MEDIUM (CVE-2026-84373) requires major
bump to 4.x — covered by PR #277.

Signed-off-by: Roland Salardon <r.salardon@gmail.com>

* fix(ci): bump codecov-action v4→v6 on repaired baseline

Combines baseline CI/security fix (PR #297) with codecov-action
major version bump (PR #288). v6 introduces node24 support;
verify CODECOV_TOKEN still works after merge.

Signed-off-by: Roland Salardon <r.salardon@gmail.com>

---------

Signed-off-by: Roland Salardon <r.salardon@gmail.com>
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.2.7 to 4.1.11.
- [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/v4.1.11/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web/vitest-4.1.11 branch from 660c5de to 21204ae Compare September 18, 2026 16:12
@Roddygithub

Copy link
Copy Markdown
Owner

Superseded by PR #299 which upgrades vitest 3→4.1.11, patches CVE-2026-84373, and resolves all remaining Dependabot alerts.

@dependabot @github

dependabot Bot commented on behalf of github Sep 18, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/web/vitest-4.1.11 branch September 18, 2026 16:32
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.

1 participant