@ridedott/eslint-plugin 1.6.316 → 1.6.319

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 +31 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,34 @@
1
+ ## [1.6.319](https://github.com/ridedott/eslint-plugin/compare/v1.6.318...v1.6.319) (2022-05-17)
2
+
3
+ ### Chores
4
+
5
+ - **deps:** bump actions/setup-node from 3.1.1 to 3.2.0
6
+ ([7148051](https://github.com/ridedott/eslint-plugin/commit/71480517785c28aa2b29cceb424b3f0db9f38ac1))
7
+ - **deps:** bump ridedott/release-me-action from 3.6.38 to 3.6.39
8
+ ([9a18867](https://github.com/ridedott/eslint-plugin/commit/9a188674ccca0616f81329b61fe7be85105b16f7))
9
+
10
+ ## [1.6.318](https://github.com/ridedott/eslint-plugin/compare/v1.6.317...v1.6.318) (2022-05-17)
11
+
12
+ ### Chores
13
+
14
+ - **deps-dev:** bump @commitlint/cli from 16.3.0 to 17.0.0
15
+ ([d481472](https://github.com/ridedott/eslint-plugin/commit/d481472a04a1c4fcc2451d9505ed695b2d03c398))
16
+ - **deps-dev:** bump @commitlint/config-conventional
17
+ ([1f6f5b3](https://github.com/ridedott/eslint-plugin/commit/1f6f5b3af4b1320bbbd8d8ace290d47513edde18))
18
+ - **deps:** bump @typescript-eslint/parser from 5.23.0 to 5.24.0
19
+ ([2eeb46b](https://github.com/ridedott/eslint-plugin/commit/2eeb46be7a7e852461cb36a9d387afbe47f387bc))
20
+ - **deps:** bump @typescript-eslint/utils from 5.23.0 to 5.24.0
21
+ ([7bc710b](https://github.com/ridedott/eslint-plugin/commit/7bc710b4eca8334a352716ff817ed44ef1fef8fa))
22
+
23
+ ## [1.6.317](https://github.com/ridedott/eslint-plugin/compare/v1.6.316...v1.6.317) (2022-05-16)
24
+
25
+ ### Chores
26
+
27
+ - **deps-dev:** bump @commitlint/cli from 16.2.4 to 16.3.0
28
+ ([cabe383](https://github.com/ridedott/eslint-plugin/commit/cabe3833a6e80fdfb47ecc6ea05cde6f892773b0))
29
+ - **deps:** bump ridedott/release-me-action from 3.6.37 to 3.6.38
30
+ ([da6d132](https://github.com/ridedott/eslint-plugin/commit/da6d132578ebcfeb472462615f232e42226c002b))
31
+
1
32
  ## [1.6.316](https://github.com/ridedott/eslint-plugin/compare/v1.6.315...v1.6.316) (2022-05-10)
2
33
 
3
34
  ### Chores
package/package.json CHANGED
@@ -5,13 +5,13 @@
5
5
  }
6
6
  },
7
7
  "dependencies": {
8
- "@typescript-eslint/parser": "^5.23.0",
9
- "@typescript-eslint/utils": "^5.23.0"
8
+ "@typescript-eslint/parser": "^5.24.0",
9
+ "@typescript-eslint/utils": "^5.24.0"
10
10
  },
11
11
  "description": "ESLint plugin for custom rules.",
12
12
  "devDependencies": {
13
- "@commitlint/cli": "^16.2.4",
14
- "@commitlint/config-conventional": "^16.2.4",
13
+ "@commitlint/cli": "^17.0.0",
14
+ "@commitlint/config-conventional": "^17.0.0",
15
15
  "@ridedott/eslint-config": "^2.13.12",
16
16
  "@types/jest": "^27.5.0",
17
17
  "@types/node": "^12.20.11",
@@ -77,5 +77,5 @@
77
77
  "test:watch": "jest --watch --verbose false",
78
78
  "types": "tsc --noEmit"
79
79
  },
80
- "version": "1.6.316"
80
+ "version": "1.6.319"
81
81
  }