@anolilab/eslint-config 16.2.17 → 16.2.18

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 +11 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## @anolilab/eslint-config [16.2.18](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.2.17...@anolilab/eslint-config@16.2.18) (2025-07-11)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update dependency @unocss/eslint-plugin to ^66.3.3 ([#908](https://github.com/anolilab/javascript-style-guide/issues/908)) ([20063bf](https://github.com/anolilab/javascript-style-guide/commit/20063bf1835abd5c80d8f9dc10a8e0dfe7e5353e))
6
+ * **deps:** update minor updates (minor) ([#909](https://github.com/anolilab/javascript-style-guide/issues/909)) ([6065419](https://github.com/anolilab/javascript-style-guide/commit/6065419a8cbb81937669349634f22285cace77aa))
7
+
8
+ ### Miscellaneous Chores
9
+
10
+ * update @eslint/css to version 0.10.0 and @anolilab/eslint-config to version 16.2.17 in pnpm-lock.yaml and package.json ([322f64b](https://github.com/anolilab/javascript-style-guide/commit/322f64b3c5eec1dfb0e3837927e3a21e749f7f00))
11
+
1
12
  ## @anolilab/eslint-config [16.2.17](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.2.16...@anolilab/eslint-config@16.2.17) (2025-07-11)
2
13
 
3
14
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/eslint-config",
3
- "version": "16.2.17",
3
+ "version": "16.2.18",
4
4
  "description": "ESLint shareable config for the Anolilab JavaScript style guide.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -155,11 +155,11 @@
155
155
  "yaml-eslint-parser": "^1.3.0"
156
156
  },
157
157
  "peerDependencies": {
158
- "@eslint-react/eslint-plugin": "^1.50.0",
159
- "@eslint/css": "^0.8.1",
158
+ "@eslint-react/eslint-plugin": "^1.52.2",
159
+ "@eslint/css": "^0.9.0",
160
160
  "@tanstack/eslint-plugin-query": "^5.81.2",
161
161
  "@tanstack/eslint-plugin-router": "^1.121.21",
162
- "@unocss/eslint-plugin": "^66.1.4",
162
+ "@unocss/eslint-plugin": "^66.3.3",
163
163
  "astro-eslint-parser": "^1.2.2",
164
164
  "eslint": ">=9.5.0",
165
165
  "eslint-plugin-astro": "^1.3.1",