Skip to content

feat: allow npm:name@version dependency redirections in manifest #482

feat: allow npm:name@version dependency redirections in manifest

feat: allow npm:name@version dependency redirections in manifest #482

Triggered via pull request October 26, 2024 00:11
Status Failure
Total duration 57s
Artifacts

build-test.yml

on: pull_request
Matrix: Prepare
Check workflows
3s
Check workflows
Matrix: Build
Matrix: Lint
Matrix: Test
All jobs pass
0s
All jobs pass
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 9 warnings
Lint (18.x): src/package-manifest.ts#L6
Expected 1 empty line after import statement not followed by another import
Lint (18.x): src/package-manifest.ts#L7
Expected 1 empty line after require statement not followed by another require
Lint (18.x): src/package-manifest.ts#L7
A `require()` style import is forbidden
Lint (18.x): src/package-manifest.ts#L7
Require statement not part of import statement
Lint (18.x): src/package-manifest.ts#L7
`validate-npm-package-name` import should occur after import of `./semver.js`
Lint (18.x): src/package-manifest.ts#L8
Import in body of module; reorder to top
Lint (18.x): src/package-manifest.ts#L9
Import in body of module; reorder to top
Lint (18.x): src/package-manifest.ts#L10
Import in body of module; reorder to top
Lint (18.x): src/package-manifest.ts#L147
JSDoc description does not satisfy the regex pattern
Lint (18.x): src/package-manifest.ts#L164
Expected blank line before this statement
Lint (20.x)
The job was canceled because "_18_x" failed.
Lint (20.x): src/package-manifest.ts#L6
Expected 1 empty line after import statement not followed by another import
Lint (20.x): src/package-manifest.ts#L7
Expected 1 empty line after require statement not followed by another require
Lint (20.x): src/package-manifest.ts#L7
A `require()` style import is forbidden
Lint (20.x): src/package-manifest.ts#L7
Require statement not part of import statement
Lint (20.x): src/package-manifest.ts#L7
`validate-npm-package-name` import should occur after import of `./semver.js`
Lint (20.x): src/package-manifest.ts#L8
Import in body of module; reorder to top
Lint (20.x): src/package-manifest.ts#L9
Import in body of module; reorder to top
Lint (20.x): src/package-manifest.ts#L10
Import in body of module; reorder to top
Lint (20.x): src/package-manifest.ts#L147
JSDoc description does not satisfy the regex pattern
Lint (20.x): src/package-manifest.ts#L164
Expected blank line before this statement
Test (18.x)
Process completed with exit code 1.
Test (20.x)
Process completed with exit code 1.
Check workflows
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Check workflows
The `set-output` 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/
Prepare (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Prepare (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/