Remove dependents from BumpInfo + use shared dep type list #1300
Triggered via pull request
September 10, 2024 04:16
Status
Failure
Total duration
1m 52s
Artifacts
–
Annotations
11 errors
version bumping › bumps all packages and uses prefix in the version with default identifier base:
src/__e2e__/bump.test.ts#L394
expect(received).toBe(expected) // Object.is equality
Expected: "1.0.1-beta.0"
Received: "1.0.0"
at Object.<anonymous> (src/__e2e__/bump.test.ts:394:43)
|
version bumping › bumps all packages and uses prefix in the version with the right identifier base:
src/__e2e__/bump.test.ts#L436
expect(received).toBe(expected) // Object.is equality
Expected: "1.0.1-beta.1"
Received: "1.0.0"
at Object.<anonymous> (src/__e2e__/bump.test.ts:436:43)
|
version bumping › bumps all packages and uses prefix in the version with no identifier base:
src/__e2e__/bump.test.ts#L478
expect(received).toBe(expected) // Object.is equality
Expected: "1.0.1-beta"
Received: "1.0.0"
at Object.<anonymous> (src/__e2e__/bump.test.ts:478:43)
|
build (ubuntu-latest, npm 8)
Process completed with exit code 1.
|
build (windows-latest, npm 8)
The job was canceled because "ubuntu-latest_8" failed.
|
build (windows-latest, npm 8)
The operation was canceled.
|
build (ubuntu-latest, npm 6)
The job was canceled because "ubuntu-latest_8" failed.
|
version bumping › bumps all packages and uses prefix in the version with default identifier base:
src/__e2e__/bump.test.ts#L394
expect(received).toBe(expected) // Object.is equality
Expected: "1.0.1-beta.0"
Received: "1.0.0"
at Object.<anonymous> (src/__e2e__/bump.test.ts:394:43)
|
version bumping › bumps all packages and uses prefix in the version with the right identifier base:
src/__e2e__/bump.test.ts#L436
expect(received).toBe(expected) // Object.is equality
Expected: "1.0.1-beta.1"
Received: "1.0.0"
at Object.<anonymous> (src/__e2e__/bump.test.ts:436:43)
|
version bumping › bumps all packages and uses prefix in the version with no identifier base:
src/__e2e__/bump.test.ts#L478
expect(received).toBe(expected) // Object.is equality
Expected: "1.0.1-beta"
Received: "1.0.0"
at Object.<anonymous> (src/__e2e__/bump.test.ts:478:43)
|
build (ubuntu-latest, npm 6)
The operation was canceled.
|