Skip to content

chore: update eslint-plugin-unicorn #14157

chore: update eslint-plugin-unicorn

chore: update eslint-plugin-unicorn #14157

Triggered via pull request October 4, 2024 07:23
Status Cancelled
Total duration 7m 23s
Artifacts

nodejs.yml

on: pull_request
prepare-yarn-cache-ubuntu  /  Prepare yarn cache for ubuntu-latest
55s
prepare-yarn-cache-ubuntu / Prepare yarn cache for ubuntu-latest
prepare-yarn-cache-macos  /  Prepare yarn cache for macos-latest
1m 8s
prepare-yarn-cache-macos / Prepare yarn cache for macos-latest
prepare-yarn-cache-windows  /  Prepare yarn cache for windows-latest
1m 22s
prepare-yarn-cache-windows / Prepare yarn cache for windows-latest
TypeScript Compatibility
5m 47s
TypeScript Compatibility
Typecheck Examples and Tests
4m 8s
Typecheck Examples and Tests
Lint
1m 48s
Lint
Validate Yarn dependencies and constraints
15s
Validate Yarn dependencies and constraints
Node LTS on Ubuntu with leak detection
1m 13s
Node LTS on Ubuntu with leak detection
Matrix: test-coverage
Matrix: test-ubuntu
Matrix: test-macos
Matrix: test-windows
Fit to window
Zoom out
Zoom in

Annotations

