Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency vite to v5.1.6 #10200

Merged
merged 2 commits into from
Mar 11, 2024
Merged

fix(deps): update dependency vite to v5.1.6 #10200

merged 2 commits into from
Mar 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vite (source) 5.1.5 -> 5.1.6 age adoption passing confidence

Release Notes

vitejs/vite (vite)

v5.1.6

Compare Source


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) March 11, 2024 15:55
@jtoar jtoar added this to the next-release milestone Mar 11, 2024
@jtoar jtoar added release:chore This PR is a chore (means nothing for users) fixture-ok Override the test project fixture check changesets-ok Override the changesets check labels Mar 11, 2024
Copy link
Contributor Author

renovate bot commented Mar 11, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot merged commit c3aeb71 into main Mar 11, 2024
41 checks passed
@renovate renovate bot deleted the renovate/vite-5.x branch March 11, 2024 17:15
jtoar added a commit that referenced this pull request Mar 12, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite](https://vitejs.dev)
([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) |
[`5.1.5` -> `5.1.6`](https://renovatebot.com/diffs/npm/vite/5.1.5/5.1.6)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.1.5/5.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.1.5/5.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

<details>
<summary>vitejs/vite (vite)</summary>

[`v5.1.6`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small516-2024-03-11-small)

[Compare
Source](https://github.com/vitejs/vite/compare/v5.1.5...v5.1.6)

- chore(deps): update all non-major dependencies
([#&#8203;16131](https://github.com/vitejs/vite/issues/16131))
([a862ecb](https://github.com/vitejs/vite/commit/a862ecb)), closes
[#&#8203;16131](https://github.com/vitejs/vite/issues/16131)
- fix: check for publicDir before checking if it is a parent directory
([#&#8203;16046](https://github.com/vitejs/vite/issues/16046))
([b6fb323](https://github.com/vitejs/vite/commit/b6fb323)), closes
[#&#8203;16046](https://github.com/vitejs/vite/issues/16046)
- fix: escape single quote when relative base is used
([#&#8203;16060](https://github.com/vitejs/vite/issues/16060))
([8f74ce4](https://github.com/vitejs/vite/commit/8f74ce4)), closes
[#&#8203;16060](https://github.com/vitejs/vite/issues/16060)
- fix: handle function property extension in namespace import
([#&#8203;16113](https://github.com/vitejs/vite/issues/16113))
([f699194](https://github.com/vitejs/vite/commit/f699194)), closes
[#&#8203;16113](https://github.com/vitejs/vite/issues/16113)
- fix: server middleware mode resolve
([#&#8203;16122](https://github.com/vitejs/vite/issues/16122))
([8403546](https://github.com/vitejs/vite/commit/8403546)), closes
[#&#8203;16122](https://github.com/vitejs/vite/issues/16122)
- fix(esbuild): update tsconfck to fix bug that could cause a deadlock
([#&#8203;16124](https://github.com/vitejs/vite/issues/16124))
([fd9de04](https://github.com/vitejs/vite/commit/fd9de04)), closes
[#&#8203;16124](https://github.com/vitejs/vite/issues/16124)
- fix(worker): hide "The emitted file overwrites" warning if the content
is same ([#&#8203;16094](https://github.com/vitejs/vite/issues/16094))
([60dfa9e](https://github.com/vitejs/vite/commit/60dfa9e)), closes
[#&#8203;16094](https://github.com/vitejs/vite/issues/16094)
- fix(worker): throw error when circular worker import is detected and
support self referencing worker
([eef9da1](https://github.com/vitejs/vite/commit/eef9da1)), closes
[#&#8203;16103](https://github.com/vitejs/vite/issues/16103)
- style(utils): remove null check
([#&#8203;16112](https://github.com/vitejs/vite/issues/16112))
([0d2df52](https://github.com/vitejs/vite/commit/0d2df52)), closes
[#&#8203;16112](https://github.com/vitejs/vite/issues/16112)
- refactor(runtime): share more code between runtime and main bundle
([#&#8203;16063](https://github.com/vitejs/vite/issues/16063))
([93be84e](https://github.com/vitejs/vite/commit/93be84e)), closes
[#&#8203;16063](https://github.com/vitejs/vite/issues/16063)

</details>

---

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dominic Saadi <dominiceliassaadi@gmail.com>
@jtoar jtoar added release:breaking This PR is a breaking change release:chore This PR is a chore (means nothing for users) and removed release:chore This PR is a chore (means nothing for users) release:breaking This PR is a breaking change labels Mar 14, 2024
jtoar added a commit that referenced this pull request Mar 14, 2024
@Josh-Walker-GM Josh-Walker-GM added release:dependency This PR only updates dependencies and removed release:chore This PR is a chore (means nothing for users) labels Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changesets-ok Override the changesets check fixture-ok Override the test project fixture check release:dependency This PR only updates dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants