@ridedott/eslint-plugin 1.6.291 → 1.6.294

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 +29 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,32 @@
1
+ ## [1.6.294](https://github.com/ridedott/eslint-plugin/compare/v1.6.293...v1.6.294) (2022-03-22)
2
+
3
+ ### Chores
4
+
5
+ - **deps:** bump @typescript-eslint/parser from 5.15.0 to 5.16.0
6
+ ([5664f85](https://github.com/ridedott/eslint-plugin/commit/5664f8500d1417250c7bbc491db96eb803f35022))
7
+
8
+ ## [1.6.293](https://github.com/ridedott/eslint-plugin/compare/v1.6.292...v1.6.293) (2022-03-18)
9
+
10
+ ### Chores
11
+
12
+ - **deps-dev:** bump @commitlint/cli from 16.2.1 to 16.2.3
13
+ ([dd718c8](https://github.com/ridedott/eslint-plugin/commit/dd718c84c8011f1d859ff748bc31fb3ad4c3e410))
14
+ - **deps-dev:** bump lint-staged from 12.3.5 to 12.3.6
15
+ ([3020b97](https://github.com/ridedott/eslint-plugin/commit/3020b9705aaaf478b2445bbae3615dbee9008658))
16
+ - **deps-dev:** bump lint-staged from 12.3.6 to 12.3.7
17
+ ([9ee19c8](https://github.com/ridedott/eslint-plugin/commit/9ee19c82ead6b53c662b74f98fddcc86d950ec64))
18
+ - **deps-dev:** bump prettier from 2.5.1 to 2.6.0
19
+ ([c3ddaa6](https://github.com/ridedott/eslint-plugin/commit/c3ddaa6f81a9a31d079ffc716b17421cb364d348))
20
+ - **deps:** bump ridedott/release-me-action from 3.6.28 to 3.6.29
21
+ ([c045851](https://github.com/ridedott/eslint-plugin/commit/c04585190e7a8bc47f496af380e98f667cbca754))
22
+
23
+ ## [1.6.292](https://github.com/ridedott/eslint-plugin/compare/v1.6.291...v1.6.292) (2022-03-15)
24
+
25
+ ### Chores
26
+
27
+ - **deps:** bump @typescript-eslint/utils from 5.14.0 to 5.15.0
28
+ ([603fef4](https://github.com/ridedott/eslint-plugin/commit/603fef47c1e54dd9e7300aa63154aaff4537ae5c))
29
+
1
30
  ## [1.6.291](https://github.com/ridedott/eslint-plugin/compare/v1.6.290...v1.6.291) (2022-03-15)
2
31
 
3
32
  ### Chores
package/package.json CHANGED
@@ -5,12 +5,12 @@
5
5
  }
6
6
  },
7
7
  "dependencies": {
8
- "@typescript-eslint/parser": "^5.15.0",
9
- "@typescript-eslint/utils": "^5.14.0"
8
+ "@typescript-eslint/parser": "^5.16.0",
9
+ "@typescript-eslint/utils": "^5.15.0"
10
10
  },
11
11
  "description": "ESLint plugin for custom rules.",
12
12
  "devDependencies": {
13
- "@commitlint/cli": "^16.2.1",
13
+ "@commitlint/cli": "^16.2.3",
14
14
  "@commitlint/config-conventional": "^16.2.1",
15
15
  "@ridedott/eslint-config": "^2.13.12",
16
16
  "@types/jest": "^27.4.1",
@@ -20,9 +20,9 @@
20
20
  "eslint": "^7.32.0",
21
21
  "husky": "^7.0.4",
22
22
  "jest": "^26.6.3",
23
- "lint-staged": "^12.3.5",
23
+ "lint-staged": "^12.3.7",
24
24
  "npm-run-all": "^4.1.5",
25
- "prettier": "^2.5.1",
25
+ "prettier": "^2.6.0",
26
26
  "ts-jest": "^26.5.6",
27
27
  "ts-node": "^10.7.0",
28
28
  "typescript": "^4.6.2"
@@ -77,5 +77,5 @@
77
77
  "test:watch": "jest --watch --verbose false",
78
78
  "types": "tsc --noEmit"
79
79
  },
80
- "version": "1.6.291"
80
+ "version": "1.6.294"
81
81
  }