@zayne-labs/eslint-config 0.8.2 → 0.9.1

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@zayne-labs/eslint-config",
3
3
  "type": "module",
4
- "version": "0.8.2",
4
+ "version": "0.9.1",
5
5
  "description": "Zayne Labs' ESLint config preset",
6
6
  "author": "Ryan Zayne",
7
7
  "license": "MIT",
@@ -18,10 +18,9 @@
18
18
  "exports": {
19
19
  ".": "./dist/index.js"
20
20
  },
21
- "main": "dist/index.js",
22
- "module": "dist/index.js",
23
- "types": "dist/index.d.ts",
21
+ "bin": "./bin/index.js",
24
22
  "files": [
23
+ "bin",
25
24
  "dist"
26
25
  ],
27
26
  "engines": {
@@ -35,6 +34,8 @@
35
34
  "astro-eslint-parser": ">=1.0.2",
36
35
  "eslint": ">=9.12.0",
37
36
  "eslint-plugin-astro": ">=1.2.0",
37
+ "eslint-plugin-depend": ">=1.2.0",
38
+ "eslint-plugin-pnpm": ">=0.3.1",
38
39
  "eslint-plugin-react-hooks": ">=5.0.0",
39
40
  "eslint-plugin-react-refresh": ">=0.4.12",
40
41
  "eslint-plugin-solid": ">=0.14.3",
@@ -60,6 +61,12 @@
60
61
  "eslint-plugin-astro": {
61
62
  "optional": true
62
63
  },
64
+ "eslint-plugin-depend": {
65
+ "optional": true
66
+ },
67
+ "eslint-plugin-pnpm": {
68
+ "optional": true
69
+ },
63
70
  "eslint-plugin-react-hooks": {
64
71
  "optional": true
65
72
  },
@@ -86,77 +93,76 @@
86
93
  }
87
94
  },
88
95
  "dependencies": {
89
- "@antfu/install-pkg": "1.0.0",
96
+ "@antfu/install-pkg": "1.1.0",
90
97
  "@clack/prompts": "0.10.1",
91
98
  "@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
92
99
  "@eslint/compat": "1.2.9",
93
- "@eslint/js": "9.25.1",
100
+ "@eslint/js": "9.26.0",
94
101
  "@stylistic/eslint-plugin": "4.2.0",
95
- "ansis": "^3.17.0",
102
+ "ansis": "^4.0.0",
96
103
  "cac": "^6.7.14",
97
104
  "eslint-config-flat-gitignore": "2.1.0",
98
105
  "eslint-flat-config-utils": "2.0.1",
99
106
  "eslint-import-resolver-typescript": "4.3.4",
100
107
  "eslint-merge-processors": "^2.0.0",
101
- "eslint-plugin-import-x": "4.11.0",
102
- "eslint-plugin-jsdoc": "50.6.11",
108
+ "eslint-plugin-import-x": "4.11.1",
109
+ "eslint-plugin-jsdoc": "50.6.17",
103
110
  "eslint-plugin-jsonc": "2.20.0",
104
- "eslint-plugin-n": "17.17.0",
105
- "eslint-plugin-perfectionist": "4.12.3",
106
- "eslint-plugin-pnpm": "^0.3.1",
111
+ "eslint-plugin-n": "17.18.0",
112
+ "eslint-plugin-perfectionist": "4.13.0",
107
113
  "eslint-plugin-security": "3.0.1",
108
114
  "eslint-plugin-solid": "^0.14.3",
109
115
  "eslint-plugin-toml": "^0.12.0",
110
- "eslint-plugin-unicorn": "59.0.0",
116
+ "eslint-plugin-unicorn": "59.0.1",
111
117
  "eslint-plugin-yml": "^1.17.0",
112
- "globals": "16.0.0",
118
+ "globals": "16.1.0",
113
119
  "jsonc-eslint-parser": "2.4.0",
114
120
  "local-pkg": "1.1.1",
115
121
  "parse-gitignore": "^2.0.0",
116
122
  "toml-eslint-parser": "0.10.0",
117
- "typescript-eslint": "8.31.1",
123
+ "typescript-eslint": "8.32.1",
118
124
  "yaml-eslint-parser": "1.3.0"
119
125
  },
