Skip to content

Commit d1ef3d0

Browse files
committed
chore: update deps and lint
1 parent 7ec0d3c commit d1ef3d0

File tree

34 files changed

+1826
-909
lines changed

34 files changed

+1826
-909
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<a href="https://devtools.nuxt.com"><img width="1200" alt="Nuxt DevTools" src="https://github-production-user-asset-6210df.s3.amazonaws.com/904724/261577617-a10567bd-ad33-48cc-9bda-9e37dbe1929f.png"></a>
22
<br>
3+
34
<h1>
45
Nuxt DevTools
56
</h1>
@@ -59,7 +60,7 @@ Remove lockfile (`package-lock.json`, `yarn.lock`, or `pnpm-lock.yaml`) and rein
5960

6061
### Module Options
6162

62-
To configure Nuxt DevTools, you can pass the `devtools` options.
63+
To configure Nuxt DevTools, you can pass the `devtools` options.
6364

6465
```ts
6566
// nuxt.config.ts
@@ -111,19 +112,15 @@ On top of the [default Nuxt Telemetry events](https://github.com/nuxt/telemetry#
111112

112113
[MIT](./LICENSE)
113114

114-
115115
<!-- Badges -->
116+
116117
[npm-version-src]: https://img.shields.io/npm/v/@nuxt/devtools/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
117118
[npm-version-href]: https://npmjs.com/package/@nuxt/devtools
118-
119119
[npm-downloads-src]: https://img.shields.io/npm/dt/@nuxt/devtools.svg?style=flat&colorA=18181B&colorB=28CF8D
120120
[npm-downloads-href]: https://npmjs.com/package/@nuxt/devtools
121-
122121
[license-src]: https://img.shields.io/npm/l/@nuxt/devtools.svg?style=flat&colorA=18181B&colorB=28CF8D
123122
[license-href]: https://npmjs.com/package/@nuxt/devtools
124-
125123
[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
126124
[nuxt-href]: https://nuxt.com
127-
128125
[volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg
129126
[volta-href]: https://volta.net/nuxt/devtools?utm_source=nuxt_devtools_readme

docs/components/OgImage/OgImageDocs.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ defineProps({
3030
<span>{{ title }}</span>
3131
<img v-if="image" :src="image" class="ml-8 h-20 w-20 rounded">
3232
</h1>
33-
<p class="pr-10 text-5xl leading-tight text-gray-200">
33+
<p class="pr-10 text-5xl text-gray-200 leading-tight">
3434
{{ description }}
3535
</p>
3636
</div>

docs/content/1.guide/0.getting-started.md

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ You can opt-in to the edge release channel by running:
7575

7676
Remove lockfile (`package-lock.json`, `yarn.lock`, or `pnpm-lock.yaml`) and reinstall dependencies.
7777

78-
7978
### Module Options
8079

8180
To configure Nuxt DevTools, you can pass the `devtools` options.

docs/content/1.guide/1.features.md

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ To get started with VS Code Server, follow the installation instructions provide
9494

9595
For more information on the benefits and features of VS Code Server, refer to [the official Visual Studio Code blog](https://code.visualstudio.com/blogs/2022/07/07/vscode-server)
9696

97-
9897
## Hooks
9998

10099
Hooks tab can help you to monitor the time spent in each hook. It can be helpful to find performance bottlenecks.

docs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
},
1010
"dependencies": {
1111
"@iconify-json/ph": "^1.1.8",
12-
"@iconify-json/simple-icons": "^1.1.81",
12+
"@iconify-json/simple-icons": "^1.1.82",
1313
"@nuxt/content": "^2.9.0",
1414
"@nuxt/devtools": "1.0.3",
1515
"@nuxt/image": "1.0.0",
1616
"@nuxt/ui-pro": "^0.5.0",
1717
"@nuxthq/studio": "^1.0.5",
1818
"@nuxtjs/fontaine": "^0.4.1",
1919
"@nuxtjs/google-fonts": "^3.1.0",
20-
"@nuxtjs/plausible": "^0.2.3",
21-
"@vueuse/core": "^10.6.1",
22-
"@vueuse/nuxt": "^10.6.1",
20+
"@nuxtjs/plausible": "^0.2.4",
21+
"@vueuse/core": "^10.7.0",
22+
"@vueuse/nuxt": "^10.7.0",
2323
"nuxt": "^3.8.2",
2424
"nuxt-og-image": "^2.2.4"
2525
}

docs/pages/index.vue

+7-3
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ watch(projectsSectionVisible, () => {
243243
<div v-if="mod" class="flex flex-col items-center justify-center gap-8 sm:flex-row lg:gap-16">
244244
<NuxtLink class="group text-center" to="https://npmjs.org/package/@nuxt/devtools" target="_blank">
245245
<p
246-
class="group-hover:text-primary-500 dark:group-hover:text-primary-400 text-6xl font-semibold text-gray-900 dark:text-white"
246+
class="group-hover:text-primary-500 dark:group-hover:text-primary-400 text-6xl text-gray-900 font-semibold dark:text-white"
247247
>
248248
{{ formatNumber(mod.stats.downloads) }}+
249249
</p>
@@ -252,7 +252,7 @@ watch(projectsSectionVisible, () => {
252252

253253
<NuxtLink class="group text-center" to="https://github.com/nuxt/devtools" target="_blank">
254254
<p
255-
class="group-hover:text-primary-500 dark:group-hover:text-primary-400 text-6xl font-semibold text-gray-900 dark:text-white"
255+
class="group-hover:text-primary-500 dark:group-hover:text-primary-400 text-6xl text-gray-900 font-semibold dark:text-white"
256256
>
257257
{{ formatNumber(mod.stats.stars) }}+
258258
</p>
@@ -301,7 +301,11 @@ watch(projectsSectionVisible, () => {
301301
top: 25vh;
302302
width: 100%;
303303
height: 30vh;
304-
background: radial-gradient(50% 50% at 50% 50%, #00DC82 0%, rgba(0, 220, 130, 0) 100%);
304+
background: radial-gradient(
305+
50% 50% at 50% 50%,
306+
#00dc82 0%,
307+
rgba(0, 220, 130, 0) 100%
308+
);
305309
filter: blur(180px);
306310
opacity: 0.6;
307311
z-index: -1;

docs/pnpm-lock.yaml

+45-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eslint.config.js

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import antfu from '@antfu/eslint-config'
2-
import pluginUnoCSS from '@unocss/eslint-plugin'
32

43
export default await antfu(
54
{
5+
formatters: true,
6+
unocss: true,
67
ingores: [
78
'clones',
89
'docs',
@@ -15,13 +16,4 @@ export default await antfu(
1516
'vue/no-v-text-v-html-on-component': 'off',
1617
},
1718
},
18-
{
19-
plugins: {
20-
unocss: pluginUnoCSS,
21-
},
22-
rules: {
23-
'unocss/order': 'warn',
24-
'unocss/order-attributify': 'warn',
25-
},
26-
},
2719
)

package.json

+9-8
Original file line numberDiff line numberDiff line change
@@ -23,35 +23,36 @@
2323
"prepare": "pnpm -r --filter=\"./packages/*\" run dev:prepare"
2424
},
2525
"devDependencies": {
26-
"@antfu/eslint-config": "^2.1.1",
26+
"@antfu/eslint-config": "^2.4.2",
2727
"@antfu/ni": "^0.21.12",
2828
"@nuxt/devtools": "workspace:*",
2929
"@nuxt/devtools-ui-kit": "workspace:*",
3030
"@nuxt/module-builder": "^0.5.4",
3131
"@nuxt/schema": "^3.8.2",
3232
"@types/markdown-it": "^13.0.7",
33-
"@types/node": "^20.10.1",
33+
"@types/node": "^20.10.4",
3434
"@types/pacote": "^11.1.8",
3535
"@types/which": "^3.0.3",
3636
"@types/ws": "^8.5.10",
37-
"@unocss/eslint-config": "^0.57.7",
37+
"@unocss/eslint-config": "^0.58.0",
3838
"bumpp": "^9.2.0",
3939
"conventional-changelog-cli": "^4.1.0",
40-
"eslint": "^8.54.0",
40+
"eslint": "^8.55.0",
41+
"eslint-plugin-format": "^0.1.0",
4142
"esno": "^4.0.0",
4243
"execa": "^7.2.0",
4344
"gray-matter": "^4.0.3",
44-
"lint-staged": "^15.1.0",
45+
"lint-staged": "^15.2.0",
4546
"nuxt": "^3.8.2",
4647
"pathe": "^1.1.1",
4748
"simple-git-hooks": "^2.9.0",
4849
"taze": "^0.13.0",
4950
"tiged": "^2.12.5",
50-
"typescript": "^5.3.2",
51+
"typescript": "^5.3.3",
5152
"ua-parser-js": "^1.0.37",
52-
"unocss": "^0.57.7",
53+
"unocss": "^0.58.0",
5354
"vite-hot-client": "^0.2.3",
54-
"vue-tsc": "^1.8.24"
55+
"vue-tsc": "^1.8.25"
5556
},
5657
"simple-git-hooks": {
5758
"pre-commit": "pnpm lint-staged"

packages/devtools-kit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"error-stack-parser-es": "^0.1.1",
5454
"hookable": "^5.5.3",
5555
"unbuild": "^2.0.0",
56-
"unimport": "^3.6.0",
57-
"vite-plugin-vue-inspector": "^4.0.0",
56+
"unimport": "^3.6.1",
57+
"vite-plugin-vue-inspector": "^4.0.2",
5858
"vue-router": "^4.2.5"
5959
}
6060
}

packages/devtools-ui-kit/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -38,26 +38,26 @@
3838
"@nuxt/devtools": "workspace:*"
3939
},
4040
"dependencies": {
41-
"@iconify-json/carbon": "^1.1.23",
41+
"@iconify-json/carbon": "^1.1.24",
4242
"@iconify-json/logos": "^1.1.40",
43-
"@iconify-json/ri": "^1.1.14",
43+
"@iconify-json/ri": "^1.1.15",
4444
"@iconify-json/tabler": "^1.1.100",
4545
"@nuxt/devtools-kit": "workspace:*",
4646
"@nuxt/kit": "^3.8.2",
4747
"@nuxtjs/color-mode": "^3.3.2",
48-
"@unocss/core": "^0.57.7",
49-
"@unocss/nuxt": "^0.57.7",
50-
"@unocss/preset-attributify": "^0.57.7",
51-
"@unocss/preset-icons": "^0.57.7",
52-
"@unocss/preset-mini": "^0.57.7",
53-
"@unocss/reset": "^0.57.7",
54-
"@vueuse/core": "^10.6.1",
55-
"@vueuse/integrations": "^10.6.1",
56-
"@vueuse/nuxt": "^10.6.1",
48+
"@unocss/core": "^0.58.0",
49+
"@unocss/nuxt": "^0.58.0",
50+
"@unocss/preset-attributify": "^0.58.0",
51+
"@unocss/preset-icons": "^0.58.0",
52+
"@unocss/preset-mini": "^0.58.0",
53+
"@unocss/reset": "^0.58.0",
54+
"@vueuse/core": "^10.7.0",
55+
"@vueuse/integrations": "^10.7.0",
56+
"@vueuse/nuxt": "^10.7.0",
5757
"defu": "^6.1.3",
5858
"focus-trap": "^7.5.4",
5959
"splitpanes": "^3.1.5",
60-
"unocss": "^0.57.7",
60+
"unocss": "^0.58.0",
6161
"v-lazy-show": "^0.2.4"
6262
},
6363
"devDependencies": {

0 commit comments

Comments
 (0)