@ridedott/eslint-plugin 1.6.282 → 1.6.285

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 +25 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## [1.6.285](https://github.com/ridedott/eslint-plugin/compare/v1.6.284...v1.6.285) (2022-03-01)
2
+
3
+ ### Chores
4
+
5
+ - **deps:** bump @typescript-eslint/experimental-utils
6
+ ([15023ee](https://github.com/ridedott/eslint-plugin/commit/15023eebe303017638061ae7d896bfcf24701fd8))
7
+
8
+ ## [1.6.284](https://github.com/ridedott/eslint-plugin/compare/v1.6.283...v1.6.284) (2022-03-01)
9
+
10
+ ### Chores
11
+
12
+ - **deps-dev:** bump typescript from 4.5.5 to 4.6.2
13
+ ([533f5f9](https://github.com/ridedott/eslint-plugin/commit/533f5f975785ce496209399389e306ee9ddb24f7))
14
+ - **deps:** bump @typescript-eslint/parser from 5.12.1 to 5.13.0
15
+ ([09ba404](https://github.com/ridedott/eslint-plugin/commit/09ba404abc5ed286f21c5c55f3a99474d0cbf9e2))
16
+
17
+ ## [1.6.283](https://github.com/ridedott/eslint-plugin/compare/v1.6.282...v1.6.283) (2022-02-25)
18
+
19
+ ### Chores
20
+
21
+ - **deps:** bump actions/setup-node from 2.5.1 to 3.0.0
22
+ ([86bf0a6](https://github.com/ridedott/eslint-plugin/commit/86bf0a623fb24a6b43c821aad057eeb822355e16))
23
+ - **deps:** bump ridedott/release-me-action from 3.6.25 to 3.6.26
24
+ ([dec1869](https://github.com/ridedott/eslint-plugin/commit/dec186928a4c63253954189234bcc8c28f320910))
25
+
1
26
  ## [1.6.282](https://github.com/ridedott/eslint-plugin/compare/v1.6.281...v1.6.282) (2022-02-24)
2
27
 
3
28
  ### Chores
package/package.json CHANGED
@@ -5,8 +5,8 @@
5
5
  }
6
6
  },
7
7
  "dependencies": {
8
- "@typescript-eslint/experimental-utils": "^5.12.1",
9
- "@typescript-eslint/parser": "^5.12.1"
8
+ "@typescript-eslint/experimental-utils": "^5.13.0",
9
+ "@typescript-eslint/parser": "^5.13.0"
10
10
  },
11
11
  "description": "ESLint plugin for custom rules.",
12
12
  "devDependencies": {
@@ -25,7 +25,7 @@
25
25
  "prettier": "^2.5.1",
26
26
  "ts-jest": "^26.5.6",
27
27
  "ts-node": "^10.5.0",
28
- "typescript": "^4.5.5"
28
+ "typescript": "^4.6.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.282"
80
+ "version": "1.6.285"
81
81
  }