chore(deps): update docker/setup-buildx-action action to v2.10.0 #343
Annotations
10 errors and 1 warning
Unit tests:
lib/modules/platform/gitlab/index.spec.ts#L565
expect(received).toMatchSnapshot()
Snapshot name: `modules/platform/gitlab/index getBranchPr(branchName) should return the PR object 1`
- Snapshot - 0
+ Received + 2
{
"bodyStruct": {
"hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
},
+ "creator": undefined,
"hasAssignees": false,
"headPipelineStatus": undefined,
"labels": undefined,
"number": 91,
"reviewers": undefined,
"sha": undefined,
"sourceBranch": "some-branch",
"state": "open",
"targetBranch": "master",
"title": "some change",
+ "url": undefined,
}
at Object.<anonymous> (lib/modules/platform/gitlab/index.spec.ts:565:18)
|
Unit tests:
lib/modules/platform/gitlab/index.spec.ts#L600
expect(received).toMatchSnapshot()
Snapshot name: `modules/platform/gitlab/index getBranchPr(branchName) should strip draft prefix from title 1`
- Snapshot - 0
+ Received + 2
@@ -1,9 +1,10 @@
{
"bodyStruct": {
"hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
},
+ "creator": undefined,
"hasAssignees": false,
"headPipelineStatus": undefined,
"isDraft": true,
"labels": undefined,
"number": 91,
@@ -11,6 +12,7 @@
"sha": undefined,
"sourceBranch": "some-branch",
"state": "open",
"targetBranch": "master",
"title": "some change",
+ "url": undefined,
}
at Object.<anonymous> (lib/modules/platform/gitlab/index.spec.ts:600:18)
|
Unit tests:
lib/modules/platform/gitlab/index.spec.ts#L635
expect(received).toMatchSnapshot()
Snapshot name: `modules/platform/gitlab/index getBranchPr(branchName) should strip deprecated draft prefix from title 1`
- Snapshot - 0
+ Received + 2
@@ -1,9 +1,10 @@
{
"bodyStruct": {
"hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
},
+ "creator": undefined,
"hasAssignees": false,
"headPipelineStatus": undefined,
"isDraft": true,
"labels": undefined,
"number": 91,
@@ -11,6 +12,7 @@
"sha": undefined,
"sourceBranch": "some-branch",
"state": "open",
"targetBranch": "master",
"title": "some change",
+ "url": undefined,
}
at Object.<anonymous> (lib/modules/platform/gitlab/index.spec.ts:635:18)
|
Unit tests:
lib/modules/platform/gitlab/index.spec.ts#L1763
expect(received).toMatchSnapshot()
Snapshot name: `modules/platform/gitlab/index createPr(branchName, title, body) returns the PR 1`
- Snapshot - 0
+ Received + 2
{
+ "creator": undefined,
"id": 1,
"iid": 12345,
"number": 12345,
"sourceBranch": "some-branch",
"title": "some title",
+ "url": undefined,
}
at Object.<anonymous> (lib/modules/platform/gitlab/index.spec.ts:1763:18)
|
Unit tests:
lib/modules/platform/gitlab/index.spec.ts#L1783
expect(received).toMatchSnapshot()
Snapshot name: `modules/platform/gitlab/index createPr(branchName, title, body) uses default branch 1`
- Snapshot - 0
+ Received + 2
{
+ "creator": undefined,
"id": 1,
"iid": 12345,
"number": 12345,
"sourceBranch": "some-branch",
"title": "some title",
+ "url": undefined,
}
at Object.<anonymous> (lib/modules/platform/gitlab/index.spec.ts:1783:18)
|
Unit tests:
lib/modules/platform/gitlab/index.spec.ts#L1803
expect(received).toMatchSnapshot()
Snapshot name: `modules/platform/gitlab/index createPr(branchName, title, body) supports draftPR on < 13.2 1`
- Snapshot - 0
+ Received + 2
{
+ "creator": undefined,
"id": 1,
"iid": 12345,
"isDraft": true,
"number": 12345,
"sourceBranch": "some-branch",
"title": "some title",
+ "url": undefined,
}
at Object.<anonymous> (lib/modules/platform/gitlab/index.spec.ts:1803:18)
|
Unit tests:
lib/modules/platform/gitlab/index.spec.ts#L1823
expect(received).toMatchSnapshot()
Snapshot name: `modules/platform/gitlab/index createPr(branchName, title, body) supports draftPR on >= 13.2 1`
- Snapshot - 0
+ Received + 2
{
+ "creator": undefined,
"id": 1,
"iid": 12345,
"isDraft": true,
"number": 12345,
"sourceBranch": "some-branch",
"title": "some title",
+ "url": undefined,
}
at Object.<anonymous> (lib/modules/platform/gitlab/index.spec.ts:1823:18)
|
Unit tests:
lib/modules/platform/gitlab/index.spec.ts#L1939
expect(received).toMatchSnapshot()
Snapshot name: `modules/platform/gitlab/index createPr(branchName, title, body) raises with squash enabled when repository squash option is default_on 1`
- Snapshot - 0
+ Received + 2
{
+ "creator": undefined,
"id": 1,
"iid": 12345,
"number": 12345,
"sourceBranch": "some-branch",
"title": "some title",
+ "url": undefined,
}
at Object.<anonymous> (lib/modules/platform/gitlab/index.spec.ts:1939:18)
|
Unit tests:
lib/modules/platform/gitlab/index.spec.ts#L1971
expect(received).toMatchSnapshot()
Snapshot name: `modules/platform/gitlab/index createPr(branchName, title, body) raises with squash enabled when repository squash option is always 1`
- Snapshot - 0
+ Received + 2
{
+ "creator": undefined,
"id": 1,
"iid": 12345,
"number": 12345,
"sourceBranch": "some-branch",
"title": "some title",
+ "url": undefined,
}
at Object.<anonymous> (lib/modules/platform/gitlab/index.spec.ts:1971:18)
|
Unit tests:
lib/modules/platform/gitlab/index.spec.ts#L2014
expect(received).toMatchInlineSnapshot(snapshot)
Snapshot name: `modules/platform/gitlab/index createPr(branchName, title, body) adds approval rule to ignore all approvals 1`
- Snapshot - 0
+ Received + 2
{
+ "creator": undefined,
"id": 1,
"iid": 12345,
"number": 12345,
"sourceBranch": "some-branch",
"title": "some title",
+ "url": undefined,
}
at Object.<anonymous> (lib/modules/platform/gitlab/index.spec.ts:2014:9)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c, actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading