bcgov / bcgov/citz-imb-common-code
backend NPM Dependency Report
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## NPM Dependency Report - Tuesday, September 17th, 2024
Versions of npm packages have been checked against their latest versions from the npm registry.
![COVERAGE_PERCENTAGE]
[COVERAGE_PERCENTAGE]: https://img.shields.io/badge/percentage_of_dependencies_up_to_date-50-701807?style=for-the-badge
⚠️ - 3 Production dependencies are out-of-date.
⚠️ - 11 Development dependencies are out-of-date.
**Make sure to change directory to where the package.json is located using...**
```
cd backend
```
### Production Dependencies to Update:
![minor]
Expand to see individual installs.
```
npm install express@4.21.0 express-rate-limit@7.4.0
```
- [ ] `express` Update from version `4.19.2` to `4.21.0` by running...
```
npm install express@4.21.0
```
- [ ] `express-rate-limit` Update from version `7.3.1` to `7.4.0` by running...
```
npm install express-rate-limit@7.4.0
```
[minor]: https://img.shields.io/badge/minor_updates_(2)-0859A1?style=for-the-badge
![patch]
Expand to see individual installs.
```
npm install @bcgov/citz-imb-sso-express@1.0.2
```
- [ ] `@bcgov/citz-imb-sso-express` Update from version `1.0.0` to `1.0.2` by running...
```
npm install @bcgov/citz-imb-sso-express@1.0.2
```
[patch]: https://img.shields.io/badge/patch_updates_(1)-0B6018?style=for-the-badge
### Development Dependencies to Update:
![major_dev]
Expand to see individual installs.
```
npm install -D @types/node@22.5.5 @typescript-eslint/eslint-plugin@8.6.0 @typescript-eslint/parser@8.6.0 eslint@9.10.0
```
- [ ] `@types/node` Update from version `20.14.5` to `22.5.5` by running...
```
npm install -D @types/node@22.5.5
```
- [ ] `@typescript-eslint/eslint-plugin` Update from version `7.13.1` to `8.6.0` by running...
```
npm install -D @typescript-eslint/eslint-plugin@8.6.0
```
- [ ] `@typescript-eslint/parser` Update from version `7.13.1` to `8.6.0` by running...
```
npm install -D @typescript-eslint/parser@8.6.0
```
- [ ] `eslint` Update from version `8.57.0` to `9.10.0` by running...
```
npm install -D eslint@9.10.0
```
[major_dev]: https://img.shields.io/badge/major_updates_(4)-9e3302?style=for-the-badge
![minor_dev]
Expand to see individual installs.
```
npm install -D eslint-plugin-prettier@5.2.1 ts-jest@29.2.5 tsx@4.19.1 typescript@5.6.2
```
- [ ] `eslint-plugin-prettier` Update from version `5.1.3` to `5.2.1` by running...
```
npm install -D eslint-plugin-prettier@5.2.1
```
- [ ] `ts-jest` Update from version `29.1.5` to `29.2.5` by running...
```
npm install -D ts-jest@29.2.5
```
- [ ] `tsx` Update from version `4.15.6` to `4.19.1` by running...
```
npm install -D tsx@4.19.1
```
- [ ] `typescript` Update from version `5.4.5` to `5.6.2` by running...
```
npm install -D typescript@5.6.2
```
[minor_dev]: https://img.shields.io/badge/minor_updates_(4)-0859A1?style=for-the-badge
![patch_dev]
Expand to see individual installs.
```
npm install -D @types/jest@29.5.13 nodemon@3.1.4 prettier@3.3.3
```
- [ ] `@types/jest` Update from version `29.5.12` to `29.5.13` by running...
```
npm install -D @types/jest@29.5.13
```
- [ ] `nodemon` Update from version `3.1.3` to `3.1.4` by running...
```
npm install -D nodemon@3.1.4
```
- [ ] `prettier` Update from version `3.3.2` to `3.3.3` by running...
```
npm install -D prettier@3.3.3
```
[patch_dev]: https://img.shields.io/badge/patch_updates_(3)-0B6018?style=for-the-badge
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in the backend directory, where package.json is located, and review the listed production and development dependency versions. Run the provided npm install commands, then verify that all requested versions are reflected in the dependency report. Done means the listed outdated dependencies have been updated without an installation failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- express, node.js, typescript
- Domain
- backend, tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100