@ridedott/eslint-plugin 1.6.310 → 1.6.313

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.313](https://github.com/ridedott/eslint-plugin/compare/v1.6.312...v1.6.313) (2022-05-03)
2
+
3
+ ### Chores
4
+
5
+ - **deps-dev:** bump @types/jest from 27.4.1 to 27.5.0
6
+ ([3fcaaa6](https://github.com/ridedott/eslint-plugin/commit/3fcaaa60bfb74a32065ef2ef7130e4f2bab18854))
7
+ - **deps-dev:** bump cspell from 5.19.7 to 5.20.0
8
+ ([3e5898d](https://github.com/ridedott/eslint-plugin/commit/3e5898d504e46690bda259016e74182064fc301e))
9
+ - **deps:** bump @typescript-eslint/parser from 5.21.0 to 5.22.0
10
+ ([5a64c53](https://github.com/ridedott/eslint-plugin/commit/5a64c5309e800391a7102f9bdbec6490f0552e26))
11
+ - **deps:** bump @typescript-eslint/utils from 5.21.0 to 5.22.0
12
+ ([fc19435](https://github.com/ridedott/eslint-plugin/commit/fc19435ee3ef637f0f8dca375cf1530fd7c2d809))
13
+
14
+ ## [1.6.312](https://github.com/ridedott/eslint-plugin/compare/v1.6.311...v1.6.312) (2022-04-29)
15
+
16
+ ### Chores
17
+
18
+ - **deps-dev:** bump @commitlint/cli from 16.2.3 to 16.2.4
19
+ ([550e365](https://github.com/ridedott/eslint-plugin/commit/550e3654b3be0fba8e9b2005949e17de82d7d9b1))
20
+ - **deps-dev:** bump @commitlint/config-conventional
21
+ ([f8b1210](https://github.com/ridedott/eslint-plugin/commit/f8b12102dc907c3045798f2a2c760f418b15ab2f))
22
+ - **deps-dev:** bump lint-staged from 12.4.0 to 12.4.1
23
+ ([6492bf9](https://github.com/ridedott/eslint-plugin/commit/6492bf96050dfd5ea7e0db5ede26f7c1cea71f13))
24
+ - **deps-dev:** bump typescript from 4.6.3 to 4.6.4
25
+ ([039a1a4](https://github.com/ridedott/eslint-plugin/commit/039a1a46ea3b297619fc999da64c376a9444d3de))
26
+ - **deps:** bump ridedott/release-me-action from 3.6.35 to 3.6.36
27
+ ([5049e7f](https://github.com/ridedott/eslint-plugin/commit/5049e7f31d6824748036698e0a55406183456b87))
28
+
29
+ ## [1.6.311](https://github.com/ridedott/eslint-plugin/compare/v1.6.310...v1.6.311) (2022-04-26)
30
+
31
+ ### Chores
32
+
33
+ - **deps:** bump ridedott/release-me-action from 3.6.34 to 3.6.35
34
+ ([4334636](https://github.com/ridedott/eslint-plugin/commit/43346365837e0f1e9bfbaca28ccc3ceba77e7810))
35
+
1
36
  ## [1.6.310](https://github.com/ridedott/eslint-plugin/compare/v1.6.309...v1.6.310) (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.310"
80
+ "version": "1.6.313"
81
81
  }