vue-admin
vue-admin copied to clipboard
chore(deps): update dependency vite-plugin-vue-devtools to v7.0.25
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| vite-plugin-vue-devtools (source) | 7.0.8 -> 7.0.25 |
Release Notes
vuejs/devtools-next (vite-plugin-vue-devtools)
v7.0.25
🚀 Features
- client: Responsive layout for components panel - by @JianJroh in https://github.com/vuejs/devtools-next/issues/298 (7efb0)
- vite: Use case-insensitive mode for matching assets files - by @meitan-li in https://github.com/vuejs/devtools-next/issues/299 (4ef8b)
🐞 Bug Fixes
- kit: Deconfliction variable-naming with legacy devtools - by @webfansplz in https://github.com/vuejs/devtools-next/issues/300 (c7097)
View changes on GitHub
v7.0.24
🐞 Bug Fixes
- core: Use non-secure nanoid for friendly-browser support - by @webfansplz in https://github.com/vuejs/devtools-next/issues/296 (85369)
View changes on GitHub
v7.0.23
🐞 Bug Fixes
- kit/applet: Parse state field types, closes #295 - by @webfansplz in https://github.com/vuejs/devtools-next/issues/295 (d4f7b)
View changes on GitHub
v7.0.22
🚀 Features
- client: Responsive layout for components panel - by @JianJroh in https://github.com/vuejs/devtools-next/issues/293 (deb17)
🐞 Bug Fixes
- kit: Respect legacy devtools plugin registration - by @webfansplz (f7941)
View changes on GitHub
v7.0.21
🐞 Bug Fixes
- applet: Content overflow in pinia panel - by @webfansplz (a1aed)
- client: Deduplicate node references in graph page #286 - by @duowb in https://github.com/vuejs/devtools-next/issues/287 and https://github.com/vuejs/devtools-next/issues/286 (6f4b2)
- kit: Respect legacy devtools hook in nuxt app - by @webfansplz in https://github.com/vuejs/devtools-next/issues/292 (dbb6b)
- vite: Compatible with vite4 for messaging - by @webfansplz (aec7f)
View changes on GitHub
v7.0.20
🚀 Features
- applet:
- Enhance pinia panel nav - by @webfansplz in https://github.com/vuejs/devtools-next/issues/285 (3ab66)
- Show name on pinia panel nav - by @webfansplz (ac598)
🐞 Bug Fixes
- client: Set fallback display value for empty string-type state - by @webfansplz (c386c)
🏎 Performance
- Add virtual-scroller for timeline component - by @webfansplz (672bf)
View changes on GitHub
v7.0.19
🐞 Bug Fixes
- applet: Add missing import - by @webfansplz (6848e)
View changes on GitHub
v7.0.18
🚀 Features
- Applet package - by @webfansplz in https://github.com/vuejs/devtools-next/issues/283 (4cbc9)
- kit: High-performance mode - by @webfansplz in https://github.com/vuejs/devtools-next/issues/280 (611af)
🐞 Bug Fixes
- Respect open-in-editor host option - by @webfansplz in https://github.com/vuejs/devtools-next/issues/281 (5fd4a)
View changes on GitHub
v7.0.17
🚀 Features
- client: Use browser native UI on date editing - by @Azurewarth0920 in https://github.com/vuejs/devtools-next/issues/275 (8c731)
- kit: Optimize editing on native set - by @Azurewarth0920 in https://github.com/vuejs/devtools-next/issues/269 (3adda)
🐞 Bug Fixes
- Revert getting pinia state on update - by @Azurewarth0920 in https://github.com/vuejs/devtools-next/issues/264 (a79e2)
- client: Route param regex overflows container - by @adamdehaven in https://github.com/vuejs/devtools-next/issues/266 (76a00)
- client,kit: Message passing parse error - by @webfansplz in https://github.com/vuejs/devtools-next/issues/277 (c37a3)
View changes on GitHub
v7.0.16
🚨 Breaking Changes
- core: Bridge messaging - by @webfansplz in https://github.com/vuejs/devtools-next/issues/250 (3a38c)
🚀 Features
- devtools-kit: Enable editing native Map/Set in input field - by @Azurewarth0920 in https://github.com/vuejs/devtools-next/issues/253 (6ed9d)
- standalone: Add default host/port for connect function - by @Azurewarth0920 in https://github.com/vuejs/devtools-next/issues/254 (e8ddf)
🐞 Bug Fixes
- api: Export
setupDevtoolsPluginfunction - by @webfansplz in https://github.com/vuejs/devtools-next/issues/255 (a9c2f) - client, bridge: Update pinia status when module loaded - by @Azurewarth0920 in https://github.com/vuejs/devtools-next/issues/244 (90285)
- devtools-kit: Dynamically register setupFn of plugins - by @Azurewarth0920 in https://github.com/vuejs/devtools-next/issues/247 (d6b92)
- vite: Respect
clientHostoption for overlay asset URLs - by @RobertBoes (6fd90)
View changes on GitHub
v7.0.15
🚨 Breaking Changes
- Deprecate schema package - by @webfansplz (54e84)
🚀 Features
- Enable editing on BigInt type - by @Azurewarth0920 in https://github.com/vuejs/devtools-next/issues/215 (32746)
- client: Improve inspector UI of Map data type - by @Azurewarth0920 in https://github.com/vuejs/devtools-next/issues/220 (5ce3a)
🐞 Bug Fixes
- client:
- Deserialize value on drafting new prop - by @Azurewarth0920 in https://github.com/vuejs/devtools-next/issues/222 (9695d)
- Enable drafting prop on empty object - by @Azurewarth0920 in https://github.com/vuejs/devtools-next/issues/223 (d3042)
- electron:
- User app bundle file extension - by @webfansplz (ddc9e)
- kit:
- Mark vue as peer dependencies - by @Yueyanc in https://github.com/vuejs/devtools-next/issues/218 (40f93)
- Use factory function to init/reset state - by @webfansplz (fca27)
- Set active app record after register component plugin - by @webfansplz (32cb3)
🏎 Performance
- Improve RefStateEditor.set performance - by @Azurewarth0920 in https://github.com/vuejs/devtools-next/issues/221 (112ec)
View changes on GitHub
v7.0.14
🚀 Features
- Update assets in real time - by @LoTwT in https://github.com/vuejs/devtools-next/issues/212 (e65ba)
- vite: Introducing component inspector option - by @webfansplz in https://github.com/vuejs/devtools-next/issues/214 (e604b)
🐞 Bug Fixes
- client: Call bridgeRpc on demand in
openInEditorfunction - by @webfansplz (3da98)
View changes on GitHub
v7.0.13
🚀 Features
- client: Module update track for graph page - by @LoTwT and @webfansplz in https://github.com/vuejs/devtools-next/issues/195 (98fc8)
View changes on GitHub
v7.0.12
🚀 Features
- assets:
- Add yml/yaml/toml extensions and update ignore rules - by @LoTwT in https://github.com/vuejs/devtools-next/issues/184 (e2c67)
- client:
- Improve ui of assets page - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/189 (ca555)
- Improve behavior of
EditInputcomponent - by @Azurewarth0920 in https://github.com/vuejs/devtools-next/issues/193 (ef06e)
🐞 Bug Fixes
- client:
- Make SideNav component zIndex be max - by @LoTwT in https://github.com/vuejs/devtools-next/issues/187 (63da9)
- Error type conversion on editing - by @Azurewarth0920 in https://github.com/vuejs/devtools-next/issues/188 (d5087)
- vite:
- Make devtools initialize before app created - by @webfansplz in https://github.com/vuejs/devtools-next/issues/194 (9bac8)
View changes on GitHub
v7.0.11
🚀 Features
- client:
- Lazy render large data - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/181 (3a63b)
- Responsive adaptation for graph page - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/182 (f7584)
🐞 Bug Fixes
- electron: Decode app file path - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/176 (03ba8)
View changes on GitHub
v7.0.10
🐞 Bug Fixes
- devtools: Error types declaration exports - by @webfansplz in https://github.com/vuejs/devtools-next/issues/171 (d183d)
- kit: Filter useless route info, closes #159 - by @webfansplz in https://github.com/vuejs/devtools-next/issues/159 (66d1b)
View changes on GitHub
v7.0.9
🚀 Features
- Vue i18n tab - by @webfansplz in https://github.com/vuejs/devtools-next/issues/168 (3df27)
🐞 Bug Fixes
- client: Resolve nested custom object - by @Azurewarth0920 in https://github.com/vuejs/devtools-next/issues/167 (8886a)
- shared: Handle circular reference for deep clone - by @webfansplz in https://github.com/vuejs/devtools-next/issues/166 (d3225)
View changes on GitHub
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.