@ridedott/eslint-plugin 1.6.355 → 1.7.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [1.7.0](https://github.com/ridedott/eslint-plugin/compare/v1.6.355...v1.7.0) (2022-07-26)
2
+
3
+ ### Features
4
+
5
+ - update node to v14
6
+ ([2cf3c3b](https://github.com/ridedott/eslint-plugin/commit/2cf3c3b3daf6fd581819eee65ae18255f1b769f6))
7
+
1
8
  ## [1.6.355](https://github.com/ridedott/eslint-plugin/compare/v1.6.354...v1.6.355) (2022-07-26)
2
9
 
3
10
  ### Chores
package/README.md CHANGED
@@ -36,7 +36,7 @@ consume this package in your project.
36
36
 
37
37
  Minimal requirements to set up the project:
38
38
 
39
- - [Node.js](https://nodejs.org/en) v12, installation instructions can be found
39
+ - [Node.js](https://nodejs.org/en) v14, installation instructions can be found
40
40
  on the official website, a recommended installation option is to use
41
41
  [Node Version Manager](https://github.com/creationix/nvm#readme). It can be
42
42
  installed in a
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "@commitlint/config-conventional": "^17.0.3",
15
15
  "@ridedott/eslint-config": "^2.13.12",
16
16
  "@types/jest": "^27.5.0",
17
- "@types/node": "^12.20.11",
17
+ "@types/node": "^14.18.22",
18
18
  "commitizen": "^4.2.5",
19
19
  "cspell": "^5.21.0",
20
20
  "eslint": "^7.32.0",
@@ -28,7 +28,7 @@
28
28
  "typescript": "^4.7.4"
29
29
  },
30
30
  "engines": {
31
- "node": ">= 12"
31
+ "node": ">= 14"
32
32
  },
33
33
  "files": [
34
34
  "lib",
@@ -77,5 +77,5 @@
77
77
  "test:watch": "jest --watch --verbose false",
78
78
  "types": "tsc --noEmit"
79
79
  },
80
- "version": "1.6.355"
80
+ "version": "1.7.0"
81
81
  }