Skip to content

build(deps-dev): bump vite from 8.0.14 to 8.0.16 in /samples/AspNetCoreReactSample/ClientApp#930

Merged
akunzai merged 4 commits into
mainfrom
dependabot/npm_and_yarn/samples/AspNetCoreReactSample/ClientApp/vite-8.0.16
Jun 2, 2026
Merged

build(deps-dev): bump vite from 8.0.14 to 8.0.16 in /samples/AspNetCoreReactSample/ClientApp#930
akunzai merged 4 commits into
mainfrom
dependabot/npm_and_yarn/samples/AspNetCoreReactSample/ClientApp/vite-8.0.16

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps vite from 8.0.14 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.

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

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/samples/AspNetCoreReactSample/ClientApp/vite-8.0.16 branch from f5440e9 to 3af3ae3 Compare June 2, 2026 03:30
@akunzai akunzai force-pushed the dependabot/npm_and_yarn/samples/AspNetCoreReactSample/ClientApp/vite-8.0.16 branch from 3af3ae3 to 6d22ba7 Compare June 2, 2026 03:44
@github-actions github-actions Bot added the github_actions Pull requests that update Github_actions code label Jun 2, 2026
@akunzai akunzai force-pushed the dependabot/npm_and_yarn/samples/AspNetCoreReactSample/ClientApp/vite-8.0.16 branch from 6d22ba7 to 2f91472 Compare June 2, 2026 03:46
dependabot Bot and others added 2 commits June 2, 2026 13:01
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.14 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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@akunzai akunzai force-pushed the dependabot/npm_and_yarn/samples/AspNetCoreReactSample/ClientApp/vite-8.0.16 branch from 2f91472 to 83328e9 Compare June 2, 2026 05:02
akunzai added 2 commits June 2, 2026 13:53
…lures

In CI environments with Vite 8 (Rolldown), the first request to
/api/account/auth-schemes may fail due to race conditions during SPA
proxy startup or Vite's initial module graph construction. When this
happens, Login.tsx silently kept schemes=[] because there was no error
handling or retry logic, causing E2E tests to fail waiting for the CAS
button.

This fix adds retry logic with exponential backoff (up to 5 retries)
and a loading state to handle transient API failures during startup.

Fixes: React E2E tests timing out with 'GetByRole(Button, CAS) not found'
@akunzai akunzai force-pushed the dependabot/npm_and_yarn/samples/AspNetCoreReactSample/ClientApp/vite-8.0.16 branch from 8bee5e2 to c48621f Compare June 2, 2026 06:57
@akunzai akunzai merged commit a9a7517 into main Jun 2, 2026
21 of 22 checks passed
@akunzai akunzai deleted the dependabot/npm_and_yarn/samples/AspNetCoreReactSample/ClientApp/vite-8.0.16 branch June 2, 2026 07:27
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 github_actions Pull requests that update Github_actions code javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant