From 897a3d6486dd89211f5999d4fd660070bceadfe4 Mon Sep 17 00:00:00 2001 From: js07 <19861096+js07@users.noreply.github.com> Date: Wed, 10 Nov 2021 19:47:01 -0500 Subject: [PATCH 1/4] Add lint error in source file --- components/confection/sources/new-event/new-event.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/confection/sources/new-event/new-event.mjs b/components/confection/sources/new-event/new-event.mjs index 144314e7505f2..0449b973876b7 100644 --- a/components/confection/sources/new-event/new-event.mjs +++ b/components/confection/sources/new-event/new-event.mjs @@ -13,7 +13,7 @@ export default { eventName: { propDefinition: [ confection, - "eventName", + 'eventName', ], description: "Provide the event name to watch. All accounts have `loadtime` & `pageviewBatch` events by default.", From 7c4e8ee403f3d0024388971abb3fa071f51292ac Mon Sep 17 00:00:00 2001 From: js07 <19861096+js07@users.noreply.github.com> Date: Wed, 10 Nov 2021 23:20:30 -0500 Subject: [PATCH 2/4] Add lint error to `new-event.mjs` --- .github/workflows/pull-request-checks.yaml | 2 +- components/confection/sources/new-event/new-event.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-checks.yaml b/.github/workflows/pull-request-checks.yaml index 306050706c0ba..61a2f3afe1a68 100644 --- a/.github/workflows/pull-request-checks.yaml +++ b/.github/workflows/pull-request-checks.yaml @@ -52,7 +52,7 @@ jobs: - name: Setup Node Env uses: actions/setup-node@v2 with: - node-version: '12' + node-version: '14' - name: Install Dependencies run: npm ci diff --git a/components/confection/sources/new-event/new-event.mjs b/components/confection/sources/new-event/new-event.mjs index 0449b973876b7..088384180fe3c 100644 --- a/components/confection/sources/new-event/new-event.mjs +++ b/components/confection/sources/new-event/new-event.mjs @@ -16,7 +16,7 @@ export default { 'eventName', ], description: - "Provide the event name to watch. All accounts have `loadtime` & `pageviewBatch` events by default.", + 'Provide the event name to watch. All accounts have `loadtime` & `pageviewBatch` events by default.', }, }, methods: { From fb0cbc4f756e413ec2bc4e379eb5865bf5a662e2 Mon Sep 17 00:00:00 2001 From: js07 <19861096+js07@users.noreply.github.com> Date: Wed, 10 Nov 2021 23:33:31 -0500 Subject: [PATCH 3/4] Add lint error to `new-event.mjs` --- components/confection/sources/new-event/new-event.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/confection/sources/new-event/new-event.mjs b/components/confection/sources/new-event/new-event.mjs index 088384180fe3c..948635ce9bd47 100644 --- a/components/confection/sources/new-event/new-event.mjs +++ b/components/confection/sources/new-event/new-event.mjs @@ -7,7 +7,7 @@ export default { version: "0.0.1", dedupe: "unique", description: - "Emit new event when a UUID receives a value for the configured **Event Name**. The latest value as well a history of all values ever received for that **Event Name** will be returned.", + 'Emit new event when a UUID receives a value for the configured **Event Name**. The latest value as well a history of all values ever received for that **Event Name** will be returned.', props: { ...common.props, eventName: { From 1f65883e379e1eca105fc025e641b7c0474d2e02 Mon Sep 17 00:00:00 2001 From: js07 <19861096+js07@users.noreply.github.com> Date: Wed, 10 Nov 2021 23:50:38 -0500 Subject: [PATCH 4/4] Add lint error to `new-field-value.mjs` --- .../confection/sources/new-field-value/new-field-value.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/confection/sources/new-field-value/new-field-value.mjs b/components/confection/sources/new-field-value/new-field-value.mjs index d6781d7377174..eab4abacf00fe 100644 --- a/components/confection/sources/new-field-value/new-field-value.mjs +++ b/components/confection/sources/new-field-value/new-field-value.mjs @@ -13,7 +13,7 @@ export default { triggerField: { propDefinition: [ confection, - "triggerField", + 'triggerField', ], description: "Define a field to be used to indicate that a UUID is significant enough to be a lead. You must enter the form input name which Confection uses as the api name of the field.",