Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Publication of VSCode extension fails #1931

Closed
fpaul-1A opened this issue Jun 28, 2024 · 0 comments · Fixed by #1991
Closed

[Bug]: Publication of VSCode extension fails #1931

fpaul-1A opened this issue Jun 28, 2024 · 0 comments · Fixed by #1991
Assignees
Labels
bug Something isn't working

Comments

@fpaul-1A
Copy link
Contributor

Package name

  • global -

Package version

10.4

Reproduction steps

Run the workflow of a release branch

Current result

publish:extensions fails for VSCode

Expected result

publish:extensions should not fail

Additional comments

https://github.com/AmadeusITGroup/otter/actions/runs/9664556393/job/26684321269#step:6:52

> npm install && npx @vscode/vsce publish
  
  npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
  npm warn deprecated read-package-json@7.0.1: This package is no longer supported. Please use @npmcli/package-json instead.
  npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
  npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
  npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead
  npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
  
  added [35](https://github.com/AmadeusITGroup/otter/actions/runs/9664556393/job/26684321269#step:6:38)2 packages, and audited 353 packages in 24s
  
  68 packages are looking for funding
    run `npm fund` for details
  
  found 0 vulnerabilities
  npm warn exec The following package was not found and will be installed: @vscode/vsce@2.29.0
  npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
  npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
  Error: Command failed: npm list --production --parseable --depth=99999 --loglevel=error
  npm error code ELSPROBLEMS
  npm error invalid: type-fest@0.20.2 /home/runner/work/otter/otter/apps/vscode-extension/dist/node_modules/type-fest
  
  npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2024-06-26T01_54_[41](https://github.com/AmadeusITGroup/otter/actions/runs/9664556393/job/26684321269#step:6:44)_003Z-debug-0.log
@fpaul-1A fpaul-1A added bug Something isn't working triage labels Jun 28, 2024
@sdo-1A sdo-1A removed the triage label Jul 24, 2024
github-merge-queue bot pushed a commit that referenced this issue Jul 24, 2024
## Proposed change
Remove invalid dependencies

## Related issues

- 🐛 Fixes #1931
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants