Skip to content

Commit a9846af

Browse files
committedFeb 18, 2025
feat: migrate to unicorn v57, stylistic v4
1 parent 16c8453 commit a9846af

File tree

5 files changed

+1228
-826
lines changed

5 files changed

+1228
-826
lines changed
 

‎docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-eslint-docs",
3-
"packageManager": "pnpm@10.2.1",
3+
"packageManager": "pnpm@10.4.1",
44
"private": true,
55
"scripts": {
66
"docs:dev": "nuxi dev",

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"type": "module",
4-
"packageManager": "pnpm@10.2.1",
4+
"packageManager": "pnpm@10.4.1",
55
"version": "1.0.1",
66
"scripts": {
77
"build": "pnpm run -r build",
@@ -35,7 +35,6 @@
3535
"bumpp": "catalog:",
3636
"eslint": "catalog:",
3737
"eslint-plugin-format": "catalog:",
38-
"fast-glob": "catalog:",
3938
"nuxt": "catalog:",
4039
"nuxt-og-image": "catalog:",
4140
"taze": "catalog:",

‎packages/eslint-config/src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export interface NuxtESLintFeaturesOptions {
5656
* @see https://eslint.style/guide/config-presets
5757
* @default false
5858
*/
59-
stylistic?: boolean | StylisticCustomizeOptions<true>
59+
stylistic?: boolean | StylisticCustomizeOptions
6060

6161
/**
6262
* Enable formatters to handling formatting for different file types

‎pnpm-lock.yaml

+1,199-795
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pnpm-workspace.yaml

+26-27
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ packages:
44
- docs
55
catalog:
66
'@antfu/install-pkg': ^1.0.0
7-
'@clack/prompts': ^0.9.1
7+
'@clack/prompts': ^0.10.0
88
'@eslint/config-inspector': ^1.0.0
9-
'@eslint/js': ^9.19.0
9+
'@eslint/js': ^9.20.0
1010
'@iconify-json/catppuccin': ^1.2.8
1111
'@iconify-json/ph': ^1.2.2
12-
'@iconify-json/simple-icons': ^1.2.23
12+
'@iconify-json/simple-icons': ^1.2.25
1313
'@nuxt/content': ^2.13.4
14-
'@nuxt/devtools': ^1.7.0
15-
'@nuxt/devtools-kit': ^1.7.0
14+
'@nuxt/devtools': ^2.1.0
15+
'@nuxt/devtools-kit': ^2.1.0
1616
'@nuxt/fonts': ^0.10.3
1717
'@nuxt/image': ^1.9.0
1818
'@nuxt/kit': ^3.15.4
@@ -23,47 +23,46 @@ catalog:
2323
'@nuxthq/studio': ^2.2.1
2424
'@nuxtjs/eslint-config': ^12.0.0
2525
'@nuxtjs/plausible': ^1.2.0
26-
'@stylistic/eslint-plugin': ^3.0.1
27-
'@types/node': ^22.13.1
28-
'@typescript-eslint/eslint-plugin': ^8.23.0
29-
'@typescript-eslint/parser': ^8.23.0
30-
'@typescript-eslint/scope-manager': ^8.23.0
31-
'@typescript-eslint/types': ^8.23.0
32-
'@typescript-eslint/utils': ^8.23.0
33-
'@vueuse/core': ^12.5.0
34-
'@vueuse/nuxt': ^12.5.0
35-
bumpp: ^10.0.2
26+
'@stylistic/eslint-plugin': ^4.0.0
27+
'@types/node': ^22.13.4
28+
'@typescript-eslint/eslint-plugin': ^8.24.1
29+
'@typescript-eslint/parser': ^8.24.1
30+
'@typescript-eslint/scope-manager': ^8.24.1
31+
'@typescript-eslint/types': ^8.24.1
32+
'@typescript-eslint/utils': ^8.24.1
33+
'@vueuse/core': ^12.7.0
34+
'@vueuse/nuxt': ^12.7.0
35+
bumpp: ^10.0.3
3636
chokidar: ^4.0.3
37-
eslint: ^9.19.0
38-
eslint-config-flat-gitignore: ^2.0.0
37+
eslint: ^9.20.1
38+
eslint-config-flat-gitignore: ^2.1.0
3939
eslint-config-standard: ^17.1.0
4040
eslint-flat-config-utils: ^2.0.1
41-
eslint-import-resolver-typescript: ^3.7.0
42-
eslint-merge-processors: ^1.0.0
41+
eslint-import-resolver-typescript: ^3.8.1
42+
eslint-merge-processors: ^2.0.0
4343
eslint-plugin-format: ^1.0.1
4444
eslint-plugin-import: ^2.31.0
4545
eslint-plugin-import-x: ^4.6.1
4646
eslint-plugin-jsdoc: ^50.6.3
4747
eslint-plugin-n: ^17.15.1
4848
eslint-plugin-promise: ^7.2.1
4949
eslint-plugin-regexp: ^2.7.0
50-
eslint-plugin-unicorn: ^56.0.1
50+
eslint-plugin-unicorn: ^57.0.0
5151
eslint-plugin-vue: ^9.32.0
52-
eslint-processor-vue-blocks: ^1.0.0
52+
eslint-processor-vue-blocks: ^2.0.0
5353
eslint-typegen: ^1.0.0
5454
eslint-webpack-plugin: ^4.2.0
55-
fast-glob: ^3.3.3
5655
find-up: ^7.0.0
5756
get-port-please: ^3.1.2
58-
globals: ^15.14.0
57+
globals: ^15.15.0
5958
local-pkg: ^1.0.0
6059
mlly: ^1.7.4
6160
nuxt: ^3.15.4
62-
nuxt-og-image: ^4.1.2
63-
pathe: ^2.0.2
64-
taze: ^18.4.0
61+
nuxt-og-image: ^4.1.3
62+
pathe: ^2.0.3
63+
taze: ^18.6.0
6564
typescript: ^5.7.3
66-
unimport: ^4.1.0
65+
unimport: ^4.1.2
6766
vite-plugin-eslint2: ^5.0.3
6867
vitest: ^3.0.5
6968
vue: ^3.5.13

0 commit comments

Comments
 (0)
Please sign in to comment.