@ntnyq/eslint-config 4.0.0-beta.11 → 4.0.0-beta.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@ntnyq/eslint-config",
3
3
  "type": "module",
4
- "version": "4.0.0-beta.11",
5
- "packageManager": "pnpm@10.5.2",
4
+ "version": "4.0.0-beta.12",
5
+ "packageManager": "pnpm@10.6.1",
6
6
  "description": "An opinionated ESLint config preset of ntnyq",
7
7
  "keywords": [
8
8
  "eslint",
@@ -23,13 +23,13 @@
23
23
  "exports": {
24
24
  "./package.json": "./package.json",
25
25
  ".": {
26
- "types": "./dist/index.d.ts",
27
- "default": "./dist/index.js"
26
+ "types": "./dist/index.d.mts",
27
+ "default": "./dist/index.mjs"
28
28
  }
29
29
  },
30
- "main": "./dist/index.js",
31
- "module": "./dist/index.js",
32
- "types": "./dist/index.d.ts",
30
+ "main": "./dist/index.mjs",
31
+ "module": "./dist/index.mjs",
32
+ "types": "./dist/index.d.mts",
33
33
  "files": [
34
34
  "dist"
35
35
  ],
@@ -39,8 +39,8 @@
39
39
  "scripts": {
40
40
  "build": "run-s generate:type build:lib",
41
41
  "build:inspector": "pnpm dlx @eslint/config-inspector build --config eslint-inspector.config.ts",
42
- "build:lib": "tsup",
43
- "dev": "tsup --watch src",
42
+ "build:lib": "unbuild",
43
+ "dev": "unbuild --watch",
44
44
  "docs:build": "pnpm -C docs run build",
45
45
  "docs:dev": "pnpm -C docs run dev",
46
46
  "generate:site": "run-s generate:type build:lib build:inspector",
@@ -50,6 +50,7 @@
50
50
  "release": "run-s release:check release:version",
51
51
  "release:check": "run-s build lint typecheck",
52
52
  "release:version": "bumpp && npm publish --tag next",
53
+ "stub": "unbuild --stub",
53
54
  "test": "vitest",
54
55
  "typecheck": "tsc --noEmit"
55
56
  },
@@ -66,15 +67,15 @@
66
67
  "@antfu/install-pkg": "^1.0.0",
67
68
  "@clack/prompts": "^0.10.0",
68
69
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
69
- "@eslint/js": "^9.21.0",
70
- "@eslint/markdown": "^6.2.2",
70
+ "@eslint/js": "^9.22.0",
71
+ "@eslint/markdown": "^6.3.0",
71
72
  "@unocss/eslint-plugin": "^66.1.0-beta.3",
72
73
  "@vitest/eslint-plugin": "^1.1.36",
73
74
  "eslint-config-flat-gitignore": "^2.1.0",
74
75
  "eslint-flat-config-utils": "^2.0.1",
75
76
  "eslint-import-resolver-typescript": "^3.8.3",
76
77
  "eslint-merge-processors": "^2.0.0",
77
- "eslint-plugin-antfu": "^3.1.0",
78
+ "eslint-plugin-antfu": "^3.1.1",
78
79
  "eslint-plugin-command": "^3.1.0",
79
80
  "eslint-plugin-de-morgan": "^1.2.0",
80
81
  "eslint-plugin-depend": "^0.12.0",
@@ -86,8 +87,9 @@
86
87
  "eslint-plugin-n": "^17.16.2",
87
88
  "eslint-plugin-no-only-tests": "^3.3.0",
88
89
  "eslint-plugin-ntnyq": "^0.10.0",
89
- "eslint-plugin-perfectionist": "^4.9.0",
90
+ "eslint-plugin-perfectionist": "^4.10.0",
90
91
  "eslint-plugin-pinia": "^0.4.1",
92
+ "eslint-plugin-pnpm": "^0.1.2",
91
93
  "eslint-plugin-prettier": "^5.2.3",
92
94
  "eslint-plugin-regexp": "^2.7.0",
93
95
  "eslint-plugin-svgo": "^0.6.0",
@@ -108,9 +110,9 @@
108
110
  },
109
111
  "devDependencies": {
110
112
  "@ntnyq/prettier-config": "^2.0.0",
111
- "@types/node": "^22.13.9",
113
+ "@types/node": "^22.13.10",
112
114
  "bumpp": "^10.0.3",
113
- "eslint": "^9.21.0",
115
+ "eslint": "^9.22.0",
114
116
  "eslint-plugin-eslint-plugin": "^6.4.0",
115
117
  "eslint-typegen": "^2.0.0",
116
118
  "husky": "^9.1.7",
@@ -118,20 +120,15 @@
118
120
  "nano-staged": "^0.8.0",
119
121
  "npm-run-all2": "^7.0.2",
120
122
  "tinyglobby": "^0.2.12",
121
- "tsup": "^8.4.0",
122
123
  "tsx": "^4.19.3",
123
124
  "typescript": "^5.8.2",
125
+ "unbuild": "^3.5.0",
124
126
  "uncase": "^0.0.4",
125
- "vitest": "^3.0.7"
127
+ "vitest": "^3.0.8"
126
128
  },
127
129
  "engines": {
128
130
  "node": ">=18.18.0"
129
131
  },
130
- "pnpm": {
131
- "onlyBuiltDependencies": [
132
- "esbuild"
133
- ]
134
- },
135
132
  "resolutions": {
136
133
  "@shikijs/core": "^3.1.0",
137
134
  "@shikijs/markdown-it": "^3.1.0",