build(deps): update dependency google-auth-library to v9.11.0 #728
Annotations
11 errors and 1 warning
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "coverage", "docs".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job was cancelled
Loading