Skip to content

chore(deps): bump esbuild and vitest - #104

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-843d757e3a
Open

chore(deps): bump esbuild and vitest#104
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-843d757e3a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Removes esbuild. It's no longer used after updating ancestor dependency vitest. These dependencies need to be updated together.

Removes esbuild

Updates vitest from 4.0.18 to 4.1.9

Release notes

Sourced from vitest's releases.

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

v4.1.6

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v4.1.5

   🚀 Experimental Features

   🐞 Bug Fixes

... (truncated)

Commits
  • 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...
  • a09d472 chore: release v4.1.7
  • a8fd24c chore: release v4.1.6
  • 18af98c fix(browser): simplify orchestrator otel carrier (#10285)
  • 3188260 feat(browser): provide project reference in ToMatchScreenshotResolvePath (#...
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 12, 2026
@sinewaveai

Copy link
Copy Markdown
Owner

Holding for the same reason #96 was held: this bump (now vitest 4.1.8) still imports styleText from node:util, which only exists in Node ≥ 20.12. CI Node 18 fails with SyntaxError: ... 'node:util' does not provide an export named 'styleText' (npm even warns EBADENGINE for vitest@4.1.8).

The repo declares engines.node: ">=18.0.0" and .github/workflows/test.yml runs the matrix on Node 18, 20, 22 — so adopting vitest 4.1.x requires:

  1. Bump engines.node to ">=20.12.0"
  2. Drop node-version: 18 from the CI matrix

That's a policy decision (dropping Node 18 support), not a quick fix. Holding until the maintainer makes that call.

The eight other open chore PRs in this batch are all green and being merged.

Removes [esbuild](https://github.com/evanw/esbuild). It's no longer used after updating ancestor dependency [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). These dependencies need to be updated together.


Removes `esbuild`

Updates `vitest` from 4.0.18 to 4.1.9
- [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.9/packages/vitest)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version:
  dependency-type: indirect
- dependency-name: vitest
  dependency-version: 4.1.8
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-843d757e3a branch from a0ed727 to 0d81b46 Compare June 22, 2026 05:32
@sinewaveai

Copy link
Copy Markdown
Owner

Holding this for the same reason as #96: vitest 4.1.x imports styleText from node:util, which only exists in Node 20.12+. The repo declares engines.node: ">=18.0.0" and CI tests Node 18, so all 6 test matrix jobs fail with SyntaxError: The requested module 'node:util' does not provide an export named 'styleText'.

To unblock, the maintainer needs to either:

  1. Drop Node 18 support — bump engines.node to ">=20.12.0" and remove node-version: 18 from .github/workflows/test.yml, or
  2. Pin vitest below 4.1.0 in dependabot config.

All other open chore PRs in this batch (qs, hono, tar, etc.) are being merged into v4.4.4. Holding this one until the Node 18 call is made.

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