@anolilab/eslint-config 16.0.0 → 16.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## @anolilab/eslint-config [16.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.0.0...@anolilab/eslint-config@16.0.1) (2025-05-26)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **eslint-config:** fixed peerDependencies versions ([c0da1d3](https://github.com/anolilab/javascript-style-guide/commit/c0da1d3c61e86704060754c4b9fd0d0af7de683e))
6
+
1
7
  ## @anolilab/eslint-config [16.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@15.0.3...@anolilab/eslint-config@16.0.0) (2025-05-26)
2
8
 
3
9
  ### ⚠ BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/eslint-config",
3
- "version": "16.0.0",
3
+ "version": "16.0.1",
4
4
  "description": "ESLint shareable config for the Anolilab JavaScript style guide.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -158,22 +158,22 @@
158
158
  "@eslint-react/eslint-plugin": "^1.22.1",
159
159
  "@tanstack/eslint-plugin-query": "^5.0.0",
160
160
  "@tanstack/eslint-plugin-router": "^1.92.7",
161
- "@unocss/eslint-plugin": "^0.65.3",
161
+ "@unocss/eslint-plugin": "^66.1.2",
162
162
  "astro-eslint-parser": "^1.1.0",
163
- "eslint": "^9.10.0",
163
+ "eslint": ">=9.5.0",
164
164
  "eslint-plugin-astro": "^1.3.1",
165
165
  "eslint-plugin-format": ">=0.1.0",
166
166
  "eslint-plugin-jsx-a11y": "^6.7.1",
167
167
  "eslint-plugin-playwright": "^0.16.0 || ^0.18.0",
168
- "eslint-plugin-react": "^7.37.3",
169
- "eslint-plugin-react-hooks": "^4.6.0",
170
- "eslint-plugin-react-refresh": "^0.4.16",
171
- "eslint-plugin-storybook": "^0.6.14",
172
- "eslint-plugin-tailwindcss": "^3.13.0",
173
- "eslint-plugin-testing-library": "^6.0.1",
174
- "eslint-plugin-tsdoc": "^0.2.17",
168
+ "eslint-plugin-react": "^7.37.5",
169
+ "eslint-plugin-react-hooks": "^5.2.0",
170
+ "eslint-plugin-react-refresh": "^0.4.20",
171
+ "eslint-plugin-storybook": "^0.12.0",
172
+ "eslint-plugin-tailwindcss": "^3.18.0",
173
+ "eslint-plugin-testing-library": "^7.2.2",
174
+ "eslint-plugin-tsdoc": "^0.4.0",
175
175
  "eslint-plugin-validate-jsx-nesting": "^0.1.1",
176
- "eslint-plugin-you-dont-need-lodash-underscore": "^6.13.0",
176
+ "eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
177
177
  "eslint-plugin-zod": "^1.4.0"
178
178
  },
179
179
  "peerDependenciesMeta": {