Skip to content

Bump vite from 8.0.9 to 8.0.10 in /actions/setup/js#28909

Merged
mnkiefer merged 3 commits intomainfrom
dependabot/npm_and_yarn/actions/setup/js/vite-8.0.10
Apr 29, 2026
Merged

Bump vite from 8.0.9 to 8.0.10 in /actions/setup/js#28909
mnkiefer merged 3 commits intomainfrom
dependabot/npm_and_yarn/actions/setup/js/vite-8.0.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Bumps vite from 8.0.9 to 8.0.10.

Release notes

Sourced from vite's releases.

v8.0.10

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.0.10 (2026-04-23)

Features

Bug Fixes

  • hmrClient.logger.debug and hmrClient.logger.error looked different from other HMR logs (#22147) (a4d828f)
  • css: show filename in CSS minification warnings for .css?inline (#22292) (83f0a78)
  • optimizer: allow user transform.target to override default in optimizeDeps (#22273) (5c7cec6)
  • remove format sniffing module resolution from JS resolver (#22297) (b8a21cc)

Code Refactoring

Commits
  • 32c2978 release: v8.0.10
  • a4d06d9 feat: update rolldown to 1.0.0-rc.17 (#22299)
  • a4d828f fix: hmrClient.logger.debug and hmrClient.logger.error looked different f...
  • 83f0a78 fix(css): show filename in CSS minification warnings for .css?inline (#22292)
  • b8a21cc fix: remove format sniffing module resolution from JS resolver (#22297)
  • 40a0847 refactor: typecheck client directory (#22284)
  • 5c7cec6 fix(optimizer): allow user transform.target to override default in optimizeDe...
  • 9437518 refactor: enable some typecheck rules (#22278)
  • See full diff 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.9 to 8.0.10.
- [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.10/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 28, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Smoke Multi PR failed to create multiple PRs. Check the logs.

@github-actions
Copy link
Copy Markdown
Contributor

📰 DEVELOPING STORY: Smoke Copilot ARM64 reports was cancelled. Our correspondents are investigating the incident...

@github-actions
Copy link
Copy Markdown
Contributor

Smoke Temporary ID encountered failures. Check the logs for details.

@github-actions
Copy link
Copy Markdown
Contributor

Smoke Project encountered failures. Check the logs for details.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown
Contributor

Dependabot Repair Review

Action: no-op
Checks reviewed: yes
Repair PR: N/A

Summary: All CI checks are passing or in-progress — no failures detected. No repair needed for this dependabot PR bumping vite from 8.0.9 to 8.0.10.
Next Step: Await remaining in-progress checks; merge when all pass.

Generated by Dependabot Local Repair for issue #28909 · ● 184.4K ·

To install this agentic workflow, run

gh aw add githubnext/dependabot-campaign/.github/workflows/dependabot-repair.md@ff91842c074b23270d3a0e26a7206a251232a374

@github-actions
Copy link
Copy Markdown
Contributor

Hey @dependabot 👋 — thanks for keeping the vite dependency in actions/setup/js up to date with this patch bump to 8.0.10!

A couple of things worth noting for maintainers reviewing this:

  • Process note — The CONTRIBUTING.md states that this project uses a core-team-only PR model. Dependabot is typically configured by the core team, so this automated PR is likely intentional — but it may be worth confirming that Dependabot is expected to open PRs directly rather than having a core team member review and apply the bump via an agent.
  • No tests changed — This is a patch-level dependency update (bug fixes + rolldown upgrade), so test changes aren't expected. However, it's worth ensuring the existing test suite passes on the updated version before merging.

If a core team member wants to verify and land this update via the standard agentic workflow, here's a ready-to-use prompt:

Review and apply the vite patch bump from 8.0.9 to 8.0.10 in actions/setup/js.
1. Check the vite 8.0.10 changelog for any breaking changes or notable fixes.
2. Update package.json and regenerate package-lock.json if needed.
3. Run the existing test suite in actions/setup/js to confirm nothing is broken.
4. Commit and push to the appropriate branch following the project's agentic workflow.

Generated by Contribution Check · ● 2.1M ·

@mnkiefer
Copy link
Copy Markdown
Collaborator

@copilot resolve the merge conflicts in this pull request

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 29, 2026

@copilot resolve the merge conflicts in this pull request

The merge conflicts have already been resolved — the branch is clean and up to date. Vite is correctly bumped to 8.0.10 in both package.json and package-lock.json.

Copilot AI requested a review from mnkiefer April 29, 2026 06:21
@mnkiefer mnkiefer merged commit d48120d into main Apr 29, 2026
8 checks passed
@mnkiefer mnkiefer deleted the dependabot/npm_and_yarn/actions/setup/js/vite-8.0.10 branch April 29, 2026 06:28
@github-actions
Copy link
Copy Markdown
Contributor

✅ smoke-ci: safeoutputs CLI comment + comment-memory run (25094262761)

Generated by Smoke CI for issue #28909 ·

@github-actions github-actions Bot mentioned this pull request Apr 29, 2026
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.

2 participants