120
126
  "devDependencies": {
121
- "@arethetypeswrong/cli": "0.17.4",
122
- "@changesets/cli": "2.29.2",
123
- "@commitlint/cli": "19.8.0",
124
- "@commitlint/config-conventional": "19.8.0",
125
- "@eslint-react/eslint-plugin": "1.48.5",
126
- "@next/eslint-plugin-next": "15.3.1",
127
+ "@arethetypeswrong/cli": "0.18.1",
128
+ "@changesets/cli": "2.29.4",
129
+ "@eslint-react/eslint-plugin": "1.49.0",
130
+ "@next/eslint-plugin-next": "15.3.2",
127
131
  "@size-limit/esbuild-why": "11.2.0",
128
132
  "@size-limit/preset-small-lib": "11.2.0",
129
133
  "@tanstack/eslint-plugin-query": "5.74.7",
130
134
  "@total-typescript/ts-reset": "0.6.1",
131
135
  "@types/eslint-plugin-security": "3.0.0",
132
136
  "@types/eslint-plugin-tailwindcss": "3.17.0",
133
- "@types/node": "22.15.3",
134
- "@zayne-labs/toolkit-type-helpers": "^0.9.34",
137
+ "@types/node": "22.15.18",
138
+ "@zayne-labs/toolkit-type-helpers": "^0.9.42",
135
139
  "astro-eslint-parser": "1.2.2",
136
140
  "concurrently": "9.1.2",
137
141
  "cross-env": "7.0.3",
138
- "eslint": "9.25.1",
142
+ "eslint": "9.26.0",
139
143
  "eslint-plugin-astro": "1.3.1",
144
+ "eslint-plugin-depend": "1.2.0",
145
+ "eslint-plugin-pnpm": "^0.3.1",
140
146
  "eslint-plugin-react-hooks": "5.2.0",
141
147
  "eslint-plugin-react-refresh": "0.4.20",
142
148
  "eslint-plugin-solid": "0.14.5",
143
- "eslint-plugin-svelte": "3.5.1",
149
+ "eslint-plugin-svelte": "3.6.0",
144
150
  "eslint-plugin-tailwindcss": "3.18.0",
145
151
  "eslint-plugin-vue": "10.1.0",
146
152
  "eslint-processor-vue-blocks": "2.0.0",
147
- "eslint-typegen": "2.1.0",
153
+ "eslint-typegen": "2.2.0",
148
154
  "husky": "9.1.7",
149
- "lint-staged": "15.5.1",
150
- "pkg-pr-new": "0.0.43",
155
+ "lint-staged": "16.0.0",
156
+ "pkg-pr-new": "0.0.49",
151
157
  "prettier": "3.5.3",
152
158
  "publint": "0.3.12",
153
159
  "size-limit": "11.2.0",
154
160
  "tailwindcss": "3.4.17",
155
- "tsup": "8.4.0",
161
+ "tsdown": "^0.11.9",
156
162
  "tsx": "4.19.4",
157
163
  "typescript": "5.8.3",
158
164
  "vue-eslint-parser": "10.1.3",
159
- "@zayne-labs/tsconfig": "0.8.2"
165
+ "@zayne-labs/tsconfig": "0.9.1"
160
166
  },
161
167
  "publishConfig": {
162
168
  "access": "public",
@@ -164,8 +170,8 @@
164
170
  "provenance": true
165
171
  },
166
172
  "scripts": {
167
- "build": "pnpm typegen && tsup",
168
- "build:dev": "pnpm typegen && cross-env NODE_ENV=development tsup",
173
+ "build": "pnpm typegen && tsdown",
174
+ "build:dev": "pnpm typegen && cross-env NODE_ENV=development tsdown",
169
175
  "lint:attw": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
170
176
  "lint:eslint": "eslint . --max-warnings 0",
171
177
  "lint:format": "prettier --cache --write .",