@ridedott/eslint-plugin 1.6.277 → 1.6.281

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 +52 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,55 @@
1
+ ## [1.6.281](https://github.com/ridedott/eslint-plugin/compare/v1.6.280...v1.6.281) (2022-02-22)
2
+
3
+ ### Chores
4
+
5
+ - **deps-dev:** bump cspell from 5.18.4 to 5.18.5
6
+ ([5254e94](https://github.com/ridedott/eslint-plugin/commit/5254e94c53308192b782e8877033e6ac42c489e8))
7
+ - **deps:** bump @typescript-eslint/parser from 5.12.0 to 5.12.1
8
+ ([c70e88e](https://github.com/ridedott/eslint-plugin/commit/c70e88eee1ad94d95159dbca3ab3499a0e55262e))
9
+
10
+ ## [1.6.280](https://github.com/ridedott/eslint-plugin/compare/v1.6.279...v1.6.280) (2022-02-15)
11
+
12
+ ### Chores
13
+
14
+ - **deps:** bump @typescript-eslint/parser from 5.11.0 to 5.12.0
15
+ ([5b8ac04](https://github.com/ridedott/eslint-plugin/commit/5b8ac04f2056fd87f9869455e698b30fb0822c16))
16
+
17
+ ## [1.6.279](https://github.com/ridedott/eslint-plugin/compare/v1.6.278...v1.6.279) (2022-02-14)
18
+
19
+ ### Chores
20
+
21
+ - **deps-dev:** bump @commitlint/cli from 16.1.0 to 16.2.1
22
+ ([71ffc9a](https://github.com/ridedott/eslint-plugin/commit/71ffc9afd5d3e968132e7883341de87861f3e826))
23
+ - **deps-dev:** bump @commitlint/config-conventional
24
+ ([f255a30](https://github.com/ridedott/eslint-plugin/commit/f255a30f9008a405b1e6e2d7a8053943e03e5725))
25
+ - **deps-dev:** bump lint-staged from 12.3.3 to 12.3.4
26
+ ([c51037d](https://github.com/ridedott/eslint-plugin/commit/c51037d5fee4bceaef3b93c7776064f9a79b05aa))
27
+ - **deps:** bump hosted-git-info from 2.8.8 to 2.8.9
28
+ ([6d317fc](https://github.com/ridedott/eslint-plugin/commit/6d317fc4a1dfb42a772ea1dc4c242e06102237fd))
29
+ - **deps:** bump path-parse from 1.0.6 to 1.0.7
30
+ ([f4eb176](https://github.com/ridedott/eslint-plugin/commit/f4eb17684a23b068a9c1c7dae2a183e4850e6415))
31
+ - **deps:** bump tmpl from 1.0.4 to 1.0.5
32
+ ([22ca711](https://github.com/ridedott/eslint-plugin/commit/22ca711f64a4e596f8cbee5a91019c1345f5cab6))
33
+ - **deps:** bump ws from 7.3.1 to 7.5.7
34
+ ([84662db](https://github.com/ridedott/eslint-plugin/commit/84662db9f25c71ab28ec0075d2f31e0e0d9d3b62))
35
+
36
+ ## [1.6.278](https://github.com/ridedott/eslint-plugin/compare/v1.6.277...v1.6.278) (2022-02-08)
37
+
38
+ ### Chores
39
+
40
+ - **deps-dev:** bump cspell from 5.18.0 to 5.18.2
41
+ ([7f162f8](https://github.com/ridedott/eslint-plugin/commit/7f162f81c231d355ae1cc28e9e0e8330b9f9712c))
42
+ - **deps-dev:** bump cspell from 5.18.2 to 5.18.3
43
+ ([999569b](https://github.com/ridedott/eslint-plugin/commit/999569b1169b533edc4624aa15cd491d60f512f9))
44
+ - **deps-dev:** bump cspell from 5.18.3 to 5.18.4
45
+ ([edc6866](https://github.com/ridedott/eslint-plugin/commit/edc6866b21d51aa71fe0a3434688f29ffa7917b7))
46
+ - **deps-dev:** bump lint-staged from 12.3.2 to 12.3.3
47
+ ([e65011e](https://github.com/ridedott/eslint-plugin/commit/e65011e2d339edeb3afed4ae54fae9e4dac9daa1))
48
+ - **deps-dev:** bump ts-node from 10.4.0 to 10.5.0
49
+ ([1df670e](https://github.com/ridedott/eslint-plugin/commit/1df670edde51a1be846d61b4419d0852fc14a250))
50
+ - **deps:** bump @typescript-eslint/parser from 5.10.2 to 5.11.0
51
+ ([db6393f](https://github.com/ridedott/eslint-plugin/commit/db6393f203e6534fb183a4519cdd7ab21e897c0c))
52
+
1
53
  ## [1.6.277](https://github.com/ridedott/eslint-plugin/compare/v1.6.276...v1.6.277) (2022-02-01)
2
54
 
3
55
  ### Chores
package/package.json CHANGED
@@ -6,25 +6,25 @@
6
6
  },
7
7
  "dependencies": {
8
8
  "@typescript-eslint/experimental-utils": "^4.33.0",
9
- "@typescript-eslint/parser": "^5.10.2"
9
+ "@typescript-eslint/parser": "^5.12.1"
10
10
  },
11
11
  "description": "ESLint plugin for custom rules.",
12
12
  "devDependencies": {
13
- "@commitlint/cli": "^16.1.0",
14
- "@commitlint/config-conventional": "^16.0.0",
13
+ "@commitlint/cli": "^16.2.1",
14
+ "@commitlint/config-conventional": "^16.2.1",
15
15
  "@ridedott/eslint-config": "^2.13.12",
16
16
  "@types/jest": "^27.4.0",
17
17
  "@types/node": "^12.20.11",
18
18
  "commitizen": "^4.2.4",
19
- "cspell": "^5.18.0",
19
+ "cspell": "^5.18.5",
20
20
  "eslint": "^7.32.0",
21
21
  "husky": "^7.0.4",
22
22
  "jest": "^26.6.3",
23
- "lint-staged": "^12.3.2",
23
+ "lint-staged": "^12.3.4",
24
24
  "npm-run-all": "^4.1.5",
25
25
  "prettier": "^2.2.1",
26
26
  "ts-jest": "^26.5.6",
27
- "ts-node": "^10.4.0",
27
+ "ts-node": "^10.5.0",
28
28
  "typescript": "^4.5.5"
29
29
  },
30
30
  "engines": {
@@ -77,5 +77,5 @@
77
77
  "test:watch": "jest --watch --verbose false",
78
78
  "types": "tsc --noEmit"
79
79
  },
80
- "version": "1.6.277"
80
+ "version": "1.6.281"
81
81
  }