@ridedott/eslint-plugin 1.6.267 → 1.6.271

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 +48 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,51 @@
1
+ ## [1.6.271](https://github.com/ridedott/eslint-plugin/compare/v1.6.270...v1.6.271) (2022-01-04)
2
+
3
+ ### Chores
4
+
5
+ - **deps-dev:** bump @types/jest from 27.0.3 to 27.4.0
6
+ ([e8eba5f](https://github.com/ridedott/eslint-plugin/commit/e8eba5f8e3ebe38a55603ab984c4988a0e9de384))
7
+ - **deps-dev:** bump cspell from 5.13.4 to 5.14.0
8
+ ([f86c0f6](https://github.com/ridedott/eslint-plugin/commit/f86c0f6ff71e92c17b62099c3a17790836b91d0f))
9
+ - **deps-dev:** bump lint-staged from 12.1.4 to 12.1.5
10
+ ([95599cc](https://github.com/ridedott/eslint-plugin/commit/95599cc61993fa2378ac10b17da17c2be0c09843))
11
+ - **deps:** bump @typescript-eslint/parser from 5.8.1 to 5.9.0
12
+ ([2fdf627](https://github.com/ridedott/eslint-plugin/commit/2fdf6270516eac778d0ef85fcec6142fbf053205))
13
+
14
+ ## [1.6.270](https://github.com/ridedott/eslint-plugin/compare/v1.6.269...v1.6.270) (2021-12-29)
15
+
16
+ ### Chores
17
+
18
+ - **deps-dev:** bump @commitlint/cli from 16.0.0 to 16.0.1
19
+ ([f415a36](https://github.com/ridedott/eslint-plugin/commit/f415a3690a8dff08bae84c263a3923759ee5193c))
20
+ - **deps-dev:** bump @commitlint/config-conventional
21
+ ([1024452](https://github.com/ridedott/eslint-plugin/commit/10244526706af6f0ccbb450df447806984c324ef))
22
+ - **deps-dev:** bump lint-staged from 12.1.3 to 12.1.4
23
+ ([c3c4457](https://github.com/ridedott/eslint-plugin/commit/c3c4457f1b2422236090bbd2ec1b51b3a22ffd3d))
24
+ - **deps:** bump actions/setup-node from 2.5.0 to 2.5.1
25
+ ([9f8cec6](https://github.com/ridedott/eslint-plugin/commit/9f8cec672037b97911e2d11852cc267cb9170dc4))
26
+ - **deps:** bump ridedott/release-me-action from 3.6.22 to 3.6.23
27
+ ([9fbe7d8](https://github.com/ridedott/eslint-plugin/commit/9fbe7d8c34f430454710346d7b119d10b0f25b18))
28
+
29
+ ## [1.6.269](https://github.com/ridedott/eslint-plugin/compare/v1.6.268...v1.6.269) (2021-12-28)
30
+
31
+ ### Chores
32
+
33
+ - **deps-dev:** bump @commitlint/cli from 15.0.0 to 16.0.0
34
+ ([b146c15](https://github.com/ridedott/eslint-plugin/commit/b146c15b2dd6db682c515fa8b039919c54126177))
35
+ - **deps:** bump @typescript-eslint/parser from 5.8.0 to 5.8.1
36
+ ([0e5eba1](https://github.com/ridedott/eslint-plugin/commit/0e5eba1049aa6966e4d54abc32d09186a5843559))
37
+
38
+ ## [1.6.268](https://github.com/ridedott/eslint-plugin/compare/v1.6.267...v1.6.268) (2021-12-21)
39
+
40
+ ### Chores
41
+
42
+ - **deps-dev:** bump cspell from 5.13.3 to 5.13.4
43
+ ([48bc383](https://github.com/ridedott/eslint-plugin/commit/48bc383b7c35289d4a228f4c9169ca4a276679e3))
44
+ - **deps-dev:** bump lint-staged from 12.1.2 to 12.1.3
45
+ ([faeb527](https://github.com/ridedott/eslint-plugin/commit/faeb527745befbe39224ce36f043b8dfa771c6ad))
46
+ - **deps:** bump @typescript-eslint/parser from 5.7.0 to 5.8.0
47
+ ([c94d46f](https://github.com/ridedott/eslint-plugin/commit/c94d46fccd51d122b31ee115cecddaf70e9ecc56))
48
+
1
49
  ## [1.6.267](https://github.com/ridedott/eslint-plugin/compare/v1.6.266...v1.6.267) (2021-12-16)
2
50
 
3
51
  ### Chores
package/package.json CHANGED
@@ -6,21 +6,21 @@
6
6
  },
7
7
  "dependencies": {
8
8
  "@typescript-eslint/experimental-utils": "^4.33.0",
9
- "@typescript-eslint/parser": "^5.7.0"
9
+ "@typescript-eslint/parser": "^5.9.0"
10
10
  },
11
11
  "description": "ESLint plugin for custom rules.",
12
12
  "devDependencies": {
13
- "@commitlint/cli": "^15.0.0",
14
- "@commitlint/config-conventional": "^15.0.0",
13
+ "@commitlint/cli": "^16.0.1",
14
+ "@commitlint/config-conventional": "^16.0.0",
15
15
  "@ridedott/eslint-config": "^2.13.12",
16
- "@types/jest": "^27.0.3",
16
+ "@types/jest": "^27.4.0",
17
17
  "@types/node": "^12.20.11",
18
18
  "commitizen": "^4.2.4",
19
- "cspell": "^5.13.3",
19
+ "cspell": "^5.14.0",
20
20
  "eslint": "^7.32.0",
21
21
  "husky": "^7.0.4",
22
22
  "jest": "^26.6.3",
23
- "lint-staged": "^12.1.2",
23
+ "lint-staged": "^12.1.5",
24
24
  "npm-run-all": "^4.1.5",
25
25
  "prettier": "^2.2.1",
26
26
  "ts-jest": "^26.5.6",
@@ -77,5 +77,5 @@
77
77
  "test:watch": "jest --watch --verbose false",
78
78
  "types": "tsc --noEmit"
79
79
  },
80
- "version": "1.6.267"
80
+ "version": "1.6.271"
81
81
  }