@anolilab/eslint-config 16.2.19 → 16.2.20

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## @anolilab/eslint-config [16.2.20](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.2.19...@anolilab/eslint-config@16.2.20) (2025-07-17)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update dependency @tanstack/eslint-plugin-router to ^1.125.0 ([#916](https://github.com/anolilab/javascript-style-guide/issues/916)) ([4a3616b](https://github.com/anolilab/javascript-style-guide/commit/4a3616b944d3f9b91cd3daf21d0accff89684557))
6
+
1
7
  ## @anolilab/eslint-config [16.2.19](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.2.18...@anolilab/eslint-config@16.2.19) (2025-07-11)
2
8
 
3
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/eslint-config",
3
- "version": "16.2.19",
3
+ "version": "16.2.20",
4
4
  "description": "ESLint shareable config for the Anolilab JavaScript style guide.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -158,7 +158,7 @@
158
158
  "@eslint-react/eslint-plugin": "^1.52.2",
159
159
  "@eslint/css": "^0.10.0",
160
160
  "@tanstack/eslint-plugin-query": "^5.81.2",
161
- "@tanstack/eslint-plugin-router": "^1.121.21",
161
+ "@tanstack/eslint-plugin-router": "^1.125.0",
162
162
  "@unocss/eslint-plugin": "^66.3.3",
163
163
  "astro-eslint-parser": "^1.2.2",
164
164
  "eslint": ">=9.5.0",