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

Update nestjs-dependencies to v11 (major) #714

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nestjs/cli 9.5.0 -> 11.0.2 age adoption passing confidence
@nestjs/common (source) 9.4.3 -> 11.0.9 age adoption passing confidence
@nestjs/core (source) 9.4.3 -> 11.0.9 age adoption passing confidence
@nestjs/jwt ^10.0.0 -> ^11.0.0 age adoption passing confidence
@nestjs/passport ^9.0.0 -> ^11.0.0 age adoption passing confidence
@nestjs/platform-express (source) 9.4.3 -> 11.0.9 age adoption passing confidence
@nestjs/schematics 9.2.0 -> 11.0.0 age adoption passing confidence
@nestjs/testing (source) 9.4.3 -> 11.0.9 age adoption passing confidence
@nestjs/typeorm 9.0.1 -> 11.0.0 age adoption passing confidence

Release Notes

nestjs/nest-cli (@​nestjs/cli)

v11.0.2

Compare Source

  • fix: swc compiler does not watch files (8aaa9df)

v11.0.1

Compare Source

v11.0.0

Compare Source

Migration guide: https://docs.nestjs.com/migration-guide

Features and improvements
  • feat(schematics): list schematics from extended collections #​2096
  • feat: nest build --all flag #​2312
  • feat: add flag to disable shell mode for nest start --watch #​2522
  • feat!: drop uncommon variants of nest cli config file name #​2769
  • feat: add support for --env-file flag #​2818
Dependencies
  • fix(deps): update dependency glob to v11 #​2788
  • chore/upgrade inquirer package #​2718
  • fix(deps): update dependency chokidar to v4 #​2734
  • fix(deps): update angular-cli monorepo to v19 #​2811

v10.4.9

Compare Source

  • Merge pull request #​2838 from yifanwww/fix/webpack-ignore-lazy-imports (3d0fe0b)
  • fix: add missing class-transformer/storage in lazy import list (a1cc6cf)
  • Merge pull request #​2815 from nestjs/renovate/typescript-5.x (4af113e)

v10.4.8

