@darksheep/eslint 6.6.8 โ†’ 6.6.9

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 +22 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.6.9](https://github.com/DarkSheepSoftware/eslint/compare/v6.6.8...v6.6.9) (2024-11-19)
4
+
5
+
6
+ ### ๐Ÿ“ฆ Dependencies
7
+
8
+ * **pkg:** update dependency @stylistic/eslint-plugin to v2.11.0 ([#739](https://github.com/DarkSheepSoftware/eslint/issues/739)) ([e0a5b04](https://github.com/DarkSheepSoftware/eslint/commit/e0a5b044ce0d761b7ae5ced28eb2206d59f16353))
9
+ * **pkg:** update dependency eslint-plugin-jsdoc to v50.5.0 ([#731](https://github.com/DarkSheepSoftware/eslint/issues/731)) ([2dec566](https://github.com/DarkSheepSoftware/eslint/commit/2dec566ccca05f1116652520525d618001fa3013))
10
+ * **pkg:** update dependency eslint-plugin-jsonc to v2.18.1 ([#727](https://github.com/DarkSheepSoftware/eslint/issues/727)) ([217dcfb](https://github.com/DarkSheepSoftware/eslint/commit/217dcfbb679ebe994c06ff7ff8f9a9e92ce7fd16))
11
+ * **pkg:** update dependency eslint-plugin-jsonc to v2.18.2 ([#736](https://github.com/DarkSheepSoftware/eslint/issues/736)) ([a0583a1](https://github.com/DarkSheepSoftware/eslint/commit/a0583a1be8877bc828e3500489b8539d2ec96392))
12
+ * **pkg:** update dependency eslint-plugin-n to v17.13.2 ([#734](https://github.com/DarkSheepSoftware/eslint/issues/734)) ([6e2308c](https://github.com/DarkSheepSoftware/eslint/commit/6e2308c4f0cb5fa1907ab8e17ab71665319002f3))
13
+ * **pkg:** update dependency eslint-plugin-package-json to v0.15.6 ([#728](https://github.com/DarkSheepSoftware/eslint/issues/728)) ([58d346e](https://github.com/DarkSheepSoftware/eslint/commit/58d346eb923c290b85cd92f05d2763be416e88a4))
14
+ * **pkg:** update dependency eslint-plugin-regexp to v2.7.0 ([#732](https://github.com/DarkSheepSoftware/eslint/issues/732)) ([b8345ba](https://github.com/DarkSheepSoftware/eslint/commit/b8345ba1fd04cb19e4991ef9b208df82fe7b1421))
15
+ * **pkg:** update dependency eslint-plugin-unicorn to v56.0.1 ([#740](https://github.com/DarkSheepSoftware/eslint/issues/740)) ([5f3b024](https://github.com/DarkSheepSoftware/eslint/commit/5f3b024051f0424d555cc2435af63699787ed2d5))
16
+ * **pkg:** update eslint monorepo to v9.15.0 ([#735](https://github.com/DarkSheepSoftware/eslint/issues/735)) ([70c71a8](https://github.com/DarkSheepSoftware/eslint/commit/70c71a8fe67c5827d6be3049d3329ea191f3250f))
17
+ * **pkg:** update typescript-eslint monorepo to v8.14.0 ([#730](https://github.com/DarkSheepSoftware/eslint/issues/730)) ([2096536](https://github.com/DarkSheepSoftware/eslint/commit/2096536a5d1322783d8316cf06aa3646a33e5d91))
18
+ * **pkg:** update typescript-eslint monorepo to v8.15.0 ([#738](https://github.com/DarkSheepSoftware/eslint/issues/738)) ([ad78208](https://github.com/DarkSheepSoftware/eslint/commit/ad78208cc94f3f81d2aaeefde4cfc3250849dbe5))
19
+
20
+
21
+ ### ๐Ÿงน Chores
22
+
23
+ * Remove redundant package extensions ([#741](https://github.com/DarkSheepSoftware/eslint/issues/741)) ([0fb212b](https://github.com/DarkSheepSoftware/eslint/commit/0fb212b5d507bc576f464d86ae7edcaa7bb87175))
24
+
3
25
  ## [6.6.8](https://github.com/DarkSheepSoftware/eslint/compare/v6.6.7...v6.6.8) (2024-11-07)
4
26
 
5
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/eslint",
3
- "version": "6.6.8",
3
+ "version": "6.6.9",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/DarkSheepSoftware/eslint"
@@ -24,21 +24,21 @@
24
24
  "dependencies": {
25
25
  "@darksheep/environment": "3.1.0",
26
26
  "@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
27
- "@eslint/js": "9.14.0",
28
- "@stylistic/eslint-plugin": "2.10.1",
29
- "@typescript-eslint/eslint-plugin": "8.13.0",
30
- "@typescript-eslint/parser": "8.13.0",
27
+ "@eslint/js": "9.15.0",
28
+ "@stylistic/eslint-plugin": "2.11.0",
29
+ "@typescript-eslint/eslint-plugin": "8.15.0",
30
+ "@typescript-eslint/parser": "8.15.0",
31
31
  "editorconfig": "2.0.0",
32
- "eslint-plugin-jsdoc": "50.4.3",
33
- "eslint-plugin-jsonc": "2.16.0",
34
- "eslint-plugin-n": "17.13.1",
35
- "eslint-plugin-package-json": "0.15.5",
32
+ "eslint-plugin-jsdoc": "50.5.0",
33
+ "eslint-plugin-jsonc": "2.18.2",
34
+ "eslint-plugin-n": "17.13.2",
35
+ "eslint-plugin-package-json": "0.15.6",
36
36
  "eslint-plugin-perfectionist": "3.9.1",
37
37
  "eslint-plugin-promise": "7.1.0",
38
38
  "eslint-plugin-react": "7.37.2",
39
- "eslint-plugin-regexp": "2.6.0",
39
+ "eslint-plugin-regexp": "2.7.0",
40
40
  "eslint-plugin-security": "3.0.1",
41
- "eslint-plugin-unicorn": "56.0.0",
41
+ "eslint-plugin-unicorn": "56.0.1",
42
42
  "eslint-plugin-unused-imports": "4.1.4",
43
43
  "eslint-plugin-yml": "1.15.0",
44
44
  "jsonc-eslint-parser": "2.4.0",
@@ -47,8 +47,8 @@
47
47
  "devDependencies": {
48
48
  "@darksheep/eslint-formatter-github": "2.0.1",
49
49
  "@types/node": "~22.9.0",
50
- "eslint": "~9.14.0",
51
- "type-fest": "~4.26.0",
50
+ "eslint": "~9.15.0",
51
+ "type-fest": "~4.27.0",
52
52
  "typescript": "~5.6.0"
53
53
  },
54
54
  "peerDependenciesMeta": {