chore(deps): update all non-major dependencies #3837
Annotations
4 errors and 5 warnings
|
run tests
Process completed with exit code 1.
|
|
run tests:
packages/e2e-tests/testUtils.ts#L58
Error: page.$: Error: strict mode violation: locator('#hmr-test-3 .counter') resolved to 3 elements:
1) <button class="counter increment">0</button> aka getByRole('button', { name: '0' }).nth(2)
2) <button class="counter increment">0</button> aka getByRole('button', { name: '0' }).nth(3)
3) <button class="counter increment">0</button> aka getByRole('button', { name: '0' }).nth(4)
❯ toEl packages/e2e-tests/testUtils.ts:58:21
❯ getText packages/e2e-tests/testUtils.ts:155:13
❯ packages/e2e-tests/build-watch/__tests__/build-watch.spec.ts:114:17
|
|
run tests:
packages/e2e-tests/testUtils.ts#L58
Error: page.$: Error: strict mode violation: locator('#hmr-test-3 .counter') resolved to 2 elements:
1) <button class="counter increment">0</button> aka getByRole('button', { name: '0' }).nth(2)
2) <button class="counter increment">0</button> aka getByRole('button', { name: '0' }).nth(3)
❯ toEl packages/e2e-tests/testUtils.ts:58:21
❯ getText packages/e2e-tests/testUtils.ts:155:13
❯ packages/e2e-tests/build-watch/__tests__/build-watch.spec.ts:114:17
|
|
run tests:
packages/e2e-tests/build-watch/__tests__/build-watch.spec.ts#L114
AssertionError: expected null to be '0' // Object.is equality
- Expected:
"0"
+ Received:
null
❯ packages/e2e-tests/build-watch/__tests__/build-watch.spec.ts:114:50
|
|
.github/workflows/ci.yml#L60
.github/workflows/ci.yml (Line: 60, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
|
|
.github/workflows/ci.yml#L63
.github/workflows/ci.yml (Line: 63, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
|
|
.github/workflows/ci.yml#L66
.github/workflows/ci.yml (Line: 66, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
|
|
.github/workflows/ci.yml#L69
.github/workflows/ci.yml (Line: 69, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
|
|
.github/workflows/ci.yml#L72
.github/workflows/ci.yml (Line: 72, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
|
Loading