Skip to content

build(deps-dev): bump the npm_and_yarn group across 1 directory with 2 updates#62

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/app/npm_and_yarn-b6309ce622
Closed

build(deps-dev): bump the npm_and_yarn group across 1 directory with 2 updates#62
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/app/npm_and_yarn-b6309ce622

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the npm_and_yarn group with 2 updates in the /app directory: vite and vitest.

Updates vite from 5.4.21 to 8.0.16

Release notes

Sourced from vite's releases.

v8.0.16

Please refer to CHANGELOG.md for details.

v8.0.15

Please refer to CHANGELOG.md for details.

v8.0.14

Please refer to CHANGELOG.md for details.

v8.0.13

Please refer to CHANGELOG.md for details.

v8.0.12

Please refer to CHANGELOG.md for details.

v8.0.11

Please refer to CHANGELOG.md for details.

v8.0.10

Please refer to CHANGELOG.md for details.

v8.0.9

Please refer to CHANGELOG.md for details.

v8.0.8

Please refer to CHANGELOG.md for details.

v8.0.7

Please refer to CHANGELOG.md for details.

v8.0.6

Please refer to CHANGELOG.md for details.

v8.0.5

Please refer to CHANGELOG.md for details.

v8.0.4

Please refer to CHANGELOG.md for details.

create-vite@8.0.3

Please refer to CHANGELOG.md for details.

v8.0.3

Please refer to CHANGELOG.md for details.

create-vite@8.0.2

Please refer to CHANGELOG.md for details.

v8.0.2

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

8.0.16 (2026-06-01)

Bug Fixes

8.0.15 (2026-06-01)

Features

Bug Fixes

  • capitalize error messages and remove spurious space in parse error (#22488) (85a0eff)
  • deps: update all non-major dependencies (#22511) (2686d7d)
  • dev: fix html-proxy cache key mismatch for /@fs/ HTML paths (#21762) (47c4213)
  • glob: error on relative glob in virtual module when no files match (#22497) (5c8e98f)
  • optimizer: close the rolldown bundle when write() rejects (#22528) (e3cfb9d)
  • resolve: provide onWarn for viteResolvePlugin in JS plugin containers (#22509) (40985f1)

Miscellaneous Chores

Code Refactoring

8.0.14 (2026-05-21)

Features

Bug Fixes

  • deps: update all non-major dependencies (#22471) (98b8163)
  • dev: handle errors when sending messages to vite server (#22450) (e8e9a34)
  • html: handle trailing slash paths in transformIndexHtml (#22480) (5d94d1b)
  • optimizer: pass oxc jsx options to transformSync in dependency scan (#22342) (b3132da)

Miscellaneous Chores

  • deps: update rolldown-related dependencies (#22470) (7cb728e)
  • remove irrelevant commits from changelog (2c69495)

Code Refactoring

  • glob: do not rewrite import path for absolute base (#22310) (0ae2844)

... (truncated)

Commits

Updates vitest from 2.1.9 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
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for vitest since your current version.


Updates vitest from 2.1.9 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
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for vitest since your current version.


Greptile Summary

Automated Dependabot update bumping vite from 5.4.21 → 8.0.16, vitest from 2.1.9 → 4.1.9, and their companion packages (@vitejs/plugin-react 4→6, @vitest/coverage-v8 2→4) in the /app directory. All changes are confined to devDependencies; no production runtime code is affected.

  • Large multi-major jump: vite skips two major versions (6 and 7). Vite 7 migrated from Rollup to the Rolldown bundler, and Vite 8 continues on that foundation. The existing vite.config.ts uses only standard, minimal configuration options (react() plugin, envPrefix, clearScreen, basic server/build/test blocks) that are all stable across these versions.
  • Plugin version alignment: @vitejs/plugin-react v6 targets Vite 8, and @vitest/coverage-v8 v4 matches vitest v4 — the companion version pinning is correct.
  • CI coverage: The app.yml workflow runs npm ci, tsc + vite build, vitest run, and the full Playwright e2e suite on both Linux and Windows, so any build or test regressions from these bumps will surface in CI.

Confidence Score: 5/5

Safe to merge — all updated packages are dev-only, the existing vite.config.ts is minimal and compatible across these versions, and the CI pipeline exercises the full build, unit-test, and e2e-test paths on both Linux and Windows.

Changes are confined to devDependencies. The vite.config.ts uses only standard options (react plugin, envPrefix, server/build/test blocks) that remain stable across the Vite 5→8 and Vitest 2→4 ranges. Companion packages (@vitejs/plugin-react v6 for Vite 8, @vitest/coverage-v8 v4 for vitest v4) are correctly aligned. The CI workflow runs npm ci, tsc+vite build, vitest, and Playwright on both platforms, so any regression from the Rolldown bundler switch or Vitest API changes will be caught before merge.

No files require special attention.

Important Files Changed

Filename Overview
app/package.json Bumps vite (5→8), vitest (2→4), @vitejs/plugin-react (4→6), @vitest/coverage-v8 (2→4); all dev dependencies only, companion plugin versions are consistent with each other.
app/package-lock.json Lockfile regenerated to reflect the new dependency versions; generated by npm and does not require manual review.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["package.json\n(devDependencies updated)"] --> B["vite 5.4.21 → 8.0.16\n(Rollup → Rolldown bundler)"]
    A --> C["vitest 2.1.9 → 4.1.9"]
    A --> D["@vitejs/plugin-react 4 → 6\n(Vite 8 compatible)"]
    A --> E["@vitest/coverage-v8 2 → 4\n(matches vitest version)"]
    B --> F["npm run build\nvite.config.ts: react(), envPrefix,\nserver/build settings"]
    C --> G["npm run test\nvite.config.ts test block:\njsdom, globals, coverage v8"]
    F --> H["CI: app.yml\nLinux + Windows\nbuild + vitest + Playwright"]
    G --> H
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A["package.json\n(devDependencies updated)"] --> B["vite 5.4.21 → 8.0.16\n(Rollup → Rolldown bundler)"]
    A --> C["vitest 2.1.9 → 4.1.9"]
    A --> D["@vitejs/plugin-react 4 → 6\n(Vite 8 compatible)"]
    A --> E["@vitest/coverage-v8 2 → 4\n(matches vitest version)"]
    B --> F["npm run build\nvite.config.ts: react(), envPrefix,\nserver/build settings"]
    C --> G["npm run test\nvite.config.ts test block:\njsdom, globals, coverage v8"]
    F --> H["CI: app.yml\nLinux + Windows\nbuild + vitest + Playwright"]
    G --> H
Loading

Reviews (2): Last reviewed commit: "build(deps-dev): bump the npm_and_yarn g..." | Re-trigger Greptile

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 20, 2026
…2 updates

Bumps the npm_and_yarn group with 2 updates in the /app directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `vite` from 5.4.21 to 8.0.16
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.16/packages/vite)

Updates `vitest` from 2.1.9 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)

Updates `vitest` from 2.1.9 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: vite
  dependency-version: 8.0.16
  dependency-type: direct:development
- dependency-name: vitest
  dependency-version: 4.1.9
  dependency-type: direct:development
- dependency-name: vitest
  dependency-version: 4.1.9
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/app/npm_and_yarn-b6309ce622 branch from d56b2a5 to c18af7d Compare June 20, 2026 14:32
@dependabot @github

dependabot Bot commented on behalf of github Jun 27, 2026

Copy link
Copy Markdown
Author

Dependabot can't access a private package registry without explicit configuration. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 1, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/app/npm_and_yarn-b6309ce622 branch July 1, 2026 15:51
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