@ridedott/eslint-plugin 1.6.276 → 1.6.280

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 +56 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,59 @@
1
+ ## [1.6.280](https://github.com/ridedott/eslint-plugin/compare/v1.6.279...v1.6.280) (2022-02-15)
2
+
3
+ ### Chores
4
+
5
+ - **deps:** bump @typescript-eslint/parser from 5.11.0 to 5.12.0
6
+ ([5b8ac04](https://github.com/ridedott/eslint-plugin/commit/5b8ac04f2056fd87f9869455e698b30fb0822c16))
7
+
8
+ ## [1.6.279](https://github.com/ridedott/eslint-plugin/compare/v1.6.278...v1.6.279) (2022-02-14)
9
+
10
+ ### Chores
11
+
12
+ - **deps-dev:** bump @commitlint/cli from 16.1.0 to 16.2.1
13
+ ([71ffc9a](https://github.com/ridedott/eslint-plugin/commit/71ffc9afd5d3e968132e7883341de87861f3e826))
14
+ - **deps-dev:** bump @commitlint/config-conventional
15
+ ([f255a30](https://github.com/ridedott/eslint-plugin/commit/f255a30f9008a405b1e6e2d7a8053943e03e5725))
16
+ - **deps-dev:** bump lint-staged from 12.3.3 to 12.3.4
17
+ ([c51037d](https://github.com/ridedott/eslint-plugin/commit/c51037d5fee4bceaef3b93c7776064f9a79b05aa))
18
+ - **deps:** bump hosted-git-info from 2.8.8 to 2.8.9
19
+ ([6d317fc](https://github.com/ridedott/eslint-plugin/commit/6d317fc4a1dfb42a772ea1dc4c242e06102237fd))
20
+ - **deps:** bump path-parse from 1.0.6 to 1.0.7
21
+ ([f4eb176](https://github.com/ridedott/eslint-plugin/commit/f4eb17684a23b068a9c1c7dae2a183e4850e6415))
22
+ - **deps:** bump tmpl from 1.0.4 to 1.0.5
23
+ ([22ca711](https://github.com/ridedott/eslint-plugin/commit/22ca711f64a4e596f8cbee5a91019c1345f5cab6))
24
+ - **deps:** bump ws from 7.3.1 to 7.5.7
25
+ ([84662db](https://github.com/ridedott/eslint-plugin/commit/84662db9f25c71ab28ec0075d2f31e0e0d9d3b62))
26
+
27
+ ## [1.6.278](https://github.com/ridedott/eslint-plugin/compare/v1.6.277...v1.6.278) (2022-02-08)
28
+
29
+ ### Chores
30
+
31
+ - **deps-dev:** bump cspell from 5.18.0 to 5.18.2
32
+ ([7f162f8](https://github.com/ridedott/eslint-plugin/commit/7f162f81c231d355ae1cc28e9e0e8330b9f9712c))
33
+ - **deps-dev:** bump cspell from 5.18.2 to 5.18.3
34
+ ([999569b](https://github.com/ridedott/eslint-plugin/commit/999569b1169b533edc4624aa15cd491d60f512f9))
35
+ - **deps-dev:** bump cspell from 5.18.3 to 5.18.4
36
+ ([edc6866](https://github.com/ridedott/eslint-plugin/commit/edc6866b21d51aa71fe0a3434688f29ffa7917b7))
37
+ - **deps-dev:** bump lint-staged from 12.3.2 to 12.3.3
38
+ ([e65011e](https://github.com/ridedott/eslint-plugin/commit/e65011e2d339edeb3afed4ae54fae9e4dac9daa1))
39
+ - **deps-dev:** bump ts-node from 10.4.0 to 10.5.0
40
+ ([1df670e](https://github.com/ridedott/eslint-plugin/commit/1df670edde51a1be846d61b4419d0852fc14a250))
41
+ - **deps:** bump @typescript-eslint/parser from 5.10.2 to 5.11.0
42
+ ([db6393f](https://github.com/ridedott/eslint-plugin/commit/db6393f203e6534fb183a4519cdd7ab21e897c0c))
43
+
44
+ ## [1.6.277](https://github.com/ridedott/eslint-plugin/compare/v1.6.276...v1.6.277) (2022-02-01)
45
+
46
+ ### Chores
47
+
48
+ - **deps-dev:** bump cspell from 5.16.0 to 5.17.0
49
+ ([6ed6f69](https://github.com/ridedott/eslint-plugin/commit/6ed6f69169ccffaf649bc5e9d1cc9842dd4862e6))
50
+ - **deps-dev:** bump cspell from 5.17.0 to 5.18.0
51
+ ([6f0bac4](https://github.com/ridedott/eslint-plugin/commit/6f0bac4d778d0b7d52907a06a44cd9b0bc721b56))
52
+ - **deps-dev:** bump lint-staged from 12.3.1 to 12.3.2
53
+ ([bd3fe7f](https://github.com/ridedott/eslint-plugin/commit/bd3fe7f088be69d5379e6534b1609300a1fa964f))
54
+ - **deps:** bump @typescript-eslint/parser from 5.10.1 to 5.10.2
55
+ ([96ed0fe](https://github.com/ridedott/eslint-plugin/commit/96ed0fed980d9e67a37f0895f3826ca262661e5b))
56
+
1
57
  ## [1.6.276](https://github.com/ridedott/eslint-plugin/compare/v1.6.275...v1.6.276) (2022-01-25)
2
58
 
3
59
  ### 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.1"
9
+ "@typescript-eslint/parser": "^5.12.0"
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.16.0",
19
+ "cspell": "^5.18.4",
20
20
  "eslint": "^7.32.0",
21
21
  "husky": "^7.0.4",
22
22
  "jest": "^26.6.3",
23
- "lint-staged": "^12.3.1",
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.276"
80
+ "version": "1.6.280"
81
81
  }