@anolilab/eslint-config 17.1.0 → 18.0.0

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": "17.1.0",
3
+ "version": "18.0.0",
4
4
  "description": "ESLint shareable config for the Anolilab JavaScript style guide.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -108,16 +108,16 @@
108
108
  "@eslint/compat": "^2.0.0",
109
109
  "@eslint/js": "^9.39.2",
110
110
  "@eslint/markdown": "^7.5.1",
111
- "@html-eslint/eslint-plugin": "^0.51.0",
112
- "@html-eslint/parser": "^0.51.0",
111
+ "@html-eslint/eslint-plugin": "0.52.0",
112
+ "@html-eslint/parser": "0.52.0",
113
113
  "@stylistic/eslint-plugin": "^5.6.1",
114
114
  "@stylistic/eslint-plugin-ts": "^4.4.1",
115
- "@typescript-eslint/parser": "^8.49.0",
116
- "@typescript-eslint/types": "^8.49.0",
117
- "@visulima/fs": "4.0.5",
115
+ "@typescript-eslint/parser": "8.50.0",
116
+ "@typescript-eslint/types": "8.50.0",
117
+ "@visulima/fs": "4.1.0",
118
118
  "@visulima/package": "^4.1.7",
119
119
  "@visulima/tsconfig": "^2.1.3",
120
- "@vitest/eslint-plugin": "^1.5.2",
120
+ "@vitest/eslint-plugin": "1.6.1",
121
121
  "confusing-browser-globals": "^1.0.11",
122
122
  "eslint-config-flat-gitignore": "^2.1.0",
123
123
  "eslint-flat-config-utils": "^2.1.4",
@@ -153,7 +153,7 @@
153
153
  "parse-gitignore": "^2.0.0",
154
154
  "semver": "^7.7.3",
155
155
  "toml-eslint-parser": "^0.10.1",
156
- "typescript-eslint": "^8.49.0",
156
+ "typescript-eslint": "8.50.0",
157
157
  "yaml-eslint-parser": "^1.3.2"
158
158
  },
159
159
  "peerDependencies": {
@@ -172,11 +172,11 @@
172
172
  "eslint-plugin-react-compiler": "^19.1.0-rc.2",
173
173
  "eslint-plugin-react-hooks": "^7.0.1",
174
174
  "eslint-plugin-react-perf": "^3.3.3",
175
- "eslint-plugin-react-refresh": "^0.4.25",
176
- "eslint-plugin-react-you-might-not-need-an-effect": "^0.7.0",
177
- "eslint-plugin-storybook": "^10.1.8",
175
+ "eslint-plugin-react-refresh": "0.4.26",
176
+ "eslint-plugin-react-you-might-not-need-an-effect": "0.8.1",
177
+ "eslint-plugin-storybook": "10.1.10",
178
178
  "eslint-plugin-tailwindcss": "^3.18.2",
179
- "eslint-plugin-testing-library": "^7.14.0",
179
+ "eslint-plugin-testing-library": "7.15.2",
180
180
  "eslint-plugin-tsdoc": "^0.5.0",
181
181
  "eslint-plugin-validate-jsx-nesting": "^0.1.1",
182
182
  "eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",