@darksheep/eslint 4.1.3 โ 4.1.5
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 +33 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.1.5](https://github.com/DarkSheepSoftware/eslint/compare/v4.1.4...v4.1.5) (2024-02-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ๐ฆ Dependencies
|
|
7
|
+
|
|
8
|
+
* **pkg:** update dependency @eslint/js to ~8.57.0 ([#263](https://github.com/DarkSheepSoftware/eslint/issues/263)) ([719fca5](https://github.com/DarkSheepSoftware/eslint/commit/719fca5afdae6be4c8bb1b15155cb113eea5ccfc))
|
|
9
|
+
* **pkg:** update dependency eslint to ~8.57.0 ([#264](https://github.com/DarkSheepSoftware/eslint/issues/264)) ([4a37b76](https://github.com/DarkSheepSoftware/eslint/commit/4a37b76c93aa02d4c4cde560cb50dd821d4719cf))
|
|
10
|
+
* **pkg:** update dependency eslint-plugin-jest to ~27.9.0 ([#265](https://github.com/DarkSheepSoftware/eslint/issues/265)) ([c899e5f](https://github.com/DarkSheepSoftware/eslint/commit/c899e5ffaec53ec43f86391c8aa2f6e1e030c10f))
|
|
11
|
+
* **pkg:** update dependency eslint-plugin-jsdoc to ~48.2.0 ([#266](https://github.com/DarkSheepSoftware/eslint/issues/266)) ([633a11c](https://github.com/DarkSheepSoftware/eslint/commit/633a11c9ec5ec56c2470d6a7a7f591521718b4c8))
|
|
12
|
+
* **pkg:** update dependency eslint-plugin-unused-imports to ~3.1.0 ([#267](https://github.com/DarkSheepSoftware/eslint/issues/267)) ([030c12d](https://github.com/DarkSheepSoftware/eslint/commit/030c12d7cfce61f6ca731995ed88385de042302e))
|
|
13
|
+
* **pkg:** update typescript-eslint monorepo to ~7.1.0 ([#268](https://github.com/DarkSheepSoftware/eslint/issues/268)) ([9917c7a](https://github.com/DarkSheepSoftware/eslint/commit/9917c7a31eeebd0a29eef68c80b624980483d883))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### ๐งน Chores
|
|
17
|
+
|
|
18
|
+
* Change repo URL ([77efa06](https://github.com/DarkSheepSoftware/eslint/commit/77efa06d6cb18eef284cccefeef838f1a40253e9))
|
|
19
|
+
* **deps:** lock file maintenance ([#269](https://github.com/DarkSheepSoftware/eslint/issues/269)) ([555967c](https://github.com/DarkSheepSoftware/eslint/commit/555967c490b8392eecda8903c85fa6596ba30813))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### ๐ค Automation
|
|
23
|
+
|
|
24
|
+
* Add emojis to release note sections ([a6b6f30](https://github.com/DarkSheepSoftware/eslint/commit/a6b6f30c59db09b3ca1e439c7e52235cb46fc159))
|
|
25
|
+
* point to DarkSheepSoftware/.github ([99ff988](https://github.com/DarkSheepSoftware/eslint/commit/99ff98834c4b9ee22594ce32c8180db5f4e1c8fe))
|
|
26
|
+
* run on ubuntu-latest ([de0d84d](https://github.com/DarkSheepSoftware/eslint/commit/de0d84d3a4a6c34e5f9d15053ee164dd4efe5547))
|
|
27
|
+
|
|
28
|
+
## [4.1.4](https://github.com/DarkSheepSoftware/eslint/compare/v4.1.3...v4.1.4) (2024-02-22)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Miscellaneous Chores
|
|
32
|
+
|
|
33
|
+
* Add provenance statement ([4f23c3f](https://github.com/DarkSheepSoftware/eslint/commit/4f23c3f6e66e0e48b1e3db485027c4ffcd280e4d))
|
|
34
|
+
* Remove provenance flag :( its not supported in yarn ([d746a4f](https://github.com/DarkSheepSoftware/eslint/commit/d746a4fb2b766bda50c2d8cde60bb6e903f2b2ce))
|
|
35
|
+
|
|
3
36
|
## [4.1.3](https://github.com/DarkSheepSoftware/eslint/compare/v4.1.2...v4.1.3) (2024-02-22)
|
|
4
37
|
|
|
5
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darksheep/eslint",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"packageManager": "yarn@4.1.0",
|
|
6
6
|
"bin": "./src/bin/eslint.cjs",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
|
-
"url": "https://github.com/
|
|
18
|
+
"url": "https://github.com/DarkSheepSoftware/eslint.git"
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
21
21
|
"githooks": "git config core.hooksPath .githooks"
|
|
@@ -32,16 +32,16 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@eslint-community/eslint-plugin-eslint-comments": "~4.1.0",
|
|
34
34
|
"@eslint/eslintrc": "~3.0.0",
|
|
35
|
-
"@eslint/js": "~8.
|
|
35
|
+
"@eslint/js": "~8.57.0",
|
|
36
36
|
"@stylistic/eslint-plugin": "~1.6.0",
|
|
37
|
-
"@typescript-eslint/eslint-plugin": "~7.
|
|
38
|
-
"@typescript-eslint/parser": "~7.
|
|
37
|
+
"@typescript-eslint/eslint-plugin": "~7.1.0",
|
|
38
|
+
"@typescript-eslint/parser": "~7.1.0",
|
|
39
39
|
"editorconfig": "~2.0.0",
|
|
40
|
-
"eslint": "~8.
|
|
40
|
+
"eslint": "~8.57.0",
|
|
41
41
|
"eslint-import-resolver-typescript": "~3.6.1",
|
|
42
42
|
"eslint-plugin-import": "~2.29.0",
|
|
43
|
-
"eslint-plugin-jest": "~27.
|
|
44
|
-
"eslint-plugin-jsdoc": "~48.
|
|
43
|
+
"eslint-plugin-jest": "~27.9.0",
|
|
44
|
+
"eslint-plugin-jsdoc": "~48.2.0",
|
|
45
45
|
"eslint-plugin-jsonc": "~2.13.0",
|
|
46
46
|
"eslint-plugin-jsx-a11y": "~6.8.0",
|
|
47
47
|
"eslint-plugin-n": "~17.0.0-0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"eslint-plugin-security": "~2.1.0",
|
|
52
52
|
"eslint-plugin-sonarjs": "~0.24.0",
|
|
53
53
|
"eslint-plugin-unicorn": "~51.0.0",
|
|
54
|
-
"eslint-plugin-unused-imports": "~3.
|
|
54
|
+
"eslint-plugin-unused-imports": "~3.1.0",
|
|
55
55
|
"jsonc-eslint-parser": "~2.4.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependenciesMeta": {
|