[lts-v3] get legacy release embroider compatible #363
Annotations
10 errors and 1 warning
Run pnpm run test:
addon/components/es-navbar/template.hbs#L44
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
|
Run pnpm run test:
addon/components/es-navbar/template.hbs#L11
You are using the component {{es-navbar/link}} with curly component syntax. You should use <EsNavbar::Link> instead. If it is actually a helper you must manually add it to the 'no-curly-component-invocation' rule configuration, e.g. `'no-curly-component-invocation': { allow: ['es-navbar/link'] }`.
|
Run pnpm run test:
addon/components/es-navbar/template.hbs#L2
Ambiguous path 'navHome' is not allowed. Use '@navHome' if it is a named argument or 'this.navHome' if it is a property on 'this'. If it is a helper or component that has no arguments, you must either convert it to an angle bracket invocation or manually add it to the 'no-implicit-this' rule configuration, e.g. 'no-implicit-this': { allow: ['navHome'] }.
|
Run pnpm run test:
addon/components/es-navbar/template.hbs#L10
Ambiguous path 'navLinks' is not allowed. Use '@navlinks' if it is a named argument or 'this.navLinks' if it is a property on 'this'. If it is a helper or component that has no arguments, you must either convert it to an angle bracket invocation or manually add it to the 'no-implicit-this' rule configuration, e.g. 'no-implicit-this': { allow: ['navLinks'] }.
|
Run pnpm run test:
addon/components/es-navbar/template.hbs#L42
All `<button>` elements should have a valid `type` attribute
|
Run pnpm run test:
addon/components/es-navbar/template.hbs#L19
`hasBlock` is deprecated. Use the `has-block` helper instead.
|
Run pnpm run test:
addon/templates/components/es-accordion.hbs#L1
Ambiguous path 'accordionState' is not allowed. Use '@accordionState' if it is a named argument or 'this.accordionState' if it is a property on 'this'. If it is a helper or component that has no arguments, you must either convert it to an angle bracket invocation or manually add it to the 'no-implicit-this' rule configuration, e.g. 'no-implicit-this': { allow: ['accordionState'] }.
|
Run pnpm run test:
addon/templates/components/es-aside.hbs#L1
{{yield}}-only templates are not allowed
|
Run pnpm run test:
addon/templates/components/es-blog-heading.hbs#L3
You are using the component {{postTitle}} with curly component syntax. You should use <PostTitle> instead. If it is actually a helper you must manually add it to the 'no-curly-component-invocation' rule configuration, e.g. `'no-curly-component-invocation': { allow: ['postTitle'] }`.
|
Run pnpm run test:
addon/templates/components/es-blog-heading.hbs#L6
You are using the component {{postTitle}} with curly component syntax. You should use <PostTitle> instead. If it is actually a helper you must manually add it to the 'no-curly-component-invocation' rule configuration, e.g. `'no-curly-component-invocation': { allow: ['postTitle'] }`.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading