@ridedott/eslint-plugin 1.6.298 → 1.6.301

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,32 @@
1
+ ## [1.6.301](https://github.com/ridedott/eslint-plugin/compare/v1.6.300...v1.6.301) (2022-04-04)
2
+
3
+ ### Chores
4
+
5
+ - **deps-dev:** bump cspell from 5.19.3 to 5.19.5
6
+ ([6064590](https://github.com/ridedott/eslint-plugin/commit/6064590338ccbb83760e267b3bd54ef4098a01ac))
7
+ - **deps-dev:** bump prettier from 2.6.1 to 2.6.2
8
+ ([b09b2d2](https://github.com/ridedott/eslint-plugin/commit/b09b2d207b977c25b5e93d6542f130ed11fbb850))
9
+ - **deps:** bump actions/setup-node from 3.0.0 to 3.1.0
10
+ ([77ac8cd](https://github.com/ridedott/eslint-plugin/commit/77ac8cd8d6ddd2e78d6564c26e9b0c373a0da076))
11
+ - **deps:** bump ridedott/release-me-action from 3.6.32 to 3.6.33
12
+ ([82405d2](https://github.com/ridedott/eslint-plugin/commit/82405d2617e8af39210675bd7b9f1ab2a3917229))
13
+
14
+ ## [1.6.300](https://github.com/ridedott/eslint-plugin/compare/v1.6.299...v1.6.300) (2022-03-30)
15
+
16
+ ### Chores
17
+
18
+ - **deps:** bump ridedott/release-me-action from 3.6.31 to 3.6.32
19
+ ([deb5a97](https://github.com/ridedott/eslint-plugin/commit/deb5a979336216085dbb9a31f853cc10df064935))
20
+
21
+ ## [1.6.299](https://github.com/ridedott/eslint-plugin/compare/v1.6.298...v1.6.299) (2022-03-29)
22
+
23
+ ### Chores
24
+
25
+ - **deps:** bump @typescript-eslint/utils from 5.16.0 to 5.17.0
26
+ ([247dd45](https://github.com/ridedott/eslint-plugin/commit/247dd452455c5624c21e9ae154719645d7654b47))
27
+ - **deps:** bump ansi-regex from 3.0.0 to 3.0.1
28
+ ([9c4955f](https://github.com/ridedott/eslint-plugin/commit/9c4955f49b45416fe3a7b56ea2f0c49c0caaa84e))
29
+
1
30
  ## [1.6.298](https://github.com/ridedott/eslint-plugin/compare/v1.6.297...v1.6.298) (2022-03-29)
2
31
 
3
32
  ### Chores
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "dependencies": {
8
8
  "@typescript-eslint/parser": "^5.17.0",
9
- "@typescript-eslint/utils": "^5.16.0"
9
+ "@typescript-eslint/utils": "^5.17.0"
10
10
  },
11
11
  "description": "ESLint plugin for custom rules.",
12
12
  "devDependencies": {
@@ -16,13 +16,13 @@
16
16
  "@types/jest": "^27.4.1",
17
17
  "@types/node": "^12.20.11",
18
18
  "commitizen": "^4.2.4",
19
- "cspell": "^5.19.3",
19
+ "cspell": "^5.19.5",
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.1",
25
+ "prettier": "^2.6.2",
26
26
  "ts-jest": "^26.5.6",
27
27
  "ts-node": "^10.7.0",
28
28
  "typescript": "^4.6.3"
@@ -77,5 +77,5 @@
77
77
  "test:watch": "jest --watch --verbose false",
78
78
  "types": "tsc --noEmit"
79
79
  },
80
- "version": "1.6.298"
80
+ "version": "1.6.301"
81
81
  }