@ridedott/eslint-plugin 1.6.253 → 1.6.257

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 +40 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,43 @@
1
+ ## [1.6.257](https://github.com/ridedott/eslint-plugin/compare/v1.6.256...v1.6.257) (2021-11-18)
2
+
3
+ ### Chores
4
+
5
+ - **deps-dev:** bump @commitlint/cli from 14.1.0 to 15.0.0
6
+ ([0862395](https://github.com/ridedott/eslint-plugin/commit/086239538b90c5246cb61227b424ef83ed968e67))
7
+ - **deps-dev:** bump @commitlint/config-conventional
8
+ ([19d1f36](https://github.com/ridedott/eslint-plugin/commit/19d1f36ace137310481eeb79d93f86a1482e568d))
9
+ - **deps-dev:** bump cspell from 5.12.6 to 5.13.0
10
+ ([68da56c](https://github.com/ridedott/eslint-plugin/commit/68da56cb6b18e4193b4248e1811d39480003dff1))
11
+ - **deps-dev:** bump typescript from 4.4.4 to 4.5.2
12
+ ([321505e](https://github.com/ridedott/eslint-plugin/commit/321505e9d553fe1caeccc21cdee0fddb67078544))
13
+ - **deps:** bump ridedott/release-me-action from 3.6.13 to 3.6.14
14
+ ([06c8931](https://github.com/ridedott/eslint-plugin/commit/06c89310ea62cb224d92aeebdf4bdd48e8e6e4aa))
15
+
16
+ ## [1.6.256](https://github.com/ridedott/eslint-plugin/compare/v1.6.255...v1.6.256) (2021-11-16)
17
+
18
+ ### Chores
19
+
20
+ - **deps-dev:** bump lint-staged from 11.2.6 to 12.0.2
21
+ ([5060f97](https://github.com/ridedott/eslint-plugin/commit/5060f97b148d55b24c9b59271a2e5594f10b4394))
22
+ - **deps:** bump @typescript-eslint/parser from 5.3.1 to 5.4.0
23
+ ([30f1d54](https://github.com/ridedott/eslint-plugin/commit/30f1d54be6ab026af83135d81186bcd7db471b8f))
24
+
25
+ ## [1.6.255](https://github.com/ridedott/eslint-plugin/compare/v1.6.254...v1.6.255) (2021-11-09)
26
+
27
+ ### Chores
28
+
29
+ - **deps:** bump @typescript-eslint/parser from 5.3.0 to 5.3.1
30
+ ([8fd4dfb](https://github.com/ridedott/eslint-plugin/commit/8fd4dfb33051846862ae8f03dc950678030d2ef0))
31
+
32
+ ## [1.6.254](https://github.com/ridedott/eslint-plugin/compare/v1.6.253...v1.6.254) (2021-11-05)
33
+
34
+ ### Chores
35
+
36
+ - **deps-dev:** bump cspell from 5.12.5 to 5.12.6
37
+ ([13e718d](https://github.com/ridedott/eslint-plugin/commit/13e718db3707c112e670f1a08908ecf9a37acd51))
38
+ - **deps:** bump ridedott/release-me-action from 3.6.11 to 3.6.13
39
+ ([02a8139](https://github.com/ridedott/eslint-plugin/commit/02a8139ecad39fd2fa51fbc73f302855e799d5ef))
40
+
1
41
  ## [1.6.253](https://github.com/ridedott/eslint-plugin/compare/v1.6.252...v1.6.253) (2021-11-04)
2
42
 
3
43
  ### 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.3.0"
9
+ "@typescript-eslint/parser": "^5.4.0"
10
10
  },
11
11
  "description": "ESLint plugin for custom rules.",
12
12
  "devDependencies": {
13
- "@commitlint/cli": "^14.1.0",
14
- "@commitlint/config-conventional": "^14.1.0",
13
+ "@commitlint/cli": "^15.0.0",
14
+ "@commitlint/config-conventional": "^15.0.0",
15
15
  "@ridedott/eslint-config": "^2.13.12",
16
16
  "@types/jest": "^27.0.2",
17
17
  "@types/node": "^12.20.11",
18
18
  "commitizen": "^4.2.4",
19
- "cspell": "^5.12.5",
19
+ "cspell": "^5.13.0",
20
20
  "eslint": "^7.32.0",
21
21
  "husky": "^7.0.4",
22
22
  "jest": "^26.6.3",
23
- "lint-staged": "^11.2.6",
23
+ "lint-staged": "^12.0.2",
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.4.4"
28
+ "typescript": "^4.5.2"
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.253"
80
+ "version": "1.6.257"
81
81
  }