build(deps-dev): Bump eslint from 8.57.1 to 9.8.0 #4223
Annotations
39 errors and 7 warnings
|
self-lint
Process completed with exit code 1.
|
|
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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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 (ubuntu, 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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 (ubuntu, 18.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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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:853:15
❯ new ESLint node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint.js:595:34
❯ 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, 20.x)
The strategy configuration was canceled because "build.ubuntu_22_x" failed
|
|
build (windows, 20.x)
The operation was canceled.
|
|
build (windows, 18.x)
The strategy configuration was canceled because "build.ubuntu_22_x" failed
|
|
build (windows, 18.x)
The operation was canceled.
|
|
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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (ubuntu, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (ubuntu, 20.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (ubuntu, 18.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (windows, 20.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (windows, 18.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (windows, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|