@anolilab/eslint-config 16.2.21 → 16.2.23

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.21",
3
+ "version": "16.2.23",
4
4
  "description": "ESLint shareable config for the Anolilab JavaScript style guide.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -106,21 +106,20 @@
106
106
  "dependencies": {
107
107
  "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
108
108
  "@eslint/compat": "^1.3.1",
109
- "@eslint/js": "^9.31.0",
110
- "@eslint/markdown": "^7.0.0",
111
- "@html-eslint/eslint-plugin": "^0.42.0",
112
- "@html-eslint/parser": "^0.42.0",
113
- "@stylistic/eslint-plugin": "^5.2.0",
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",
114
114
  "@stylistic/eslint-plugin-ts": "^4.4.1",
115
- "@typescript-eslint/eslint-plugin": "^8.37.0",
116
- "@typescript-eslint/parser": "^8.37.0",
117
- "@typescript-eslint/types": "^8.37.0",
115
+ "@typescript-eslint/parser": "^8.38.0",
116
+ "@typescript-eslint/types": "^8.38.0",
118
117
  "@visulima/package": "^3.5.8",
119
118
  "@visulima/tsconfig": "^1.1.19",
120
119
  "@vitest/eslint-plugin": "^1.3.4",
121
120
  "confusing-browser-globals": "^1.0.11",
122
121
  "eslint-config-flat-gitignore": "^2.1.0",
123
- "eslint-flat-config-utils": "^2.1.0",
122
+ "eslint-flat-config-utils": "^2.1.1",
124
123
  "eslint-import-resolver-node": "^0.3.9",
125
124
  "eslint-import-resolver-typescript": "^4.4.4",
126
125
  "eslint-merge-processors": "^2.0.0",
@@ -129,21 +128,21 @@
129
128
  "eslint-plugin-es-x": "^9.0.0",
130
129
  "eslint-plugin-html": "^8.1.3",
131
130
  "eslint-plugin-import-x": "^4.16.1",
132
- "eslint-plugin-jsdoc": "^51.4.1",
131
+ "eslint-plugin-jsdoc": "^52.0.2",
133
132
  "eslint-plugin-jsonc": "^2.20.1",
134
- "eslint-plugin-n": "^17.21.0",
133
+ "eslint-plugin-n": "^17.21.3",
135
134
  "eslint-plugin-no-for-of-array": "^0.1.0",
136
135
  "eslint-plugin-no-only-tests": "^3.3.0",
137
136
  "eslint-plugin-no-secrets": "^2.2.1",
138
137
  "eslint-plugin-no-unsanitized": "^4.1.2",
139
138
  "eslint-plugin-perfectionist": "^4.15.0",
140
139
  "eslint-plugin-promise": "^7.2.1",
141
- "eslint-plugin-regexp": "^2.9.0",
140
+ "eslint-plugin-regexp": "^2.9.1",
142
141
  "eslint-plugin-security": "^3.0.1",
143
142
  "eslint-plugin-simple-import-sort": "^12.1.1",
144
143
  "eslint-plugin-sonarjs": "^3.0.4",
145
144
  "eslint-plugin-toml": "^0.12.0",
146
- "eslint-plugin-unicorn": "^59.0.1",
145
+ "eslint-plugin-unicorn": "^60.0.0",
147
146
  "eslint-plugin-unused-imports": "^4.1.4",
148
147
  "eslint-plugin-yml": "^1.18.0",
149
148
  "globals": "^16.3.0",
@@ -151,7 +150,7 @@
151
150
  "parse-gitignore": "^2.0.0",
152
151
  "semver": "^7.7.2",
153
152
  "toml-eslint-parser": "^0.10.0",
154
- "typescript-eslint": "^8.37.0",
153
+ "typescript-eslint": "^8.38.0",
155
154
  "yaml-eslint-parser": "^1.3.0"
156
155
  },
157
156
  "peerDependencies": {