@alexlit/config-eslint 154.1.2 → 154.2.0

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/package.json +5 -6
  2. package/CHANGELOG.md +0 -83
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-eslint",
3
- "version": "154.1.2",
3
+ "version": "154.2.0",
4
4
  "private": false,
5
5
  "description": "Sharable ESLint configuration",
6
6
  "keywords": [
@@ -28,8 +28,7 @@
28
28
  "index.js",
29
29
  "plugins/",
30
30
  "presets/",
31
- "README.md",
32
- "CHANGELOG.md"
31
+ "README.md"
33
32
  ],
34
33
  "scripts": {
35
34
  "inspect": "npx @eslint/config-inspector@latest",
@@ -44,10 +43,10 @@
44
43
  "@eslint/json": "^2.0.1",
45
44
  "@intlify/eslint-plugin-vue-i18n": "^4.5.1",
46
45
  "@stylistic/eslint-plugin": "^5.10.0",
47
- "@tanstack/eslint-plugin-query": "^5.101.4",
46
+ "@tanstack/eslint-plugin-query": "^5.102.2",
48
47
  "@unocss/eslint-config": "^66.8.1",
49
48
  "@vitest/eslint-plugin": "^1.6.27",
50
- "eslint": "^10.8.1",
49
+ "eslint": "^10.9.0",
51
50
  "eslint-config-prettier": "^10.1.8",
52
51
  "eslint-plugin-de-morgan": "^2.1.3",
53
52
  "eslint-plugin-jsdoc": "^64.2.1",
@@ -56,7 +55,7 @@
56
55
  "eslint-plugin-prettier": "^5.5.6",
57
56
  "eslint-plugin-regexp": "^3.2.0",
58
57
  "eslint-plugin-sonarjs": "^4.2.0",
59
- "eslint-plugin-tailwindcss": "^4.3.0",
58
+ "eslint-plugin-tailwindcss": "^4.4.0",
60
59
  "eslint-plugin-unicorn": "^73.0.0",
61
60
  "eslint-plugin-vue": "^10.10.0",
62
61
  "eslint-plugin-vuejs-accessibility": "^2.6.0",
package/CHANGELOG.md DELETED
@@ -1,83 +0,0 @@
1
- # Changelog
2
-
3
-
4
- ## v154.1.2
5
-
6
- [compare changes](https://github.com/alex-lit/lint-kit/compare/@alexlit/config-eslint@154.1.1...v154.1.2)
7
-
8
- ## v154.1.1
9
-
10
- [compare changes](https://github.com/alex-lit/lint-kit/compare/@alexlit/config-eslint@154.1.0...v154.1.1)
11
-
12
- ### 🏡 Chore
13
-
14
- - **@alexlit/lint-kit:** Bump version ([50a19e17](https://github.com/alex-lit/lint-kit/commit/50a19e17))
15
-
16
- ### ❤️ Contributors
17
-
18
- - Alexey Litovchenko ([@alex-lit](https://github.com/alex-lit))
19
-
20
- ## v154.1.0
21
-
22
- [compare changes](https://github.com/alex-lit/lint-kit/compare/@alexlit/config-eslint@154.0.1...v154.1.0)
23
-
24
- ### 🏡 Chore
25
-
26
- - **@alexlit/config-stylelint:** Bump version ([a138a873](https://github.com/alex-lit/lint-kit/commit/a138a873))
27
- - **@alexlit/lint-kit:** Bump version ([e2db912e](https://github.com/alex-lit/lint-kit/commit/e2db912e))
28
-
29
- ### ❤️ Contributors
30
-
31
- - Alexey Litovchenko ([@alex-lit](https://github.com/alex-lit))
32
-
33
- ## v154.0.1
34
-
35
- [compare changes](https://github.com/alex-lit/lint-kit/compare/@alexlit/config-eslint@154.0.0...v154.0.1)
36
-
37
- ## v154.0.0
38
-
39
- [compare changes](https://github.com/alex-lit/lint-kit/compare/@alexlit/config-eslint@153.5.0...v154.0.0)
40
-
41
- ## v153.5.0
42
-
43
- [compare changes](https://github.com/alex-lit/lint-kit/compare/@alexlit/config-eslint@153.4.0...v153.5.0)
44
-
45
- ### 🏡 Chore
46
-
47
- - **@alexlit/lint-kit:** Bump version ([361cb371](https://github.com/alex-lit/lint-kit/commit/361cb371))
48
-
49
- ### ❤️ Contributors
50
-
51
- - Alexey Litovchenko ([@alex-lit](https://github.com/alex-lit))
52
-
53
- ## v153.4.0
54
-
55
- [compare changes](https://github.com/alex-lit/lint-kit/compare/@alexlit/config-eslint@153.3.0...v153.4.0)
56
-
57
- ### 🏡 Chore
58
-
59
- - **@alexlit/lint-kit:** Bump version ([85b0b3a2](https://github.com/alex-lit/lint-kit/commit/85b0b3a2))
60
- - **@alexlit/config-hooks:** Bump version ([d1e01056](https://github.com/alex-lit/lint-kit/commit/d1e01056))
61
-
62
- ### ❤️ Contributors
63
-
64
- - Alexey Litovchenko ([@alex-lit](https://github.com/alex-lit))
65
-
66
- ## v153.3.0
67
-
68
- [compare changes](https://github.com/alex-lit/lint-kit/compare/@alexlit/config-eslint@153.2.1...v153.3.0)
69
-
70
- ### 🏡 Chore
71
-
72
- - **@alexlit/config-commitlint:** Bump version ([7f46ad83](https://github.com/alex-lit/lint-kit/commit/7f46ad83))
73
- - **@alexlit/config-commitlint:** Bump version ([d9f8369e](https://github.com/alex-lit/lint-kit/commit/d9f8369e))
74
- - **@alexlit/lint-kit:** Bump version ([23e2ee78](https://github.com/alex-lit/lint-kit/commit/23e2ee78))
75
- - **@alexlit/lint-kit:** Bump version ([fcc93e31](https://github.com/alex-lit/lint-kit/commit/fcc93e31))
76
- - **@alexlit/lint-kit:** Bump version ([6c5aeb15](https://github.com/alex-lit/lint-kit/commit/6c5aeb15))
77
- - **@alexlit/lint-kit:** Bump version ([abb7587d](https://github.com/alex-lit/lint-kit/commit/abb7587d))
78
- - **@alexlit/config-npmlint:** Bump version ([f1add18f](https://github.com/alex-lit/lint-kit/commit/f1add18f))
79
-
80
- ### ❤️ Contributors
81
-
82
- - Alexey Litovchenko ([@alex-lit](https://github.com/alex-lit))
83
-