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

fix(deps): update nest monorepo to v10 (major) #1226

Merged
merged 3 commits into from
Jun 21, 2023

Conversation

bcgov-devops
Copy link
Contributor

@bcgov-devops bcgov-devops commented Jun 21, 2023

This PR contains the following updates:

Package Type Update Change
@nestjs/common (source) dependencies major ^9.2.1 -> ^10.0.0
@nestjs/core (source) dependencies major ^9.2.1 -> ^10.0.0
@nestjs/platform-express (source) dependencies major ^9.2.1 -> ^10.0.0
@nestjs/schematics dependencies major ^9.0.4 -> ^10.0.0
@nestjs/testing (source) dependencies major ^9.2.1 -> ^10.0.0

Release Notes

nestjs/nest (@​nestjs/common)

v10.0.3

Compare Source

v10.0.2

Compare Source

v10.0.1

Compare Source

v10.0.0

Compare Source

v10.0.0 (2023-06-15)
Article: TBC
Migration guide: https://docs.nestjs.com/migration-guide

⚠️ Node v12 is no longer supported (>= v16 is required).

Bug fixes
Enhancements
Dependencies
Committers: 17

v9.4.3

Compare Source

v9.4.2

Compare Source

v9.4.1

Compare Source

nestjs/nest (@​nestjs/core)

v10.0.3

Compare Source

v10.0.2

Compare Source

v10.0.1

Compare Source

v10.0.0

Compare Source

v10.0.0 (2023-06-15)
Article: TBC
Migration guide: https://docs.nestjs.com/migration-guide

⚠️ Node v12 is no longer supported (>= v16 is required).

Bug fixes
Enhancements
Dependencies
Committers: 17

v9.4.3

Compare Source

v9.4.2

Compare Source

v9.4.1

Compare Source

nestjs/nest (@​nestjs/platform-express)

v10.0.3

Compare Source

v10.0.2

Compare Source

v10.0.1

Compare Source

v10.0.0

Compare Source

v10.0.0 (2023-06-15)
Article: TBC
Migration guide: https://docs.nestjs.com/migration-guide

⚠️ Node v12 is no longer supported (>= v16 is required).

Bug fixes
Enhancements
Dependencies
Committers: 17

v9.4.3

Compare Source

v9.4.2

Compare Source

v9.4.1

Compare Source

nestjs/schematics

v10.0.1

Compare Source

  • chore: upgrade application schematic deps (53b37c4)

v10.0.0

Compare Source

  • Merge pull request #​1451 from nestjs/dependabot/npm_and_yarn/copy-props-2.0.5 (b2fcc64)
  • chore: bump version numbers (868ebb5)
  • build(deps): bump copy-props from 2.0.4 to 2.0.5 (85bbae8)
  • Merge pull request #​1449 from nestjs/10.0.0 (d922114)
  • ci: ignore post install scripts

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR has been generated by Renovate Bot.

@bcgov-devops
Copy link
Contributor Author

bcgov-devops commented Jun 21, 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: backend/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @nestjs/[email protected]
npm ERR! Found: @nestjs/[email protected]
npm ERR! node_modules/@nestjs/common
npm ERR!   @nestjs/common@"^10.0.0" from the root project
npm ERR!   peer @nestjs/common@"^10.0.0" from @nestjs/[email protected]
npm ERR!   node_modules/@nestjs/core
npm ERR!     @nestjs/core@"^10.0.0" from the root project
npm ERR!     peer @nestjs/core@"^10.0.0" from @nestjs/[email protected]
npm ERR!     node_modules/@nestjs/platform-express
npm ERR!       @nestjs/platform-express@"^10.0.0" from the root project
npm ERR!       2 more (@nestjs/core, @nestjs/testing)
npm ERR!     1 more (@nestjs/testing)
npm ERR!   2 more (@nestjs/platform-express, @nestjs/testing)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @nestjs/common@"^7.0.0 || ^8.0.0 || ^9.0.0" from @nestjs/[email protected]
npm ERR! node_modules/@nestjs/config
npm ERR!   @nestjs/config@"^2.2.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @nestjs/[email protected]
npm ERR! node_modules/@nestjs/common
npm ERR!   peer @nestjs/common@"^7.0.0 || ^8.0.0 || ^9.0.0" from @nestjs/[email protected]
npm ERR!   node_modules/@nestjs/config
npm ERR!     @nestjs/config@"^2.2.0" 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/renovate/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/renovate/cache/others/npm/_logs/2023-06-21T18_20_01_669Z-debug-0.log

@bcgov-devops bcgov-devops force-pushed the renovate/major-nest-monorepo branch from 3574d31 to 1881a03 Compare June 21, 2023 18:20
@DerekRoberts DerekRoberts force-pushed the renovate/major-nest-monorepo branch from 1881a03 to 9e401ec Compare June 21, 2023 18:42
@DerekRoberts DerekRoberts merged commit bec9f1e into main Jun 21, 2023
@DerekRoberts DerekRoberts deleted the renovate/major-nest-monorepo branch June 21, 2023 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants