@cabify/eslint-config 1.0.3 → 1.1.1

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.
@@ -9,3 +9,4 @@ updates:
9
9
  # Check the npm registry for updates every day (weekdays)
10
10
  schedule:
11
11
  interval: 'weekly'
12
+ versioning-strategy: increase
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@cabify/eslint-config",
3
- "version": "1.0.3",
3
+ "version": "1.1.1",
4
4
  "description": "ESLint config for Cabify Javascript projects",
5
5
  "scripts": {
6
+ "build": "echo 'No build to perform'",
6
7
  "test": "npm run lint:check && npm run format:check",
7
8
  "lint": "eslint . --fix",
8
9
  "lint:check": "eslint .",
@@ -39,18 +40,18 @@
39
40
  "./recommended": "./recommended.js"
40
41
  },
41
42
  "dependencies": {
42
- "@typescript-eslint/eslint-plugin": "^5.4.0",
43
- "@typescript-eslint/parser": "^5.4.0",
43
+ "@typescript-eslint/eslint-plugin": "^5.38.1",
44
+ "@typescript-eslint/parser": "^5.38.1",
44
45
  "confusing-browser-globals": "^1.0.10",
45
46
  "eslint-config-prettier": "^8.3.0",
46
47
  "eslint-plugin-import": "^2.25.3",
47
- "eslint-plugin-jest": "^26.0.0",
48
+ "eslint-plugin-jest": "^27.0.1",
48
49
  "eslint-plugin-jsx-a11y": "^6.5.1",
49
50
  "eslint-plugin-lodash": "^7.3.0",
50
51
  "eslint-plugin-prettier": "^4.0.0",
51
52
  "eslint-plugin-react": "^7.27.1",
52
53
  "eslint-plugin-react-hooks": "^4.3.0",
53
- "eslint-plugin-simple-import-sort": "^7.0.0"
54
+ "eslint-plugin-simple-import-sort": "^8.0.0"
54
55
  },
55
56
  "peerDependencies": {
56
57
  "eslint": ">= 8.0.1",
@@ -58,7 +59,7 @@
58
59
  },
59
60
  "devDependencies": {
60
61
  "prettier": "2.7.1",
61
- "eslint": "8.20.0"
62
+ "eslint": "8.24.0"
62
63
  },
63
64
  "publishConfig": {
64
65
  "access": "public"