Skip to content

Commit

Permalink
Merge pull request #726 from acacode/dependabot/npm_and_yarn/multi-d6…
Browse files Browse the repository at this point in the history
…6dbd6119

chore(deps): bump prettier and @types/prettier
  • Loading branch information
smorimoto authored May 5, 2024
2 parents 25e46b5 + ac51c3a commit 007b577
Show file tree
Hide file tree
Showing 98 changed files with 208 additions and 210 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"nanoid": "3.3.6",
"node-emoji": "2.1.3",
"node-fetch": "^3.3.1",
"prettier": "3.0.0",
"prettier": "3.2.5",
"swagger-schema-official": "2.0.0-bab6bed",
"swagger2openapi": "7.0.8",
"typescript": "5.4.5"
Expand All @@ -120,7 +120,7 @@
"@biomejs/biome": "1.7.2",
"@types/lodash": "^4.14.195",
"@types/node": "^20.4.1",
"@types/prettier": "^2.7.3",
"@types/prettier": "^3.0.0",
"axios": "^1.4.0",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v2.0/adafruit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v2.0/another-example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v2.0/another-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v2.0/api-with-examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v2.0/authentiq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v2.0/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v2.0/example1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v2.0/file-formdata-example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v2.0/furkot-example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v2.0/giphy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v2.0/github-swagger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2013,8 +2013,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v2.0/path-args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v2.0/petstore-expanded.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v2.0/petstore-minimal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v2.0/petstore-simple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v2.0/petstore-swagger-io.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v2.0/petstore-with-external-docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v2.0/petstore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v2.0/query-path-param.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v2.0/uber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v3.0/additional-properties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v3.0/additional-properties2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v3.0/allof-example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v3.0/anyof-example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v3.0/api-with-examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v3.0/callback-example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v3.0/components-responses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v3.0/explode-param-3.0.1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v3.0/full-swagger-scheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8739,8 +8739,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v3.0/link-example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v3.0/no-definitions-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v3.0/oneof-example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v3.0/personal-api-example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
4 changes: 2 additions & 2 deletions tests/generated/v3.0/petstore-expanded.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ export class HttpClient<SecurityDataType = unknown> {
property instanceof Blob
? property
: typeof property === "object" && property !== null
? JSON.stringify(property)
: `${property}`,
? JSON.stringify(property)
: `${property}`,
);
return formData;
}, new FormData()),
Expand Down
Loading

0 comments on commit 007b577

Please sign in to comment.