@i2analyze/eslint-config-i2connect 2.0.0-next.0 → 2.0.0-next.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 +12 -5
  2. package/package.json +28 -28
package/CHANGELOG.md CHANGED
@@ -1,26 +1,33 @@
1
1
  # @i2analyze/eslint-config-i2connect
2
2
 
3
+ ## 2.0.0-next.1
4
+
5
+ ### Major Changes
6
+
7
+ - BREAKING CHANGE: Set 14.17.0 as the minimum supported node.js version.
8
+ - BREAKING CHANGE: Update eslint dependency in i2connect-scripts to version 8, see [here](https://eslint.org/docs/8.0.0/user-guide/migrating-to-8.0.0) for the eslint migration guide.
9
+
3
10
  ## 2.0.0-next.0
4
11
 
5
12
  ### Major Changes
6
13
 
7
- - d7f4283: BREAKING CHANGE: Remove no-unused-vars suppression as we no longer use decorators.
14
+ - BREAKING CHANGE: Remove no-unused-vars suppression as we no longer use decorators.
8
15
 
9
16
  ## 1.0.2
10
17
 
11
18
  ### Patch Changes
12
19
 
13
- - cc9d526: Update copyright information.
14
- - ed28e8e: Update urls to use correct github organization.
20
+ - Update copyright information.
21
+ - Update urls to use correct github organization.
15
22
 
16
23
  ## 1.0.1
17
24
 
18
25
  ### Patch Changes
19
26
 
20
- - 927589d: Update READMEs and homepages for public packages
27
+ - Update READMEs and homepages for public packages
21
28
 
22
29
  ## 1.0.0
23
30
 
24
31
  ### Major Changes
25
32
 
26
- - 79b1db9: Initial release.
33
+ - Initial release.
package/package.json CHANGED
@@ -1,28 +1,28 @@
1
- {
2
- "name": "@i2analyze/eslint-config-i2connect",
3
- "version": "2.0.0-next.0",
4
- "license": "MIT",
5
- "publishConfig": {
6
- "access": "public",
7
- "registry": "https://registry.npmjs.org/"
8
- },
9
- "homepage": "https://github.com/i2group/analyze-connect-node-sdk",
10
- "peerDependencies": {
11
- "@typescript-eslint/eslint-plugin": "^4.2.0",
12
- "@typescript-eslint/parser": "^4.0.0",
13
- "eslint-config-prettier": "^8.3.0",
14
- "eslint": "^7.17.0"
15
- },
16
- "scripts": {
17
- "lint": "eslint ."
18
- },
19
- "engines": {
20
- "node": ">= 14"
21
- },
22
- "files": [
23
- "index.js"
24
- ],
25
- "volta": {
26
- "extends": "../../package.json"
27
- }
28
- }
1
+ {
2
+ "name": "@i2analyze/eslint-config-i2connect",
3
+ "version": "2.0.0-next.1",
4
+ "license": "MIT",
5
+ "publishConfig": {
6
+ "access": "public",
7
+ "registry": "https://registry.npmjs.org/"
8
+ },
9
+ "homepage": "https://github.com/i2group/analyze-connect-node-sdk",
10
+ "peerDependencies": {
11
+ "@typescript-eslint/eslint-plugin": "^5.21.0",
12
+ "@typescript-eslint/parser": "^5.21.0",
13
+ "eslint-config-prettier": "^8.5.0",
14
+ "eslint": "^8.14.0"
15
+ },
16
+ "scripts": {
17
+ "lint": "eslint ."
18
+ },
19
+ "engines": {
20
+ "node": ">=14.17.0"
21
+ },
22
+ "files": [
23
+ "index.js"
24
+ ],
25
+ "volta": {
26
+ "extends": "../../package.json"
27
+ }
28
+ }