@darksheep/eslint 10.0.5 → 10.0.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 +8 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [10.0.6](https://github.com/DarkSheepSoftware/eslint/compare/v10.0.5...v10.0.6) (2026-02-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### 📦 Dependencies
|
|
7
|
+
|
|
8
|
+
* **pkg:** update dependency eslint-plugin-package-json to v0.89.1 ([#1141](https://github.com/DarkSheepSoftware/eslint/issues/1141)) ([4683c86](https://github.com/DarkSheepSoftware/eslint/commit/4683c868df1477125c22bb071cd84b4884c6ccee))
|
|
9
|
+
* **pkg:** update dependency jsonc-eslint-parser to v3 ([#1135](https://github.com/DarkSheepSoftware/eslint/issues/1135)) ([044db2b](https://github.com/DarkSheepSoftware/eslint/commit/044db2bfb6e19e38eeb570965c9faf30537f73c0))
|
|
10
|
+
|
|
3
11
|
## [10.0.5](https://github.com/DarkSheepSoftware/eslint/compare/v10.0.4...v10.0.5) (2026-02-20)
|
|
4
12
|
|
|
5
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darksheep/eslint",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.6",
|
|
4
4
|
"description": "A fairly complete (opinionated) eslint config",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"eslint-plugin-jsdoc": "62.7.0",
|
|
38
38
|
"eslint-plugin-jsonc": "2.21.1",
|
|
39
39
|
"eslint-plugin-n": "17.24.0",
|
|
40
|
-
"eslint-plugin-package-json": "0.89.
|
|
40
|
+
"eslint-plugin-package-json": "0.89.1",
|
|
41
41
|
"eslint-plugin-perfectionist": "5.6.0",
|
|
42
42
|
"eslint-plugin-promise": "7.2.1",
|
|
43
43
|
"eslint-plugin-react": "7.37.5",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"eslint-plugin-unicorn": "63.0.0",
|
|
48
48
|
"eslint-plugin-unused-imports": "4.4.1",
|
|
49
49
|
"eslint-plugin-yml": "3.2.1",
|
|
50
|
-
"jsonc-eslint-parser": "
|
|
50
|
+
"jsonc-eslint-parser": "3.1.0",
|
|
51
51
|
"yaml-eslint-parser": "2.0.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|