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(deps): update nest monorepo to v10 (major) #1696

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Sep 22, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nestjs/common (source) 9.4.3 -> 10.3.0 age adoption passing confidence
@nestjs/core (source) 9.4.3 -> 10.3.0 age adoption passing confidence
@nestjs/microservices (source) 9.4.3 -> 10.3.0 age adoption passing confidence
@nestjs/platform-express (source) 9.4.3 -> 10.3.0 age adoption passing confidence
@nestjs/websockets (source) 9.4.3 -> 10.3.0 age adoption passing confidence

Release Notes

nestjs/nest (@​nestjs/common)

v10.3.0

Compare Source

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 fixes
Enhancements
Dependencies
Committers: 17
nestjs/nest (@​nestjs/core)

v10.3.0

Compare Source

v10.3.0 (2023-12-18)
Enhancements
Dependencies

Configuration

📅 Schedule: Branch creation - "before 3am on Friday" (UTC), 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-bot renovate-bot requested a review from a team September 22, 2023 00:30
@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Sep 22, 2023
@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

Merging #1696 (e9427a5) into main (7d110d5) will decrease coverage by 1.77%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1696      +/-   ##
==========================================
- Coverage   91.45%   89.68%   -1.77%     
==========================================
  Files         144       92      -52     
  Lines        7406     5051    -2355     
  Branches     1483      989     -494     
==========================================
- Hits         6773     4530    -2243     
+ Misses        633      521     -112     

see 53 files with indirect coverage changes

@renovate-bot renovate-bot force-pushed the renovate/major-nest-monorepo branch from b9dee7b to 66ab950 Compare September 22, 2023 11:05
Copy link
Member

@blumamir blumamir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems the new version uses a syntax not compatible with node 14

  1) nestjs-core
       "before each" hook for "should capture setup":
     /home/runner/work/opentelemetry-js-contrib/opentelemetry-js-contrib/node_modules/@nestjs/common/file-stream/streamable-file.js:31
            this.options.length ??= bufferOrReadStream.length;
                                ^^^

SyntaxError: Unexpected token '??='

We probably need to exclude these tests from the unsupported node version in the matrix

@renovate-bot renovate-bot force-pushed the renovate/major-nest-monorepo branch from 66ab950 to 6250c7d Compare October 5, 2023 10:32
@renovate-bot renovate-bot force-pushed the renovate/major-nest-monorepo branch from 6250c7d to f64f462 Compare November 2, 2023 11:39
@renovate-bot renovate-bot force-pushed the renovate/major-nest-monorepo branch 4 times, most recently from ca9a625 to 0e03d91 Compare November 20, 2023 09:23
@renovate-bot renovate-bot force-pushed the renovate/major-nest-monorepo branch from 0e03d91 to e9427a5 Compare December 18, 2023 09:55
Copy link

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 10.x releases. But if you manually upgrade to 10.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate-bot renovate-bot deleted the renovate/major-nest-monorepo branch December 21, 2023 14:24
@manuelck99
Copy link

Hello. This is my first time commenting on an issue here and in general, so if I'm asking this at the wrong place, I apologize. Anyway, I'm currently trying to set up a NestJS application to make use of @opentelemetry/instrumentation-nestjs-core. My application is using NestJS v10 and I can't seem to get it working with the latest version of @opentelemetry/instrumentation-nestjs-core. Could this be, because @opentelemetry/instrumentation-nestjs-core hasn't been updated to use NestJS v10 as was intended with this issue or am I on the wrong path here?

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 pkg:instrumentation-nestjs-core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants