@ridedott/eslint-plugin 1.6.227 → 1.6.231

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 +38 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,41 @@
1
+ ## [1.6.231](https://github.com/ridedott/eslint-plugin/compare/v1.6.230...v1.6.231) (2021-09-22)
2
+
3
+ ### Chores
4
+
5
+ - **deps-dev:** bump @types/jest from 27.0.1 to 27.0.2
6
+ ([bcad98c](https://github.com/ridedott/eslint-plugin/commit/bcad98c1c91b1a4c8ec4593c6e54ae5fd4d51cbb))
7
+ - **deps-dev:** bump cspell from 5.9.1 to 5.10.1
8
+ ([6f8e8a9](https://github.com/ridedott/eslint-plugin/commit/6f8e8a9389e8fc894c3caafc07833c666b73af79))
9
+ - **deps:** bump @typescript-eslint/experimental-utils
10
+ ([504f567](https://github.com/ridedott/eslint-plugin/commit/504f56768df76581afdeb192a199843a477a658f))
11
+
12
+ ## [1.6.230](https://github.com/ridedott/eslint-plugin/compare/v1.6.229...v1.6.230) (2021-09-22)
13
+
14
+ ### Chores
15
+
16
+ - **deps:** bump ridedott/release-me-action from 3.5.56 to 3.5.59
17
+ ([226eb3c](https://github.com/ridedott/eslint-plugin/commit/226eb3c85f8102fa792199b948496fdac126b499))
18
+
19
+ ## [1.6.229](https://github.com/ridedott/eslint-plugin/compare/v1.6.228...v1.6.229) (2021-09-14)
20
+
21
+ ### Chores
22
+
23
+ - **deps:** bump @typescript-eslint/parser from 4.31.0 to 4.31.1
24
+ ([10374a0](https://github.com/ridedott/eslint-plugin/commit/10374a01aadb49aa7dc1586a57fac149a132f350))
25
+ - **deps:** bump ridedott/release-me-action from 3.5.54 to 3.5.56
26
+ ([0cfdb84](https://github.com/ridedott/eslint-plugin/commit/0cfdb84d27ac9e5fc2e9dfb9a8a81fee0b52c19a))
27
+ - **deps-dev:** bump cspell from 5.9.0 to 5.9.1
28
+ ([543c048](https://github.com/ridedott/eslint-plugin/commit/543c048c7b6bba9d0411eeab884e1d31f70af5af))
29
+ - **deps-dev:** bump typescript from 4.4.2 to 4.4.3
30
+ ([847cafe](https://github.com/ridedott/eslint-plugin/commit/847cafe5d20d66d5bd0617c959e8a36b4eb57c5b))
31
+
32
+ ## [1.6.228](https://github.com/ridedott/eslint-plugin/compare/v1.6.227...v1.6.228) (2021-09-14)
33
+
34
+ ### Chores
35
+
36
+ - **deps:** bump @typescript-eslint/experimental-utils
37
+ ([a0896ed](https://github.com/ridedott/eslint-plugin/commit/a0896ed5dbd5f64a243c9b697263498944dd125b))
38
+
1
39
  ## [1.6.227](https://github.com/ridedott/eslint-plugin/compare/v1.6.226...v1.6.227) (2021-09-07)
2
40
 
3
41
  ### Chores
package/package.json CHANGED
@@ -5,18 +5,18 @@
5
5
  }
6
6
  },
7
7
  "dependencies": {
8
- "@typescript-eslint/experimental-utils": "^4.31.0",
9
- "@typescript-eslint/parser": "^4.31.0"
8
+ "@typescript-eslint/experimental-utils": "^4.31.2",
9
+ "@typescript-eslint/parser": "^4.31.1"
10
10
  },
11
11
  "description": "ESLint plugin for custom rules.",
12
12
  "devDependencies": {
13
13
  "@commitlint/cli": "^13.1.0",
14
14
  "@commitlint/config-conventional": "^13.1.0",
15
15
  "@ridedott/eslint-config": "^2.13.12",
16
- "@types/jest": "^27.0.1",
16
+ "@types/jest": "^27.0.2",
17
17
  "@types/node": "^12.20.11",
18
18
  "commitizen": "^4.2.4",
19
- "cspell": "^5.9.0",
19
+ "cspell": "^5.10.1",
20
20
  "eslint": "^7.32.0",
21
21
  "husky": "^7.0.2",
22
22
  "jest": "^26.6.3",
@@ -25,7 +25,7 @@
25
25
  "prettier": "^2.2.1",
26
26
  "ts-jest": "^26.5.6",
27
27
  "ts-node": "^10.2.1",
28
- "typescript": "^4.4.2"
28
+ "typescript": "^4.4.3"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">= 12"
@@ -77,5 +77,5 @@
77
77
  "test:watch": "jest --watch --verbose false",
78
78
  "types": "tsc --noEmit"
79
79
  },
80
- "version": "1.6.227"
80
+ "version": "1.6.231"
81
81
  }