devtools
devtools copied to clipboard
Unleash Nuxt Developer Experience
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vueuse/integrations](https://togithub.com/vueuse/vueuse/tree/main/packages/integrations#readme) ([source](https://togithub.com/vueuse/vueuse/tree/HEAD/packages/integrations)) | [`^10.11.1` -> `^11.0.0`](https://renovatebot.com/diffs/npm/@vueuse%2fintegrations/10.11.1/11.0.0) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxt/devtools](https://devtools.nuxt.com) ([source](https://togithub.com/nuxt/devtools/tree/HEAD/packages/devtools)) | [`1.3.1` -> `1.3.9`](https://renovatebot.com/diffs/npm/@nuxt%2fdevtools/1.3.1/1.3.9) |...
### 🐛 The bug When using (the latest version of) Nuxt Devtools and Nuxt Seo, Nuxt won't start in dev mode. See also https://github.com/harlan-zw/nuxt-seo/issues/242 ``` // package.json { "name": "nuxt-app",...
### 🐛 The bug https://github.com/user-attachments/assets/e661f88f-77a7-4fa3-9e27-8bbadb978e66 ### 🛠️ To reproduce latest ver nuxt ### 🌈 Expected behavior abilty to browse bundle like this video [https://nuxt.com/blog/nuxt-devtools-v1-0#production-build-analyzer](https://nuxt.com/blog/nuxt-devtools-v1-0#production-build-analyzer) ### ℹ️ Additional context ``` "dependencies":...
### 🐛 The bug The Nuxt 3 application that I'm currently developing using Typescript has devtools enaled and always throws an error during the initialization which stops the whole page...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | autofix-ci/action | action | digest | `ea32e3a` -> `ff86a55` | --- ### Configuration...
### 🐛 The bug 1. click 'robots.txt'  2. click 'Cancel'  ### 🛠️ To reproduce https://github.com/antfu/yak-shaving-map/tree/main ### 🌈 Expected behavior Click the button to close the pop-up ### ℹ️...
### 🆒 Your use case Currently the names of all nodes in the component graph view are just the file names  whereas in the list view both the actual...
### 🐛 The bug DevTools are adding Content-Type header with `application/json` value to GET requests. According to [RFC 7231](https://datatracker.ietf.org/doc/html/rfc7231#section-4.3.1): > A payload within a GET request message has no defined...
### 🆒 Your use case Would be great to have a standalone app (electron based) like [vue-devtools-next](https://devtools-next.vuejs.org/guide/standalone). Its a great experience to work on your app especially when we could...