@smartive/eslint-config 3.2.0 → 3.3.0

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 +2 -7
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,11 +1,6 @@
1
- # [3.2.0](https://github.com/smartive/eslint-config/compare/v3.1.1...v3.2.0) (2023-07-10)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * semantic release not working anymore ([d976e93](https://github.com/smartive/eslint-config/commit/d976e939c9ee3ba4c6a46e02e3b6ee29d7a9396f))
1
+ # [3.3.0](https://github.com/smartive/eslint-config/compare/v3.2.0...v3.3.0) (2023-10-09)
7
2
 
8
3
 
9
4
  ### Features
10
5
 
11
- * Add support for Prettier version 3 ([81ab433](https://github.com/smartive/eslint-config/commit/81ab433748ef97d555b1b8d4a223d14070a9ed17))
6
+ * Add support for new major releases of @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier ([89d0c75](https://github.com/smartive/eslint-config/commit/89d0c7512fa611fd82ca6b59b4ee21bfc566d1c7))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartive/eslint-config",
3
- "version": "3.2.0",
3
+ "version": "3.3.0",
4
4
  "description": "ESLint configuration by smartive",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -20,9 +20,9 @@
20
20
  },
21
21
  "homepage": "https://github.com/smartive/eslint-config#readme",
22
22
  "dependencies": {
23
- "@typescript-eslint/eslint-plugin": "^5.4.0",
24
- "@typescript-eslint/parser": "^5.4.0",
25
- "eslint-config-prettier": "^8.3.0",
23
+ "@typescript-eslint/eslint-plugin": "^5.4.0 || ^6.7.4",
24
+ "@typescript-eslint/parser": "^5.4.0 || ^6.7.4",
25
+ "eslint-config-prettier": "^8.3.0 || ^9.0.0",
26
26
  "eslint-plugin-import": "^2.25.3",
27
27
  "eslint-plugin-prettier": ">=4.0.0 <6",
28
28
  "eslint-plugin-react": "^7.27.0",