Skip to content

chore(deps): bump the all-dependencies group across 1 directory with 26 updates #591

chore(deps): bump the all-dependencies group across 1 directory with 26 updates

chore(deps): bump the all-dependencies group across 1 directory with 26 updates #591

Triggered via pull request January 20, 2025 18:25
Status Failure
Total duration 3m 0s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
index.test.ts > CLI > Help: __tests__/cli/index.test.ts#L56
AssertionError: expected '' to be '/home/runner/work/developer-documenta…' // Object.is equality - Expected + Received - /home/runner/work/developer-documentation-vitepress/developer-documentation-vitepress/packages/cli/dist/docs-cli.js:2 - "use strict";var e=require("node:events"),t=require("node:child_process"),r=require("node:path"),n=require("node:fs"),o=require("node:process"),i=require("node:readline"),a=require("stream"),s=require("node:tty"),u=require("node:async_hooks"),c=require("tty"),l=require("fs"),f=require("child_process"),d=require("path"),p=require("crypto"),h=require("node:url"),b=require("node:string_decoder"),m=require("node:util"),y=require("node:timers/promises"),v=require("node:os"),g=require("node:v8"),w=require("node:stream"),D=require("node:buffer"),_=require("node:stream/promises"),O=require("os");function S(e){var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}var E=S(i),x="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function C(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var A,j,P={},F={},T={};function B(){if(A)return T;A=1;class e extends Error{constructor(e,t,r){super(r),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=t,this.exitCode=e,this.nestedError=void 0}}return T.CommanderError=e,T.InvalidArgumentError=class extends e{constructor(e){super(1,"commander.invalidArgument",e),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}},T}function M(){if(j)return F;j=1;const{InvalidArgumentError:e}=B();return F.Argument=class{constructor(e,t){switch(this.description=t||"",this.variadic=!1,this.parseArg=void 0,this.defaultValue=void 0,this.defaultValueDescription=void 0,this.argChoices=void 0,e[0]){case"<":this.required=!0,this._name=e.slice(1,-1);break;case"[":this.required=!1,this._name=e.slice(1,-1);break;default:this.required=!0,this._name=e}this._name.length>3&&"..."===this._name.slice(-3)&&(this.variadic=!0,this._name=this._name.slice(0,-3))}name(){return this._name}_concatValue(e,t){return t!==this.defaultValue&&Array.isArray(t)?t.concat(e):[e]}default(e,t){return this.defaultValue=e,this.defaultValueDescription=t,this}argParser(e){return this.parseArg=e,this}choices(t){return this.argChoices=t.slice(),this.parseArg=(t,r)=>{if(!this.argChoices.includes(t))throw new e(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._concatValue(t,r):t},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}},F.humanReadableArgName=function(e){const t=e.name()+(!0===e.variadic?"...":"");return e.required?"<"+t+">":"["+t+"]"},F}var k,I={},N={};function $(){if(k)return N;k=1;const{humanReadableArgName:e}=M();function t(e){return e.replace(/\x1b\[\d*(;\d*)*m/g,"")}return N.Help=class{constructor(){this.helpWidth=void 0,this.minWidthToWrap=40,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}prepareContext(e){this.helpWidth=this.helpWidth??e.helpWidth??80}visibleCommands(e){const t=e.commands.filter((e=>!e._hidden)),r=e._getHelpCommand();return r&&!r._hidden&&t.push(r),this.sortSubcommands&&t.sort(((e,t)=>e.name().localeCompare(t.name()))),t}compareOptions(e,t){const r=e=>e.short?e.short.replace(/^-/,""):e.long.replace(/^--/,"");return r(e).localeCompare(r(t))}visibleOptions(e){const t=e.options.filter((e=>!e.hidden)),r=e._getHelpOption();if(r&&!r.hidden){const n=r.short&&e._findOption(r.short),o=r.long&&e._findOption(r.long);n||o?r.long&&!o?t.push(e.createOption(r.long,r.description)):r.short&&!n&&t.push(e.createOption(r.short,r.description)):t.push(r)}return this.sortOptions&&t.sort(this.compareOptions),t}visibleGlobalOptions(e){if(!this.showGlobalOptions)return[];const t=[];for(let r=e.parent;r;r=r.parent){const e=r.options.fi
command/build.test.ts > cli build > Default build (empty): __tests__/cli/helpers.ts#L112
AssertionError: expected null to deeply equal 'SIGTERM' - Expected: "SIGTERM" + Received: null ❯ terminates helpers.ts:112:33 ❯ command/build.test.ts:16:24
command/cleanup.test.ts > cli cleanup > Default cleanup (empty): __tests__/cli/command/cleanup.test.ts#L17
AssertionError: expected '' to contain 'Removing symlinks and copied dirs' - Expected + Received - Removing symlinks and copied dirs ❯ command/cleanup.test.ts:17:31
command/cleanup.test.ts > cli cleanup > Cleanup configured paths: __tests__/cli/command/cleanup.test.ts#L30
AssertionError: expected '' to contain 'Removing symlinks and copied dirs' - Expected + Received - Removing symlinks and copied dirs ❯ command/cleanup.test.ts:30:31
command/cleanup.test.ts > cli cleanup > Cleanup configured paths and single mountpoint: __tests__/cli/command/cleanup.test.ts#L44
AssertionError: expected '' to contain 'Removing symlinks and copied dirs' - Expected + Received - Removing symlinks and copied dirs ❯ command/cleanup.test.ts:44:31
command/clone.test.ts > cli clone > Default clone (empty): __tests__/cli/command/clone.test.ts#L17
AssertionError: expected '' to contain 'Repository is required' - Expected + Received - Repository is required ❯ command/clone.test.ts:17:31
command/clone.test.ts > cli clone > Clone configured paths: __tests__/cli/command/clone.test.ts#L29
AssertionError: expected '' to contain 'Preparing frontends' - Expected + Received - Preparing frontends ❯ command/clone.test.ts:29:31
command/config.test.ts > cli config > Default config (empty): __tests__/cli/helpers.ts#L112
AssertionError: expected null to deeply equal 'SIGTERM' - Expected: "SIGTERM" + Received: null ❯ terminates helpers.ts:112:33 ❯ command/config.test.ts:15:24
command/config.test.ts > cli config > Default view (empty): __tests__/cli/command/config.test.ts#L24
AssertionError: expected Error: Command failed: /home/runner/work/… { …(4) } to be null - Expected: null + Received: Error { "message": "Command failed: /home/runner/work/developer-documentation-vitepress/developer-documentation-vitepress/docs-cli config --view /home/runner/work/developer-documentation-vitepress/developer-documentation-vitepress/packages/cli/dist/docs-cli.js:2 \"use strict\";var e=require(\"node:events\"),t=require(\"node:child_process\"),r=require(\"node:path\"),n=require(\"node:fs\"),o=require(\"node:process\"),i=require(\"node:readline\"),a=require(\"stream\"),s=require(\"node:tty\"),u=require(\"node:async_hooks\"),c=require(\"tty\"),l=require(\"fs\"),f=require(\"child_process\"),d=require(\"path\"),p=require(\"crypto\"),h=require(\"node:url\"),b=require(\"node:string_decoder\"),m=require(\"node:util\"),y=require(\"node:timers/promises\"),v=require(\"node:os\"),g=require(\"node:v8\"),w=require(\"node:stream\"),D=require(\"node:buffer\"),_=require(\"node:stream/promises\"),O=require(\"os\");function S(e){var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if(\"default\"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}var E=S(i),x=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function C(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,\"default\")?e.default:e}var A,j,P={},F={},T={};function B(){if(A)return T;A=1;class e extends Error{constructor(e,t,r){super(r),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=t,this.exitCode=e,this.nestedError=void 0}}return T.CommanderError=e,T.InvalidArgumentError=class extends e{constructor(e){super(1,\"commander.invalidArgument\",e),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}},T}function M(){if(j)return F;j=1;const{InvalidArgumentError:e}=B();return F.Argument=class{constructor(e,t){switch(this.description=t||\"\",this.variadic=!1,this.parseArg=void 0,this.defaultValue=void 0,this.defaultValueDescription=void 0,this.argChoices=void 0,e[0]){case\"<\":this.required=!0,this._name=e.slice(1,-1);break;case\"[\":this.required=!1,this._name=e.slice(1,-1);break;default:this.required=!0,this._name=e}this._name.length>3&&\"...\"===this._name.slice(-3)&&(this.variadic=!0,this._name=this._name.slice(0,-3))}name(){return this._name}_concatValue(e,t){return t!==this.defaultValue&&Array.isArray(t)?t.concat(e):[e]}default(e,t){return this.defaultValue=e,this.defaultValueDescription=t,this}argParser(e){return this.parseArg=e,this}choices(t){return this.argChoices=t.slice(),this.parseArg=(t,r)=>{if(!this.argChoices.includes(t))throw new e(`Allowed choices are ${this.argChoices.join(\", \")}.`);return this.variadic?this._concatValue(t,r):t},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}},F.humanReadableArgName=function(e){const t=e.name()+(!0===e.variadic?\"...\":\"\");return e.required?\"<\"+t+\">\":\"[\"+t+\"]\"},F}var k,I={},N={};function $(){if(k)return N;k=1;const{humanReadableArgName:e}=M();function t(e){return e.replace(/\\x1b\\[\\d*(;\\d*)*m/g,\"\")}return N.Help=class{constructor(){this.helpWidth=void 0,this.minWidthToWrap=40,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}prepareContext(e){this.helpWidth=this.helpWidth??e.helpWidth??80}visibleCommands(e){const t=e.commands.filter((e=>!e._hidden)),r=e._getHelpCommand();return r&&!r._hidden&&t.push(r),this.sortSubcommands&&t.sort(((e,t)=>e.name().localeCompare(t.name()))),t}compareOptions(e,t){const r=e=>e.short?e.short.replace(/^-/,\"\"):e.long.replace(/^--/,\"\");return r(e).localeCompare(r(t))}visibleOptions(e){const t=e.options.filter((e=>!e.hidden)),r=e._getHelpOption();if(r&&!r.hidden){const n=r.short&&e._findOption(r.short),o=r.long&&e._findOption(r.long);n||o?r.long&&!o?t.push(e.createOption(r.long,r.description)):r.short&&
command/config.test.ts > cli config > View configured: __tests__/cli/command/config.test.ts#L34
AssertionError: expected Error: Command failed: /home/runner/work/… { …(4) } to be null - Expected: null + Received: Error { "message": "Command failed: /home/runner/work/developer-documentation-vitepress/developer-documentation-vitepress/docs-cli config --view /home/runner/work/developer-documentation-vitepress/developer-documentation-vitepress/packages/cli/dist/docs-cli.js:2 \"use strict\";var e=require(\"node:events\"),t=require(\"node:child_process\"),r=require(\"node:path\"),n=require(\"node:fs\"),o=require(\"node:process\"),i=require(\"node:readline\"),a=require(\"stream\"),s=require(\"node:tty\"),u=require(\"node:async_hooks\"),c=require(\"tty\"),l=require(\"fs\"),f=require(\"child_process\"),d=require(\"path\"),p=require(\"crypto\"),h=require(\"node:url\"),b=require(\"node:string_decoder\"),m=require(\"node:util\"),y=require(\"node:timers/promises\"),v=require(\"node:os\"),g=require(\"node:v8\"),w=require(\"node:stream\"),D=require(\"node:buffer\"),_=require(\"node:stream/promises\"),O=require(\"os\");function S(e){var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if(\"default\"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}var E=S(i),x=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function C(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,\"default\")?e.default:e}var A,j,P={},F={},T={};function B(){if(A)return T;A=1;class e extends Error{constructor(e,t,r){super(r),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=t,this.exitCode=e,this.nestedError=void 0}}return T.CommanderError=e,T.InvalidArgumentError=class extends e{constructor(e){super(1,\"commander.invalidArgument\",e),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}},T}function M(){if(j)return F;j=1;const{InvalidArgumentError:e}=B();return F.Argument=class{constructor(e,t){switch(this.description=t||\"\",this.variadic=!1,this.parseArg=void 0,this.defaultValue=void 0,this.defaultValueDescription=void 0,this.argChoices=void 0,e[0]){case\"<\":this.required=!0,this._name=e.slice(1,-1);break;case\"[\":this.required=!1,this._name=e.slice(1,-1);break;default:this.required=!0,this._name=e}this._name.length>3&&\"...\"===this._name.slice(-3)&&(this.variadic=!0,this._name=this._name.slice(0,-3))}name(){return this._name}_concatValue(e,t){return t!==this.defaultValue&&Array.isArray(t)?t.concat(e):[e]}default(e,t){return this.defaultValue=e,this.defaultValueDescription=t,this}argParser(e){return this.parseArg=e,this}choices(t){return this.argChoices=t.slice(),this.parseArg=(t,r)=>{if(!this.argChoices.includes(t))throw new e(`Allowed choices are ${this.argChoices.join(\", \")}.`);return this.variadic?this._concatValue(t,r):t},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}},F.humanReadableArgName=function(e){const t=e.name()+(!0===e.variadic?\"...\":\"\");return e.required?\"<\"+t+\">\":\"[\"+t+\"]\"},F}var k,I={},N={};function $(){if(k)return N;k=1;const{humanReadableArgName:e}=M();function t(e){return e.replace(/\\x1b\\[\\d*(;\\d*)*m/g,\"\")}return N.Help=class{constructor(){this.helpWidth=void 0,this.minWidthToWrap=40,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}prepareContext(e){this.helpWidth=this.helpWidth??e.helpWidth??80}visibleCommands(e){const t=e.commands.filter((e=>!e._hidden)),r=e._getHelpCommand();return r&&!r._hidden&&t.push(r),this.sortSubcommands&&t.sort(((e,t)=>e.name().localeCompare(t.name()))),t}compareOptions(e,t){const r=e=>e.short?e.short.replace(/^-/,\"\"):e.long.replace(/^--/,\"\");return r(e).localeCompare(r(t))}visibleOptions(e){const t=e.options.filter((e=>!e.hidden)),r=e._getHelpOption();if(r&&!r.hidden){const n=r.short&&e._findOption(r.short),o=r.long&&e._findOption(r.long);n||o?r.long&&!o?t.push(e.createOption(r.long,r.description)):r.short&&
Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test CLI
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636