@jarsec/eslint-config 6.2.2 → 6.2.3

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 +9 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @jarsec/eslint-config
2
2
 
3
+ ## 6.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 2f45440: Update @types/node to v22
8
+ - 8e49865: chore(deps): update dependency eslint-plugin-perfectionist to ^4.15.0
9
+ - a67977d: chore(deps): update dependency @stylistic/eslint-plugin to ^4.4.1
10
+ - c462cc1: chore(deps): update dependency eslint-plugin-unicorn to v59
11
+
3
12
  ## 6.2.2
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jarsec/eslint-config",
3
- "version": "6.2.2",
3
+ "version": "6.2.3",
4
4
  "description": "jsec's eslint configurations",
5
5
  "author": "Jarrod Seccombe <jarrod.seccombe@icloud.com>",
6
6
  "license": "MIT",
@@ -12,14 +12,14 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "@eslint/js": "^9.25.1",
15
- "@stylistic/eslint-plugin": "^4.4.0",
15
+ "@stylistic/eslint-plugin": "^4.4.1",
16
16
  "eslint-plugin-n": "^17.17.0",
17
- "eslint-plugin-perfectionist": "^4.12.3",
18
- "eslint-plugin-unicorn": "^57.0.0",
17
+ "eslint-plugin-perfectionist": "^4.15.0",
18
+ "eslint-plugin-unicorn": "^59.0.1",
19
19
  "typescript-eslint": "^8.31.1"
20
20
  },
21
21
  "devDependencies": {
22
- "@types/node": "^20.17.57",
22
+ "@types/node": "^22.16.0",
23
23
  "eslint": "^9.25.1",
24
24
  "typescript": "^5.8.3"
25
25
  },