build(deps): update dependency @cdktf/hcl2json to v0.20.8 #773
build.yml
on: pull_request
Annotations
63 errors and 12 warnings
lint-prettier
Process completed with exit code 1.
|
test-e2e
Unable to find any artifacts for the associated workflow
|
modules/manager/metadata › plural has readme with no h1 or h2:
lib/modules/manager/metadata.spec.ts#L32
expect(received).toBeDefined()
Received: undefined
at lib/modules/manager/metadata.spec.ts:32:22
|
modules/manager/plural/extract › extractPackageFile() › skips invalid registry urls:
lib/modules/manager/plural/extract.spec.ts#L26
expect(received).not.toBeNull()
Received: null
at Object.<anonymous> (lib/modules/manager/plural/extract.spec.ts:26:26)
|
test (6/16)
Process completed with exit code 1.
|
test (4/16)
The job was canceled because "ubuntu-latest_true_test_6" failed.
|
test (4/16)
The operation was canceled.
|
test (3/16)
The job was canceled because "ubuntu-latest_true_test_6" failed.
|
test (3/16)
The operation was canceled.
|
test (13/16)
The job was canceled because "ubuntu-latest_true_test_6" failed.
|
test (13/16)
The operation was canceled.
|
test (2/16)
The job was canceled because "ubuntu-latest_true_test_6" failed.
|
modules/datasource/npm/get › massages non-compliant repository urls:
lib/modules/datasource/npm/get.spec.ts#L273
expect(received).toMatchInlineSnapshot(snapshot)
Snapshot name: `modules/datasource/npm/get massages non-compliant repository urls 1`
- Snapshot - 1
+ Received + 1
@@ -3,11 +3,11 @@
"headers": {
"accept": "application/json",
"accept-encoding": "gzip, deflate, br",
"authorization": "***",
"host": "test.org",
- "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
+ "user-agent": "RenovateBot/1.0.7 (https://github.com/renovatebot/renovate)",
},
"method": "GET",
"url": "https://test.org/@neutrinojs%2Freact",
},
]
at Object.<anonymous> (lib/modules/datasource/npm/get.spec.ts:273:33)
|
modules/datasource/npm/get › does not override sourceDirectory:
lib/modules/datasource/npm/get.spec.ts#L419
expect(received).toMatchInlineSnapshot(snapshot)
Snapshot name: `modules/datasource/npm/get does not override sourceDirectory 1`
- Snapshot - 1
+ Received + 1
@@ -3,11 +3,11 @@
"headers": {
"accept": "application/json",
"accept-encoding": "gzip, deflate, br",
"authorization": "***",
"host": "test.org",
- "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
+ "user-agent": "RenovateBot/1.0.7 (https://github.com/renovatebot/renovate)",
},
"method": "GET",
"url": "https://test.org/@neutrinojs%2Freact",
},
]
at Object.<anonymous> (lib/modules/datasource/npm/get.spec.ts:419:33)
|
modules/datasource/npm/get › does not massage non-github non-compliant repository urls:
lib/modules/datasource/npm/get.spec.ts#L459
expect(received).toMatchInlineSnapshot(snapshot)
Snapshot name: `modules/datasource/npm/get does not massage non-github non-compliant repository urls 1`
- Snapshot - 1
+ Received + 1
@@ -3,11 +3,11 @@
"headers": {
"accept": "application/json",
"accept-encoding": "gzip, deflate, br",
"authorization": "***",
"host": "test.org",
- "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
+ "user-agent": "RenovateBot/1.0.7 (https://github.com/renovatebot/renovate)",
},
"method": "GET",
"url": "https://test.org/@neutrinojs%2Freact",
},
]
at Object.<anonymous> (lib/modules/datasource/npm/get.spec.ts:459:33)
|
test (2/16)
Process completed with exit code 1.
|
test (8/16)
The job was canceled because "ubuntu-latest_true_test_6" failed.
|
test (8/16)
The operation was canceled.
|
test (12/16)
The job was canceled because "ubuntu-latest_true_test_6" failed.
|
test (12/16)
The operation was canceled.
|
test (15/16)
The job was canceled because "ubuntu-latest_true_test_6" failed.
|
test (15/16)
The operation was canceled.
|
test (1/16)
The job was canceled because "ubuntu-latest_true_test_6" failed.
|
test (1/16)
The operation was canceled.
|
test (5/16)
The job was canceled because "ubuntu-latest_true_test_6" failed.
|
test (5/16)
The operation was canceled.
|
test (7/16)
The job was canceled because "ubuntu-latest_true_test_6" failed.
|
modules/platform/gitlab/index › getBranchPr(branchName) › should return the PR object:
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)
|
modules/platform/gitlab/index › getBranchPr(branchName) › should strip draft prefix from title:
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)
|
modules/platform/gitlab/index › getBranchPr(branchName) › should strip deprecated draft prefix from title:
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)
|
modules/platform/gitlab/index › createPr(branchName:
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)
|
modules/platform/gitlab/index › createPr(branchName:
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)
|
modules/platform/gitlab/index › createPr(branchName:
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)
|
modules/platform/gitlab/index › createPr(branchName:
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)
|
modules/platform/gitlab/index › createPr(branchName:
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)
|
modules/platform/gitlab/index › createPr(branchName:
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)
|
modules/platform/gitlab/index › createPr(branchName:
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)
|
test (10/16)
The job was canceled because "ubuntu-latest_true_test_6" failed.
|
test (10/16)
The operation was canceled.
|
test (9/16)
The job was canceled because "ubuntu-latest_true_test_6" failed.
|
test (9/16)
The operation was canceled.
|
test (11/16)
The job was canceled because "ubuntu-latest_true_test_6" failed.
|
workers/repository/update/branch/index › processBranch › ensures PR when impossible to automerge:
lib/modules/manager/plural/callback.ts#L85
Unsupported platform: undefined
at getLink (lib/modules/manager/plural/callback.ts:85:9)
at Object.getLink [as onPullRequestUpdate] (lib/modules/manager/plural/callback.ts:25:12)
at Object.onPullRequestUpdate [as processBranch] (lib/workers/repository/update/branch/index.ts:883:16)
at Object.<anonymous> (lib/workers/repository/update/branch/index.spec.ts:900:7)
|
workers/repository/update/branch/index › processBranch › ensures PR and adds lock file error comment if no releaseTimestamp:
lib/modules/manager/plural/callback.ts#L85
Unsupported platform: undefined
at getLink (lib/modules/manager/plural/callback.ts:85:9)
at Object.getLink [as onPullRequestUpdate] (lib/modules/manager/plural/callback.ts:25:12)
at Object.onPullRequestUpdate [as processBranch] (lib/workers/repository/update/branch/index.ts:883:16)
at Object.<anonymous> (lib/workers/repository/update/branch/index.spec.ts:963:7)
|
workers/repository/update/branch/index › processBranch › ensures PR and adds lock file error comment if old releaseTimestamp:
lib/modules/manager/plural/callback.ts#L85
Unsupported platform: undefined
at getLink (lib/modules/manager/plural/callback.ts:85:9)
at Object.getLink [as onPullRequestUpdate] (lib/modules/manager/plural/callback.ts:25:12)
at Object.onPullRequestUpdate [as processBranch] (lib/workers/repository/update/branch/index.ts:883:16)
at Object.<anonymous> (lib/workers/repository/update/branch/index.spec.ts:988:7)
|
workers/repository/update/branch/index › processBranch › ensures PR and adds lock file error comment if new releaseTimestamp and branch exists:
lib/modules/manager/plural/callback.ts#L85
Unsupported platform: undefined
at getLink (lib/modules/manager/plural/callback.ts:85:9)
at Object.getLink [as onPullRequestUpdate] (lib/modules/manager/plural/callback.ts:25:12)
at Object.onPullRequestUpdate [as processBranch] (lib/workers/repository/update/branch/index.ts:883:16)
at Object.<anonymous> (lib/workers/repository/update/branch/index.spec.ts:1013:7)
|
workers/repository/update/branch/index › processBranch › ensures PR and adds lock file error comment recreate closed:
lib/modules/manager/plural/callback.ts#L85
Unsupported platform: undefined
at getLink (lib/modules/manager/plural/callback.ts:85:9)
at Object.getLink [as onPullRequestUpdate] (lib/modules/manager/plural/callback.ts:25:12)
at Object.onPullRequestUpdate [as processBranch] (lib/workers/repository/update/branch/index.ts:883:16)
at Object.<anonymous> (lib/workers/repository/update/branch/index.spec.ts:1061:7)
|
workers/repository/update/branch/index › processBranch › throws and swallows branch errors:
lib/modules/manager/plural/callback.ts#L85
Unsupported platform: undefined
at getLink (lib/modules/manager/plural/callback.ts:85:9)
at Object.getLink [as onPullRequestUpdate] (lib/modules/manager/plural/callback.ts:25:12)
at Object.onPullRequestUpdate [as processBranch] (lib/workers/repository/update/branch/index.ts:883:16)
at Object.<anonymous> (lib/workers/repository/update/branch/index.spec.ts:1091:35)
|
workers/repository/update/branch/index › processBranch › rebases branch onto new basebranch if baseBranch changed by user:
lib/modules/manager/plural/callback.ts#L85
Unsupported platform: undefined
at getLink (lib/modules/manager/plural/callback.ts:85:9)
at Object.getLink [as onPullRequestUpdate] (lib/modules/manager/plural/callback.ts:25:12)
at Object.onPullRequestUpdate [as processBranch] (lib/workers/repository/update/branch/index.ts:883:16)
at Object.<anonymous> (lib/workers/repository/update/branch/index.spec.ts:1121:7)
|
workers/repository/update/branch/index › processBranch › branch pr no schedule lockfile (dry run):
lib/modules/manager/plural/callback.ts#L85
Unsupported platform: undefined
at getLink (lib/modules/manager/plural/callback.ts:85:9)
at Object.getLink [as onPullRequestUpdate] (lib/modules/manager/plural/callback.ts:25:12)
at Object.onPullRequestUpdate [as processBranch] (lib/workers/repository/update/branch/index.ts:883:16)
at Object.<anonymous> (lib/workers/repository/update/branch/index.spec.ts:1225:14)
|
workers/repository/update/branch/index › processBranch › branch pr no schedule (dry run):
lib/modules/manager/plural/callback.ts#L85
Unsupported platform: undefined
at getLink (lib/modules/manager/plural/callback.ts:85:9)
at Object.getLink [as onPullRequestUpdate] (lib/modules/manager/plural/callback.ts:25:12)
at Object.onPullRequestUpdate [as processBranch] (lib/workers/repository/update/branch/index.ts:883:16)
at Object.<anonymous> (lib/workers/repository/update/branch/index.spec.ts:1268:9)
|
workers/repository/update/branch/index › processBranch › branch pr no schedule:
lib/modules/manager/plural/callback.ts#L85
Unsupported platform: undefined
at getLink (lib/modules/manager/plural/callback.ts:85:9)
at Object.getLink [as onPullRequestUpdate] (lib/modules/manager/plural/callback.ts:25:12)
at Object.onPullRequestUpdate [as processBranch] (lib/workers/repository/update/branch/index.ts:883:16)
at Object.<anonymous> (lib/workers/repository/update/branch/index.spec.ts:1316:14)
|
test (16/16)
The job was canceled because "ubuntu-latest_true_test_6" failed.
|
config/decrypt › decryptConfig() › handles PGP org constraint:
lib/config/decrypt.ts#L192
config-validation
at decryptConfig (lib/config/decrypt.ts:192:27)
at Object.<anonymous> (lib/config/decrypt.spec.ts:156:19)
|
config/decrypt › decryptConfig() › handles PGP multi-org constraint:
lib/config/decrypt.ts#L192
config-validation
at decryptConfig (lib/config/decrypt.ts:192:27)
at Object.<anonymous> (lib/config/decrypt.spec.ts:170:17)
|
config/decrypt › decryptConfig() › handles PGP org/repo constraint:
lib/config/decrypt.ts#L192
config-validation
at decryptConfig (lib/config/decrypt.ts:192:27)
at Object.<anonymous> (lib/config/decrypt.spec.ts:187:19)
|
config/decrypt › decryptConfig() › handles PGP multi-org/repo constraint:
lib/config/decrypt.ts#L192
config-validation
at decryptConfig (lib/config/decrypt.ts:192:27)
at Object.<anonymous> (lib/config/decrypt.spec.ts:201:17)
|
logger/err-serializer › got › sanitize http error:
lib/logger/err-serializer.spec.ts#L102
expect(received).toMatchSnapshot(properties)
Snapshot name: `logger/err-serializer got sanitize http error 1`
- Snapshot - 1
+ Received + 1
@@ -4,11 +4,11 @@
"name": "HTTPError",
"options": {
"headers": {
"accept": "application/json",
"accept-encoding": "gzip, deflate, br",
- "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
+ "user-agent": "RenovateBot/1.0.7 (https://github.com/renovatebot/renovate)",
},
"hostType": "any",
"http2": false,
"method": "POST",
"password": "***********",
at Object.<anonymous> (lib/logger/err-serializer.spec.ts:102:34)
|
test (16/16)
The operation was canceled.
|
test (14/16)
The job was canceled because "ubuntu-latest_true_test_6" failed.
|
test (14/16)
The operation was canceled.
|
coverage
Process completed with exit code 1.
|
test-success
Process completed with exit code 1.
|
setup
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c, nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4, actions/cache/save@e12d46a63a90f2fae62d114769bbf2a179198b5c. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint-docs
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint-prettier
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint-other
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
No files were found with the provided path: renovate-0.0.0-semantic-release.tgz. No artifacts will be uploaded.
|
test-e2e
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-docs
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (6/16)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c, actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint-eslint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
coverage
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a, codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d, actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
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/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
coverage
Expired
|
38.4 MB |
|
docs
Expired
|
2.35 MB |
|