@ridedott/eslint-plugin 1.6.266 → 1.6.270

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 +42 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,45 @@
1
+ ## [1.6.270](https://github.com/ridedott/eslint-plugin/compare/v1.6.269...v1.6.270) (2021-12-29)
2
+
3
+ ### Chores
4
+
5
+ - **deps-dev:** bump @commitlint/cli from 16.0.0 to 16.0.1
6
+ ([f415a36](https://github.com/ridedott/eslint-plugin/commit/f415a3690a8dff08bae84c263a3923759ee5193c))
7
+ - **deps-dev:** bump @commitlint/config-conventional
8
+ ([1024452](https://github.com/ridedott/eslint-plugin/commit/10244526706af6f0ccbb450df447806984c324ef))
9
+ - **deps-dev:** bump lint-staged from 12.1.3 to 12.1.4
10
+ ([c3c4457](https://github.com/ridedott/eslint-plugin/commit/c3c4457f1b2422236090bbd2ec1b51b3a22ffd3d))
11
+ - **deps:** bump actions/setup-node from 2.5.0 to 2.5.1
12
+ ([9f8cec6](https://github.com/ridedott/eslint-plugin/commit/9f8cec672037b97911e2d11852cc267cb9170dc4))
13
+ - **deps:** bump ridedott/release-me-action from 3.6.22 to 3.6.23
14
+ ([9fbe7d8](https://github.com/ridedott/eslint-plugin/commit/9fbe7d8c34f430454710346d7b119d10b0f25b18))
15
+
16
+ ## [1.6.269](https://github.com/ridedott/eslint-plugin/compare/v1.6.268...v1.6.269) (2021-12-28)
17
+
18
+ ### Chores
19
+
20
+ - **deps-dev:** bump @commitlint/cli from 15.0.0 to 16.0.0
21
+ ([b146c15](https://github.com/ridedott/eslint-plugin/commit/b146c15b2dd6db682c515fa8b039919c54126177))
22
+ - **deps:** bump @typescript-eslint/parser from 5.8.0 to 5.8.1
23
+ ([0e5eba1](https://github.com/ridedott/eslint-plugin/commit/0e5eba1049aa6966e4d54abc32d09186a5843559))
24
+
25
+ ## [1.6.268](https://github.com/ridedott/eslint-plugin/compare/v1.6.267...v1.6.268) (2021-12-21)
26
+
27
+ ### Chores
28
+
29
+ - **deps-dev:** bump cspell from 5.13.3 to 5.13.4
30
+ ([48bc383](https://github.com/ridedott/eslint-plugin/commit/48bc383b7c35289d4a228f4c9169ca4a276679e3))
31
+ - **deps-dev:** bump lint-staged from 12.1.2 to 12.1.3
32
+ ([faeb527](https://github.com/ridedott/eslint-plugin/commit/faeb527745befbe39224ce36f043b8dfa771c6ad))
33
+ - **deps:** bump @typescript-eslint/parser from 5.7.0 to 5.8.0
34
+ ([c94d46f](https://github.com/ridedott/eslint-plugin/commit/c94d46fccd51d122b31ee115cecddaf70e9ecc56))
35
+
36
+ ## [1.6.267](https://github.com/ridedott/eslint-plugin/compare/v1.6.266...v1.6.267) (2021-12-16)
37
+
38
+ ### Chores
39
+
40
+ - **deps:** bump ridedott/release-me-action from 3.6.21 to 3.6.22
41
+ ([3201308](https://github.com/ridedott/eslint-plugin/commit/320130877ff4568a47bcbb7c3720784d226b67d6))
42
+
1
43
  ## [1.6.266](https://github.com/ridedott/eslint-plugin/compare/v1.6.265...v1.6.266) (2021-12-14)
2
44
 
3
45
  ### 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.8.1"
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
16
  "@types/jest": "^27.0.3",
17
17
  "@types/node": "^12.20.11",
18
18
  "commitizen": "^4.2.4",
19
- "cspell": "^5.13.3",
19
+ "cspell": "^5.13.4",
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.4",
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.266"
80
+ "version": "1.6.270"
81
81
  }