@anolilab/eslint-config 16.2.24 → 16.2.26

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/eslint-config",
3
- "version": "16.2.24",
3
+ "version": "16.2.26",
4
4
  "description": "ESLint shareable config for the Anolilab JavaScript style guide.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -112,11 +112,11 @@
112
112
  "@html-eslint/parser": "^0.46.2",
113
113
  "@stylistic/eslint-plugin": "^5.3.1",
114
114
  "@stylistic/eslint-plugin-ts": "^4.4.1",
115
- "@typescript-eslint/parser": "^8.42.0",
116
- "@typescript-eslint/types": "^8.42.0",
117
- "@visulima/package": "^3.5.8",
118
- "@visulima/tsconfig": "^1.1.19",
119
- "@vitest/eslint-plugin": "^1.3.8",
115
+ "@typescript-eslint/parser": "^8.43.0",
116
+ "@typescript-eslint/types": "^8.43.0",
117
+ "@visulima/package": "^3.5.9",
118
+ "@visulima/tsconfig": "^1.1.20",
119
+ "@vitest/eslint-plugin": "^1.3.9",
120
120
  "confusing-browser-globals": "^1.0.11",
121
121
  "eslint-config-flat-gitignore": "^2.1.0",
122
122
  "eslint-flat-config-utils": "^2.1.1",
@@ -128,13 +128,13 @@
128
128
  "eslint-plugin-es-x": "^9.1.0",
129
129
  "eslint-plugin-html": "^8.1.3",
130
130
  "eslint-plugin-import-x": "^4.16.1",
131
- "eslint-plugin-jsdoc": "^54.3.1",
131
+ "eslint-plugin-jsdoc": "^56.1.2",
132
132
  "eslint-plugin-jsonc": "^2.20.1",
133
133
  "eslint-plugin-n": "^17.21.3",
134
134
  "eslint-plugin-no-for-of-array": "^0.1.0",
135
135
  "eslint-plugin-no-only-tests": "^3.3.0",
136
136
  "eslint-plugin-no-secrets": "^2.2.1",
137
- "eslint-plugin-no-unsanitized": "^4.1.2",
137
+ "eslint-plugin-no-unsanitized": "^4.1.4",
138
138
  "eslint-plugin-perfectionist": "^4.15.0",
139
139
  "eslint-plugin-promise": "^7.2.1",
140
140
  "eslint-plugin-regexp": "^2.10.0",
@@ -142,15 +142,15 @@
142
142
  "eslint-plugin-simple-import-sort": "^12.1.1",
143
143
  "eslint-plugin-sonarjs": "^3.0.5",
144
144
  "eslint-plugin-toml": "^0.12.0",
145
- "eslint-plugin-unicorn": "^60.0.0",
145
+ "eslint-plugin-unicorn": "^61.0.2",
146
146
  "eslint-plugin-unused-imports": "^4.2.0",
147
147
  "eslint-plugin-yml": "^1.18.0",
148
- "globals": "^16.3.0",
148
+ "globals": "^16.4.0",
149
149
  "jsonc-eslint-parser": "^2.4.0",
150
150
  "parse-gitignore": "^2.0.0",
151
151
  "semver": "^7.7.2",
152
152
  "toml-eslint-parser": "^0.10.0",
153
- "typescript-eslint": "^8.42.0",
153
+ "typescript-eslint": "^8.43.0",
154
154
  "yaml-eslint-parser": "^1.3.0"
155
155
  },
156
156
  "peerDependencies": {
@@ -177,7 +177,8 @@
177
177
  "eslint-plugin-tsdoc": "^0.4.0",
178
178
  "eslint-plugin-validate-jsx-nesting": "^0.1.1",
179
179
  "eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
180
- "eslint-plugin-zod": "^1.4.0"
180
+ "eslint-plugin-zod": "^1.4.0",
181
+ "tailwind-csstree": "0.1.4"
181
182
  },
182
183
  "peerDependenciesMeta": {
183
184
  "@eslint-react/eslint-plugin": {
@@ -252,6 +253,9 @@
252
253
  "eslint-plugin-zod": {
253
254
  "optional": true
254
255
  },
256
+ "tailwind-csstree": {
257
+ "optional": true
258
+ },
255
259
  "typescript": {
256
260
  "optional": true
257
261
  }