@ridedott/eslint-plugin 1.6.321 → 1.6.324

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 +27 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ ## [1.6.324](https://github.com/ridedott/eslint-plugin/compare/v1.6.323...v1.6.324) (2022-05-25)
2
+
3
+ ### Chores
4
+
5
+ - **deps-dev:** bump lint-staged from 12.4.1 to 12.4.2
6
+ ([c99f560](https://github.com/ridedott/eslint-plugin/commit/c99f5608e03a4139e988a6f920f0f28309f5aa47))
7
+ - **deps-dev:** bump typescript from 4.6.4 to 4.7.2
8
+ ([84b90ea](https://github.com/ridedott/eslint-plugin/commit/84b90eae9af132dd640cff8ce4163d1417017afd))
9
+ - **deps:** bump ridedott/release-me-action from 3.6.39 to 3.6.40
10
+ ([221f1a1](https://github.com/ridedott/eslint-plugin/commit/221f1a1dce2a5e6576e93ac23eb5d8917c00f265))
11
+
12
+ ## [1.6.323](https://github.com/ridedott/eslint-plugin/compare/v1.6.322...v1.6.323) (2022-05-24)
13
+
14
+ ### Chores
15
+
16
+ - **deps:** bump @typescript-eslint/parser from 5.25.0 to 5.26.0
17
+ ([2061073](https://github.com/ridedott/eslint-plugin/commit/2061073f8e50c8aaac4988332fdbf4eb3dc102b8))
18
+
19
+ ## [1.6.322](https://github.com/ridedott/eslint-plugin/compare/v1.6.321...v1.6.322) (2022-05-24)
20
+
21
+ ### Chores
22
+
23
+ - **deps-dev:** bump ts-node from 10.7.0 to 10.8.0
24
+ ([df70c18](https://github.com/ridedott/eslint-plugin/commit/df70c18c5fc60483411fd942c287c76b373f9273))
25
+ - **deps:** bump @typescript-eslint/utils from 5.25.0 to 5.26.0
26
+ ([31bd13e](https://github.com/ridedott/eslint-plugin/commit/31bd13e60a020d53872ebdbf3980873b60f0597b))
27
+
1
28
  ## [1.6.321](https://github.com/ridedott/eslint-plugin/compare/v1.6.320...v1.6.321) (2022-05-18)
2
29
 
3
30
  ### Chores
package/package.json CHANGED
@@ -5,8 +5,8 @@
5
5
  }
6
6
  },
7
7
  "dependencies": {
8
- "@typescript-eslint/parser": "^5.25.0",
9
- "@typescript-eslint/utils": "^5.25.0"
8
+ "@typescript-eslint/parser": "^5.26.0",
9
+ "@typescript-eslint/utils": "^5.26.0"
10
10
  },
11
11
  "description": "ESLint plugin for custom rules.",
12
12
  "devDependencies": {
@@ -20,12 +20,12 @@
20
20
  "eslint": "^7.32.0",
21
21
  "husky": "^8.0.1",
22
22
  "jest": "^26.6.3",
23
- "lint-staged": "^12.4.1",
23
+ "lint-staged": "^12.4.2",
24
24
  "npm-run-all": "^4.1.5",
25
25
  "prettier": "^2.6.2",
26
26
  "ts-jest": "^26.5.6",
27
- "ts-node": "^10.7.0",
28
- "typescript": "^4.6.4"
27
+ "ts-node": "^10.8.0",
28
+ "typescript": "^4.7.2"
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.321"
80
+ "version": "1.6.324"
81
81
  }