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 #88

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nestjs/cli 10.3.2 -> 10.4.9 age adoption passing confidence
@nestjs/common (source) 10.3.9 -> 10.4.15 age adoption passing confidence
@nestjs/core (source) 10.3.9 -> 10.4.15 age adoption passing confidence
@nestjs/platform-express (source) 10.3.9 -> 10.4.15 age adoption passing confidence
@nestjs/schematics 10.1.1 -> 10.2.3 age adoption passing confidence
@nestjs/testing (source) 10.3.9 -> 10.4.15 age adoption passing confidence

Release Notes

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

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

nestjs/nest (@​nestjs/common)

v10.4.15

Compare Source

v10.4.14

Compare Source

v10.4.13

Compare Source

v10.4.12

Compare Source

v10.4.12 (2024-11-29)
Bug fixes
Dependencies
Committers: 1

v10.4.11

Compare Source

v10.4.10

Compare Source

v10.4.10 (2024-11-27)
Bug fixes
  • platform-socket.io, websockets
Dependencies
Committers: 1

v10.4.9

Compare Source

v10.4.9 (2024-11-25)
Bug fixes
Enhancements
Dependencies
Committers: 7

v10.4.8

Compare Source

v10.4.8 (2024-11-15)
Bug fixes
Enhancements
Committers: 3

v10.4.7

Compare Source

v10.4.6

Compare Source

v10.4.5

Compare Source

v10.4.5 (2024-10-16)
Dependencies
Committers: 5

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.10

Compare Source

nestjs/nest (@​nestjs/core)

v10.4.15

Compare Source

v10.4.14

Compare Source

v10.4.13

Compare Source

v10.4.12

Compare Source

v10.4.12 (2024-11-29)
Bug fixes
Dependencies
Committers: 1

v10.4.11

Compare Source

v10.4.10

Compare Source

v10.4.10 (2024-11-27)
Bug fixes
  • platform-socket.io, websockets
Dependencies
Committers: 1

v10.4.9

Compare Source

v10.4.9 (2024-11-25)
Bug fixes
Enhancements
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 becomes conflicted, 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.

@renovate renovate bot changed the title fix(deps): update nest monorepo to v10.3.10 fix(deps): update nest monorepo Jul 2, 2024
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from e2293b3 to a94188f Compare July 2, 2024 10:46
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from a94188f to a75018b Compare July 24, 2024 10:12
@renovate renovate bot force-pushed the renovate/nest-monorepo branch 2 times, most recently from fa20402 to 7341abf Compare August 13, 2024 11:27
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 7341abf to 6bd7ccd Compare August 19, 2024 11:42
@renovate renovate bot force-pushed the renovate/nest-monorepo branch 3 times, most recently from ba62124 to c123dd3 Compare September 23, 2024 10:46
@renovate renovate bot force-pushed the renovate/nest-monorepo branch 4 times, most recently from 814ab73 to 5e61f73 Compare October 23, 2024 10:30
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 5e61f73 to 3934ccf Compare October 28, 2024 10:45
@renovate renovate bot force-pushed the renovate/nest-monorepo branch 2 times, most recently from 4e00fe2 to 51a7009 Compare November 7, 2024 13:02
@renovate renovate bot changed the title fix(deps): update nest monorepo chore(deps): update nest monorepo Nov 7, 2024
@renovate renovate bot force-pushed the renovate/nest-monorepo branch 2 times, most recently from 0094d29 to c661beb Compare November 20, 2024 12:58
@renovate renovate bot force-pushed the renovate/nest-monorepo branch 4 times, most recently from adc98a1 to ec8624f Compare December 2, 2024 08:16
@renovate renovate bot force-pushed the renovate/nest-monorepo branch 2 times, most recently from e4521e5 to 11ece1d Compare December 9, 2024 12:00
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 11ece1d to d42e3ae Compare December 9, 2024 15:41
@renovate renovate bot changed the title chore(deps): update nest monorepo fix(deps): update nest monorepo Dec 10, 2024
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