@cabify/eslint-config 1.2.0 → 2.0.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 +10 -6
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -7,33 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ## Added
10
+ ## [2.0.0] - 2023-06-19
11
11
 
12
- - Support for Typescript 4.9.
12
+ ### Changed
13
+
14
+ - Breaking change in how type imports are sorted [eslint-plugin-simple-import-sort@10.0.0](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md#version-1000-2023-01-27).
15
+ - Just run `eslint . --fix`.
16
+ - Bumped dependencies.
13
17
 
14
18
  ## [1.1.2] - 2022-10-24
15
19
 
16
20
  ### Changed
17
21
 
18
- - Bump dependencies.
22
+ - Bump dependencies
19
23
 
20
24
  ## [1.0.3] - 2022-07-22
21
25
 
22
26
  ### Changed
23
27
 
24
- - Bump dependencies.
28
+ - Bump dependencies
25
29
 
26
30
  ## [1.0.2] - 2021-11-25
27
31
 
28
32
  ### Changed
29
33
 
30
- - Bump dependencies.
34
+ - Bump dependencies
31
35
 
32
36
  ## [1.0.1] - 2021-11-15
33
37
 
34
38
  ### Changed
35
39
 
36
- - Bump dependencies.
40
+ - Bump dependencies
37
41
 
38
42
  ## [1.0.0] - 2021-10-27
39
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cabify/eslint-config",
3
- "version": "1.2.0",
3
+ "version": "2.0.0",
4
4
  "description": "ESLint config for Cabify Javascript projects",
5
5
  "scripts": {
6
6
  "build": "echo 'No build to perform'",
@@ -40,26 +40,26 @@
40
40
  "./recommended": "./recommended.js"
41
41
  },
42
42
  "dependencies": {
43
- "@typescript-eslint/eslint-plugin": "^5.44.0",
44
- "@typescript-eslint/parser": "^5.44.0",
43
+ "@typescript-eslint/eslint-plugin": "^5.59.11",
44
+ "@typescript-eslint/parser": "^5.59.11",
45
45
  "confusing-browser-globals": "^1.0.10",
46
- "eslint-config-prettier": "^8.3.0",
47
- "eslint-plugin-import": "^2.25.3",
48
- "eslint-plugin-jest": "^27.1.6",
49
- "eslint-plugin-jsx-a11y": "^6.5.1",
46
+ "eslint-config-prettier": "^8.8.0",
47
+ "eslint-plugin-import": "^2.27.5",
48
+ "eslint-plugin-jest": "^27.2.1",
49
+ "eslint-plugin-jsx-a11y": "^6.7.1",
50
50
  "eslint-plugin-lodash": "^7.3.0",
51
51
  "eslint-plugin-prettier": "^4.0.0",
52
- "eslint-plugin-react": "^7.31.11",
52
+ "eslint-plugin-react": "^7.32.2",
53
53
  "eslint-plugin-react-hooks": "^4.3.0",
54
- "eslint-plugin-simple-import-sort": "^8.0.0"
54
+ "eslint-plugin-simple-import-sort": "^10.0.0"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "eslint": ">= 8.0.1",
58
58
  "prettier": ">= 2.2.1"
59
59
  },
60
60
  "devDependencies": {
61
- "prettier": "2.8.0",
62
- "eslint": "8.28.0"
61
+ "eslint": "8.43.0",
62
+ "prettier": "2.8.8"
63
63
  },
64
64
  "publishConfig": {
65
65
  "access": "public"