@solvro/config 1.6.1 → 1.8.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.
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@solvro/config",
3
- "version": "1.6.1",
3
+ "version": "1.8.0",
4
4
  "description": "Solvro's engineering style guide",
5
5
  "keywords": [
6
- "eslint"
6
+ "eslint",
7
+ "prettier",
8
+ "solvro"
7
9
  ],
8
10
  "homepage": "https://github.com/Solvro/lib-web-solvro-config#readme",
9
11
  "bugs": {
@@ -27,12 +29,14 @@
27
29
  "require": "./dist/prettier/index.cjs"
28
30
  }
29
31
  },
32
+ "bin": "./bin/index.js",
30
33
  "files": [
31
34
  "dist"
32
35
  ],
33
36
  "scripts": {
34
37
  "build": "tsup",
35
38
  "build:watch": "tsup --watch",
39
+ "cli": "tsx ./src/cli/index.ts",
36
40
  "dev": "npx @eslint/config-inspector",
37
41
  "format": "prettier --check .",
38
42
  "knip": "knip",
@@ -48,48 +52,54 @@
48
52
  "prettier": "./dist/prettier/index.js",
49
53
  "dependencies": {
50
54
  "@adonisjs/eslint-config": "^2.0.0-beta.7",
55
+ "@clack/prompts": "^0.8.2",
51
56
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
52
57
  "@eslint/js": "^9.16.0",
53
58
  "@trivago/prettier-plugin-sort-imports": "^5.2.0",
54
- "@typescript-eslint/eslint-plugin": "^8.16.0",
59
+ "@typescript-eslint/eslint-plugin": "^8.18.0",
55
60
  "eslint-config-prettier": "^9.1.0",
56
61
  "eslint-plugin-antfu": "^2.7.0",
57
62
  "eslint-plugin-import": "^2.31.0",
58
63
  "eslint-plugin-jsdoc": "^50.6.0",
59
64
  "eslint-plugin-jsx-a11y": "^6.10.2",
60
- "eslint-plugin-n": "^17.14.0",
65
+ "eslint-plugin-n": "^17.15.0",
61
66
  "eslint-plugin-react": "^7.37.2",
62
- "eslint-plugin-react-hooks": "^5.0.0",
63
- "eslint-plugin-react-refresh": "^0.4.14",
67
+ "eslint-plugin-react-hooks": "^5.1.0",
68
+ "eslint-plugin-react-refresh": "^0.4.16",
64
69
  "eslint-plugin-unicorn": "^56.0.1",
65
70
  "eslint-plugin-unused-imports": "^4.1.4",
71
+ "execa": "^9.5.2",
66
72
  "find-up-simple": "^1.0.0",
67
- "globals": "^15.12.0",
73
+ "globals": "^15.13.0",
68
74
  "local-pkg": "^0.5.1",
75
+ "picocolors": "^1.1.1",
69
76
  "prettier-plugin-packagejson": "^2.5.6",
70
77
  "prettier-plugin-tailwindcss": "^0.6.9",
71
- "typescript-eslint": "^8.17.0"
78
+ "semver": "^7.6.3",
79
+ "typescript-eslint": "^8.18.0"
72
80
  },
73
81
  "devDependencies": {
74
82
  "@commitlint/cli": "^19.6.0",
75
83
  "@commitlint/config-conventional": "^19.6.0",
76
- "@eslint/config-inspector": "^0.5.6",
77
- "@next/eslint-plugin-next": "^15.0.3",
84
+ "@eslint/config-inspector": "^0.6.0",
85
+ "@next/eslint-plugin-next": "^15.0.4",
78
86
  "@semantic-release/git": "^10.0.1",
79
87
  "@types/eslint-config-prettier": "^6.11.3",
80
88
  "@types/node": "^22.10.1",
81
89
  "@types/react": "^19.0.1",
82
90
  "@types/react-dom": "^19.0.2",
91
+ "@types/semver": "^7.5.8",
83
92
  "eslint": "^9.16.0",
84
93
  "husky": "^9.1.7",
85
94
  "jiti": "^2.4.1",
86
95
  "knip": "^5.39.2",
87
- "lint-staged": "^15.2.10",
88
- "prettier": "^3.4.1",
96
+ "lint-staged": "^15.2.11",
97
+ "prettier": "^3.4.2",
89
98
  "react": "^19.0.0",
90
99
  "react-dom": "^19.0.0",
91
100
  "semantic-release": "^24.2.0",
92
101
  "tsup": "^8.3.5",
102
+ "tsx": "^4.19.2",
93
103
  "typescript": "^5.7.2"
94
104
  },
95
105
  "peerDependencies": {
@@ -109,7 +119,7 @@
109
119
  "optional": true
110
120
  }
111
121
  },
112
- "packageManager": "npm@10.9.1",
122
+ "packageManager": "npm@10.9.2",
113
123
  "engines": {
114
124
  "node": ">=20"
115
125
  },