@ridedott/eslint-plugin 1.7.55 → 1.7.56

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 +13 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## [1.7.56](https://github.com/ridedott/eslint-plugin/compare/v1.7.55...v1.7.56) (2022-12-08)
2
+
3
+ ### Chores
4
+
5
+ - **deps-dev:** bump commitizen from 4.2.5 to 4.2.6
6
+ ([dbbc63e](https://github.com/ridedott/eslint-plugin/commit/dbbc63ed9f6eadc8c240c4c3a9d8247f5ba72d62))
7
+ - **deps-dev:** bump prettier from 2.8.0 to 2.8.1
8
+ ([3159b89](https://github.com/ridedott/eslint-plugin/commit/3159b891a246a267a65bb4e710f0ca25a9515c47))
9
+ - **deps-dev:** bump typescript from 4.9.3 to 4.9.4
10
+ ([bbc091b](https://github.com/ridedott/eslint-plugin/commit/bbc091b401d4652e718cd5d91edb5d939941af08))
11
+ - **deps:** bump ridedott/release-me-action from 3.6.67 to 3.7.1
12
+ ([94a9aaa](https://github.com/ridedott/eslint-plugin/commit/94a9aaabfcfb97d5d17e9640d1a82c6696a0dbaa))
13
+
1
14
  ## [1.7.55](https://github.com/ridedott/eslint-plugin/compare/v1.7.54...v1.7.55) (2022-12-06)
2
15
 
3
16
  ### Chores
package/package.json CHANGED
@@ -15,17 +15,17 @@
15
15
  "@ridedott/eslint-config": "^2.13.12",
16
16
  "@types/jest": "^27.5.0",
17
17
  "@types/node": "^14.18.22",
18
- "commitizen": "^4.2.5",
18
+ "commitizen": "^4.2.6",
19
19
  "cspell": "^6.17.0",
20
20
  "eslint": "^7.32.0",
21
21
  "husky": "^8.0.2",
22
22
  "jest": "^26.6.3",
23
23
  "lint-staged": "^13.1.0",
24
24
  "npm-run-all": "^4.1.5",
25
- "prettier": "^2.8.0",
25
+ "prettier": "^2.8.1",
26
26
  "ts-jest": "^26.5.6",
27
27
  "ts-node": "^10.9.1",
28
- "typescript": "^4.9.3"
28
+ "typescript": "^4.9.4"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">= 14"
@@ -77,5 +77,5 @@
77
77
  "test:watch": "jest --watch --verbose false",
78
78
  "types": "tsc --noEmit"
79
79
  },
80
- "version": "1.7.55"
80
+ "version": "1.7.56"
81
81
  }