Skip to content

Update dependency ember-template-lint to v6 #16964

Update dependency ember-template-lint to v6

Update dependency ember-template-lint to v6 #16964

Triggered via pull request April 6, 2024 08:29
Status Failure
Total duration 2m 41s
Artifacts

ci.yml

on: pull_request
Changed Files
12s
Changed Files
Backend / Lint
0s
Backend / Lint
Backend / cargo-deny
0s
Backend / cargo-deny
Backend / Test
0s
Backend / Test
Frontend / Lint
24s
Frontend / Lint
Frontend / Test
2m 14s
Frontend / Test
Fit to window
Zoom out
Zoom in

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.