Update dependency ember-template-lint to v6 #16964
ci.yml
on: pull_request
Changed Files
12s
Backend / Lint
0s
Backend / cargo-deny
0s
Backend / Test
0s
Frontend / Lint
24s
Frontend / Test
2m 14s
Annotations
10 errors
Frontend / Lint:
app/components/download-graph.hbs#L5
Do not use the `did-insert` modifier. This modifier was intended to ease migration to Octane and not for long-term side-effects. Instead, refactor to use a custom modifier. See https://github.com/ember-modifier/ember-modifier
|
Frontend / Lint:
app/components/download-graph.hbs#L11
Do not use the `did-insert` modifier. This modifier was intended to ease migration to Octane and not for long-term side-effects. Instead, refactor to use a custom modifier. See https://github.com/ember-modifier/ember-modifier
|
Frontend / Lint:
app/components/download-graph.hbs#L12
Do not use the `did-update` modifier. This modifier was intended to ease migration to Octane and not for long-term side-effects. Instead, refactor to use a custom modifier. See https://github.com/ember-modifier/ember-modifier
|
Frontend / Lint:
app/components/download-graph.hbs#L13
Do not use the `did-update` modifier. This modifier was intended to ease migration to Octane and not for long-term side-effects. Instead, refactor to use a custom modifier. See https://github.com/ember-modifier/ember-modifier
|
Frontend / Lint:
app/components/download-graph.hbs#L14
Do not use the `will-destroy` modifier. This modifier was intended to ease migration to Octane and not for long-term side-effects. Instead, refactor to use a custom modifier. See https://github.com/ember-modifier/ember-modifier
|
Frontend / Lint:
app/components/email-input.hbs#L17
Do not use the `Input` component. Built-in form components use two-way binding to mutate values. Instead, refactor to use a native HTML element.
|
Frontend / Lint:
app/templates/crate/settings.hbs#L12
Do not use the `Input` component. Built-in form components use two-way binding to mutate values. Instead, refactor to use a native HTML element.
|
Frontend / Lint:
app/templates/settings/tokens/new.hbs#L8
Do not use the `Input` component. Built-in form components use two-way binding to mutate values. Instead, refactor to use a native HTML element.
|
Frontend / Lint:
app/templates/settings/tokens/new.hbs#L52
Do not use the `Input` component. Built-in form components use two-way binding to mutate values. Instead, refactor to use a native HTML element.
|
Frontend / Lint:
app/templates/settings/tokens/new.hbs#L89
Do not use the `Input` component. Built-in form components use two-way binding to mutate values. Instead, refactor to use a native HTML element.
|