@ridedott/eslint-plugin 1.6.311 → 1.6.314

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 +35 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,38 @@
1
+ ## [1.6.314](https://github.com/ridedott/eslint-plugin/compare/v1.6.313...v1.6.314) (2022-05-06)
2
+
3
+ ### Chores
4
+
5
+ - **deps:** bump ridedott/release-me-action from 3.6.36 to 3.6.37
6
+ ([d7f956e](https://github.com/ridedott/eslint-plugin/commit/d7f956e9682f38b889ae4fc8d506cb78c01324e0))
7
+
8
+ ## [1.6.313](https://github.com/ridedott/eslint-plugin/compare/v1.6.312...v1.6.313) (2022-05-03)
9
+
10
+ ### Chores
11
+
12
+ - **deps-dev:** bump @types/jest from 27.4.1 to 27.5.0
13
+ ([3fcaaa6](https://github.com/ridedott/eslint-plugin/commit/3fcaaa60bfb74a32065ef2ef7130e4f2bab18854))
14
+ - **deps-dev:** bump cspell from 5.19.7 to 5.20.0
15
+ ([3e5898d](https://github.com/ridedott/eslint-plugin/commit/3e5898d504e46690bda259016e74182064fc301e))
16
+ - **deps:** bump @typescript-eslint/parser from 5.21.0 to 5.22.0
17
+ ([5a64c53](https://github.com/ridedott/eslint-plugin/commit/5a64c5309e800391a7102f9bdbec6490f0552e26))
18
+ - **deps:** bump @typescript-eslint/utils from 5.21.0 to 5.22.0
19
+ ([fc19435](https://github.com/ridedott/eslint-plugin/commit/fc19435ee3ef637f0f8dca375cf1530fd7c2d809))
20
+
21
+ ## [1.6.312](https://github.com/ridedott/eslint-plugin/compare/v1.6.311...v1.6.312) (2022-04-29)
22
+
23
+ ### Chores
24
+
25
+ - **deps-dev:** bump @commitlint/cli from 16.2.3 to 16.2.4
26
+ ([550e365](https://github.com/ridedott/eslint-plugin/commit/550e3654b3be0fba8e9b2005949e17de82d7d9b1))
27
+ - **deps-dev:** bump @commitlint/config-conventional
28
+ ([f8b1210](https://github.com/ridedott/eslint-plugin/commit/f8b12102dc907c3045798f2a2c760f418b15ab2f))
29
+ - **deps-dev:** bump lint-staged from 12.4.0 to 12.4.1
30
+ ([6492bf9](https://github.com/ridedott/eslint-plugin/commit/6492bf96050dfd5ea7e0db5ede26f7c1cea71f13))
31
+ - **deps-dev:** bump typescript from 4.6.3 to 4.6.4
32
+ ([039a1a4](https://github.com/ridedott/eslint-plugin/commit/039a1a46ea3b297619fc999da64c376a9444d3de))
33
+ - **deps:** bump ridedott/release-me-action from 3.6.35 to 3.6.36
34
+ ([5049e7f](https://github.com/ridedott/eslint-plugin/commit/5049e7f31d6824748036698e0a55406183456b87))
35
+
1
36
  ## [1.6.311](https://github.com/ridedott/eslint-plugin/compare/v1.6.310...v1.6.311) (2022-04-26)
2
37
 
3
38
  ### Chores
package/package.json CHANGED
@@ -5,27 +5,27 @@
5
5
  }
6
6
  },
7
7
  "dependencies": {
8
- "@typescript-eslint/parser": "^5.21.0",
9
- "@typescript-eslint/utils": "^5.21.0"
8
+ "@typescript-eslint/parser": "^5.22.0",
9
+ "@typescript-eslint/utils": "^5.22.0"
10
10
  },
11
11
  "description": "ESLint plugin for custom rules.",
12
12
  "devDependencies": {
13
- "@commitlint/cli": "^16.2.3",
14
- "@commitlint/config-conventional": "^16.2.1",
13
+ "@commitlint/cli": "^16.2.4",
14
+ "@commitlint/config-conventional": "^16.2.4",
15
15
  "@ridedott/eslint-config": "^2.13.12",
16
- "@types/jest": "^27.4.1",
16
+ "@types/jest": "^27.5.0",
17
17
  "@types/node": "^12.20.11",
18
18
  "commitizen": "^4.2.4",
19
- "cspell": "^5.19.7",
19
+ "cspell": "^5.20.0",
20
20
  "eslint": "^7.32.0",
21
21
  "husky": "^7.0.4",
22
22
  "jest": "^26.6.3",
23
- "lint-staged": "^12.4.0",
23
+ "lint-staged": "^12.4.1",
24
24
  "npm-run-all": "^4.1.5",
25
25
  "prettier": "^2.6.2",
26
26
  "ts-jest": "^26.5.6",
27
27
  "ts-node": "^10.7.0",
28
- "typescript": "^4.6.3"
28
+ "typescript": "^4.6.4"
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.311"
80
+ "version": "1.6.314"
81
81
  }