chore(deps): update vite packages #355

Open
renovatebot wants to merge 1 commits from renovate/vite-packages into main
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vite (source) ^7.0.2 -> ^7.0.4 age adoption passing confidence
vite-plugin-webfont-dl (source) ^3.10.5 -> ^3.11.0 age adoption passing confidence

Release Notes

vitejs/vite (vite)

v7.0.4

Compare Source

Bug Fixes
  • allow resolving bare specifiers to relative paths for entries (#​20379) (324669c)
Build System

v7.0.3

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
  • minor changes to reduce diff between normal Vite and rolldown-vite (#​20354) (2e8050e)
feat-agency/vite-plugin-webfont-dl (vite-plugin-webfont-dl)

v3.11.0

Compare Source

What's Changed

Full Changelog: https://github.com/feat-agency/vite-plugin-webfont-dl/compare/v3.10.5...v3.11.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vite](https://vite.dev) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`^7.0.2` -> `^7.0.4`](https://renovatebot.com/diffs/npm/vite/7.0.2/7.0.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/7.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/7.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/7.0.2/7.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/7.0.2/7.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vite-plugin-webfont-dl](https://webfont-dl.feat.agency) ([source](https://github.com/feat-agency/vite-plugin-webfont-dl)) | [`^3.10.5` -> `^3.11.0`](https://renovatebot.com/diffs/npm/vite-plugin-webfont-dl/3.10.5/3.11.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite-plugin-webfont-dl/3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite-plugin-webfont-dl/3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite-plugin-webfont-dl/3.10.5/3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-plugin-webfont-dl/3.10.5/3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitejs/vite (vite)</summary> ### [`v7.0.4`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small-704-2025-07-10-small) [Compare Source](https://github.com/vitejs/vite/compare/v7.0.3...v7.0.4) ##### Bug Fixes - allow resolving bare specifiers to relative paths for entries ([#&#8203;20379](https://github.com/vitejs/vite/issues/20379)) ([324669c](https://github.com/vitejs/vite/commit/324669c2d84966a822b1b2c134c9830a90bed271)) ##### Build System - remove `@oxc-project/runtime` devDep ([#&#8203;20389](https://github.com/vitejs/vite/issues/20389)) ([5e29602](https://github.com/vitejs/vite/commit/5e29602f6fe4bf28f6e7c869a214dee6957f855c)) ### [`v7.0.3`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small-703-2025-07-08-small) [Compare Source](https://github.com/vitejs/vite/compare/v7.0.2...v7.0.3) ##### Bug Fixes - **client:** protect against window being defined but addEv undefined ([#&#8203;20359](https://github.com/vitejs/vite/issues/20359)) ([31d1467](https://github.com/vitejs/vite/commit/31d1467cf0da1e1dca623e6df0d345b30fae0c3d)) - **define:** replace optional values ([#&#8203;20338](https://github.com/vitejs/vite/issues/20338)) ([9465ae1](https://github.com/vitejs/vite/commit/9465ae1378b456e08659a22286bee6bce8edeedc)) - **deps:** update all non-major dependencies ([#&#8203;20366](https://github.com/vitejs/vite/issues/20366)) ([43ac73d](https://github.com/vitejs/vite/commit/43ac73da27b3907c701e95e6a7d28fde659729ec)) ##### Miscellaneous Chores - **deps:** update dependency dotenv to v17 ([#&#8203;20325](https://github.com/vitejs/vite/issues/20325)) ([45040d4](https://github.com/vitejs/vite/commit/45040d48076302eeb101f8d07bbcd04758fde8a4)) - **deps:** update dependency rolldown to ^1.0.0-beta.24 ([#&#8203;20365](https://github.com/vitejs/vite/issues/20365)) ([5ab25e7](https://github.com/vitejs/vite/commit/5ab25e73a2ea2a2e2c0469350288a183dfb57030)) - use `n/prefer-node-protocol` rule ([#&#8203;20368](https://github.com/vitejs/vite/issues/20368)) ([38bb268](https://github.com/vitejs/vite/commit/38bb268cde15541321f36016e77d61eecb707298)) ##### Code Refactoring - minor changes to reduce diff between normal Vite and rolldown-vite ([#&#8203;20354](https://github.com/vitejs/vite/issues/20354)) ([2e8050e](https://github.com/vitejs/vite/commit/2e8050e4cd8835673baf07375b7db35128144222)) </details> <details> <summary>feat-agency/vite-plugin-webfont-dl (vite-plugin-webfont-dl)</summary> ### [`v3.11.0`](https://github.com/feat-agency/vite-plugin-webfont-dl/releases/tag/v3.11.0) [Compare Source](https://github.com/feat-agency/vite-plugin-webfont-dl/compare/v3.10.5...v3.11.0) #### What's Changed - Fix percentage display for 0 total operations by [@&#8203;jnoordsij](https://github.com/jnoordsij) in https://github.com/feat-agency/vite-plugin-webfont-dl/pull/79 - Could not resolve dependency [#&#8203;78](https://github.com/feat-agency/vite-plugin-webfont-dl/issues/78) - Feature request: support subset query parameter [#&#8203;70](https://github.com/feat-agency/vite-plugin-webfont-dl/issues/70) **Full Changelog**: https://github.com/feat-agency/vite-plugin-webfont-dl/compare/v3.10.5...v3.11.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4xIiwidXBkYXRlZEluVmVyIjoiNDEuMjguMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
renovatebot added 1 commit 2025-07-08 01:43:14 +08:00
chore(deps): update dependency vite-plugin-webfont-dl to ^3.11.0
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
/ surge (push) Successful in 3m21s
/ playwright (push) Successful in 1m46s
/ cleanup_surge (push) Successful in 23s
/ lint-build-and-check (push) Successful in 6m23s
566a20fe16
renovatebot force-pushed renovate/vite-packages from 566a20fe16 to b0ae3b82ec 2025-07-08 18:47:41 +08:00 Compare
renovatebot changed title from chore(deps): update dependency vite-plugin-webfont-dl to ^3.11.0 to chore(deps): update vite packages 2025-07-08 18:47:53 +08:00
renovatebot force-pushed renovate/vite-packages from b0ae3b82ec to c3028d85b8 2025-07-10 16:28:39 +08:00 Compare
renovatebot force-pushed renovate/vite-packages from c3028d85b8 to 2779142506 2025-07-10 18:50:35 +08:00 Compare
renovatebot force-pushed renovate/vite-packages from 2779142506 to a60d6c8670 2025-07-10 18:55:17 +08:00 Compare
renovatebot force-pushed renovate/vite-packages from a60d6c8670 to 93c9ddf88d 2025-07-11 02:49:08 +08:00 Compare
renovatebot force-pushed renovate/vite-packages from 93c9ddf88d to 8c8ac1a28b 2025-07-11 03:16:31 +08:00 Compare
renovatebot force-pushed renovate/vite-packages from 8c8ac1a28b to 92f875ca32 2025-07-12 05:54:40 +08:00 Compare
Some checks failed
renovate/stability-days Updates have not met minimum release age requirement
/ lint-build-and-check (push) Successful in 7m3s
/ surge (push) Successful in 3m20s
/ playwright (push) Failing after 7m47s
/ cleanup_surge (push) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/vite-packages:renovate/vite-packages
git checkout renovate/vite-packages
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: examples/vue-ts-example#355
No description provided.