[Breaking Changes] super breaking changes, for next #45
ci.yml
on: push
Bun
12s
Bun Windows
2m 22s
Matrix: node
Annotations
25 errors and 1 notice
|
apps/core/headers/index.test.ts > GamanHeaders > should convert headers to plain record:
apps/core/headers/index.test.ts#L55
TypeError: GamanHeaders is not a constructor
❯ apps/core/headers/index.test.ts:55:19
|
|
apps/core/headers/index.test.ts > GamanHeaders > should convert headers to Map:
apps/core/headers/index.test.ts#L42
TypeError: GamanHeaders is not a constructor
❯ apps/core/headers/index.test.ts:42:19
|
|
apps/core/headers/index.test.ts > GamanHeaders > should set a header value:
apps/core/headers/index.test.ts#L35
TypeError: GamanHeaders is not a constructor
❯ apps/core/headers/index.test.ts:35:19
|
|
apps/core/headers/index.test.ts > GamanHeaders > should return true if header exists:
apps/core/headers/index.test.ts#L27
TypeError: GamanHeaders is not a constructor
❯ apps/core/headers/index.test.ts:27:19
|
|
apps/core/headers/index.test.ts > GamanHeaders > should return combined string for array header value (Set-Cookie):
apps/core/headers/index.test.ts#L19
TypeError: GamanHeaders is not a constructor
❯ apps/core/headers/index.test.ts:19:19
|
|
apps/core/headers/index.test.ts > GamanHeaders > should return undefined when header is missing:
apps/core/headers/index.test.ts#L14
TypeError: GamanHeaders is not a constructor
❯ apps/core/headers/index.test.ts:14:19
|
|
apps/core/headers/index.test.ts > GamanHeaders > should get a header value correctly:
apps/core/headers/index.test.ts#L6
TypeError: GamanHeaders is not a constructor
❯ apps/core/headers/index.test.ts:6:19
|
|
apps/core/context/index.test.ts:
apps/core/context/cookies/index.js#L4
Error: Cannot find module '@gaman/common/utils/utils' imported from '/home/runner/work/gaman/gaman/apps/core/context/cookies/index.js'.
- If you rely on tsconfig.json's "paths" to resolve modules, please install "vite-tsconfig-paths" plugin to handle module resolution.
- Make sure you don't have relative aliases in your Vitest config. Use absolute paths instead. Read more: https://vitest.dev/guide/common-errors
❯ apps/core/context/cookies/index.js:4:1
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
|
|
test/api/response.test.ts:
test/api/response.test.ts#L3
Error: Cannot find module '../../packages/core' imported from '/home/runner/work/gaman/gaman/test/api/response.test.ts'
❯ test/api/response.test.ts:3:1
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
Caused by: Caused by: Error: Failed to load url ../../packages/core (resolved id: ../../packages/core) in /home/runner/work/gaman/gaman/test/api/response.test.ts. Does the file exist?
❯ loadAndTransform node_modules/vite/dist/node/chunks/dep-Bj7gA1-0.js:26300:33
|
|
test/api/request.test.ts:
test/api/request.test.ts#L2
Error: Cannot find module '../../packages/core/block' imported from '/home/runner/work/gaman/gaman/test/api/request.test.ts'
❯ test/api/request.test.ts:2:1
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
Caused by: Caused by: Error: Failed to load url ../../packages/core/block (resolved id: ../../packages/core/block) in /home/runner/work/gaman/gaman/test/api/response.test.ts. Does the file exist?
❯ loadAndTransform node_modules/vite/dist/node/chunks/dep-Bj7gA1-0.js:26300:33
|
|
Node.js v18.x
Process completed with exit code 1.
|
|
Node.js v22.x
The operation was canceled.
|
|
Node.js v22.x
The strategy configuration was canceled because "node._18_x" failed
|
|
Node.js v20.x
The operation was canceled.
|
|
Node.js v20.x
The strategy configuration was canceled because "node._18_x" failed
|
|
apps/core/headers/index.test.ts > GamanHeaders > should convert headers to plain record:
apps/core/headers/index.test.ts#L55
TypeError: GamanHeaders is not a constructor
❯ apps/core/headers/index.test.ts:55:19
|
|
apps/core/headers/index.test.ts > GamanHeaders > should convert headers to Map:
apps/core/headers/index.test.ts#L42
TypeError: GamanHeaders is not a constructor
❯ apps/core/headers/index.test.ts:42:19
|
|
apps/core/headers/index.test.ts > GamanHeaders > should set a header value:
apps/core/headers/index.test.ts#L35
TypeError: GamanHeaders is not a constructor
❯ apps/core/headers/index.test.ts:35:19
|
|
apps/core/headers/index.test.ts > GamanHeaders > should return true if header exists:
apps/core/headers/index.test.ts#L27
TypeError: GamanHeaders is not a constructor
❯ apps/core/headers/index.test.ts:27:19
|
|
apps/core/headers/index.test.ts > GamanHeaders > should return combined string for array header value (Set-Cookie):
apps/core/headers/index.test.ts#L19
TypeError: GamanHeaders is not a constructor
❯ apps/core/headers/index.test.ts:19:19
|
|
apps/core/headers/index.test.ts > GamanHeaders > should return undefined when header is missing:
apps/core/headers/index.test.ts#L14
TypeError: GamanHeaders is not a constructor
❯ apps/core/headers/index.test.ts:14:19
|
|
apps/core/headers/index.test.ts > GamanHeaders > should get a header value correctly:
apps/core/headers/index.test.ts#L6
TypeError: GamanHeaders is not a constructor
❯ apps/core/headers/index.test.ts:6:19
|
|
apps/core/context/index.test.ts:
apps/core/context/cookies/index.js#L4
Error: Cannot find module '@gaman/common/utils/utils' imported from 'D:/a/gaman/gaman/apps/core/context/cookies/index.js'.
- If you rely on tsconfig.json's "paths" to resolve modules, please install "vite-tsconfig-paths" plugin to handle module resolution.
- Make sure you don't have relative aliases in your Vitest config. Use absolute paths instead. Read more: https://vitest.dev/guide/common-errors
❯ apps/core/context/cookies/index.js:4:1
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
|
|
test/api/response.test.ts:
test/api/response.test.ts#L3
Error: Cannot find module '../../packages/core' imported from 'D:/a/gaman/gaman/test/api/response.test.ts'
❯ test/api/response.test.ts:3:1
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
Caused by: Caused by: Error: Failed to load url ../../packages/core (resolved id: ../../packages/core) in D:/a/gaman/gaman/test/api/response.test.ts. Does the file exist?
❯ loadAndTransform node_modules/vite/dist/node/chunks/dep-Bj7gA1-0.js:26300:33
|
|
test/api/request.test.ts:
test/api/request.test.ts#L2
Error: Cannot find module '../../packages/core/block' imported from 'D:/a/gaman/gaman/test/api/request.test.ts'
❯ test/api/request.test.ts:2:1
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
Caused by: Caused by: Error: Failed to load url ../../packages/core/block (resolved id: ../../packages/core/block) in D:/a/gaman/gaman/test/api/response.test.ts. Does the file exist?
❯ loadAndTransform node_modules/vite/dist/node/chunks/dep-Bj7gA1-0.js:26300:33
|
|
Bun Windows
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|