@zayne-labs/eslint-config 0.9.7 → 0.9.8

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.9.7",
4
+ "version": "0.9.8",
5
5
  "description": "Zayne Labs' ESLint config preset",
6
6
  "author": "Ryan Zayne",
7
7
  "license": "MIT",
@@ -100,9 +100,9 @@
100
100
  "@clack/prompts": "0.11.0",
101
101
  "@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
102
102
  "@eslint/compat": "1.3.1",
103
- "@eslint/js": "9.31.0",
104
- "@stylistic/eslint-plugin": "5.2.0",
105
- "@zayne-labs/toolkit-type-helpers": "0.10.3",
103
+ "@eslint/js": "9.32.0",
104
+ "@stylistic/eslint-plugin": "5.2.2",
105
+ "@zayne-labs/toolkit-type-helpers": "0.10.6",
106
106
  "ansis": "4.1.0",
107
107
  "cac": "6.7.14",
108
108
  "eslint-config-flat-gitignore": "2.1.0",
@@ -116,41 +116,41 @@
116
116
  "eslint-plugin-perfectionist": "4.15.0",
117
117
  "eslint-plugin-security": "3.0.1",
118
118
  "eslint-plugin-toml": "^0.12.0",
119
- "eslint-plugin-unicorn": "59.0.1",
119
+ "eslint-plugin-unicorn": "60.0.0",
120
120
  "eslint-plugin-yml": "^1.17.0",
121
121
  "globals": "16.3.0",
122
122
  "jsonc-eslint-parser": "2.4.0",
123
123
  "local-pkg": "1.1.1",
124
124
  "parse-gitignore": "2.0.0",
125
125
  "toml-eslint-parser": "0.10.0",
126
- "typescript-eslint": "8.37.0",
126
+ "typescript-eslint": "8.38.0",
127
127
  "yaml-eslint-parser": "1.3.0"
128
128
  },
129
129
  "devDependencies": {
130
130
  "@arethetypeswrong/cli": "0.18.2",
131
131
  "@changesets/cli": "2.29.5",
132
132
  "@eslint-react/eslint-plugin": "1.52.3",
133
- "@next/eslint-plugin-next": "15.4.1",
133
+ "@next/eslint-plugin-next": "15.4.4",
134
134
  "@tanstack/eslint-plugin-query": "5.81.2",
135
- "@tanstack/eslint-plugin-router": "1.125.0",
135
+ "@tanstack/eslint-plugin-router": "1.129.7",
136
136
  "@total-typescript/ts-reset": "0.6.1",
137
137
  "@types/eslint-plugin-security": "3.0.0",
138
- "@types/node": "24.0.14",
138
+ "@types/node": "24.1.0",
139
139
  "astro-eslint-parser": "1.2.2",
140
140
  "concurrently": "9.2.0",
141
- "cross-env": "7.0.3",
142
- "eslint": "9.31.0",
141
+ "cross-env": "10.0.0",
142
+ "eslint": "9.32.0",
143
143
  "eslint-plugin-astro": "1.3.1",
144
- "eslint-plugin-better-tailwindcss": "3.6.2",
144
+ "eslint-plugin-better-tailwindcss": "3.7.2",
145
145
  "eslint-plugin-depend": "1.2.0",
146
- "eslint-plugin-pnpm": "1.0.0",
146
+ "eslint-plugin-pnpm": "1.1.0",
147
147
  "eslint-plugin-react-hooks": "5.2.0",
148
148
  "eslint-plugin-react-refresh": "0.4.20",
149
149
  "eslint-plugin-solid": "0.14.5",
150
150
  "eslint-plugin-svelte": "3.11.0",
151
151
  "eslint-plugin-vue": "10.3.0",
152
152
  "eslint-processor-vue-blocks": "2.0.0",
153
- "eslint-typegen": "2.2.1",
153
+ "eslint-typegen": "2.3.0",
154
154
  "husky": "9.1.7",
155
155
  "lint-staged": "16.1.2",
156
156
  "pkg-pr-new": "0.0.54",
@@ -161,7 +161,7 @@
161
161
  "tsx": "4.20.3",
162
162
  "typescript": "5.8.3",
163
163
  "vue-eslint-parser": "10.2.0",
164
- "@zayne-labs/tsconfig": "0.9.7"
164
+ "@zayne-labs/tsconfig": "0.9.8"
165
165
  },
166
166
  "publishConfig": {
167
167
  "access": "public",