@ridedott/eslint-plugin 1.6.271 → 1.6.275

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 +52 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,55 @@
1
+ ## [1.6.275](https://github.com/ridedott/eslint-plugin/compare/v1.6.274...v1.6.275) (2022-01-24)
2
+
3
+ ### Chores
4
+
5
+ - **deps-dev:** bump lint-staged from 12.2.2 to 12.3.1
6
+ ([9151f42](https://github.com/ridedott/eslint-plugin/commit/9151f42320fa7df4f9a5ad6cb5b02ca94afdc316))
7
+ - **deps:** bump ridedott/release-me-action from 3.6.24 to 3.6.25
8
+ ([f19ff49](https://github.com/ridedott/eslint-plugin/commit/f19ff4945816a878a12d7c1437aa7ee720ed4c6a))
9
+
10
+ ## [1.6.274](https://github.com/ridedott/eslint-plugin/compare/v1.6.273...v1.6.274) (2022-01-21)
11
+
12
+ ### Chores
13
+
14
+ - **deps-dev:** bump @commitlint/cli from 16.0.2 to 16.0.3
15
+ ([c30c8d4](https://github.com/ridedott/eslint-plugin/commit/c30c8d4ed0327c4ab005aac58b045e4ee94268b5))
16
+ - **deps-dev:** bump @commitlint/cli from 16.0.3 to 16.1.0
17
+ ([5533d42](https://github.com/ridedott/eslint-plugin/commit/5533d4276b0db3a55033164f75bac99771a9b1f2))
18
+ - **deps-dev:** bump cspell from 5.15.2 to 5.16.0
19
+ ([7135991](https://github.com/ridedott/eslint-plugin/commit/7135991e4a01af61871077af55384478fa03b217))
20
+ - **deps-dev:** bump lint-staged from 12.1.7 to 12.2.0
21
+ ([ac770ec](https://github.com/ridedott/eslint-plugin/commit/ac770ec09113354773047d068eba8b02a2748dec))
22
+ - **deps-dev:** bump lint-staged from 12.2.0 to 12.2.1
23
+ ([b8dffb8](https://github.com/ridedott/eslint-plugin/commit/b8dffb806e1dadebfe4fd9ab954e245240fbe5ba))
24
+ - **deps-dev:** bump lint-staged from 12.2.1 to 12.2.2
25
+ ([b68510d](https://github.com/ridedott/eslint-plugin/commit/b68510dd8e6c03e58fbc9ed44cf3c6cd97e0f91a))
26
+ - **deps-dev:** bump typescript from 4.5.4 to 4.5.5
27
+ ([8e0a8a1](https://github.com/ridedott/eslint-plugin/commit/8e0a8a1e198fab114b220bcb38c4acac34ff6b9d))
28
+ - **deps:** bump ridedott/release-me-action from 3.6.23 to 3.6.24
29
+ ([d53be90](https://github.com/ridedott/eslint-plugin/commit/d53be90ea6b917ad261d0522851036ae2b5b434a))
30
+
31
+ ## [1.6.273](https://github.com/ridedott/eslint-plugin/compare/v1.6.272...v1.6.273) (2022-01-18)
32
+
33
+ ### Chores
34
+
35
+ - **deps-dev:** bump cspell from 5.15.1 to 5.15.2
36
+ ([dcd0b33](https://github.com/ridedott/eslint-plugin/commit/dcd0b3330556f55af55f8d9627302384c68f6a2a))
37
+ - **deps:** bump @typescript-eslint/parser from 5.9.1 to 5.10.0
38
+ ([320058a](https://github.com/ridedott/eslint-plugin/commit/320058a939c0816d3fced94c3cf41f03272ad722))
39
+
40
+ ## [1.6.272](https://github.com/ridedott/eslint-plugin/compare/v1.6.271...v1.6.272) (2022-01-11)
41
+
42
+ ### Chores
43
+
44
+ - **deps-dev:** bump @commitlint/cli from 16.0.1 to 16.0.2
45
+ ([79553ca](https://github.com/ridedott/eslint-plugin/commit/79553ca7089b5d9ee9182c233ede121dfa5ab8cd))
46
+ - **deps-dev:** bump cspell from 5.14.0 to 5.15.1
47
+ ([27193c8](https://github.com/ridedott/eslint-plugin/commit/27193c82a7fed9613da375c031cf60a36da6fad0))
48
+ - **deps-dev:** bump lint-staged from 12.1.5 to 12.1.7
49
+ ([66aa395](https://github.com/ridedott/eslint-plugin/commit/66aa39583c2373dc04a8bf9438431e54052ee58a))
50
+ - **deps:** bump @typescript-eslint/parser from 5.9.0 to 5.9.1
51
+ ([8ad8f52](https://github.com/ridedott/eslint-plugin/commit/8ad8f522692a2b7e0bc27f2b8e273ec6bb0f9ac3))
52
+
1
53
  ## [1.6.271](https://github.com/ridedott/eslint-plugin/compare/v1.6.270...v1.6.271) (2022-01-04)
2
54
 
3
55
  ### Chores
package/package.json CHANGED
@@ -6,26 +6,26 @@
6
6
  },
7
7
  "dependencies": {
8
8
  "@typescript-eslint/experimental-utils": "^4.33.0",
9
- "@typescript-eslint/parser": "^5.9.0"
9
+ "@typescript-eslint/parser": "^5.10.0"
10
10
  },
11
11
  "description": "ESLint plugin for custom rules.",
12
12
  "devDependencies": {
13
- "@commitlint/cli": "^16.0.1",
13
+ "@commitlint/cli": "^16.1.0",
14
14
  "@commitlint/config-conventional": "^16.0.0",
15
15
  "@ridedott/eslint-config": "^2.13.12",
16
16
  "@types/jest": "^27.4.0",
17
17
  "@types/node": "^12.20.11",
18
18
  "commitizen": "^4.2.4",
19
- "cspell": "^5.14.0",
19
+ "cspell": "^5.16.0",
20
20
  "eslint": "^7.32.0",
21
21
  "husky": "^7.0.4",
22
22
  "jest": "^26.6.3",
23
- "lint-staged": "^12.1.5",
23
+ "lint-staged": "^12.3.1",
24
24
  "npm-run-all": "^4.1.5",
25
25
  "prettier": "^2.2.1",
26
26
  "ts-jest": "^26.5.6",
27
27
  "ts-node": "^10.4.0",
28
- "typescript": "^4.5.4"
28
+ "typescript": "^4.5.5"
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.271"
80
+ "version": "1.6.275"
81
81
  }