Skip to content

feat(packageRules): matchJsonata #65885

feat(packageRules): matchJsonata

feat(packageRules): matchJsonata #65885

Triggered via pull request October 7, 2024 08:37
Status Failure
Total duration 2m 6s
Artifacts

build.yml

on: pull_request
lint-docs
29s
lint-docs
lint-eslint
38s
lint-eslint
lint-prettier
33s
lint-prettier
lint-other
56s
lint-other
Matrix: prefetch
build-docs
0s
build-docs
test-e2e
0s
test-e2e
Matrix: test
coverage-threshold
0s
coverage-threshold
codecov
0s
codecov
test-success
0s
test-success
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

14 errors
documentation › website-documentation › docs/usage/configuration-options.md › has headers for every required sub-option: test/documentation.spec.ts#L104
expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 0 @@ -36,11 +36,10 @@ "matchDatasources", "matchDepNames", "matchDepTypes", "matchFileNames", "matchHost", - "matchJsonata", "matchManagers", "matchMessage", "matchNewValue", "matchPackageNames", "matchRepositories", at Object.<anonymous> (test/documentation.spec.ts:104:65)
lint-docs
Process completed with exit code 1.
lint-prettier
Process completed with exit code 1.
lint-eslint: lib/util/package-rules/jsonata.spec.ts#L3
Test must be described by this string: 'util/package-rules/jsonata'
lint-eslint: lib/util/package-rules/jsonata.ts#L18
'error' is defined but never used.
lint-eslint: lib/util/package-rules/matchers.ts#L16
`./jsonata` import should occur before import of `./managers`
lint-eslint
Process completed with exit code 1.
JsonataMatcher › should return false for a non-matching JSONata expression: lib/util/package-rules/jsonata.spec.ts#L19
expected true to be false or Boolean(false) at Object.<anonymous> (lib/util/package-rules/jsonata.spec.ts:19:20)
JsonataMatcher › should return false for a complex JSONata expression with non-matching version: lib/util/package-rules/jsonata.spec.ts#L51
expected true to be false or Boolean(false) at Object.<anonymous> (lib/util/package-rules/jsonata.spec.ts:51:20)
JsonataMatcher › should return false for a JSONata expression with nested properties and non-matching version: lib/util/package-rules/jsonata.spec.ts#L67
expected true to be false or Boolean(false) at Object.<anonymous> (lib/util/package-rules/jsonata.spec.ts:67:20)
test (1/2)
Process completed with exit code 1.
test (2/2)
The job was canceled because "ubuntu-latest_true_test__" failed.
test (2/2)
The operation was canceled.
test-success
Process completed with exit code 1.