@qraft/cli-utils 1.0.0-beta.5 → 1.0.0-beta.7

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 +17 -0
  2. package/package.json +8 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @qraft/cli-utils
2
2
 
3
+ ## 1.0.0-beta.7
4
+
5
+ ### Patch Changes
6
+
7
+ - @qraft/plugin@1.0.0-beta.7
8
+
9
+ ## 1.0.0-beta.6
10
+
11
+ ### Minor Changes
12
+
13
+ - 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [6a2f1ed]
18
+ - @qraft/plugin@1.0.0-beta.6
19
+
3
20
  ## 1.0.0-beta.5
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,26 +1,25 @@
1
1
  {
2
2
  "name": "@qraft/cli-utils",
3
- "version": "1.0.0-beta.5",
3
+ "version": "1.0.0-beta.7",
4
4
  "description": "Shared CLI utilities for Qraft code generation tools",
5
5
  "scripts": {
6
6
  "build": "tsc --project tsconfig.build.json",
7
7
  "dev": "yarn build --watch --noEmitOnError false",
8
8
  "test": "vitest run",
9
9
  "typecheck": "tsc --noEmit",
10
- "lint": "eslint",
10
+ "lint": "eslint --max-warnings 0",
11
11
  "clean": "rimraf dist/"
12
12
  },
13
13
  "type": "module",
14
14
  "dependencies": {
15
- "@qraft/plugin": "1.0.0-beta.5"
15
+ "@qraft/plugin": "1.0.0-beta.7"
16
16
  },
17
17
  "devDependencies": {
18
- "@openapi-qraft/eslint-config": "1.0.1",
19
- "@types/node": "^20.16.5",
20
- "eslint": "^9.39.1",
21
- "rimraf": "^6.1.2",
22
- "typescript": "^5.6.2",
23
- "vitest": "^3.2.4"
18
+ "@openapi-qraft/eslint-config": "1.1.0-beta.0",
19
+ "eslint": "^10.2.0",
20
+ "rimraf": "^6.1.3",
21
+ "typescript": "^5.9.3",
22
+ "vitest": "^4.1.4"
24
23
  },
25
24
  "files": [
26
25
  "dist",