Skip to content

build(deps): bump xdg-basedir from 4.0.0 to 5.1.0 #2259

build(deps): bump xdg-basedir from 4.0.0 to 5.1.0

build(deps): bump xdg-basedir from 4.0.0 to 5.1.0 #2259

Triggered via pull request November 20, 2023 11:04
Status Failure
Total duration 48s
Artifacts

ci.yml

on: pull_request
Verify signatures and provenance statements
37s
Verify signatures and provenance statements
Matrix: checks
Matrix: Run tests
Fit to window
Zoom out
Zoom in

Annotations

19 errors
Run tests (current)
Process completed with exit code 1.
Run tests (lts/-1)
The job was canceled because "current" failed.
Run tests (lts/-1)
Process completed with exit code 1.
Type Checker: src/lib/backup-storage-availability/backup-storage-availability.ts#L6
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("xdg-basedir")' call instead.
Type Checker: src/lib/backup-storage-availability/backup-storage-availability.ts#L53
Property 'data' does not exist on type 'typeof import("/home/runner/work/vip-cli/vip-cli/node_modules/xdg-basedir/index", { assert: { "resolution-mode": "import" } })'.
Type Checker: src/lib/dev-environment/dev-environment-core.ts#L12
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("xdg-basedir")' call instead.
Type Checker: src/lib/dev-environment/dev-environment-core.ts#L89
Property 'data' does not exist on type 'typeof import("/home/runner/work/vip-cli/vip-cli/node_modules/xdg-basedir/index", { assert: { "resolution-mode": "import" } })'.
Type Checker: src/lib/dev-environment/dev-environment-core.ts#L89
Property 'data' does not exist on type 'typeof import("/home/runner/work/vip-cli/vip-cli/node_modules/xdg-basedir/index", { assert: { "resolution-mode": "import" } })'.
Type Checker: src/lib/dev-environment/dev-environment-lando.ts#L12
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("xdg-basedir")' call instead.
Type Checker: src/lib/dev-environment/dev-environment-lando.ts#L54
Property 'data' does not exist on type 'typeof import("/home/runner/work/vip-cli/vip-cli/node_modules/xdg-basedir/index", { assert: { "resolution-mode": "import" } })'.
Type Checker
Process completed with exit code 2.
Run tests (lts/*)
The job was canceled because "current" failed.
Run tests (lts/*)
Process completed with exit code 1.
Lint
The job was canceled because "Type_Checker_check-types" failed.
Lint: src/lib/backup-storage-availability/backup-storage-availability.ts#L53
Unsafe argument of type `any` assigned to a parameter of type `string`
Lint: src/lib/dev-environment/dev-environment-core.ts#L89
Unsafe return of an `any` typed value
Lint: src/lib/dev-environment/dev-environment-core.ts#L89
Unsafe member access .length on an `any` value
Lint: src/lib/dev-environment/dev-environment-lando.ts#L54
Unsafe argument of type `any` assigned to a parameter of type `string`
Lint
Process completed with exit code 1.