Bump liquidjs from 9.22.1 to 10.19.0 #1860
Annotations
10 errors and 5 warnings
Run tests:
node_modules/liquidjs/dist/liquid.node.js#L1216
this.handleNots is not a function, line:2, col:3
1|
>> 2| {% ifversion fpt %} I am FPT {% endif %}
^
3| {% ifversion ghae %} I am GHAE {% endif %}
4| {% ifversion ghes %} I am GHES {% endif %}
5| {% ifversion ghes = 3.1 %} I am GHES = 3.1 {% endif %}
RenderError: this.handleNots is not a function, line:2, col:3
at Render.renderTemplates (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:1216:53)
at renderTemplates.throw (<anonymous>)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:530:32)
at Object.<anonymous> (/home/runner/work/docs/docs/tests/unit/liquid.js:78:22)
From TypeError: this.handleNots is not a function
at Object.render (/home/runner/work/docs/docs/lib/liquid-tags/ifversion.js:61:33)
at render.next (<anonymous>)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:530:32)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:536:25)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:538:25)
at Object.<anonymous> (/home/runner/work/docs/docs/tests/unit/liquid.js:78:22)
|
Run tests:
node_modules/liquidjs/dist/liquid.node.js#L1216
this.handleNots is not a function, line:2, col:3
1|
>> 2| {% ifversion fpt %} I am FPT {% endif %}
^
3| {% ifversion ghae %} I am GHAE {% endif %}
4| {% ifversion ghes %} I am GHES {% endif %}
5| {% ifversion ghes = 3.1 %} I am GHES = 3.1 {% endif %}
RenderError: this.handleNots is not a function, line:2, col:3
at Render.renderTemplates (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:1216:53)
at renderTemplates.throw (<anonymous>)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:530:32)
at Object.<anonymous> (/home/runner/work/docs/docs/tests/unit/liquid.js:91:22)
From TypeError: this.handleNots is not a function
at Object.render (/home/runner/work/docs/docs/lib/liquid-tags/ifversion.js:61:33)
at render.next (<anonymous>)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:530:32)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:536:25)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:538:25)
at Object.<anonymous> (/home/runner/work/docs/docs/tests/unit/liquid.js:91:22)
|
Run tests:
node_modules/liquidjs/dist/liquid.node.js#L1216
this.handleNots is not a function, line:2, col:3
1|
>> 2| {% ifversion fpt %} I am FPT {% endif %}
^
3| {% ifversion ghae %} I am GHAE {% endif %}
4| {% ifversion ghes %} I am GHES {% endif %}
5| {% ifversion ghes = 3.1 %} I am GHES = 3.1 {% endif %}
RenderError: this.handleNots is not a function, line:2, col:3
at Render.renderTemplates (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:1216:53)
at renderTemplates.throw (<anonymous>)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:530:32)
at Object.<anonymous> (/home/runner/work/docs/docs/tests/unit/liquid.js:103:22)
From TypeError: this.handleNots is not a function
at Object.render (/home/runner/work/docs/docs/lib/liquid-tags/ifversion.js:61:33)
at render.next (<anonymous>)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:530:32)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:536:25)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:538:25)
at Object.<anonymous> (/home/runner/work/docs/docs/tests/unit/liquid.js:103:22)
|
Run tests:
node_modules/liquidjs/dist/liquid.node.js#L1216
this.handleNots is not a function, line:2, col:3
1|
>> 2| {% ifversion fpt %} I am FPT {% endif %}
^
3| {% ifversion ghae %} I am GHAE {% endif %}
4| {% ifversion ghes %} I am GHES {% endif %}
5| {% ifversion ghes = 3.1 %} I am GHES = 3.1 {% endif %}
RenderError: this.handleNots is not a function, line:2, col:3
at Render.renderTemplates (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:1216:53)
at renderTemplates.throw (<anonymous>)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:530:32)
at Object.<anonymous> (/home/runner/work/docs/docs/tests/unit/liquid.js:117:22)
From TypeError: this.handleNots is not a function
at Object.render (/home/runner/work/docs/docs/lib/liquid-tags/ifversion.js:61:33)
at render.next (<anonymous>)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:530:32)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:536:25)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:538:25)
at Object.<anonymous> (/home/runner/work/docs/docs/tests/unit/liquid.js:117:22)
|
Run tests:
node_modules/liquidjs/dist/liquid.node.js#L1216
this.handleNots is not a function, line:2, col:3
1|
>> 2| {% ifversion not ghae %} I am not GHAE {% endif %}
^
3| {% ifversion not ghes %} I am not GHES {% endif %}
4| {% ifversion ghes != 3.1 %} I am not GHES 3.1 {% endif %}
5|
RenderError: this.handleNots is not a function, line:2, col:3
at Render.renderTemplates (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:1216:53)
at renderTemplates.throw (<anonymous>)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:530:32)
at Object.<anonymous> (/home/runner/work/docs/docs/tests/unit/liquid.js:129:22)
From TypeError: this.handleNots is not a function
at Object.render (/home/runner/work/docs/docs/lib/liquid-tags/ifversion.js:61:33)
at render.next (<anonymous>)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:530:32)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:536:25)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:538:25)
at Object.<anonymous> (/home/runner/work/docs/docs/tests/unit/liquid.js:129:22)
|
Run tests:
node_modules/liquidjs/dist/liquid.node.js#L1216
this.handleNots is not a function, line:2, col:3
1|
>> 2| {% ifversion not ghae %} I am not GHAE {% endif %}
^
3| {% ifversion not ghes %} I am not GHES {% endif %}
4| {% ifversion ghes != 3.1 %} I am not GHES 3.1 {% endif %}
5|
RenderError: this.handleNots is not a function, line:2, col:3
at Render.renderTemplates (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:1216:53)
at renderTemplates.throw (<anonymous>)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:530:32)
at Object.<anonymous> (/home/runner/work/docs/docs/tests/unit/liquid.js:141:22)
From TypeError: this.handleNots is not a function
at Object.render (/home/runner/work/docs/docs/lib/liquid-tags/ifversion.js:61:33)
at render.next (<anonymous>)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:530:32)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:536:25)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:538:25)
at Object.<anonymous> (/home/runner/work/docs/docs/tests/unit/liquid.js:141:22)
|
Run tests:
node_modules/liquidjs/dist/liquid.node.js#L1216
this.handleNots is not a function, line:2, col:3
1|
>> 2| {% ifversion not ghae %} I am not GHAE {% endif %}
^
3| {% ifversion not ghes %} I am not GHES {% endif %}
4| {% ifversion ghes != 3.1 %} I am not GHES 3.1 {% endif %}
5|
RenderError: this.handleNots is not a function, line:2, col:3
at Render.renderTemplates (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:1216:53)
at renderTemplates.throw (<anonymous>)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:530:32)
at Object.<anonymous> (/home/runner/work/docs/docs/tests/unit/liquid.js:153:22)
From TypeError: this.handleNots is not a function
at Object.render (/home/runner/work/docs/docs/lib/liquid-tags/ifversion.js:61:33)
at render.next (<anonymous>)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:530:32)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:536:25)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:538:25)
at Object.<anonymous> (/home/runner/work/docs/docs/tests/unit/liquid.js:153:22)
|
Run tests:
node_modules/liquidjs/dist/liquid.node.js#L1216
this.handleNots is not a function, line:15, col:80
13| {% data reusables.branches.new-repo-default-branch %} The default branch is the branch that {% data variables.product.prodname_dotcom %} displays when anyone visits your repository. The default branch is also the initial branch that Git checks out locally when someone clones the repository. {% data reusables.branches.default-branch-automatically-base-branch %}
14|
>> 15| By default, {% data variables.product.product_name %} names the default branch {% ifversion fpt or ghes > 2.22 or ghae %}`main`{% else %}`master`{% endif %} in any new repository.
^
16|
17| {% data reusables.branches.change-default-branch %}
18|
RenderError: this.handleNots is not a function, line:15, col:80
at Render.renderTemplates (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:1216:53)
at renderTemplates.throw (<anonymous>)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:530:32)
at renderContent (/home/runner/work/docs/docs/lib/render-content/renderContent.js:26:16)
at Page._render (/home/runner/work/docs/docs/lib/page.js:196:18)
From TypeError: this.handleNots is not a function
at Object.render (/home/runner/work/docs/docs/lib/liquid-tags/ifversion.js:61:33)
at render.next (<anonymous>)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:530:32)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:536:25)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:538:25)
at renderContent (/home/runner/work/docs/docs/lib/render-content/renderContent.js:26:16)
at Page._render (/home/runner/work/docs/docs/lib/page.js:196:18)
|
Run tests:
node_modules/liquidjs/dist/liquid.node.js#L1216
this.handleNots is not a function, line:15, col:80
13| {% data reusables.branches.new-repo-default-branch %} The default branch is the branch that {% data variables.product.prodname_dotcom %} displays when anyone visits your repository. The default branch is also the initial branch that Git checks out locally when someone clones the repository. {% data reusables.branches.default-branch-automatically-base-branch %}
14|
>> 15| By default, {% data variables.product.product_name %} names the default branch {% ifversion fpt or ghes > 2.22 or ghae %}`main`{% else %}`master`{% endif %} in any new repository.
^
16|
17| {% data reusables.branches.change-default-branch %}
18|
RenderError: this.handleNots is not a function, line:15, col:80
at Render.renderTemplates (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:1216:53)
at renderTemplates.throw (<anonymous>)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:530:32)
at renderContent (/home/runner/work/docs/docs/lib/render-content/renderContent.js:26:16)
at Page._render (/home/runner/work/docs/docs/lib/page.js:196:18)
From TypeError: this.handleNots is not a function
at Object.render (/home/runner/work/docs/docs/lib/liquid-tags/ifversion.js:61:33)
at render.next (<anonymous>)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:530:32)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:536:25)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:538:25)
at renderContent (/home/runner/work/docs/docs/lib/render-content/renderContent.js:26:16)
at Page._render (/home/runner/work/docs/docs/lib/page.js:196:18)
|
Run tests:
node_modules/liquidjs/dist/liquid.node.js#L1216
this.handleNots is not a function, line:15, col:80
13| {% data reusables.branches.new-repo-default-branch %} The default branch is the branch that {% data variables.product.prodname_dotcom %} displays when anyone visits your repository. The default branch is also the initial branch that Git checks out locally when someone clones the repository. {% data reusables.branches.default-branch-automatically-base-branch %}
14|
>> 15| By default, {% data variables.product.product_name %} names the default branch {% ifversion fpt or ghes > 2.22 or ghae %}`main`{% else %}`master`{% endif %} in any new repository.
^
16|
17| {% data reusables.branches.change-default-branch %}
18|
RenderError: this.handleNots is not a function, line:15, col:80
at Render.renderTemplates (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:1216:53)
at renderTemplates.throw (<anonymous>)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:530:32)
at renderContent (/home/runner/work/docs/docs/lib/render-content/renderContent.js:26:16)
at Page._render (/home/runner/work/docs/docs/lib/page.js:196:18)
From TypeError: this.handleNots is not a function
at Object.render (/home/runner/work/docs/docs/lib/liquid-tags/ifversion.js:61:33)
at render.next (<anonymous>)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:530:32)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:536:25)
at toPromise (/home/runner/work/docs/docs/node_modules/liquidjs/dist/liquid.node.js:538:25)
at renderContent (/home/runner/work/docs/docs/lib/render-content/renderContent.js:26:16)
at Page._render (/home/runner/work/docs/docs/lib/page.js:196:18)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f, actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f, actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check out repo
The `save-state` 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/
|
Check out repo
The `save-state` 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/
|
Setup node
The `save-state` 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/
|
Loading