@darksheep/eslint 4.1.4 โ†’ 4.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.1.6](https://github.com/DarkSheepSoftware/eslint/compare/v4.1.5...v4.1.6) (2024-02-29)
4
+
5
+
6
+ ### ๐Ÿ“ฆ Dependencies
7
+
8
+ * **dev:** update dependency @types/eslint to v8.56.5 ([#256](https://github.com/DarkSheepSoftware/eslint/issues/256)) ([c003b0c](https://github.com/DarkSheepSoftware/eslint/commit/c003b0cdde7184902e54b44f7550bf52b8d3ea3f))
9
+ * **dev:** update dependency @types/node to v20.11.22 ([#257](https://github.com/DarkSheepSoftware/eslint/issues/257)) ([66fc7b1](https://github.com/DarkSheepSoftware/eslint/commit/66fc7b136d4e2f211b4339d47f3e67de4f8761ff))
10
+ * **dev:** update dependency @types/node to v20.11.23 ([#272](https://github.com/DarkSheepSoftware/eslint/issues/272)) ([0c442e5](https://github.com/DarkSheepSoftware/eslint/commit/0c442e53269ac907e60914e3d49a9a927955808d))
11
+ * **lock:** lock file maintenance ([#270](https://github.com/DarkSheepSoftware/eslint/issues/270)) ([d456726](https://github.com/DarkSheepSoftware/eslint/commit/d456726eff6ce461273d5bf22151c52e0682cb9b))
12
+ * **pkg:** update dependency @stylistic/eslint-plugin to v1.6.3 ([#260](https://github.com/DarkSheepSoftware/eslint/issues/260)) ([3c2b223](https://github.com/DarkSheepSoftware/eslint/commit/3c2b223e2024335d982e85b8a454455b120f84d9))
13
+
14
+ ## [4.1.5](https://github.com/DarkSheepSoftware/eslint/compare/v4.1.4...v4.1.5) (2024-02-28)
15
+
16
+
17
+ ### ๐Ÿ“ฆ Dependencies
18
+
19
+ * **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))
20
+ * **pkg:** update dependency eslint to ~8.57.0 ([#264](https://github.com/DarkSheepSoftware/eslint/issues/264)) ([4a37b76](https://github.com/DarkSheepSoftware/eslint/commit/4a37b76c93aa02d4c4cde560cb50dd821d4719cf))
21
+ * **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))
22
+ * **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))
23
+ * **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))
24
+ * **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))
25
+
26
+
27
+ ### ๐Ÿงน Chores
28
+
29
+ * Change repo URL ([77efa06](https://github.com/DarkSheepSoftware/eslint/commit/77efa06d6cb18eef284cccefeef838f1a40253e9))
30
+ * **deps:** lock file maintenance ([#269](https://github.com/DarkSheepSoftware/eslint/issues/269)) ([555967c](https://github.com/DarkSheepSoftware/eslint/commit/555967c490b8392eecda8903c85fa6596ba30813))
31
+
32
+
33
+ ### ๐Ÿค– Automation
34
+
35
+ * Add emojis to release note sections ([a6b6f30](https://github.com/DarkSheepSoftware/eslint/commit/a6b6f30c59db09b3ca1e439c7e52235cb46fc159))
36
+ * point to DarkSheepSoftware/.github ([99ff988](https://github.com/DarkSheepSoftware/eslint/commit/99ff98834c4b9ee22594ce32c8180db5f4e1c8fe))
37
+ * run on ubuntu-latest ([de0d84d](https://github.com/DarkSheepSoftware/eslint/commit/de0d84d3a4a6c34e5f9d15053ee164dd4efe5547))
38
+
3
39
  ## [4.1.4](https://github.com/DarkSheepSoftware/eslint/compare/v4.1.3...v4.1.4) (2024-02-22)
4
40
 
5
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/eslint",
3
- "version": "4.1.4",
3
+ "version": "4.1.6",
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/pickles-and-beans/eslint.git"
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.56.0",
35
+ "@eslint/js": "~8.57.0",
36
36
  "@stylistic/eslint-plugin": "~1.6.0",
37
- "@typescript-eslint/eslint-plugin": "~7.0.0",
38
- "@typescript-eslint/parser": "~7.0.0",
37
+ "@typescript-eslint/eslint-plugin": "~7.1.0",
38
+ "@typescript-eslint/parser": "~7.1.0",
39
39
  "editorconfig": "~2.0.0",
40
- "eslint": "~8.56.0",
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.6.0",
44
- "eslint-plugin-jsdoc": "~48.0.0",
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.0.0",
54
+ "eslint-plugin-unused-imports": "~3.1.0",
55
55
  "jsonc-eslint-parser": "~2.4.0"
56
56
  },
57
57
  "peerDependenciesMeta": {