Skip to content

Commit 007b577

Browse files
authored
Merge pull request #726 from acacode/dependabot/npm_and_yarn/multi-d66dbd6119
chore(deps): bump prettier and @types/prettier
2 parents 25e46b5 + ac51c3a commit 007b577

File tree

98 files changed

+208
-210
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+208
-210
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"nanoid": "3.3.6",
112112
"node-emoji": "2.1.3",
113113
"node-fetch": "^3.3.1",
114-
"prettier": "3.0.0",
114+
"prettier": "3.2.5",
115115
"swagger-schema-official": "2.0.0-bab6bed",
116116
"swagger2openapi": "7.0.8",
117117
"typescript": "5.4.5"
@@ -120,7 +120,7 @@
120120
"@biomejs/biome": "1.7.2",
121121
"@types/lodash": "^4.14.195",
122122
"@types/node": "^20.4.1",
123-
"@types/prettier": "^2.7.3",
123+
"@types/prettier": "^3.0.0",
124124
"axios": "^1.4.0",
125125
"cross-env": "^7.0.3",
126126
"dotenv": "^16.3.1",

tests/generated/v2.0/adafruit.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ export class HttpClient<SecurityDataType = unknown> {
272272
property instanceof Blob
273273
? property
274274
: typeof property === "object" && property !== null
275-
? JSON.stringify(property)
276-
: `${property}`,
275+
? JSON.stringify(property)
276+
: `${property}`,
277277
);
278278
return formData;
279279
}, new FormData()),

tests/generated/v2.0/another-example.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ export class HttpClient<SecurityDataType = unknown> {
248248
property instanceof Blob
249249
? property
250250
: typeof property === "object" && property !== null
251-
? JSON.stringify(property)
252-
: `${property}`,
251+
? JSON.stringify(property)
252+
: `${property}`,
253253
);
254254
return formData;
255255
}, new FormData()),

tests/generated/v2.0/another-schema.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ export class HttpClient<SecurityDataType = unknown> {
136136
property instanceof Blob
137137
? property
138138
: typeof property === "object" && property !== null
139-
? JSON.stringify(property)
140-
: `${property}`,
139+
? JSON.stringify(property)
140+
: `${property}`,
141141
);
142142
return formData;
143143
}, new FormData()),

tests/generated/v2.0/api-with-examples.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ export class HttpClient<SecurityDataType = unknown> {
115115
property instanceof Blob
116116
? property
117117
: typeof property === "object" && property !== null
118-
? JSON.stringify(property)
119-
: `${property}`,
118+
? JSON.stringify(property)
119+
: `${property}`,
120120
);
121121
return formData;
122122
}, new FormData()),

tests/generated/v2.0/authentiq.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ export class HttpClient<SecurityDataType = unknown> {
155155
property instanceof Blob
156156
? property
157157
: typeof property === "object" && property !== null
158-
? JSON.stringify(property)
159-
: `${property}`,
158+
? JSON.stringify(property)
159+
: `${property}`,
160160
);
161161
return formData;
162162
}, new FormData()),

tests/generated/v2.0/enums.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ export class HttpClient<SecurityDataType = unknown> {
174174
property instanceof Blob
175175
? property
176176
: typeof property === "object" && property !== null
177-
? JSON.stringify(property)
178-
: `${property}`,
177+
? JSON.stringify(property)
178+
: `${property}`,
179179
);
180180
return formData;
181181
}, new FormData()),

tests/generated/v2.0/example1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ export class HttpClient<SecurityDataType = unknown> {
152152
property instanceof Blob
153153
? property
154154
: typeof property === "object" && property !== null
155-
? JSON.stringify(property)
156-
: `${property}`,
155+
? JSON.stringify(property)
156+
: `${property}`,
157157
);
158158
return formData;
159159
}, new FormData()),

tests/generated/v2.0/file-formdata-example.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ export class HttpClient<SecurityDataType = unknown> {
115115
property instanceof Blob
116116
? property
117117
: typeof property === "object" && property !== null
118-
? JSON.stringify(property)
119-
: `${property}`,
118+
? JSON.stringify(property)
119+
: `${property}`,
120120
);
121121
return formData;
122122
}, new FormData()),

tests/generated/v2.0/furkot-example.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ export class HttpClient<SecurityDataType = unknown> {
188188
property instanceof Blob
189189
? property
190190
: typeof property === "object" && property !== null
191-
? JSON.stringify(property)
192-
: `${property}`,
191+
? JSON.stringify(property)
192+
: `${property}`,
193193
);
194194
return formData;
195195
}, new FormData()),

tests/generated/v2.0/giphy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ export class HttpClient<SecurityDataType = unknown> {
372372
property instanceof Blob
373373
? property
374374
: typeof property === "object" && property !== null
375-
? JSON.stringify(property)
376-
: `${property}`,
375+
? JSON.stringify(property)
376+
: `${property}`,
377377
);
378378
return formData;
379379
}, new FormData()),

