@foray1010/eslint-config 7.0.0 → 7.0.1

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 +6 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,11 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [7.0.1](https://github.com/foray1010/common-presets/compare/@foray1010/eslint-config@7.0.0...@foray1010/eslint-config@7.0.1) (2022-06-13)
7
+
8
+ ### Bug Fixes
9
+
10
+ - should drop node 17 in version range ([0e911fd](https://github.com/foray1010/common-presets/commit/0e911fd737e472d699bfc32d866067ed6ccfa269))
11
+
6
12
  ## [7.0.0](https://github.com/foray1010/common-presets/compare/@foray1010/eslint-config@6.4.0...@foray1010/eslint-config@7.0.0) (2022-06-13)
7
13
 
8
14
  ### ⚠ BREAKING CHANGES
9
15
 
10
- - drop support for typescript >=5
11
16
  - drop eslint 7
12
17
  - drop node 12 and 17
13
18
 
@@ -22,7 +27,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
22
27
 
23
28
  - drop eslint 7 ([543fd6a](https://github.com/foray1010/common-presets/commit/543fd6a702596e5e447a0797a4713d2f08478ecb))
24
29
  - drop node 12 and 17 ([c43351e](https://github.com/foray1010/common-presets/commit/c43351e0da92209fc3100d9cb1bc129af320fdac))
25
- - remove peerDependencies versions that are not sure if supported ([2175adb](https://github.com/foray1010/common-presets/commit/2175adb62efe7d1762f6f66ce9bb0e7adb5f82e5))
26
30
 
27
31
  ## [6.4.0](https://github.com/foray1010/common-presets/compare/@foray1010/eslint-config@6.3.1...@foray1010/eslint-config@6.4.0) (2022-04-25)
28
32
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
3
  "name": "@foray1010/eslint-config",
4
- "version": "7.0.0",
4
+ "version": "7.0.1",
5
5
  "homepage": "https://github.com/foray1010/common-presets/tree/master/packages/eslint-config#readme",
6
6
  "bugs": "https://github.com/foray1010/common-presets/issues",
7
7
  "repository": {
@@ -20,7 +20,7 @@
20
20
  "eslintignore"
21
21
  ],
22
22
  "dependencies": {
23
- "@foray1010/common-presets-utils": "^5.0.0",
23
+ "@foray1010/common-presets-utils": "^5.0.1",
24
24
  "@typescript-eslint/eslint-plugin": "^5.13.0",
25
25
  "@typescript-eslint/parser": "^5.13.0",
26
26
  "confusing-browser-globals": "^1.0.10",
@@ -43,10 +43,10 @@
43
43
  "prettier": "^2.0.0"
44
44
  },
45
45
  "engines": {
46
- "node": "^14.17.0 || >=16.13.0 || >=18.0.0"
46
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
47
47
  },
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "6b2dbe64ac8e4677dfb6b72f70e185bcd607f17b"
51
+ "gitHead": "162f905054a12ba6777eb746f2f440a68876463c"
52
52
  }