eslint-config-ash-nazg 39.2.0 → 39.3.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/CHANGES.md +4 -0
  2. package/package.json +9 -9
package/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # eslint-config-ash-nazg CHANGES
2
2
 
3
+ ## 39.3.0
4
+
5
+ - chore: update deps. and devDeps.
6
+
3
7
  ## 39.2.0
4
8
 
5
9
  - chore: update `eslint-plugin-jsdoc`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-ash-nazg",
3
- "version": "39.2.0",
3
+ "version": "39.3.0",
4
4
  "description": "An expansion and tweaking of the \"standard\" config style for ESLint",
5
5
  "main": "index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -30,11 +30,11 @@
30
30
  "@brettz9/eslint-plugin": "^3.0.0",
31
31
  "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
32
32
  "@eslint/eslintrc": "^3.3.1",
33
- "@eslint/js": "^9.35.0",
34
- "@eslint/markdown": "^7.2.0",
33
+ "@eslint/js": "^9.36.0",
34
+ "@eslint/markdown": "^7.3.0",
35
35
  "@fintechstudios/eslint-plugin-chai-as-promised": "^3.1.0",
36
- "@stylistic/eslint-plugin": "^5.3.1",
37
- "browserslist": "^4.25.4",
36
+ "@stylistic/eslint-plugin": "^5.4.0",
37
+ "browserslist": "^4.26.2",
38
38
  "es-file-traverse": "^2.0.1",
39
39
  "eslint-plugin-array-func": "^5.0.2",
40
40
  "eslint-plugin-chai-expect": "^3.1.0",
@@ -45,10 +45,10 @@
45
45
  "eslint-plugin-escompat": "^3.11.4",
46
46
  "eslint-plugin-html": "^8.1.3",
47
47
  "eslint-plugin-import": "^2.32.0",
48
- "eslint-plugin-jsdoc": "^55.2.0",
48
+ "eslint-plugin-jsdoc": "^60.3.1",
49
49
  "eslint-plugin-mocha": "^11.1.0",
50
50
  "eslint-plugin-mocha-cleanup": "^1.11.3",
51
- "eslint-plugin-n": "^17.21.3",
51
+ "eslint-plugin-n": "^17.23.1",
52
52
  "eslint-plugin-no-unsanitized": "^4.1.4",
53
53
  "eslint-plugin-no-use-extend-native": "^0.7.2",
54
54
  "eslint-plugin-promise": "^7.2.1",
@@ -62,9 +62,9 @@
62
62
  },
63
63
  "devDependencies": {
64
64
  "@scottnonnenberg/eslint-compare-config": "^1.1.0",
65
- "@types/node": "^24.3.1",
65
+ "@types/node": "^24.5.2",
66
66
  "@types/semver": "^7.7.1",
67
- "eslint": "^9.35.0",
67
+ "eslint": "^9.36.0",
68
68
  "rimraf": "^6.0.1",
69
69
  "typescript": "^5.9.2"
70
70
  },