tests/generated/v2.0/github-swagger.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2013,8 +2013,8 @@ export class HttpClient<SecurityDataType = unknown> {
20132013
property instanceof Blob
20142014
? property
20152015
: typeof property === "object" && property !== null
2016-
? JSON.stringify(property)
2017-
: `${property}`,
2016+
? JSON.stringify(property)
2017+
: `${property}`,
20182018
);
20192019
return formData;
20202020
}, new FormData()),

tests/generated/v2.0/path-args.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ export class HttpClient<SecurityDataType = unknown> {
115115
property instanceof Blob
116116
? property
117117
: typeof property === "object" && property !== null
118-
? JSON.stringify(property)
119-
: `${property}`,
118+
? JSON.stringify(property)
119+
: `${property}`,
120120
);
121121
return formData;
122122
}, new FormData()),

tests/generated/v2.0/petstore-expanded.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ export class HttpClient<SecurityDataType = unknown> {
151151
property instanceof Blob
152152
? property
153153
: typeof property === "object" && property !== null
154-
? JSON.stringify(property)
155-
: `${property}`,
154+
? JSON.stringify(property)
155+
: `${property}`,
156156
);
157157
return formData;
158158
}, new FormData()),

tests/generated/v2.0/petstore-minimal.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ export class HttpClient<SecurityDataType = unknown> {
123123
property instanceof Blob
124124
? property
125125
: typeof property === "object" && property !== null
126-
? JSON.stringify(property)
127-
: `${property}`,
126+
? JSON.stringify(property)
127+
: `${property}`,
128128
);
129129
return formData;
130130
}, new FormData()),

tests/generated/v2.0/petstore-simple.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ export class HttpClient<SecurityDataType = unknown> {
139139
property instanceof Blob
140140
? property
141141
: typeof property === "object" && property !== null
142-
? JSON.stringify(property)
143-
: `${property}`,
142+
? JSON.stringify(property)
143+
: `${property}`,
144144
);
145145
return formData;
146146
}, new FormData()),

tests/generated/v2.0/petstore-swagger-io.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ export class HttpClient<SecurityDataType = unknown> {
176176
property instanceof Blob
177177
? property
178178
: typeof property === "object" && property !== null
179-
? JSON.stringify(property)
180-
: `${property}`,
179+
? JSON.stringify(property)
180+
: `${property}`,
181181
);
182182
return formData;
183183
}, new FormData()),

tests/generated/v2.0/petstore-with-external-docs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ export class HttpClient<SecurityDataType = unknown> {
131131
property instanceof Blob
132132
? property
133133
: typeof property === "object" && property !== null
134-
? JSON.stringify(property)
135-
: `${property}`,
134+
? JSON.stringify(property)
135+
: `${property}`,
136136
);
137137
return formData;
138138
}, new FormData()),

tests/generated/v2.0/petstore.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ export class HttpClient<SecurityDataType = unknown> {
130130
property instanceof Blob
131131
? property
132132
: typeof property === "object" && property !== null
133-
? JSON.stringify(property)
134-
: `${property}`,
133+
? JSON.stringify(property)
134+
: `${property}`,
135135
);
136136
return formData;
137137
}, new FormData()),

tests/generated/v2.0/query-path-param.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ export class HttpClient<SecurityDataType = unknown> {
115115
property instanceof Blob
116116
? property
117117
: typeof property === "object" && property !== null
118-
? JSON.stringify(property)
119-
: `${property}`,
118+
? JSON.stringify(property)
119+
: `${property}`,
120120
);
121121
return formData;
122122
}, new FormData()),

tests/generated/v2.0/uber.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ export class HttpClient<SecurityDataType = unknown> {
194194
property instanceof Blob
195195
? property
196196
: typeof property === "object" && property !== null
197-
? JSON.stringify(property)
198-
: `${property}`,
197+
? JSON.stringify(property)
198+
: `${property}`,
199199
);
200200
return formData;
201201
}, new FormData()),

tests/generated/v3.0/additional-properties.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ export class HttpClient<SecurityDataType = unknown> {
122122
property instanceof Blob
123123
? property
124124
: typeof property === "object" && property !== null
125-
? JSON.stringify(property)
126-
: `${property}`,
125+
? JSON.stringify(property)
126+
: `${property}`,
127127
);
128128
return formData;
129129
}, new FormData()),

tests/generated/v3.0/additional-properties2.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ export class HttpClient<SecurityDataType = unknown> {
119119
property instanceof Blob
120120
? property
121121
: typeof property === "object" && property !== null
122-
? JSON.stringify(property)
123-
: `${property}`,
122+
? JSON.stringify(property)
123+
: `${property}`,
124124
);
125125
return formData;
126126
}, new FormData()),

