feat(settings): add HTTP version as an inherited request setting #1546
Annotations
4 warnings
|
Lint/Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
typescript(no-base-to-string):
apps/yaak-client/components/core/Editor/url/url.test.ts#L5
apps/yaak-client/components/core/Editor/url/url.test.ts:5:10: 'parser.parse(input)' will use Object's default stringification format ('[object Object]') when stringified.
|
|
typescript(no-floating-promises):
apps/yaak-client/components/EnvironmentActionsDropdown.tsx#L74
apps/yaak-client/components/EnvironmentActionsDropdown.tsx:74:17: Promises must be awaited, add void operator to ignore.
|
|
typescript(no-redundant-type-constituents):
apps/yaak-client/lib/requestBodyConversion.ts#L189
apps/yaak-client/lib/requestBodyConversion.ts:189:35: 'unknown' overrides all other types in this union type.
|