@clipboard-health/eslint-config 3.1.2 → 4.0.2

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 +22 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -2,6 +2,28 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [4.0.2](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-4.0.1...eslint-config-4.0.2) (2024-07-18)
6
+
7
+ ## [4.0.1](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-4.0.0...eslint-config-4.0.1) (2024-07-18)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * add build postTarget ([#692](https://github.com/ClipboardHealth/cbh-core/issues/692)) ([3b42efb](https://github.com/ClipboardHealth/cbh-core/commit/3b42efb603572c7a273c8eedd554773c6a364acf))
13
+
14
+ ## [4.0.0](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-3.1.2...eslint-config-4.0.0) (2024-07-18)
15
+
16
+
17
+ ### ⚠ BREAKING CHANGES
18
+
19
+ * upgrade Nx to v18 (#690)
20
+
21
+ ### Code Refactoring
22
+
23
+ * upgrade Nx to v18 ([#690](https://github.com/ClipboardHealth/cbh-core/issues/690)) ([e6dd982](https://github.com/ClipboardHealth/cbh-core/commit/e6dd982db39022a72dfbf888f707768bae834ccb))
24
+
25
+ ## [3.1.2](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-3.1.1...eslint-config-3.1.2) (2024-07-12)
26
+
5
27
  ## [3.1.2](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-3.1.1...eslint-config-3.1.2) (2024-07-11)
6
28
 
7
29
  ## [3.1.2](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-3.1.1...eslint-config-3.1.2) (2024-07-11)
package/package.json CHANGED
@@ -1,33 +1,33 @@
1
1
  {
2
2
  "name": "@clipboard-health/eslint-config",
3
- "version": "3.1.2",
3
+ "version": "4.0.2",
4
4
  "main": "./src/index.js",
5
- "scripts": {
6
- "build": "nx build eslint-config",
7
- "lint": "nx lint eslint-config",
8
- "test": "nx test eslint-config"
9
- },
10
5
  "peerDependencies": {
11
- "@typescript-eslint/eslint-plugin": "^5 || ^7.0.0",
12
- "@typescript-eslint/parser": "^5 || ^7.0.0",
6
+ "@typescript-eslint/eslint-plugin": ">= 7",
7
+ "@typescript-eslint/parser": ">= 7",
13
8
  "eslint": ">= 8",
14
9
  "eslint-config-airbnb-base": ">= 15",
15
- "eslint-config-prettier": ">= 6",
10
+ "eslint-config-prettier": ">= 9",
16
11
  "eslint-config-xo": ">= 0.43",
17
12
  "eslint-config-xo-react": ">= 0.27",
18
- "eslint-config-xo-typescript": "^0.57",
13
+ "eslint-config-xo-typescript": ">= 1",
19
14
  "eslint-plugin-eslint-comments": ">= 3",
20
15
  "eslint-plugin-import": ">= 2",
21
16
  "eslint-plugin-jest": ">= 27",
22
- "eslint-plugin-n": ">= 15",
17
+ "eslint-plugin-n": ">= 16",
23
18
  "eslint-plugin-no-only-tests": ">= 3",
24
19
  "eslint-plugin-no-use-extend-native": ">= 0.5",
25
20
  "eslint-plugin-react": ">= 7",
26
21
  "eslint-plugin-react-hooks": ">= 4",
27
22
  "eslint-plugin-security": ">= 1",
28
23
  "eslint-plugin-simple-import-sort": ">= 10",
29
- "eslint-plugin-sonarjs": ">= 0.19",
30
- "eslint-plugin-unicorn": ">= 46"
24
+ "eslint-plugin-sonarjs": ">= 0.23",
25
+ "eslint-plugin-unicorn": ">= 48"
26
+ },
27
+ "scripts": {
28
+ "build": "nx build eslint-config",
29
+ "lint": "nx lint eslint-config",
30
+ "test": "nx test eslint-config"
31
31
  },
32
32
  "type": "commonjs"
33
- }
33
+ }