@ridedott/eslint-plugin 1.6.255 → 1.6.259

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 +46 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,49 @@
1
+ ## [1.6.259](https://github.com/ridedott/eslint-plugin/compare/v1.6.258...v1.6.259) (2021-11-24)
2
+
3
+ ### Chores
4
+
5
+ - **deps:** bump ridedott/release-me-action from 3.6.14 to 3.6.16
6
+ ([2454a5f](https://github.com/ridedott/eslint-plugin/commit/2454a5fbaf3f7cec29780023fe466be953fd29b5))
7
+
8
+ ## [1.6.258](https://github.com/ridedott/eslint-plugin/compare/v1.6.257...v1.6.258) (2021-11-23)
9
+
10
+ ### Chores
11
+
12
+ - **deps-dev:** bump @types/jest from 27.0.2 to 27.0.3
13
+ ([222b41e](https://github.com/ridedott/eslint-plugin/commit/222b41e918717631bcb7832590fd52c769b29c74))
14
+ - **deps-dev:** bump lint-staged from 12.0.2 to 12.0.3
15
+ ([485d6aa](https://github.com/ridedott/eslint-plugin/commit/485d6aa1a9315945c9c4f9534662705a8818e1fd))
16
+ - **deps-dev:** bump lint-staged from 12.0.3 to 12.1.1
17
+ ([728e6ce](https://github.com/ridedott/eslint-plugin/commit/728e6ce66f90aaadcd0bb6e7008401946fb49a7e))
18
+ - **deps-dev:** bump lint-staged from 12.1.1 to 12.1.2
19
+ ([eaf6664](https://github.com/ridedott/eslint-plugin/commit/eaf66641d40f109dec5c077058db3949a7bcea37))
20
+ - **deps:** bump actions/cache from 2.1.6 to 2.1.7
21
+ ([5218763](https://github.com/ridedott/eslint-plugin/commit/5218763b2e67d70f48949d777ffe62011626ef70))
22
+
23
+ ## [1.6.257](https://github.com/ridedott/eslint-plugin/compare/v1.6.256...v1.6.257) (2021-11-18)
24
+
25
+ ### Chores
26
+
27
+ - **deps-dev:** bump @commitlint/cli from 14.1.0 to 15.0.0
28
+ ([0862395](https://github.com/ridedott/eslint-plugin/commit/086239538b90c5246cb61227b424ef83ed968e67))
29
+ - **deps-dev:** bump @commitlint/config-conventional
30
+ ([19d1f36](https://github.com/ridedott/eslint-plugin/commit/19d1f36ace137310481eeb79d93f86a1482e568d))
31
+ - **deps-dev:** bump cspell from 5.12.6 to 5.13.0
32
+ ([68da56c](https://github.com/ridedott/eslint-plugin/commit/68da56cb6b18e4193b4248e1811d39480003dff1))
33
+ - **deps-dev:** bump typescript from 4.4.4 to 4.5.2
34
+ ([321505e](https://github.com/ridedott/eslint-plugin/commit/321505e9d553fe1caeccc21cdee0fddb67078544))
35
+ - **deps:** bump ridedott/release-me-action from 3.6.13 to 3.6.14
36
+ ([06c8931](https://github.com/ridedott/eslint-plugin/commit/06c89310ea62cb224d92aeebdf4bdd48e8e6e4aa))
37
+
38
+ ## [1.6.256](https://github.com/ridedott/eslint-plugin/compare/v1.6.255...v1.6.256) (2021-11-16)
39
+
40
+ ### Chores
41
+
42
+ - **deps-dev:** bump lint-staged from 11.2.6 to 12.0.2
43
+ ([5060f97](https://github.com/ridedott/eslint-plugin/commit/5060f97b148d55b24c9b59271a2e5594f10b4394))
44
+ - **deps:** bump @typescript-eslint/parser from 5.3.1 to 5.4.0
45
+ ([30f1d54](https://github.com/ridedott/eslint-plugin/commit/30f1d54be6ab026af83135d81186bcd7db471b8f))
46
+
1
47
  ## [1.6.255](https://github.com/ridedott/eslint-plugin/compare/v1.6.254...v1.6.255) (2021-11-09)
2
48
 
3
49
  ### 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.1"
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
- "@types/jest": "^27.0.2",
16
+ "@types/jest": "^27.0.3",
17
17
  "@types/node": "^12.20.11",
18
18
  "commitizen": "^4.2.4",
19
- "cspell": "^5.12.6",
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.1.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.255"
80
+ "version": "1.6.259"
81
81
  }