orval 6.3.0 → 6.4.3

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,7 +1,7 @@
1
1
  {
2
2
  "name": "orval",
3
3
  "description": "A swagger client generator for typescript",
4
- "version": "6.3.0",
4
+ "version": "6.4.3",
5
5
  "license": "MIT",
6
6
  "files": [
7
7
  "dist"
@@ -41,7 +41,7 @@
41
41
  "url": "https://github.com/anymaniax/orval"
42
42
  },
43
43
  "scripts": {
44
- "build": "tsup ./src/bin/orval.ts ./src/index.ts --minify --clean --dts",
44
+ "build": "tsup ./src/bin/orval.ts ./src/index.ts --minify --clean --dts --splitting",
45
45
  "dev": "tsup ./src/bin/orval.ts ./src/index.ts --clean --watch src --onSuccess 'yarn generate-api'",
46
46
  "lint": "eslint src/**/*.ts",
47
47
  "format": "prettier --write 'src/**/*.{js,ts}'",
@@ -54,15 +54,16 @@
54
54
  "update-samples": "zx ./scripts/update-samples.mjs"
55
55
  },
56
56
  "devDependencies": {
57
- "@commitlint/cli": "^13.1.0",
58
- "@commitlint/config-conventional": "^13.1.0",
57
+ "@commitlint/cli": "^15.0.0",
58
+ "@commitlint/config-conventional": "^15.0.0",
59
59
  "@release-it/conventional-changelog": "^3.3.0",
60
60
  "@types/chalk": "^2.2.0",
61
61
  "@types/commander": "^2.12.2",
62
62
  "@types/faker": "^5.5.8",
63
63
  "@types/fs-extra": "^9.0.12",
64
- "@types/inquirer": "^7.3.3",
64
+ "@types/inquirer": "^8.1.3",
65
65
  "@types/lodash.get": "^4.4.6",
66
+ "@types/lodash.omit": "^4.5.6",
66
67
  "@types/lodash.omitby": "^4.6.6",
67
68
  "@types/lodash.uniq": "^4.5.6",
68
69
  "@types/lodash.uniqby": "^4.7.6",
@@ -72,38 +73,39 @@
72
73
  "@types/prettier": "^2.3.2",
73
74
  "@types/request": "^2.48.7",
74
75
  "@types/validator": "^13.6.3",
75
- "@typescript-eslint/eslint-plugin": "^4.30.0",
76
- "@typescript-eslint/parser": "^4.30.0",
76
+ "@typescript-eslint/eslint-plugin": "^5.4.0",
77
+ "@typescript-eslint/parser": "^5.4.0",
77
78
  "dotenv-cli": "^4.0.0",
78
- "eslint": "^7.32.0",
79
+ "eslint": "^8.3.0",
79
80
  "eslint-config-prettier": "^8.3.0",
80
81
  "eslint-plugin-prettier": "^4.0.0",
81
82
  "faker": "^5.5.3",
82
83
  "husky": "^7.0.2",
83
- "lint-staged": "^11.1.2",
84
+ "lint-staged": "^12.1.2",
84
85
  "npm-run-all": "^4.1.5",
85
86
  "prettier": "^2.4.1",
86
87
  "release-it": "^14.11.5",
87
88
  "rimraf": "^3.0.2",
88
- "tsup": "^4.14.0",
89
+ "tsup": "^5.10.0",
89
90
  "typescript": "^4.4.2",
90
91
  "zx": "^4.2.0"
91
92
  },
92
93
  "dependencies": {
93
94
  "@apidevtools/swagger-parser": "^10.0.3",
94
- "cac": "^6.7.3",
95
+ "cac": "^6.7.12",
95
96
  "chalk": "^4.1.2",
96
97
  "chokidar": "^3.5.2",
97
98
  "cuid": "^2.1.8",
98
99
  "debug": "^4.3.2",
99
- "esbuild": "^0.12.28",
100
+ "esbuild": "^0.13.15",
100
101
  "esutils": "2.0.3",
101
102
  "execa": "^5.1.1",
102
103
  "fs-extra": "^10.0.0",
103
104
  "globby": "11.0.4",
104
- "ibm-openapi-validator": "^0.46.4",
105
- "inquirer": "^8.1.2",
105
+ "ibm-openapi-validator": "^0.51.3",
106
+ "inquirer": "^8.2.0",
106
107
  "lodash.get": "^4.4.2",
108
+ "lodash.omit": "^4.5.0",
107
109
  "lodash.omitby": "^4.6.0",
108
110
  "lodash.uniq": "^4.5.0",
109
111
  "lodash.uniqby": "^4.7.0",
@@ -113,6 +115,6 @@
113
115
  "swagger2openapi": "^7.0.8",
114
116
  "upath": "^2.0.1",
115
117
  "url": "^0.11.0",
116
- "validator": "^13.6.0"
118
+ "validator": "^13.7.0"
117
119
  }
118
120
  }