chore(deps): update dependency vite to ^8.1.0#1810
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Collaborator
|
See the guidelines for reviewing dependency updates for info on how to review dependency update PRs. |
df4e2cb to
0d91449
Compare
0d91449 to
b01bfb0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^8.0.16→^8.1.0Release Notes
vitejs/vite (vite)
v8.1.0Compare Source
Features
server.fs.denylist with common files (#22707) (61ba8fd)~for Rolldown (#22693) (9928722)Bug Fixes
Code Refactoring
rolldownOptionsproperty for chunkImportMap (#22692) (8e8816c)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Note
Low Risk
Dev-only dependency bump in example projects; no production or Cypress action runtime changes.
Overview
Bumps Vite from
^8.0.16to^8.1.0in the two Cypress example apps that use it:examples/component-testsandexamples/wait-on-vite. Onlypackage.jsonandpackage-lock.jsonchange; there is no application or action code.Lockfiles pull in Vite 8.1.0’s updated toolchain (notably rolldown
~1.1.2/ 1.1.3 and related native bindings). That aligns the examples with Vite 8.1’s minor release (Rolldown update, dev-server/build fixes, broaderserver.fs.deny, etc.).Reviewed by Cursor Bugbot for commit b01bfb0. Bugbot is set up for automated code reviews on this repo. Configure here.