tests/generated/v3.0/allof-example.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ export class HttpClient<SecurityDataType = unknown> {
129129
property instanceof Blob
130130
? property
131131
: typeof property === "object" && property !== null
132-
? JSON.stringify(property)
133-
: `${property}`,
132+
? JSON.stringify(property)
133+
: `${property}`,
134134
);
135135
return formData;
136136
}, new FormData()),

tests/generated/v3.0/anyof-example.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ export class HttpClient<SecurityDataType = unknown> {
125125
property instanceof Blob
126126
? property
127127
: typeof property === "object" && property !== null
128-
? JSON.stringify(property)
129-
: `${property}`,
128+
? JSON.stringify(property)
129+
: `${property}`,
130130
);
131131
return formData;
132132
}, new FormData()),

tests/generated/v3.0/api-with-examples.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ export class HttpClient<SecurityDataType = unknown> {
115115
property instanceof Blob
116116
? property
117117
: typeof property === "object" && property !== null
118-
? JSON.stringify(property)
119-
: `${property}`,
118+
? JSON.stringify(property)
119+
: `${property}`,
120120
);
121121
return formData;
122122
}, new FormData()),

tests/generated/v3.0/callback-example.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ export class HttpClient<SecurityDataType = unknown> {
115115
property instanceof Blob
116116
? property
117117
: typeof property === "object" && property !== null
118-
? JSON.stringify(property)
119-
: `${property}`,
118+
? JSON.stringify(property)
119+
: `${property}`,
120120
);
121121
return formData;
122122
}, new FormData()),

tests/generated/v3.0/components-responses.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ export class HttpClient<SecurityDataType = unknown> {
115115
property instanceof Blob
116116
? property
117117
: typeof property === "object" && property !== null
118-
? JSON.stringify(property)
119-
: `${property}`,
118+
? JSON.stringify(property)
119+
: `${property}`,
120120
);
121121
return formData;
122122
}, new FormData()),

tests/generated/v3.0/explode-param-3.0.1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ export class HttpClient<SecurityDataType = unknown> {
134134
property instanceof Blob
135135
? property
136136
: typeof property === "object" && property !== null
137-
? JSON.stringify(property)
138-
: `${property}`,
137+
? JSON.stringify(property)
138+
: `${property}`,
139139
);
140140
return formData;
141141
}, new FormData()),

tests/generated/v3.0/full-swagger-scheme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8739,8 +8739,8 @@ export class HttpClient<SecurityDataType = unknown> {
87398739
property instanceof Blob
87408740
? property
87418741
: typeof property === "object" && property !== null
8742-
? JSON.stringify(property)
8743-
: `${property}`,
8742+
? JSON.stringify(property)
8743+
: `${property}`,
87448744
);
87458745
return formData;
87468746
}, new FormData()),

tests/generated/v3.0/link-example.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ export class HttpClient<SecurityDataType = unknown> {
132132
property instanceof Blob
133133
? property
134134
: typeof property === "object" && property !== null
135-
? JSON.stringify(property)
136-
: `${property}`,
135+
? JSON.stringify(property)
136+
: `${property}`,
137137
);
138138
return formData;
139139
}, new FormData()),

tests/generated/v3.0/no-definitions-schema.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ export class HttpClient<SecurityDataType = unknown> {
129129
property instanceof Blob
130130
? property
131131
: typeof property === "object" && property !== null
132-
? JSON.stringify(property)
133-
: `${property}`,
132+
? JSON.stringify(property)
133+
: `${property}`,
134134
);
135135
return formData;
136136
}, new FormData()),

tests/generated/v3.0/oneof-example.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ export class HttpClient<SecurityDataType = unknown> {
125125
property instanceof Blob
126126
? property
127127
: typeof property === "object" && property !== null
128-
? JSON.stringify(property)
129-
: `${property}`,
128+
? JSON.stringify(property)
129+
: `${property}`,
130130
);
131131
return formData;
132132
}, new FormData()),

tests/generated/v3.0/personal-api-example.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ export class HttpClient<SecurityDataType = unknown> {
300300
property instanceof Blob
301301
? property
302302
: typeof property === "object" && property !== null
303-
? JSON.stringify(property)
304-
: `${property}`,
303+
? JSON.stringify(property)
304+
: `${property}`,
305305
);
306306
return formData;
307307
}, new FormData()),

tests/generated/v3.0/petstore-expanded.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ export class HttpClient<SecurityDataType = unknown> {
131131
property instanceof Blob
132132
? property
133133
: typeof property === "object" && property !== null
134-
? JSON.stringify(property)
135-
: `${property}`,
134+
? JSON.stringify(property)
135+
: `${property}`,
136136
);
137137
return formData;
138138
}, new FormData()),

0 commit comments

Comments
 (0)