chore(deps): bump vite, @vitest/coverage-v8 and vitest #165
Annotations
10 errors and 12 warnings
|
test/unit/create-http-client-test.spec.ts > Can change to the fetch adapter with fetch options:
test/unit/create-http-client-test.spec.ts#L191
AssertionError: expected undefined to deeply equal 'https://defaulthost:443/spaces/client…'
- Expected:
"https://defaulthost:443/spaces/clientSpaceId/"
+ Received:
undefined
❯ test/unit/create-http-client-test.spec.ts:191:31
|
|
test/unit/create-http-client-test.spec.ts > Can change the adapter axios uses:
test/unit/create-http-client-test.spec.ts#L175
AssertionError: expected undefined to deeply equal 'https://defaulthost:443/spaces/client…'
- Expected:
"https://defaulthost:443/spaces/clientSpaceId/"
+ Received:
undefined
❯ test/unit/create-http-client-test.spec.ts:175:31
|
|
test/unit/create-http-client-test.spec.ts > Calls axios based on passed hostname with invalid basePath and fixes the invalid one:
test/unit/create-http-client-test.spec.ts#L147
AssertionError: expected undefined to deeply equal 'https://some.random.example.com:443/f…'
- Expected:
"https://some.random.example.com:443/foo/bar/spaces/"
+ Received:
undefined
❯ test/unit/create-http-client-test.spec.ts:147:31
|
|
test/unit/create-http-client-test.spec.ts > Calls axios based on passed hostname with basePath:
test/unit/create-http-client-test.spec.ts#L135
AssertionError: expected undefined to deeply equal 'https://some.random.example.com:443/f…'
- Expected:
"https://some.random.example.com:443/foo/bar/spaces/"
+ Received:
undefined
❯ test/unit/create-http-client-test.spec.ts:135:31
|
|
test/unit/create-http-client-test.spec.ts > Calls axios with request/response logger:
test/unit/create-http-client-test.spec.ts#L106
AssertionError: expected undefined to deeply equal 'http://contentful.com:80/spaces/'
- Expected:
"http://contentful.com:80/spaces/"
+ Received:
undefined
❯ test/unit/create-http-client-test.spec.ts:106:31
|
|
test/unit/create-http-client-test.spec.ts > Calls axios based on passed headers:
test/unit/create-http-client-test.spec.ts#L89
AssertionError: expected undefined to deeply equal 'example'
- Expected:
"example"
+ Received:
undefined
❯ test/unit/create-http-client-test.spec.ts:89:52
|
|
test/unit/create-http-client-test.spec.ts > Calls axios based on passed hostname with insecure flag:
test/unit/create-http-client-test.spec.ts#L73
AssertionError: expected undefined to deeply equal 'http://contentful.com:80/spaces/'
- Expected:
"http://contentful.com:80/spaces/"
+ Received:
undefined
❯ test/unit/create-http-client-test.spec.ts:73:31
|
|
test/unit/create-http-client-test.spec.ts > Calls axios based on passed host with insecure flag:
test/unit/create-http-client-test.spec.ts#L61
AssertionError: expected undefined to deeply equal 'http://contentful.com:321/spaces/'
- Expected:
"http://contentful.com:321/spaces/"
+ Received:
undefined
❯ test/unit/create-http-client-test.spec.ts:61:31
|
|
test/unit/create-http-client-test.spec.ts > Calls axios based on passed host:
test/unit/create-http-client-test.spec.ts#L49
AssertionError: expected undefined to deeply equal 'https://contentful.com:8080/spaces/'
- Expected:
"https://contentful.com:8080/spaces/"
+ Received:
undefined
❯ test/unit/create-http-client-test.spec.ts:49:31
|
|
test/unit/create-http-client-test.spec.ts > Calls axios with expected default URL:
test/unit/create-http-client-test.spec.ts#L37
AssertionError: expected undefined to deeply equal 'https://defaulthost:443/spaces/client…'
- Expected:
"https://defaulthost:443/spaces/clientSpaceId/"
+ Received:
undefined
❯ test/unit/create-http-client-test.spec.ts:37:31
|
|
build / build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/save@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
check / check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
check / check:
src/pThrottle.ts#L208
Forbidden non-null assertion
|
|
check / check:
src/pThrottle.ts#L182
Unexpected any. Specify a different type
|
|
check / check:
src/pThrottle.ts#L182
Unexpected any. Specify a different type
|
|
check / check:
src/pThrottle.ts#L158
Forbidden non-null assertion
|
|
check / check:
src/pThrottle.ts#L9
Unexpected any. Specify a different type
|
|
check / check:
src/freeze-sys.ts#L3
Unexpected any. Specify a different type
|
|
check / check:
src/error-handler.ts#L25
Unexpected any. Specify a different type
|
|
check / check:
src/error-handler.ts#L4
Unexpected any. Specify a different type
|
|
check / check:
src/create-request-config.ts#L13
Unexpected any. Specify a different type
|
|
check / check:
src/create-request-config.ts#L4
Unexpected any. Specify a different type
|