60 errors and 4 warnings
Validate Yarn dependencies and constraints
Process completed with exit code 1.
macOS with shard 1/3 / Node v20.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
macOS with shard 1/3 / Node v22.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
macOS with shard 2/3 / Node LTS using jest-jasmine2
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
macOS with shard 2/3 / Node v20.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
macOS with shard 2/3 / Node v16.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Windows with shard 3/4 / Node v22.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
macOS with shard 2/3 / Node v22.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
macOS with shard 2/3 / Node v18.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Windows with shard 4/4 / Node LTS using jest-jasmine2
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Windows with shard 3/4 / Node v20.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Windows with shard 3/4 / Node v18.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Windows with shard 4/4 / Node v16.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Windows with shard 4/4 / Node v18.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Windows with shard 4/4 / Node v20.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Windows with shard 4/4 / Node v22.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Windows with shard 2/4 / Node v18.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Windows with shard 2/4 / Node v18.x
The operation was canceled.
Ubuntu with shard 2/4 / Node v18.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Wrong globals for environment › on node <=18 › print useful error for navigator: e2e/__tests__/wrongEnv.test.ts#L15
expect(received).toMatchSnapshot() Snapshot name: `Wrong globals for environment on node <=18 print useful error for navigator 1` - Snapshot - 7 + Received + 7 @@ -8,14 +8,14 @@ The error below may be caused by using the wrong test environment, see https://jestjs.io/docs/configuration#testenvironment-string. Consider using the "jsdom" test environment. ReferenceError: navigator is not defined - 30 | + 31 | - 31 | test('use navigator', () => { + 32 | test('use navigator', () => { - > 32 | const userAgent = navigator.userAgent; + > 33 | const userAgent = navigator.userAgent; | ^ - 33 | + 34 | - 34 | console.log(userAgent); + 35 | console.log(userAgent); - 35 | + 36 | - at Object.navigator (__tests__/node.js:32:21)" + at Object.navigator (__tests__/node.js:33:21)" at toMatchSnapshot (e2e/__tests__/wrongEnv.test.ts:15:46) at Object.assertFailuresAndSnapshot (e2e/__tests__/wrongEnv.test.ts:30:7)
Wrong globals for environment › on node <=18 › print useful error for navigator: e2e/__tests__/wrongEnv.test.ts#L15
expect(received).toMatchSnapshot() Snapshot name: `Wrong globals for environment on node <=18 print useful error for navigator 1` - Snapshot - 7 + Received + 7 @@ -8,14 +8,14 @@ The error below may be caused by using the wrong test environment, see https://jestjs.io/docs/configuration#testenvironment-string. Consider using the "jsdom" test environment. ReferenceError: navigator is not defined - 30 | + 31 | - 31 | test('use navigator', () => { + 32 | test('use navigator', () => { - > 32 | const userAgent = navigator.userAgent; + > 33 | const userAgent = navigator.userAgent; | ^ - 33 | + 34 | - 34 | console.log(userAgent); + 35 | console.log(userAgent); - 35 | + 36 | - at Object.navigator (__tests__/node.js:32:21)" + at Object.navigator (__tests__/node.js:33:21)" at toMatchSnapshot (e2e/__tests__/wrongEnv.test.ts:15:46) at Object.assertFailuresAndSnapshot (e2e/__tests__/wrongEnv.test.ts:30:7)
Wrong globals for environment › on node <=18 › print useful error for navigator: e2e/__tests__/wrongEnv.test.ts#L15
expect(received).toMatchSnapshot() Snapshot name: `Wrong globals for environment on node <=18 print useful error for navigator 1` - Snapshot - 7 + Received + 7 @@ -8,14 +8,14 @@ The error below may be caused by using the wrong test environment, see https://jestjs.io/docs/configuration#testenvironment-string. Consider using the "jsdom" test environment. ReferenceError: navigator is not defined - 30 | + 31 | - 31 | test('use navigator', () => { + 32 | test('use navigator', () => { - > 32 | const userAgent = navigator.userAgent; + > 33 | const userAgent = navigator.userAgent; | ^ - 33 | + 34 | - 34 | console.log(userAgent); + 35 | console.log(userAgent); - 35 | + 36 | - at Object.navigator (__tests__/node.js:32:21)" + at Object.navigator (__tests__/node.js:33:21)" at toMatchSnapshot (e2e/__tests__/wrongEnv.test.ts:15:46) at Object.assertFailuresAndSnapshot (e2e/__tests__/wrongEnv.test.ts:30:7)
Ubuntu with shard 2/4 / Node v18.x
The operation was canceled.
Ubuntu with shard 2/4 / Node v16.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Wrong globals for environment › on node <=18 › print useful error for navigator: e2e/__tests__/wrongEnv.test.ts#L15
expect(received).toMatchSnapshot() Snapshot name: `Wrong globals for environment on node <=18 print useful error for navigator 1` - Snapshot - 7 + Received + 7 @@ -8,14 +8,14 @@ The error below may be caused by using the wrong test environment, see https://jestjs.io/docs/configuration#testenvironment-string. Consider using the "jsdom" test environment. ReferenceError: navigator is not defined - 30 | + 31 | - 31 | test('use navigator', () => { + 32 | test('use navigator', () => { - > 32 | const userAgent = navigator.userAgent; + > 33 | const userAgent = navigator.userAgent; | ^ - 33 | + 34 | - 34 | console.log(userAgent); + 35 | console.log(userAgent); - 35 | + 36 | - at Object.navigator (__tests__/node.js:32:21)" + at Object.navigator (__tests__/node.js:33:21)" at toMatchSnapshot (e2e/__tests__/wrongEnv.test.ts:15:46) at Object.assertFailuresAndSnapshot (e2e/__tests__/wrongEnv.test.ts:30:7)
Wrong globals for environment › on node <=18 › print useful error for navigator: e2e/__tests__/wrongEnv.test.ts#L15
expect(received).toMatchSnapshot() Snapshot name: `Wrong globals for environment on node <=18 print useful error for navigator 1` - Snapshot - 7 + Received + 7 @@ -8,14 +8,14 @@ The error below may be caused by using the wrong test environment, see https://jestjs.io/docs/configuration#testenvironment-string. Consider using the "jsdom" test environment. ReferenceError: navigator is not defined - 30 | + 31 | - 31 | test('use navigator', () => { + 32 | test('use navigator', () => { - > 32 | const userAgent = navigator.userAgent; + > 33 | const userAgent = navigator.userAgent; | ^ - 33 | + 34 | - 34 | console.log(userAgent); + 35 | console.log(userAgent); - 35 | + 36 | - at Object.navigator (__tests__/node.js:32:21)" + at Object.navigator (__tests__/node.js:33:21)" at toMatchSnapshot (e2e/__tests__/wrongEnv.test.ts:15:46) at Object.assertFailuresAndSnapshot (e2e/__tests__/wrongEnv.test.ts:30:7)
Wrong globals for environment › on node <=18 › print useful error for navigator: e2e/__tests__/wrongEnv.test.ts#L15
expect(received).toMatchSnapshot() Snapshot name: `Wrong globals for environment on node <=18 print useful error for navigator 1` - Snapshot - 7 + Received + 7 @@ -8,14 +8,14 @@ The error below may be caused by using the wrong test environment, see https://jestjs.io/docs/configuration#testenvironment-string. Consider using the "jsdom" test environment. ReferenceError: navigator is not defined - 30 | + 31 | - 31 | test('use navigator', () => { + 32 | test('use navigator', () => { - > 32 | const userAgent = navigator.userAgent; + > 33 | const userAgent = navigator.userAgent; | ^ - 33 | + 34 | - 34 | console.log(userAgent); + 35 | console.log(userAgent); - 35 | + 36 | - at Object.navigator (__tests__/node.js:32:21)" + at Object.navigator (__tests__/node.js:33:21)" at toMatchSnapshot (e2e/__tests__/wrongEnv.test.ts:15:46) at Object.assertFailuresAndSnapshot (e2e/__tests__/wrongEnv.test.ts:30:7)
Ubuntu with shard 2/4 / Node v16.x
The operation was canceled.
Windows with shard 2/4 / Node v16.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Windows with shard 2/4 / Node v16.x
The operation was canceled.
Windows with shard 2/4 / Node v22.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Windows with shard 2/4 / Node v22.x
The operation was canceled.
Windows with shard 1/4 / Node LTS using jest-jasmine2
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Windows with shard 1/4 / Node LTS using jest-jasmine2
The operation was canceled.
Windows with shard 1/4 / Node v22.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Windows with shard 1/4 / Node v22.x
The operation was canceled.
Windows with shard 2/4 / Node LTS using jest-jasmine2
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Windows with shard 2/4 / Node LTS using jest-jasmine2
The operation was canceled.
macOS with shard 1/3 / Node v18.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
macOS with shard 1/3 / Node v18.x
The operation was canceled.
Windows with shard 1/4 / Node v20.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Windows with shard 1/4 / Node v20.x
The operation was canceled.
Windows with shard 2/4 / Node v20.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Windows with shard 2/4 / Node v20.x
The operation was canceled.
macOS with shard 1/3 / Node LTS using jest-jasmine2
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
macOS with shard 1/3 / Node LTS using jest-jasmine2
The operation was canceled.
Windows with shard 1/4 / Node v18.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Windows with shard 1/4 / Node v18.x
The operation was canceled.
Windows with shard 3/4 / Node v16.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Windows with shard 3/4 / Node v16.x
The operation was canceled.
Windows with shard 1/4 / Node v16.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Windows with shard 1/4 / Node v16.x
The operation was canceled.
macOS with shard 3/3 / Node v22.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
macOS with shard 3/3 / Node v22.x
The operation was canceled.
Windows with shard 3/4 / Node LTS using jest-jasmine2
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
Windows with shard 3/4 / Node LTS using jest-jasmine2
The operation was canceled.
macOS with shard 3/3 / Node v20.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
macOS with shard 3/3 / Node v20.x
The operation was canceled.
macOS with shard 1/3 / Node v16.x
Canceling since a higher priority waiting request for 'Node CI-update-eslint-unicorn' exists
macOS with shard 1/3 / Node v16.x
The operation was canceled.
Ubuntu with shard 2/4 / Node v18.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 2/4 / Node v18.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 2/4 / Node v16.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 2/4 / Node v16.x
Attempt 2 failed. Reason: Child_process exited with error code 1