build: Upgrade nodelinter to 1.16.2 (no-changelog) (#10779)

This commit is contained in:
Iván Ovejero
2024-09-12 16:53:36 +02:00
committed by GitHub
parent 64aa1813b2
commit 05e609d714
518 changed files with 1908 additions and 1941 deletions

View File

@@ -55,7 +55,7 @@ export const taskFields: INodeProperties[] = [
displayName: 'Project Name or ID',
name: 'projectId',
description:
'ID of the project to which the task belongs. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the project to which the task belongs. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
@@ -105,7 +105,7 @@ export const taskFields: INodeProperties[] = [
},
default: '',
description:
'ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Blocked Note',
@@ -137,7 +137,7 @@ export const taskFields: INodeProperties[] = [
},
default: '',
description:
'ID of the milestone of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the milestone of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Status Name or ID',
@@ -149,14 +149,14 @@ export const taskFields: INodeProperties[] = [
},
default: '',
description:
'ID of the status of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the status of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Tag Names or IDs',
name: 'tags',
type: 'multiOptions',
description:
'Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
'Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getTags',
@@ -183,7 +183,7 @@ export const taskFields: INodeProperties[] = [
},
default: '',
description:
'ID of the user story of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user story of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'User Story Order',
@@ -241,7 +241,7 @@ export const taskFields: INodeProperties[] = [
displayName: 'Project Name or ID',
name: 'projectId',
description:
'ID of the project to which the task belongs. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the project to which the task belongs. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
@@ -308,7 +308,7 @@ export const taskFields: INodeProperties[] = [
},
default: '',
description:
'ID of the user whom the task is assigned to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user whom the task is assigned to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Is Closed',
@@ -327,13 +327,13 @@ export const taskFields: INodeProperties[] = [
},
default: '',
description:
'ID of the milestone of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the milestone of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Owner Name or ID',
name: 'owner',
description:
'ID of the owner of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the owner of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
@@ -346,7 +346,7 @@ export const taskFields: INodeProperties[] = [
name: 'role',
type: 'options',
description:
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getRoles',
@@ -357,7 +357,7 @@ export const taskFields: INodeProperties[] = [
displayName: 'Status Name or ID',
name: 'status',
description:
'ID of the status of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the status of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
@@ -370,7 +370,7 @@ export const taskFields: INodeProperties[] = [
name: 'tags',
type: 'multiOptions',
description:
'Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
'Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getTags',
@@ -381,7 +381,7 @@ export const taskFields: INodeProperties[] = [
displayName: 'User Story Name or ID',
name: 'userStory',
description:
'ID of the user story to which the task belongs. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user story to which the task belongs. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
@@ -399,7 +399,7 @@ export const taskFields: INodeProperties[] = [
displayName: 'Project Name or ID',
name: 'projectId',
description:
'ID of the project to set the task to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the project to set the task to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
@@ -449,7 +449,7 @@ export const taskFields: INodeProperties[] = [
},
default: '',
description:
'ID of the user to assign the task to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user to assign the task to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Blocked Note',
@@ -481,7 +481,7 @@ export const taskFields: INodeProperties[] = [
},
default: '',
description:
'ID of the milestone of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the milestone of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Status Name or ID',
@@ -493,7 +493,7 @@ export const taskFields: INodeProperties[] = [
},
default: '',
description:
'ID of the status of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the status of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Subject',
@@ -511,7 +511,7 @@ export const taskFields: INodeProperties[] = [
},
default: '',
description:
'ID of the user story of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user story of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'User Story Order',
@@ -528,7 +528,7 @@ export const taskFields: INodeProperties[] = [
name: 'tags',
type: 'multiOptions',
description:
'Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
'Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getTags',