Skip to content

chore(deps-dev): bump vite from 5.4.21 to 8.0.16 in /apps/web#269

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/web/vite-8.0.16
Closed

chore(deps-dev): bump vite from 5.4.21 to 8.0.16 in /apps/web#269
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/web/vite-8.0.16

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps 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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 23, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/web/vite-8.0.16 branch from 88ef5cb to 84cad17 Compare June 23, 2026 05:20
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/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)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.0.16
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@CoJoA13

CoJoA13 commented Jun 23, 2026

Copy link
Copy Markdown
Owner

Superseded by #278, which moves the whole stack in lockstep (vite 8 + vitest 4 + @vitejs/plugin-react 6) — this single-package bump can't merge alone (vitest@2 peers vite ≤6). Closing in favor of #278.

@CoJoA13 CoJoA13 closed this Jun 23, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 23, 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/apps/web/vite-8.0.16 branch June 23, 2026 20:18
CoJoA13 added a commit that referenced this pull request Jun 23, 2026
…persedes #269) (#278)

* chore(deps): upgrade vite 5→8 + vitest 2→4 + @vitejs/plugin-react (supersedes #269)

Coordinated bump of the web Vite toolchain (dependabot #269 bumped only vite
and couldn't merge alone — its peers conflicted). All peer-clean against Node 22.

- vite ^5.4.8 → ^8.1.0 (engines ^20.19||>=22.12 satisfied; Rolldown bundler)
- vitest ^2.1.1 → ^4.1.9 (peer vite ^6||^7||^8)
- @vitejs/plugin-react ^4.3.1 → ^6.0.3 (peer vite ^8; the @rolldown/plugin-babel
  and babel-plugin-react-compiler peers are optional — not added)
- regenerated package-lock.json; npm ci resolves with zero ERESOLVE

Breaking-change fixes:
- vite.config.ts: vitest-4 pool rework removed test.poolOptions →
  singleFork:true becomes top-level maxWorkers:1 (isolate stays default-true,
  preserving the single-fork serial-files signal the suite relies on).
- src/lib/auth.test.tsx: vitest-4 constructor-mock change — a vi.fn() invoked
  with `new` must use the function/class keyword; the oidc-client-ts UserManager
  mock's arrow-returning-object form now throws "is not a constructor", rewritten
  to a `function` constructor assigning the hoisted spies.

Full gate green from a clean npm ci: lint + typecheck + build + 1261/1261 tests.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* docs: update the vitest clean-signal command for vitest 4 (--maxWorkers=1)

vitest 4 removed --poolOptions.forks.singleFork; the equivalent single-fork
serial-files signal is --pool=forks --maxWorkers=1. Fixes the two active
tooling references (web-test-trap-reviewer agent + finish-slice command) so
they don't error for the next run.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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