@anolilab/eslint-config 16.2.23 → 16.2.24

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.23",
3
+ "version": "16.2.24",
4
4
  "description": "ESLint shareable config for the Anolilab JavaScript style guide.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -105,18 +105,18 @@
105
105
  ],
106
106
  "dependencies": {
107
107
  "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
108
- "@eslint/compat": "^1.3.1",
109
- "@eslint/js": "^9.32.0",
110
- "@eslint/markdown": "^7.1.0",
111
- "@html-eslint/eslint-plugin": "^0.44.0",
112
- "@html-eslint/parser": "^0.44.0",
113
- "@stylistic/eslint-plugin": "^5.2.2",
108
+ "@eslint/compat": "^1.3.2",
109
+ "@eslint/js": "^9.35.0",
110
+ "@eslint/markdown": "^7.2.0",
111
+ "@html-eslint/eslint-plugin": "^0.46.2",
112
+ "@html-eslint/parser": "^0.46.2",
113
+ "@stylistic/eslint-plugin": "^5.3.1",
114
114
  "@stylistic/eslint-plugin-ts": "^4.4.1",
115
- "@typescript-eslint/parser": "^8.38.0",
116
- "@typescript-eslint/types": "^8.38.0",
115
+ "@typescript-eslint/parser": "^8.42.0",
116
+ "@typescript-eslint/types": "^8.42.0",
117
117
  "@visulima/package": "^3.5.8",
118
118
  "@visulima/tsconfig": "^1.1.19",
119
- "@vitest/eslint-plugin": "^1.3.4",
119
+ "@vitest/eslint-plugin": "^1.3.8",
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",
@@ -125,10 +125,10 @@
125
125
  "eslint-merge-processors": "^2.0.0",
126
126
  "eslint-plugin-antfu": "^3.1.1",
127
127
  "eslint-plugin-compat": "^6.0.2",
128
- "eslint-plugin-es-x": "^9.0.0",
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": "^52.0.2",
131
+ "eslint-plugin-jsdoc": "^54.3.1",
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",
@@ -137,20 +137,20 @@
137
137
  "eslint-plugin-no-unsanitized": "^4.1.2",
138
138
  "eslint-plugin-perfectionist": "^4.15.0",
139
139
  "eslint-plugin-promise": "^7.2.1",
140
- "eslint-plugin-regexp": "^2.9.1",
140
+ "eslint-plugin-regexp": "^2.10.0",
141
141
  "eslint-plugin-security": "^3.0.1",
142
142
  "eslint-plugin-simple-import-sort": "^12.1.1",
143
- "eslint-plugin-sonarjs": "^3.0.4",
143
+ "eslint-plugin-sonarjs": "^3.0.5",
144
144
  "eslint-plugin-toml": "^0.12.0",
145
145
  "eslint-plugin-unicorn": "^60.0.0",
146
- "eslint-plugin-unused-imports": "^4.1.4",
146
+ "eslint-plugin-unused-imports": "^4.2.0",
147
147
  "eslint-plugin-yml": "^1.18.0",
148
148
  "globals": "^16.3.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.38.0",
153
+ "typescript-eslint": "^8.42.0",
154
154
  "yaml-eslint-parser": "^1.3.0"
155
155
  },
156
156
  "peerDependencies": {