fix(deps): update dependency debug to v4.4.0 #162
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
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2-beta, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2-beta, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|