@anolilab/eslint-config 16.2.5 → 16.2.6
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/CHANGELOG.md +7 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## @anolilab/eslint-config [16.2.6](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.2.5...@anolilab/eslint-config@16.2.6) (2025-05-31)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **deps:** update dependency @tanstack/eslint-plugin-query to ^5.0.5 ([#890](https://github.com/anolilab/javascript-style-guide/issues/890)) ([8c6ef6d](https://github.com/anolilab/javascript-style-guide/commit/8c6ef6daa24ba12a65346983c4747a93afee0f49))
|
|
6
|
+
* **deps:** update minor updates (minor) ([#896](https://github.com/anolilab/javascript-style-guide/issues/896)) ([d5132c8](https://github.com/anolilab/javascript-style-guide/commit/d5132c8e59df185331772917e8216c78a97e47be))
|
|
7
|
+
|
|
1
8
|
## @anolilab/eslint-config [16.2.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.2.4...@anolilab/eslint-config@16.2.5) (2025-05-30)
|
|
2
9
|
|
|
3
10
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/eslint-config",
|
|
3
|
-
"version": "16.2.
|
|
3
|
+
"version": "16.2.6",
|
|
4
4
|
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -155,12 +155,12 @@
|
|
|
155
155
|
},
|
|
156
156
|
"peerDependencies": {
|
|
157
157
|
"@babel/core": "^7.22.20",
|
|
158
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
158
|
+
"@eslint-react/eslint-plugin": "^1.50.0",
|
|
159
159
|
"@eslint/css": "^0.8.1",
|
|
160
|
-
"@tanstack/eslint-plugin-query": "^5.0.
|
|
160
|
+
"@tanstack/eslint-plugin-query": "^5.0.5",
|
|
161
161
|
"@tanstack/eslint-plugin-router": "^1.92.7",
|
|
162
162
|
"@unocss/eslint-plugin": "^66.1.2",
|
|
163
|
-
"astro-eslint-parser": "^1.
|
|
163
|
+
"astro-eslint-parser": "^1.2.2",
|
|
164
164
|
"eslint": ">=9.5.0",
|
|
165
165
|
"eslint-plugin-astro": "^1.3.1",
|
|
166
166
|
"eslint-plugin-format": ">=0.1.0",
|