⬆️ Update all non-major dependencies #146

Merged
sebclem merged 1 commits from renovate/all-minor-patch into main 2025-01-21 10:54:27 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
pinia dependencies patch 2.3.0 -> 2.3.1
vite (source) devDependencies patch 6.0.7 -> 6.0.10
vuetify (source) dependencies patch 3.7.6 -> 3.7.7

Release Notes

vuejs/pinia (pinia)

v2.3.1

Compare Source

Please refer to CHANGELOG.md for details.

vitejs/vite (vite)

v6.0.10

Compare Source

v6.0.9

Compare Source

  • fix!: check host header to prevent DNS rebinding attacks and introduce server.allowedHosts (bd896fb)
  • fix!: default server.cors: false to disallow fetching from untrusted origins (b09572a)
  • fix: verify token for HMR WebSocket connection (029dcd6)

v6.0.8

Compare Source

vuetifyjs/vuetify (vuetify)

v3.7.7

Compare Source

🔧 Bug Fixes
🧪 Labs

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 | Type | Update | Change | |---|---|---|---| | [pinia](https://github.com/vuejs/pinia) | dependencies | patch | [`2.3.0` -> `2.3.1`](https://renovatebot.com/diffs/npm/pinia/2.3.0/2.3.1) | | [vite](https://vite.dev) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) | devDependencies | patch | [`6.0.7` -> `6.0.10`](https://renovatebot.com/diffs/npm/vite/6.0.7/6.0.10) | | [vuetify](https://vuetifyjs.com) ([source](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify)) | dependencies | patch | [`3.7.6` -> `3.7.7`](https://renovatebot.com/diffs/npm/vuetify/3.7.6/3.7.7) | --- ### Release Notes <details> <summary>vuejs/pinia (pinia)</summary> ### [`v2.3.1`](https://github.com/vuejs/pinia/releases/tag/v2.3.1) [Compare Source](https://github.com/vuejs/pinia/compare/v2.3.0...v2.3.1) Please refer to [CHANGELOG.md](https://github.com/vuejs/pinia/blob/v2/packages/pinia/CHANGELOG.md) for details. </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v6.0.10`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small6010-2025-01-20-small) [Compare Source](https://github.com/vitejs/vite/compare/v6.0.9...v6.0.10) - fix: try parse `server.origin` URL ([#&#8203;19241](https://github.com/vitejs/vite/issues/19241)) ([2495022](https://github.com/vitejs/vite/commit/2495022420fda05ee389c2dcf26921b21e2aed3b)), closes [#&#8203;19241](https://github.com/vitejs/vite/issues/19241) ### [`v6.0.9`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small609-2025-01-20-small) [Compare Source](https://github.com/vitejs/vite/compare/v6.0.8...v6.0.9) - fix!: check host header to prevent DNS rebinding attacks and introduce `server.allowedHosts` ([bd896fb](https://github.com/vitejs/vite/commit/bd896fb5f312fc0ff1730166d1d142fc0d34ba6d)) - fix!: default `server.cors: false` to disallow fetching from untrusted origins ([b09572a](https://github.com/vitejs/vite/commit/b09572acc939351f4e4c50ddf793017a92c678b1)) - fix: verify token for HMR WebSocket connection ([029dcd6](https://github.com/vitejs/vite/commit/029dcd6d77d3e3ef10bc38e9a0829784d9760fdb)) ### [`v6.0.8`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small608-2025-01-20-small) [Compare Source](https://github.com/vitejs/vite/compare/v6.0.7...v6.0.8) - fix: avoid SSR HMR for HTML files ([#&#8203;19193](https://github.com/vitejs/vite/issues/19193)) ([3bd55bc](https://github.com/vitejs/vite/commit/3bd55bcb7e831d2c4f66c90d7bbb3e1fbf7a02b6)), closes [#&#8203;19193](https://github.com/vitejs/vite/issues/19193) - fix: build time display 7m 60s ([#&#8203;19108](https://github.com/vitejs/vite/issues/19108)) ([cf0d2c8](https://github.com/vitejs/vite/commit/cf0d2c8e232a1af716c71cdd2218d180f7ecc02b)), closes [#&#8203;19108](https://github.com/vitejs/vite/issues/19108) - fix: don't resolve URL starting with double slash ([#&#8203;19059](https://github.com/vitejs/vite/issues/19059)) ([35942cd](https://github.com/vitejs/vite/commit/35942cde11fd8a68fa89bf25f7aa1ddb87d775b2)), closes [#&#8203;19059](https://github.com/vitejs/vite/issues/19059) - fix: ensure `server.close()` only called once ([#&#8203;19204](https://github.com/vitejs/vite/issues/19204)) ([db81c2d](https://github.com/vitejs/vite/commit/db81c2dada961f40c0882b5182adf2f34bb5c178)), closes [#&#8203;19204](https://github.com/vitejs/vite/issues/19204) - fix: resolve.conditions in ResolvedConfig was `defaultServerConditions` ([#&#8203;19174](https://github.com/vitejs/vite/issues/19174)) ([ad75c56](https://github.com/vitejs/vite/commit/ad75c56dce5618a3a416e18f9a5c3880d437a107)), closes [#&#8203;19174](https://github.com/vitejs/vite/issues/19174) - fix: tree shake stringified JSON imports ([#&#8203;19189](https://github.com/vitejs/vite/issues/19189)) ([f2aed62](https://github.com/vitejs/vite/commit/f2aed62d0bf1b66e870ee6b4aab80cd1702793ab)), closes [#&#8203;19189](https://github.com/vitejs/vite/issues/19189) - fix: use shared sigterm callback ([#&#8203;19203](https://github.com/vitejs/vite/issues/19203)) ([47039f4](https://github.com/vitejs/vite/commit/47039f4643179be31a8d7c7fbff83c5c13deb787)), closes [#&#8203;19203](https://github.com/vitejs/vite/issues/19203) - fix(deps): update all non-major dependencies ([#&#8203;19098](https://github.com/vitejs/vite/issues/19098)) ([8639538](https://github.com/vitejs/vite/commit/8639538e6498d1109da583ad942c1472098b5919)), closes [#&#8203;19098](https://github.com/vitejs/vite/issues/19098) - fix(optimizer): use correct default install state path for yarn PnP ([#&#8203;19119](https://github.com/vitejs/vite/issues/19119)) ([e690d8b](https://github.com/vitejs/vite/commit/e690d8bb1e5741e81df5b7a6a5c8c3c1c971fa41)), closes [#&#8203;19119](https://github.com/vitejs/vite/issues/19119) - fix(types): improve `ESBuildOptions.include / exclude` type to allow `readonly (string | RegExp)[]` ([ea53e70](https://github.com/vitejs/vite/commit/ea53e7095297ea4192490fd58556414cc59a8975)), closes [#&#8203;19146](https://github.com/vitejs/vite/issues/19146) - chore(deps): update dependency pathe to v2 ([#&#8203;19139](https://github.com/vitejs/vite/issues/19139)) ([71506f0](https://github.com/vitejs/vite/commit/71506f0a8deda5254cb49c743cd439dfe42859ce)), closes [#&#8203;19139](https://github.com/vitejs/vite/issues/19139) </details> <details> <summary>vuetifyjs/vuetify (vuetify)</summary> ### [`v3.7.7`](https://github.com/vuetifyjs/vuetify/releases/tag/v3.7.7) [Compare Source](https://github.com/vuetifyjs/vuetify/compare/v3.7.6...v3.7.7) ##### :wrench: Bug Fixes - **filter:** avoid unnecessary deep proxy ([933bf24](https://github.com/vuetifyjs/vuetify/commit/933bf24e05810d569af7c4397f0543692eac02c2)), closes [#&#8203;20849](https://github.com/vuetifyjs/vuetify/issues/20849) - **locale:** add missing Dutch translations ([#&#8203;20839](https://github.com/vuetifyjs/vuetify/issues/20839)) ([bfc25df](https://github.com/vuetifyjs/vuetify/commit/bfc25dfdb5a551bc5c423f48d1d34213868a5925)) - **locale:** add missing Azerbaijani translations ([#&#8203;20848](https://github.com/vuetifyjs/vuetify/issues/20848)) ([0e7b814](https://github.com/vuetifyjs/vuetify/commit/0e7b814ca3dcb7e090db38faf76927d70a590588)) - **VAutocomplete:** allow searching when selected item is hightlighted ([2cab7e4](https://github.com/vuetifyjs/vuetify/commit/2cab7e459e9c5742e3e3975afa23df1b783fddb8)), closes [#&#8203;20796](https://github.com/vuetifyjs/vuetify/issues/20796) [#&#8203;20836](https://github.com/vuetifyjs/vuetify/issues/20836) - **VColorPicker:** handle invalid eyedropper result in linux ([2e0e0f5](https://github.com/vuetifyjs/vuetify/commit/2e0e0f528eb36b8617cae1834a11ddb2350940f8)), closes [#&#8203;20847](https://github.com/vuetifyjs/vuetify/issues/20847) - **VCombobox:** don't return focus to input on space keydown ([d609024](https://github.com/vuetifyjs/vuetify/commit/d6090248e1d0fa34748fce1dcc93991aeea19b8f)), closes [#&#8203;20850](https://github.com/vuetifyjs/vuetify/issues/20850) - **VDialog:** restore scrollable dialog margins ([39fe86d](https://github.com/vuetifyjs/vuetify/commit/39fe86de7da2e4f612301903e0a51dfc117e83fc)) - **VField:** prevent rendering clear button when disabled ([#&#8203;20821](https://github.com/vuetifyjs/vuetify/issues/20821)) ([210488a](https://github.com/vuetifyjs/vuetify/commit/210488aa70aad90f8b325de952485ce48ef759e4)), closes [#&#8203;20818](https://github.com/vuetifyjs/vuetify/issues/20818) - **VProgressLinear:** set aria-valuenow to current value ([#&#8203;20845](https://github.com/vuetifyjs/vuetify/issues/20845)) ([f9ac620](https://github.com/vuetifyjs/vuetify/commit/f9ac620bd02cad58ae29b0534420c723cfc018a8)), closes [#&#8203;19894](https://github.com/vuetifyjs/vuetify/issues/19894) - **VSlideGroup:** skip disabled elements when moving focus ([#&#8203;20808](https://github.com/vuetifyjs/vuetify/issues/20808)) ([cb2d96b](https://github.com/vuetifyjs/vuetify/commit/cb2d96bbcf61623a6b9b007e2a09b3c7bcaa160c)), closes [#&#8203;20780](https://github.com/vuetifyjs/vuetify/issues/20780) - **VSparkline:** accept numeric value for smooth ([#&#8203;20795](https://github.com/vuetifyjs/vuetify/issues/20795)) ([0f833be](https://github.com/vuetifyjs/vuetify/commit/0f833be59fe7afb8f1bb86f4e04b9f809ab9d84d)), closes [#&#8203;19262](https://github.com/vuetifyjs/vuetify/issues/19262) - **VStepper:** add type=button to headers ([e66317d](https://github.com/vuetifyjs/vuetify/commit/e66317dbcc9bd1746a3ab1106301ba30ee94e33a)), closes [#&#8203;20866](https://github.com/vuetifyjs/vuetify/issues/20866) - **VTextarea:** correct area scaling when grown vertically in flex ([15c6485](https://github.com/vuetifyjs/vuetify/commit/15c6485b12cb513d293ff8691ed2b3daa7cb3f24)), closes [#&#8203;20861](https://github.com/vuetifyjs/vuetify/issues/20861) ##### :test_tube: Labs - **VDateInput:** pass `location` to VMenu ([#&#8203;20854](https://github.com/vuetifyjs/vuetify/issues/20854)) ([2cefedb](https://github.com/vuetifyjs/vuetify/commit/2cefedb55837b8e2238adae695dd9f7b1ac199d1)) - **VDateInput:** actions slot ([#&#8203;20858](https://github.com/vuetifyjs/vuetify/issues/20858)) ([70deee7](https://github.com/vuetifyjs/vuetify/commit/70deee7d77c5cefba8dfff2474520f6d00a1f124)), closes [#&#8203;20690](https://github.com/vuetifyjs/vuetify/issues/20690) [#&#8203;20857](https://github.com/vuetifyjs/vuetify/issues/20857) - **VTreeview:** Incorrect isOpen state in the prepend slot when using return-object ([#&#8203;20884](https://github.com/vuetifyjs/vuetify/issues/20884)) ([14be656](https://github.com/vuetifyjs/vuetify/commit/14be656999d8061c6623cb11ef611fe06e23296e)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-01-21 03:04:06 +01:00
⬆️ Update all non-major dependencies
All checks were successful
ci / docker (pull_request) Successful in 1m0s
7a85f92e34
sebclem merged commit 8094e0a9f0 into main 2025-01-21 10:54:27 +01:00
sebclem deleted branch renovate/all-minor-patch 2025-01-21 10:54:27 +01:00
Sign in to join this conversation.
No Reviewers
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sebclem/Claptrap-ui#146
No description provided.