Compare Source

  • Merge pull request #​2792 from nestjs/fix/type-check-error-2791 (5be20eb)
  • Merge pull request #​2797 from nestjs/renovate/tsconfig-paths-webpack-plugin-4.x (6d77fd3)
  • Merge pull request #​2800 from caucik/webpack-fix-branch (9ec2d5e)
  • fix: webpack default config - IgnorePlugin (83c5cfc)
  • fix(deps): update dependency tsconfig-paths-webpack-plugin to v4.2.0 (ebdfb32)
  • chore(deps): update dependency @​swc/core to v1.9.2 (#​2794) (ed9d8b8)
  • fix: show type check warning only when builder is not swc #​2791 (2e23003)
  • fix(deps): update dependency glob to v10.4.5 (7aba481)

v10.4.7

Compare Source

  • Merge pull request #​2786 from nestjs/revert-2642-renovate/glob-11.x (0ff0a01)
  • Revert "fix(deps): update dependency glob to v11" (7af719e)

v10.4.6

Compare Source

  • build: allow js, clean artificats in ci (7bc0b3f)
  • chore(deps): update dependency ts-jest to v29.2.5 (41ce50b)
  • fix(deps): update dependency typescript to v5.6.3 (067a119)
  • Merge pull request #​2784 from nestjs/renovate/node-22.x (f3bd8b0)
  • Merge pull request #​2778 from nestjs/renovate/swc-monorepo (008ab68)
  • Merge pull request #​2780 from nestjs/renovate/webpack-5.x (d708ea9)
  • Merge pull request #​2764 from nestjs/renovate/angular-cli-monorepo (d8ae02b)
  • fix: add missing type argument (df91c49)
  • Merge branch 'addun-fix-issue-2653' (041a184)
  • chore: resolve conflicts (486ac60)
  • Merge pull request #​2415 from yigitkurtcu/feat/generate-options-base-url (537dfa7)
  • Merge pull request #​2716 from nestjs/renovate/angular-cli-monorepo (ef0ff51)
  • Merge pull request #​2642 from nestjs/renovate/glob-11.x (c7e2e01)
  • fix(deps): update angular-cli monorepo to v17.3.10 (960e65f)
  • Merge pull request #​2743 from nestjs/renovate/webpack-5.x (b750ead)
  • Merge pull request #​2754 from nestjs/renovate/nest-monorepo (603721e)
  • fix(deps): update dependency @​nestjs/schematics to v10.2.2 (f062e99)
  • fix: unification copy behavior between watched and not watched assets (3664ed0)
  • fix(deps): update dependency glob to v11 (fc6e7a1)
  • feat: basedir option added to configuration for generate command (877b6bd)

v10.4.5

Compare Source

v10.4.4

Compare Source

v10.4.3

Compare Source

v10.4.2

Compare Source

v10.4.1

Compare Source

v10.4.0

Compare Source

v10.3.2

Compare Source

  • Merge pull request #​2502 from micalevisk/fix/issue-2458 (195dc7b)
  • Merge pull request #​2503 from nestjs/renovate/chokidar-3.x (42b15e1)
  • fix(deps): update dependency chokidar to v3.6.0 (e256345)
  • style: fix formatting (be2f7e6)
  • feat: check only the major slice on nestjs dep mismatch (4c89de4)
  • chore(deps): update typescript-eslint monorepo to v6.21.0 (ec761a4)
  • chore(deps): update dependency lint-staged to v15.2.2 (8b7083e)
  • chore(deps): update dependency @​swc/core to v1.4.0 (9cac3ff)
  • chore(deps): update dependency @​swc/cli to v0.3.9 (49a5267)

v10.3.1

Compare Source

v10.3.0

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

v10.1.18

Compare Source

  • Merge pull request #​2244 from eabrouwer3/eb/2242-json-cli-option (e2e046f)
  • Merge pull request #​2260 from nestjs/renovate/typescript-5.x (484d20a)
  • Merge pull request #​2270 from nestjs/renovate/angular-cli-monorepo (4125cb9)
  • Merge pull request #​2277 from nestjs/renovate/cimg-node-20.x (81476d9)
  • Merge pull request #​2281 from dotlambda/fsevents-1.2.13 (

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 was generated by Mend Renovate. View the repository job log.

@codecov-commenter
Copy link

codecov-commenter commented Jun 17, 2023

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.41%. Comparing base (39ab510) to head (9f64d49).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #714   +/-   ##
=======================================
  Coverage   99.41%   99.41%           
=======================================
  Files          34       34           
  Lines         340      340           
  Branches       20       20           
=======================================
  Hits          338      338           
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/major-nestjs-dependencies branch 4 times, most recently from a84ed73 to f298c0a Compare June 21, 2023 10:14
@renovate renovate bot force-pushed the renovate/major-nestjs-dependencies branch 4 times, most recently from a90307e to 3121fd6 Compare June 30, 2023 11:13
@renovate renovate bot force-pushed the renovate/major-nestjs-dependencies branch 8 times, most recently from 3bb8643 to 8c448ee Compare July 10, 2023 05:16
@renovate renovate bot force-pushed the renovate/major-nestjs-dependencies branch 6 times, most recently from b67c158 to 6694e05 Compare July 17, 2023 09:33
@renovate renovate bot force-pushed the renovate/major-nestjs-dependencies branch 4 times, most recently from 23f564e to 5ac15fd Compare July 22, 2023 04:47
@renovate renovate bot force-pushed the renovate/major-nestjs-dependencies branch 2 times, most recently from 63e9889 to 416b66f Compare November 5, 2024 10:39
@renovate renovate bot force-pushed the renovate/major-nestjs-dependencies branch 3 times, most recently from 49fb219 to 556889b Compare November 20, 2024 12:17
@renovate renovate bot force-pushed the renovate/major-nestjs-dependencies branch 5 times, most recently from 9ceef3d to edd681c Compare November 29, 2024 12:40
@renovate renovate bot force-pushed the renovate/major-nestjs-dependencies branch 3 times, most recently from 72dbf4b to 9f64d49 Compare December 9, 2024 13:23
@renovate renovate bot force-pushed the renovate/major-nestjs-dependencies branch from 9f64d49 to f0a763e Compare January 16, 2025 14:11
@renovate renovate bot changed the title Update nestjs-dependencies to v10 (major) Update nestjs-dependencies (major) Jan 16, 2025
Copy link
Contributor Author

renovate bot commented Jan 16, 2025

⚠️ 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 could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @nestjs/[email protected]
npm ERR! node_modules/@nestjs/common
npm ERR!   @nestjs/common@"11.0.9" from the root project
npm ERR!   peer @nestjs/common@"^11.0.0" from @nestjs/[email protected]
npm ERR!   node_modules/@nestjs/core
npm ERR!     @nestjs/core@"11.0.9" from the root project
npm ERR!     peer @nestjs/core@"^11.0.0" from @nestjs/[email protected]
npm ERR!     node_modules/@nestjs/platform-express
npm ERR!       @nestjs/platform-express@"11.0.9" from the root project
npm ERR!       2 more (@nestjs/core, @nestjs/testing)
npm ERR!     2 more (@nestjs/testing, @nestjs/typeorm)
npm ERR!   5 more (@nestjs/jwt, @nestjs/passport, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @nestjs/common@"^5.0.0 || ^6.6.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0" from [email protected]
npm ERR! node_modules/nest-winston
npm ERR!   nest-winston@"1.9.4" 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@"^5.0.0 || ^6.6.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0" from [email protected]
npm ERR!   node_modules/nest-winston
npm ERR!     nest-winston@"1.9.4" 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/2025-02-10T16_28_47_160Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-nestjs-dependencies branch 4 times, most recently from 2812fdd to ecb6487 Compare January 20, 2025 12:42
@renovate renovate bot changed the title Update nestjs-dependencies (major) Update nestjs-dependencies to v11 (major) Jan 20, 2025
@renovate renovate bot force-pushed the renovate/major-nestjs-dependencies branch 4 times, most recently from 592191c to 34bf7b6 Compare January 27, 2025 16:26
@renovate renovate bot force-pushed the renovate/major-nestjs-dependencies branch 3 times, most recently from d5d0d7e to d9719b1 Compare February 6, 2025 10:12
@renovate renovate bot force-pushed the renovate/major-nestjs-dependencies branch from d9719b1 to e21bd9d Compare February 10, 2025 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants