@ridedott/eslint-plugin 1.6.337 → 1.6.340

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ ## [1.6.340](https://github.com/ridedott/eslint-plugin/compare/v1.6.339...v1.6.340) (2022-06-28)
2
+
3
+ ### Chores
4
+
5
+ - **deps-dev:** bump @commitlint/cli from 17.0.2 to 17.0.3
6
+ ([9823cef](https://github.com/ridedott/eslint-plugin/commit/9823cefb96ce08d1ef1acb157654a9ff7a34b900))
7
+ - **deps-dev:** bump @commitlint/config-conventional
8
+ ([10708ac](https://github.com/ridedott/eslint-plugin/commit/10708ac80a18a6d2b4b4b35901b19a601215769c))
9
+ - **deps-dev:** bump lint-staged from 13.0.2 to 13.0.3
10
+ ([774b69b](https://github.com/ridedott/eslint-plugin/commit/774b69bf8a981364e8164473397432ed91e157ee))
11
+ - **deps:** bump @typescript-eslint/utils from 5.29.0 to 5.30.0
12
+ ([04c27c7](https://github.com/ridedott/eslint-plugin/commit/04c27c725e05f8295880b7e51c9c3a4db3f5ac7b))
13
+
14
+ ## [1.6.339](https://github.com/ridedott/eslint-plugin/compare/v1.6.338...v1.6.339) (2022-06-23)
15
+
16
+ ### Chores
17
+
18
+ - **deps:** bump ridedott/release-me-action from 3.6.45 to 3.6.47
19
+ ([f0a9ca1](https://github.com/ridedott/eslint-plugin/commit/f0a9ca1c46ff3ef269c3d4cca2afe4614f6a9f6c))
20
+
21
+ ## [1.6.338](https://github.com/ridedott/eslint-plugin/compare/v1.6.337...v1.6.338) (2022-06-23)
22
+
23
+ ### Chores
24
+
25
+ - **deps:** bump jsdom from 16.4.0 to 16.7.0
26
+ ([df225c7](https://github.com/ridedott/eslint-plugin/commit/df225c7924631ea43312e389a1c19039cabaea38))
27
+
1
28
  ## [1.6.337](https://github.com/ridedott/eslint-plugin/compare/v1.6.336...v1.6.337) (2022-06-23)
2
29
 
3
30
  ### Chores
package/package.json CHANGED
@@ -6,12 +6,12 @@
6
6
  },
7
7
  "dependencies": {
8
8
  "@typescript-eslint/parser": "^5.29.0",
9
- "@typescript-eslint/utils": "^5.29.0"
9
+ "@typescript-eslint/utils": "^5.30.0"
10
10
  },
11
11
  "description": "ESLint plugin for custom rules.",
12
12
  "devDependencies": {
13
- "@commitlint/cli": "^17.0.2",
14
- "@commitlint/config-conventional": "^17.0.2",
13
+ "@commitlint/cli": "^17.0.3",
14
+ "@commitlint/config-conventional": "^17.0.3",
15
15
  "@ridedott/eslint-config": "^2.13.12",
16
16
  "@types/jest": "^27.5.0",
17
17
  "@types/node": "^12.20.11",
@@ -20,7 +20,7 @@
20
20
  "eslint": "^7.32.0",
21
21
  "husky": "^8.0.1",
22
22
  "jest": "^26.6.3",
23
- "lint-staged": "^13.0.2",
23
+ "lint-staged": "^13.0.3",
24
24
  "npm-run-all": "^4.1.5",
25
25
  "prettier": "^2.7.1",
26
26
  "ts-jest": "^26.5.6",
@@ -77,5 +77,5 @@
77
77
  "test:watch": "jest --watch --verbose false",
78
78
  "types": "tsc --noEmit"
79
79
  },
80
- "version": "1.6.337"
80
+ "version": "1.6.340"
81
81
  }