fix(deps): update dependency debug to v4.4.0 #164
Annotations
10 errors and 3 warnings
Lint:
tests/dummy/app/templates/examples.hbs#L1
You are using the component {{link-to}} with curly component syntax. You should use <LinkTo> 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: ['link-to'] }`.
|
Lint:
tests/dummy/app/templates/examples.hbs#L1
Invoking the `{{link-to}}` component with positional arguments is deprecated. Instead, please use the equivalent named arguments (`route`). The content should be passed along as a block.
|
Lint:
tests/dummy/app/templates/index.hbs#L1
You are using the component {{link-to}} with curly component syntax. You should use <LinkTo> 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: ['link-to'] }`.
|
Lint:
tests/dummy/app/templates/index.hbs#L1
Invoking the `{{link-to}}` component with positional arguments is deprecated. Instead, please use the equivalent named arguments (`route`).
|
Lint:
tests/dummy/app/templates/examples/blank.hbs#L1
You are using the component {{plot-ly}} with curly component syntax. You should use <PlotLy> 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: ['plot-ly'] }`.
|
Lint:
tests/dummy/app/templates/examples/blank.hbs#L2
Ambiguous path 'chartData' is not allowed. Use '@chartdata' if it is a named argument or 'this.chartData' 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: ['chartData'] }.
|
Lint:
tests/dummy/app/templates/examples/blank.hbs#L3
Ambiguous path 'chartLayout' is not allowed. Use '@chartLayout' if it is a named argument or 'this.chartLayout' 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: ['chartLayout'] }.
|
Lint:
tests/dummy/app/templates/examples/blank.hbs#L4
Ambiguous path 'chartConfig' is not allowed. Use '@chartConfig' if it is a named argument or 'this.chartConfig' 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: ['chartConfig'] }.
|
Lint:
tests/dummy/app/templates/examples/bound-layout.hbs#L28
You are using the component {{input}} with curly component syntax. You should use <Input> 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: ['input'] }`.
|
Lint:
tests/dummy/app/templates/examples/bound-layout.hbs#L29
You are using the component {{input}} with curly component syntax. You should use <Input> 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: ['input'] }`.
|
Lint
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|