Skip to content

Update devDependencies (major) #4351

Update devDependencies (major)

Update devDependencies (major) #4351

Triggered via pull request March 13, 2026 22:24
Status Failure
Total duration 2m 51s
Artifacts

ci.yml

on: pull_request
self-lint
19s
self-lint
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

30 errors
tests/lib/rules-preprocessor/gjs-gts-parser-test.js > template-vars > invalid > import Component from '@glimmer/component'; export default class MyComponent extends Component { <template>Hello!</template> }: tests/lib/rules-preprocessor/gjs-gts-parser-test.js#L25
Error: Invalid Options: - Unknown options: useEslintrc ❯ processOptions node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:979:9 ❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:720:28 ❯ initESLint tests/lib/rules-preprocessor/gjs-gts-parser-test.js:25:10 ❯ tests/lib/rules-preprocessor/gjs-gts-parser-test.js:508:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ESLINT_INVALID_OPTIONS' }
tests/lib/rules-preprocessor/gjs-gts-parser-test.js > template-vars > invalid > import { on } from '@ember/modifier'; const noop = () => {}; <template> <div {{on 'click' noop}} /> </template> <template> <div {{on 'click' noop}} /> </template> : tests/lib/rules-preprocessor/gjs-gts-parser-test.js#L25
Error: Invalid Options: - Unknown options: useEslintrc ❯ processOptions node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:979:9 ❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:720:28 ❯ initESLint tests/lib/rules-preprocessor/gjs-gts-parser-test.js:25:10 ❯ tests/lib/rules-preprocessor/gjs-gts-parser-test.js:508:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ESLINT_INVALID_OPTIONS' }
tests/lib/rules-preprocessor/gjs-gts-parser-test.js > template-vars > invalid > import Component from '@glimmer/component'; export default classsss MyComponent extends Component { <template>Hello!</template> }: tests/lib/rules-preprocessor/gjs-gts-parser-test.js#L25
Error: Invalid Options: - Unknown options: useEslintrc ❯ processOptions node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:979:9 ❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:720:28 ❯ initESLint tests/lib/rules-preprocessor/gjs-gts-parser-test.js:25:10 ❯ tests/lib/rules-preprocessor/gjs-gts-parser-test.js:508:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ESLINT_INVALID_OPTIONS' }
tests/lib/rules-preprocessor/gjs-gts-parser-test.js > template-vars > invalid > import Component from '@glimmer/component'; export default class MyComponent extends Component { <template>Hello!</template> }: tests/lib/rules-preprocessor/gjs-gts-parser-test.js#L25
Error: Invalid Options: - Unknown options: useEslintrc ❯ processOptions node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:979:9 ❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:720:28 ❯ initESLint tests/lib/rules-preprocessor/gjs-gts-parser-test.js:25:10 ❯ tests/lib/rules-preprocessor/gjs-gts-parser-test.js:508:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ESLINT_INVALID_OPTIONS' }
tests/lib/rules-preprocessor/gjs-gts-parser-test.js > template-vars > valid > const Foo = <template>hi</template>; <template> <Foo /> </template> : tests/lib/rules-preprocessor/gjs-gts-parser-test.js#L25
Error: Invalid Options: - Unknown options: useEslintrc ❯ processOptions node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:979:9 ❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:720:28 ❯ initESLint tests/lib/rules-preprocessor/gjs-gts-parser-test.js:25:10 ❯ tests/lib/rules-preprocessor/gjs-gts-parser-test.js:489:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ESLINT_INVALID_OPTIONS' }
tests/lib/rules-preprocessor/gjs-gts-parser-test.js > template-vars > valid > import Component from '@glimmer/component'; import { inject as service } from '@ember/service'; export default class MyComponent extends Component { @service foo; <template> {{this.foo}} <div></div> foobar </template> } : tests/lib/rules-preprocessor/gjs-gts-parser-test.js#L25
Error: Invalid Options: - Unknown options: useEslintrc ❯ processOptions node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:979:9 ❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:720:28 ❯ initESLint tests/lib/rules-preprocessor/gjs-gts-parser-test.js:25:10 ❯ tests/lib/rules-preprocessor/gjs-gts-parser-test.js:489:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ESLINT_INVALID_OPTIONS' }
tests/lib/rules-preprocessor/gjs-gts-parser-test.js > template-vars > valid > import Component from '@glimmer/component'; interface ListSignature<T> { Args: { items: Array<T>; }; Blocks: { default: [item: T] }; } export default class List<T> extends Component<ListSignature<T>> { <template> <div>Hello!</div> </template> }: tests/lib/rules-preprocessor/gjs-gts-parser-test.js#L25
Error: Invalid Options: - Unknown options: useEslintrc ❯ processOptions node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:979:9 ❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:720:28 ❯ initESLint tests/lib/rules-preprocessor/gjs-gts-parser-test.js:25:10 ❯ tests/lib/rules-preprocessor/gjs-gts-parser-test.js:489:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ESLINT_INVALID_OPTIONS' }
tests/lib/rules-preprocessor/gjs-gts-parser-test.js > template-vars > valid > import Component from '@glimmer/component'; export default class MyComponent extends Component { foo() { return this.args.bar + this.args.baz; } <template>Hello World!</template> } : tests/lib/rules-preprocessor/gjs-gts-parser-test.js#L25
Error: Invalid Options: - Unknown options: useEslintrc ❯ processOptions node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:979:9 ❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:720:28 ❯ initESLint tests/lib/rules-preprocessor/gjs-gts-parser-test.js:25:10 ❯ tests/lib/rules-preprocessor/gjs-gts-parser-test.js:489:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ESLINT_INVALID_OPTIONS' }
tests/lib/rules-preprocessor/gjs-gts-parser-test.js > template-vars > valid > import { on } from '@ember/modifier'; const noop = () => {}; export default <template> <div {{on 'click' noop}} /> </template> : tests/lib/rules-preprocessor/gjs-gts-parser-test.js#L25
Error: Invalid Options: - Unknown options: useEslintrc ❯ processOptions node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:979:9 ❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:720:28 ❯ initESLint tests/lib/rules-preprocessor/gjs-gts-parser-test.js:25:10 ❯ tests/lib/rules-preprocessor/gjs-gts-parser-test.js:489:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ESLINT_INVALID_OPTIONS' }
tests/lib/rules-preprocessor/gjs-gts-parser-test.js > template-vars > valid > import Component from '@glimmer/component'; export default class MyComponent extends Component { constructor() { super(...arguments); } } : tests/lib/rules-preprocessor/gjs-gts-parser-test.js#L25
Error: Invalid Options: - Unknown options: useEslintrc ❯ processOptions node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:979:9 ❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:720:28 ❯ initESLint tests/lib/rules-preprocessor/gjs-gts-parser-test.js:25:10 ❯ tests/lib/rules-preprocessor/gjs-gts-parser-test.js:489:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ESLINT_INVALID_OPTIONS' }
build (windows, 18.x)
The strategy configuration was canceled because "build.ubuntu_22_x" failed
build (windows, 18.x)
A task was canceled.
build (ubuntu, 18.x)
The strategy configuration was canceled because "build.ubuntu_22_x" failed
build (ubuntu, 18.x)
The operation was canceled.
build (windows, 20.x)
The strategy configuration was canceled because "build.ubuntu_22_x" failed
tests/lib/rules-preprocessor/gjs-gts-parser-test.js > template-vars > invalid > import Component from '@glimmer/component'; export default class MyComponent extends Component { <template>Hello!</template> }: tests/lib/rules-preprocessor/gjs-gts-parser-test.js#L25
Error: Invalid Options: - Unknown options: useEslintrc ❯ processOptions node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:979:9 ❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:720:28 ❯ initESLint tests/lib/rules-preprocessor/gjs-gts-parser-test.js:25:10 ❯ tests/lib/rules-preprocessor/gjs-gts-parser-test.js:508:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ESLINT_INVALID_OPTIONS' }
tests/lib/rules-preprocessor/gjs-gts-parser-test.js > template-vars > invalid > import { on } from '@ember/modifier'; const noop = () => {}; <template> <div {{on 'click' noop}} /> </template> <template> <div {{on 'click' noop}} /> </template> : tests/lib/rules-preprocessor/gjs-gts-parser-test.js#L25
Error: Invalid Options: - Unknown options: useEslintrc ❯ processOptions node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:979:9 ❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:720:28 ❯ initESLint tests/lib/rules-preprocessor/gjs-gts-parser-test.js:25:10 ❯ tests/lib/rules-preprocessor/gjs-gts-parser-test.js:508:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ESLINT_INVALID_OPTIONS' }
tests/lib/rules-preprocessor/gjs-gts-parser-test.js > template-vars > invalid > import Component from '@glimmer/component'; export default classsss MyComponent extends Component { <template>Hello!</template> }: tests/lib/rules-preprocessor/gjs-gts-parser-test.js#L25
Error: Invalid Options: - Unknown options: useEslintrc ❯ processOptions node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:979:9 ❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:720:28 ❯ initESLint tests/lib/rules-preprocessor/gjs-gts-parser-test.js:25:10 ❯ tests/lib/rules-preprocessor/gjs-gts-parser-test.js:508:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ESLINT_INVALID_OPTIONS' }
tests/lib/rules-preprocessor/gjs-gts-parser-test.js > template-vars > invalid > import Component from '@glimmer/component'; export default class MyComponent extends Component { <template>Hello!</template> }: tests/lib/rules-preprocessor/gjs-gts-parser-test.js#L25
Error: Invalid Options: - Unknown options: useEslintrc ❯ processOptions node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:979:9 ❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:720:28 ❯ initESLint tests/lib/rules-preprocessor/gjs-gts-parser-test.js:25:10 ❯ tests/lib/rules-preprocessor/gjs-gts-parser-test.js:508:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ESLINT_INVALID_OPTIONS' }
tests/lib/rules-preprocessor/gjs-gts-parser-test.js > template-vars > valid > const Foo = <template>hi</template>; <template> <Foo /> </template> : tests/lib/rules-preprocessor/gjs-gts-parser-test.js#L25
Error: Invalid Options: - Unknown options: useEslintrc ❯ processOptions node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:979:9 ❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:720:28 ❯ initESLint tests/lib/rules-preprocessor/gjs-gts-parser-test.js:25:10 ❯ tests/lib/rules-preprocessor/gjs-gts-parser-test.js:489:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ESLINT_INVALID_OPTIONS' }
tests/lib/rules-preprocessor/gjs-gts-parser-test.js > template-vars > valid > import Component from '@glimmer/component'; import { inject as service } from '@ember/service'; export default class MyComponent extends Component { @service foo; <template> {{this.foo}} <div></div> foobar </template> } : tests/lib/rules-preprocessor/gjs-gts-parser-test.js#L25
Error: Invalid Options: - Unknown options: useEslintrc ❯ processOptions node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:979:9 ❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:720:28 ❯ initESLint tests/lib/rules-preprocessor/gjs-gts-parser-test.js:25:10 ❯ tests/lib/rules-preprocessor/gjs-gts-parser-test.js:489:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ESLINT_INVALID_OPTIONS' }
tests/lib/rules-preprocessor/gjs-gts-parser-test.js > template-vars > valid > import Component from '@glimmer/component'; interface ListSignature<T> { Args: { items: Array<T>; }; Blocks: { default: [item: T] }; } export default class List<T> extends Component<ListSignature<T>> { <template> <div>Hello!</div> </template> }: tests/lib/rules-preprocessor/gjs-gts-parser-test.js#L25
Error: Invalid Options: - Unknown options: useEslintrc ❯ processOptions node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:979:9 ❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:720:28 ❯ initESLint tests/lib/rules-preprocessor/gjs-gts-parser-test.js:25:10 ❯ tests/lib/rules-preprocessor/gjs-gts-parser-test.js:489:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ESLINT_INVALID_OPTIONS' }
tests/lib/rules-preprocessor/gjs-gts-parser-test.js > template-vars > valid > import Component from '@glimmer/component'; export default class MyComponent extends Component { foo() { return this.args.bar + this.args.baz; } <template>Hello World!</template> } : tests/lib/rules-preprocessor/gjs-gts-parser-test.js#L25
Error: Invalid Options: - Unknown options: useEslintrc ❯ processOptions node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:979:9 ❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:720:28 ❯ initESLint tests/lib/rules-preprocessor/gjs-gts-parser-test.js:25:10 ❯ tests/lib/rules-preprocessor/gjs-gts-parser-test.js:489:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ESLINT_INVALID_OPTIONS' }
tests/lib/rules-preprocessor/gjs-gts-parser-test.js > template-vars > valid > import { on } from '@ember/modifier'; const noop = () => {}; export default <template> <div {{on 'click' noop}} /> </template> : tests/lib/rules-preprocessor/gjs-gts-parser-test.js#L25
Error: Invalid Options: - Unknown options: useEslintrc ❯ processOptions node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:979:9 ❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:720:28 ❯ initESLint tests/lib/rules-preprocessor/gjs-gts-parser-test.js:25:10 ❯ tests/lib/rules-preprocessor/gjs-gts-parser-test.js:489:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ESLINT_INVALID_OPTIONS' }
tests/lib/rules-preprocessor/gjs-gts-parser-test.js > template-vars > valid > import Component from '@glimmer/component'; export default class MyComponent extends Component { constructor() { super(...arguments); } } : tests/lib/rules-preprocessor/gjs-gts-parser-test.js#L25
Error: Invalid Options: - Unknown options: useEslintrc ❯ processOptions node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:979:9 ❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:720:28 ❯ initESLint tests/lib/rules-preprocessor/gjs-gts-parser-test.js:25:10 ❯ tests/lib/rules-preprocessor/gjs-gts-parser-test.js:489:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ESLINT_INVALID_OPTIONS' }
build (windows, 22.x)
The strategy configuration was canceled because "build.ubuntu_22_x" failed
build (windows, 22.x)
The operation was canceled.
self-lint
Process completed with exit code 1.
build (ubuntu, 20.x)
The strategy configuration was canceled because "build.ubuntu_22_x" failed
build (ubuntu, 20.x)
The operation was canceled.