Skip to content

chore(deps-dev): bump vite from 5.4.21 to 8.0.6 in /examples/browser-agent in the npm_and_yarn group across 1 directory#795

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/examples/browser-agent/npm_and_yarn-489b1b4a39
Closed

chore(deps-dev): bump vite from 5.4.21 to 8.0.6 in /examples/browser-agent in the npm_and_yarn group across 1 directory#795
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/examples/browser-agent/npm_and_yarn-489b1b4a39

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2026

Bumps the npm_and_yarn group with 1 update in the /examples/browser-agent directory: vite.

Updates vite from 5.4.21 to 8.0.6

Release notes

Sourced from vite's releases.

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.

create-vite@8.0.1

Please refer to CHANGELOG.md for details.

v8.0.1

Please refer to CHANGELOG.md for details.

plugin-legacy@8.0.1

Please refer to CHANGELOG.md for details.

create-vite@8.0.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.0.0

Please refer to CHANGELOG.md for details.

v8.0.0

Please refer to CHANGELOG.md for details.

v8.0.0-beta.18

Please refer to CHANGELOG.md for details.

v8.0.0-beta.17

Please refer to CHANGELOG.md for details.

v8.0.0-beta.16

Please refer to CHANGELOG.md for details.

v8.0.0-beta.15

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

8.0.6 (2026-04-07)

Features

Bug Fixes

Performance Improvements

  • early return in getLocalhostAddressIfDiffersFromDNS when DNS order is verbatim (#22151) (56ec256)

Miscellaneous Chores

8.0.5 (2026-04-06)

Bug Fixes

  • apply server.fs check to env transport (#22159) (f02d9fd)
  • avoid path traversal with optimize deps sourcemap handler (#22161) (79f002f)
  • check server.fs after stripping query as well (#22160) (a9a3df2)
  • disallow referencing files outside the package from sourcemap (#22158) (f05f501)

8.0.4 (2026-04-06)

Features

  • allow esbuild 0.28 as peer deps (#22155) (b0da973)
  • hmr: truncate list of files on hmr update (#21535) (d00e806)
  • optimizer: log when dependency scanning or bundling takes over 1s (#21797) (f61a1ab)

Bug Fixes

  • hasBothRollupOptionsAndRolldownOptions should return false for proxy case (#22043) (99897d2)
  • add types for vite/modulepreload-polyfill (#22126) (17330d2)
  • deps: update all non-major dependencies (#22073) (6daa10f)
  • deps: update all non-major dependencies (#22143) (22b0166)
  • resolve: resolve tsconfig paths starting with # (#22038) (3460fc5)
  • ssr: use browser platform for webworker SSR builds (fix #21969) (#21963) (364c227)

Documentation

Miscellaneous Chores

... (truncated)

Commits
  • 7b3086f release: v8.0.6
  • af71fb2 chore: replace remaining prettier script (#22179)
  • 51d3e48 feat: update rolldown to 1.0.0-rc.13 (#22097)
  • 17a8f9e fix(optimize-deps): hoist CJS interop assignment (#22156)
  • d5081c2 fix(css): avoid mutating sass error multiple times (#22115)
  • 56ec256 perf: early return in getLocalhostAddressIfDiffersFromDNS when DNS order is...
  • bdc53ab chore(create-vite): remove unnecessary DOM.Iterable (#22168)
  • 1a12d4c release: v8.0.5
  • 79f002f fix: avoid path traversal with optimize deps sourcemap handler (#22161)
  • a9a3df2 fix: check server.fs after stripping query as well (#22160)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 7, 2026
@dependabot dependabot bot had a problem deploying to manual-approval April 7, 2026 15:14 Failure
@dependabot dependabot bot temporarily deployed to manual-approval April 7, 2026 15:14 Inactive
@github-actions github-actions bot added the strands-running <strands-managed> Whether or not an agent is currently running label Apr 9, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 9, 2026

Assessment: Comment

This is a straightforward Dependabot bump of the vite dev dependency in examples/browser-agent/, but it's a major version jump from v5 to v8 (skipping v6 and v7 entirely).

Review Notes
  • Breaking changes: Vite 8 switches from Rollup to Rolldown as the default bundler and drops support for several deprecated options. Since this example has no custom vite.config.ts and uses a minimal HTML + TypeScript setup, the risk of breakage is low — but it would be good to confirm the example still builds (cd examples/browser-agent && npm run build).
  • Node.js compatibility: Vite 8 requires Node 20+, which aligns with the SDK's existing requirement.
  • No API/documentation impact: This is a dev dependency in an example project — no public API changes and no documentation PR needed.

Looks good to merge assuming CI passes and confirms the example builds cleanly with Vite 8.

@github-actions github-actions bot removed the strands-running <strands-managed> Whether or not an agent is currently running label Apr 9, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/browser-agent/npm_and_yarn-489b1b4a39 branch from efbfb53 to fcf4f2a Compare April 16, 2026 08:11
@dependabot dependabot bot requested a deployment to manual-approval April 16, 2026 08:11 Waiting
@dependabot dependabot bot requested a deployment to manual-approval April 16, 2026 08:11 Waiting
Bumps the npm_and_yarn group with 1 update in the /examples/browser-agent directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.21 to 8.0.6
- [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.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.0.6
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/browser-agent/npm_and_yarn-489b1b4a39 branch from fcf4f2a to 64d7d1d Compare April 16, 2026 21:38
@dependabot dependabot bot requested a deployment to manual-approval April 16, 2026 21:38 Waiting
@dependabot dependabot bot requested a deployment to manual-approval April 16, 2026 21:39 Waiting
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 17, 2026

Superseded by #818.

@dependabot dependabot bot closed this Apr 17, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/examples/browser-agent/npm_and_yarn-489b1b4a39 branch April 17, 2026 05:58
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