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

chore(dependency): pin dependencies #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 1, 2023

This PR contains the following updates:

Package Type Update Change
@nestjs/cli devDependencies pin ^9.0.0 -> 9.1.5
@nestjs/common (source) dependencies pin ^9.0.0 -> 9.2.1
@nestjs/config dependencies pin ^2.2.0 -> 2.2.0
@nestjs/core (source) dependencies pin ^9.0.0 -> 9.2.1
@nestjs/event-emitter dependencies pin ^1.3.1 -> 1.3.1
@nestjs/mapped-types dependencies pin * -> 1.2.0
@nestjs/passport dependencies pin ^9.0.0 -> 9.0.0
@nestjs/platform-express (source) dependencies pin ^9.0.0 -> 9.2.1
@nestjs/platform-socket.io (source) dependencies pin ^9.2.1 -> 9.2.1
@nestjs/schematics devDependencies pin ^9.0.0 -> 9.0.3
@nestjs/testing (source) devDependencies pin ^9.0.0 -> 9.2.1
@nestjs/typeorm dependencies pin ^9.0.1 -> 9.0.1
@nestjs/websockets (source) dependencies pin ^9.2.1 -> 9.2.1
@types/bcrypt (source) devDependencies pin ^5.0.0 -> 5.0.0
@types/cookie (source) dependencies pin ^0.5.1 -> 0.5.1
@types/cookie-parser (source) dependencies pin ^1.4.3 -> 1.4.3
@types/express (source) devDependencies pin ^4.17.13 -> 4.17.14
@types/express-session (source) devDependencies pin ^1.17.5 -> 1.17.5
@types/multer (source) devDependencies pin ^1.4.7 -> 1.4.7
@types/node (source) devDependencies pin ^16.0.0 -> 16.18.3
@types/passport-local (source) devDependencies pin ^1.0.34 -> 1.0.34
@types/supertest (source) devDependencies pin ^2.0.11 -> 2.0.12
@typescript-eslint/eslint-plugin (source) devDependencies pin ^5.0.0 -> 5.45.0
@typescript-eslint/parser (source) devDependencies pin ^5.0.0 -> 5.45.0
aws-sdk dependencies pin ^2.1305.0 -> 2.1305.0
bcrypt dependencies pin ^5.1.0 -> 5.1.0
class-transformer dependencies pin ^0.5.1 -> 0.5.1
class-validator dependencies pin ^0.13.2 -> 0.13.2
connect-typeorm dependencies pin ^2.0.0 -> 2.0.0
cookie dependencies pin ^0.5.0 -> 0.5.0
cookie-parser dependencies pin ^1.4.6 -> 1.4.6
eslint (source) devDependencies pin ^8.0.1 -> 8.28.0
eslint-config-prettier devDependencies pin ^8.3.0 -> 8.5.0
eslint-plugin-prettier devDependencies pin ^4.0.0 -> 4.2.1
express-session dependencies pin ^1.17.3 -> 1.17.3
mysql2 (source) dependencies pin ^2.3.3 -> 2.3.3
node (source) dependencies pin ^18.13.0 -> 18.13.0
passport (source) dependencies pin ^0.6.0 -> 0.6.0
passport-local dependencies pin ^1.0.0 -> 1.0.0
prettier (source) devDependencies pin ^2.3.2 -> 2.8.0
reflect-metadata (source) dependencies pin ^0.1.13 -> 0.1.13
rimraf dependencies pin ^3.0.2 -> 3.0.2
rxjs (source) dependencies pin ^7.2.0 -> 7.5.7
sharp (source, changelog) dependencies pin ^0.31.3 -> 0.31.3
source-map-support devDependencies pin ^0.5.20 -> 0.5.21
supertest devDependencies pin ^6.1.3 -> 6.3.1
ts-loader devDependencies pin ^9.2.3 -> 9.4.1
ts-node (source) devDependencies pin ^10.0.0 -> 10.9.1
typeorm (source) dependencies pin ^0.2.37 -> 0.2.37
typescript (source) devDependencies pin ^4.7.4 -> 4.9.3
uuid dependencies pin ^9.0.0 -> 9.0.0

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Author

renovate bot commented Nov 1, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/typeorm
npm ERR!   typeorm@"0.2.37" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer typeorm@"^0.3.0" from @nestjs/[email protected]
npm ERR! node_modules/@nestjs/typeorm
npm ERR!   @nestjs/typeorm@"9.0.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/worker/9868cf/7455d6/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/worker/9868cf/7455d6/cache/others/npm/_logs/2023-12-06T14_18_18_009Z-debug-0.log

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 1, 2023
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 7 times, most recently from 99db794 to 4b0ccb7 Compare November 8, 2023 03:33
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 4b0ccb7 to 248f58e Compare December 6, 2023 14:18
Copy link

sonarcloud bot commented May 24, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants