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

Upgrade all npm packages of lib microservice #109

Closed
prasadtalasila opened this issue Sep 15, 2023 · 3 comments
Closed

Upgrade all npm packages of lib microservice #109

prasadtalasila opened this issue Sep 15, 2023 · 3 comments
Labels
student part of student projects

Comments

@prasadtalasila
Copy link
Contributor

prasadtalasila commented Sep 15, 2023

Please do

yarn outdated
yarn install --check-files
yarn why
yarn audit
yarn list
yarn licenses list
yarn upgrade-interactive 

make sensible choices and submit a PR.

Please post the log of a command if you are in doubt. It is better to discuss before making significant changes.

@prasadtalasila
Copy link
Contributor Author

prasadtalasila commented Sep 26, 2023

Outdated packages
» yarn outdated
yarn outdated v1.22.19
info Color legend : 
 "<red>"    : Major Update backward-incompatible updates 
 "<yellow>" : Minor Update backward-compatible features 
 "<green>"  : Patch Update backward-compatible bug fixes
Package     Current Wanted Latest Package Type    URL                                                                      
@types/node 20.6.5  20.6.5 20.7.0 devDependencies https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
Done in 7.76s.
Package upgrades

» yarn upgrade --interactive prasad@prasad-Linux
yarn upgrade v1.22.19
[1/4] Resolving packages...
warning @nestjs/apollo > @apollo/[email protected]: The use of GraphQL Playground in Apollo Server was supported in previous versions, but this is no
longer the case as of December 31, 2022. This package exists for v4 migration purposes only. We do not intend to resolve security issues or other bugs with this package if they arise
, so please migrate away from this to Apollo Server's default Explorer as soon as possible.
warning @nestjs/graphql > [email protected]: The subscriptions-transport-ws package is no longer maintained. We recommend you use graphql-ws instead. For help migr
ating Apollo software to graphql-ws, see https://www.apollographql.com/docs/apollo-server/data/subscriptions/#switching-from-subscriptions-transport-ws For general help using gr aphql-ws, see https://github.com/enisdenjo/graphql-ws/blob/master/README.md
warning @nestjs/cli > fork-ts-checker-webpack-plugin > [email protected]: this will be v4

Package dependencies

You will be able to write about the dependency graphs among npm packages in the report. The following commands help later.

» yarn list
.....
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ cliui@^8.0.1
│  ├─ escalade@^3.1.1
│  ├─ get-caller-file@^2.0.5
│  ├─ require-directory@^2.1.1
│  ├─ string-width@^4.2.3
│  ├─ y18n@^5.0.5
│  └─ yargs-parser@^21.1.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ [email protected]
└─ [email protected]
Done in 0.41s.
» yarn list --pattern "apollo" --depth=1 --json | jq > temp.txt
.....
      {
        "name": "@apollo/[email protected]",
        "children": [],
        "hint": null,
        "color": null,
        "depth": 0
      },
      {
        "name": "@apollo/[email protected]",
        "children": [],
        "hint": null,
        "color": null,
        "depth": 0
      },
      {
        "name": "@apollo/[email protected]",
        "children": [],
        "hint": null,
        "color": null,
        "depth": 0
      },
      {
        "name": "@apollographql/[email protected]",
        "children": [],
        "hint": null,
        "color": null,
        "depth": 0
      }
    ]
  }
}
```

</details>

@prasadtalasila
Copy link
Contributor Author

@OliverGeneser
The licensing compatibility information is on GNU website

@prasadtalasila prasadtalasila added the student part of student projects label Sep 27, 2023
@prasadtalasila
Copy link
Contributor Author

completed by @OliverGeneser in PR #112

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
student part of student projects
Projects
None yet
Development

No branches or pull requests

1 participant