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) #102

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 24, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nestjs/common (source) 8.4.7 -> 10.3.1 age adoption passing confidence
@nestjs/platform-express (source) 8.4.7 -> 10.3.1 age adoption passing confidence
@nestjs/schematics 8.0.11 -> 10.1.0 age adoption passing confidence
@nestjs/testing (source) 8.4.7 -> 10.3.1 age adoption passing confidence

Release Notes

nestjs/nest (@​nestjs/common)

v10.3.1

Compare Source

v10.3.0

Compare Source

v10.3.0 (2023-12-18)
Enhancements
Dependencies
Committers: 6

v10.2.10

Compare Source

v10.2.9

Compare Source

v10.2.8

Compare Source

v10.2.7

Compare Source

v10.2.7 (2023-10-05)
Bug fixes
Enhancements
Dependencies
Committers: 2

v10.2.6

Compare Source

v10.2.5

Compare Source

v10.2.4

Compare Source

v10.2.3

Compare Source

v10.2.2

Compare Source

v10.2.2 (2023-08-28)

Enhancements
Dependencies
Committers: 1

v10.2.1

Compare Source

v10.2.0

Compare Source

v10.2.0 (2023-08-21)
Features
Enhancements
Dependencies
Committers: 6

v10.1.3

Compare Source

v10.1.3 (2023-07-31)

Bug fixes
Enhancements
Dependencies
Committers: 4

v10.1.2

Compare Source

v10.1.1

Compare Source

v10.1.0

Compare Source

v10.1.0 (2023-07-17)
Bug fixes
Enhancements
Dependencies
Committers: 8

v10.0.5

Compare Source

v10.0.4

Compare Source

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: https://trilon.io/blog/nestjs-10-is-now-available
Migration guide: https://docs.nestjs.com/migration-guide

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

Bug

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 becomes conflicted, 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch 3 times, most recently from a061edf to 80c3ef2 Compare August 3, 2022 12:12
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch 2 times, most recently from fdac9a6 to b306c55 Compare August 16, 2022 09:40
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch 2 times, most recently from e858c88 to 353d7be Compare September 1, 2022 07:09
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch 2 times, most recently from dd90071 to cc33f72 Compare September 12, 2022 12:54
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch 2 times, most recently from c42ea39 to aed5427 Compare September 22, 2022 11:22
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from aed5427 to 94a9456 Compare November 20, 2022 14:41
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from 94a9456 to 0b8fd7e Compare April 3, 2023 16:12
@renovate renovate bot changed the title chore(deps): update nest monorepo to v9 (major) fix(deps): update nest monorepo to v9 (major) Apr 3, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Apr 3, 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 WARN cli npm v10.3.0 does not support Node.js v16.16.0. This version of npm supports the following node versions: `^18.17.0 || >=20.5.0`. You can find the latest version at https://nodejs.org/.
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: nestjs-starter-api@0.0.0
npm ERR! Found: @nestjs/common@10.3.1
npm ERR! node_modules/@nestjs/common
npm ERR!   @nestjs/common@"10.3.1" from the root project
npm ERR!   peer @nestjs/common@"^10.0.0" from @nestjs/platform-express@10.3.1
npm ERR!   node_modules/@nestjs/platform-express
npm ERR!     @nestjs/platform-express@"10.3.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @nestjs/common@"^8.0.0" from @nestjs/core@8.4.7
npm ERR! node_modules/@nestjs/core
npm ERR!   @nestjs/core@"8.4.7" 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! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-01-23T16_20_46_866Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-01-23T16_20_46_866Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from 0b8fd7e to 14ce825 Compare April 17, 2023 12:26
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from 14ce825 to 571f486 Compare May 28, 2023 11:37
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch 2 times, most recently from add78fb to d25525e Compare June 15, 2023 12:43
@renovate renovate bot changed the title fix(deps): update nest monorepo to v9 (major) fix(deps): update nest monorepo to v10 (major) Jun 15, 2023
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch 3 times, most recently from 15b04e3 to 55bbeef Compare June 21, 2023 10:43
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch 2 times, most recently from 834d681 to 2caba63 Compare July 3, 2023 07:33
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from 2caba63 to e7fde4a Compare July 17, 2023 09:10
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch 2 times, most recently from 863704b to 036831e Compare July 25, 2023 13:33
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch 2 times, most recently from 3e24dfb to e6e6bdd Compare August 7, 2023 07:38
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch 3 times, most recently from 43414ed to 4a91b52 Compare August 22, 2023 09:08
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch 4 times, most recently from 1d6138c to cb04f75 Compare August 31, 2023 21:21
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from cb04f75 to b26ce56 Compare September 11, 2023 13:34
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from b26ce56 to 42b3581 Compare September 22, 2023 09:55
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch 2 times, most recently from acaf9ee to 27d87b5 Compare October 5, 2023 09:08
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch 2 times, most recently from e501788 to 582c970 Compare November 2, 2023 13:13
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch 2 times, most recently from 4c49a83 to 5181aee Compare November 20, 2023 12:31
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from 5181aee to 651019b Compare December 18, 2023 10:04
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from 651019b to e7b622c Compare January 8, 2024 10:10
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from e7b622c to 29911ac Compare January 23, 2024 16:20
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.

0 participants