@ridedott/eslint-plugin 1.6.296 → 1.6.299

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.299](https://github.com/ridedott/eslint-plugin/compare/v1.6.298...v1.6.299) (2022-03-29)
2
+
3
+ ### Chores
4
+
5
+ - **deps:** bump @typescript-eslint/utils from 5.16.0 to 5.17.0
6
+ ([247dd45](https://github.com/ridedott/eslint-plugin/commit/247dd452455c5624c21e9ae154719645d7654b47))
7
+ - **deps:** bump ansi-regex from 3.0.0 to 3.0.1
8
+ ([9c4955f](https://github.com/ridedott/eslint-plugin/commit/9c4955f49b45416fe3a7b56ea2f0c49c0caaa84e))
9
+
10
+ ## [1.6.298](https://github.com/ridedott/eslint-plugin/compare/v1.6.297...v1.6.298) (2022-03-29)
11
+
12
+ ### Chores
13
+
14
+ - **deps:** bump @typescript-eslint/parser from 5.16.0 to 5.17.0
15
+ ([4f75397](https://github.com/ridedott/eslint-plugin/commit/4f75397744e50c28d1cca2771fa9df91e58b632b))
16
+
17
+ ## [1.6.297](https://github.com/ridedott/eslint-plugin/compare/v1.6.296...v1.6.297) (2022-03-25)
18
+
19
+ ### Chores
20
+
21
+ - **deps-dev:** bump cspell from 5.19.2 to 5.19.3
22
+ ([1a0d4ce](https://github.com/ridedott/eslint-plugin/commit/1a0d4cee76da73f5ded980f1c9d825eb4d3b44d3))
23
+ - **deps-dev:** bump prettier from 2.6.0 to 2.6.1
24
+ ([117c9e3](https://github.com/ridedott/eslint-plugin/commit/117c9e38b0592d0d303c88d95f14d974ea27d840))
25
+ - **deps-dev:** bump typescript from 4.6.2 to 4.6.3
26
+ ([3b2e18a](https://github.com/ridedott/eslint-plugin/commit/3b2e18af1a4e690290bea5bbbe674cf238aac94d))
27
+ - **deps:** bump ridedott/release-me-action from 3.6.30 to 3.6.31
28
+ ([5f0263f](https://github.com/ridedott/eslint-plugin/commit/5f0263f7b125d951235b4f502f86226b799b2977))
29
+
1
30
  ## [1.6.296](https://github.com/ridedott/eslint-plugin/compare/v1.6.295...v1.6.296) (2022-03-22)
2
31
 
3
32
  ### Chores
package/package.json CHANGED
@@ -5,8 +5,8 @@
5
5
  }
6
6
  },
7
7
  "dependencies": {
8
- "@typescript-eslint/parser": "^5.16.0",
9
- "@typescript-eslint/utils": "^5.16.0"
8
+ "@typescript-eslint/parser": "^5.17.0",
9
+ "@typescript-eslint/utils": "^5.17.0"
10
10
  },
11
11
  "description": "ESLint plugin for custom rules.",
12
12
  "devDependencies": {
@@ -16,16 +16,16 @@
16
16
  "@types/jest": "^27.4.1",
17
17
  "@types/node": "^12.20.11",
18
18
  "commitizen": "^4.2.4",
19
- "cspell": "^5.19.2",
19
+ "cspell": "^5.19.3",
20
20
  "eslint": "^7.32.0",
21
21
  "husky": "^7.0.4",
22
22
  "jest": "^26.6.3",
23
23
  "lint-staged": "^12.3.7",
24
24
  "npm-run-all": "^4.1.5",
25
- "prettier": "^2.6.0",
25
+ "prettier": "^2.6.1",
26
26
  "ts-jest": "^26.5.6",
27
27
  "ts-node": "^10.7.0",
28
- "typescript": "^4.6.2"
28
+ "typescript": "^4.6.3"
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.296"
80
+ "version": "1.6.299"
81
81
  }