fix(deps): update nest monorepo (major) - autoclosed#643
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
fix(deps): update nest monorepo (major) - autoclosed#643renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
5917a4d to
b735406
Compare
4342155 to
5eef0f0
Compare
026f09f to
7871efc
Compare
87cce70 to
e7221eb
Compare
72ee75d to
efba9b4
Compare
efba9b4 to
5e0948d
Compare
5e0948d to
51ff11d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
10.4.9->11.0.510.4.15->11.0.113.3.0->4.0.110.4.15->11.0.1110.4.15->11.0.1110.2.3->11.0.2Release Notes
nestjs/nest-cli (@nestjs/cli)
v11.0.5Compare Source
d866d77)v11.0.4Compare Source
5d79adf)887fa7d)v11.0.3Compare Source
c8c8904)72d59e1)ea34a79)24014fc)v11.0.2Compare Source
8aaa9df)v11.0.1Compare Source
bd96064)v11.0.0Compare Source
Migration guide: https://docs.nestjs.com/migration-guide
Features and improvements
Dependencies
nestjs/nest (@nestjs/common)
v11.0.11Compare Source
v11.0.10Compare Source
v11.0.10 (2025-02-17)
Bug fixes
microservicesplatform-expressv11.0.9Compare Source
v11.0.9 (2025-02-10)
Bug fixes
corecommonCommitters: 2
v11.0.8Compare Source
v11.0.8 (2025-02-06)
Bug fixes
commonplatform-expressCommitters: 4
v11.0.7Compare Source
v11.0.7 (2025-01-31)
Bug fixes
coreCommitters: 1
v11.0.6Compare Source
v11.0.6 (2025-01-27)
Bug fixes
coreCommitters: 1
v11.0.5Compare Source
v11.0.5 (2025-01-23)
Bug fixes
coreCommitters: 1
v11.0.4Compare Source
v11.0.3Compare Source
v11.0.2Compare Source
v11.0.1Compare Source
v11.0.0Compare Source
v11.0.0 (2025-01-16)
Article: https://trilon.io/blog/announcing-nestjs-11-whats-new
Migration guide: https://docs.nestjs.com/migration-guide 👈 👈 👈
Features
common,core,microservicescommon,corecommon,core,microservices,platform-express,platform-fastify,platform-socket.io,platform-ws,testing,websocketsEnhancements
common@Inject()(@micalevisk)microserviceswebsocketscommon,core,microservices,websocketscommon,core,platform-fastifyplatform-expressplatform-wsplatform-fastifycommon,coreBug fixes
coreReflectortypes (@AlexRMU)platform-fastifymicroservicescommonexportsof modules (@micalevisk)Other packages in the ecosystem
config(breaking changes)clicache-manager(breaking changes)cqrsDependencies
platform-fastifyCommitters: 22
nestjs/config (@nestjs/config)
v4.0.1Compare Source
79d82d6)99d8bca)v4.0.0Compare Source
Breaking changes
The order in which configuration variables are read by the
ConfigService#getmethod has been updated. The new order is:process.envobjectPreviously, validated environment variables and the
process.envobject were read first, preventing them from being overridden by internal configuration. With this update, internal configuration will now always take precedence over environment variables.Additionally, the
ignoreEnvVarsconfiguration option, which previously allowed disabling validation of theprocess.envobject, has been deprecated. Instead, use thevalidatePredefinedoption (set tofalseto disable validation of predefined environment variables). Predefined environment variables refer toprocess.envvariables that were set before the module was imported. For example, if you start your application withPORT=3000 node main.js, thePORTvariable is considered predefined. However, variables loaded by theConfigModulefrom a.envfile are not classified as predefined.A new
skipProcessEnvoption has also been introduced. This option allows you to prevent theConfigService#getmethod from accessing theprocess.envobject entirely, which can be helpful when you want to restrict the service from reading environment variables directly.Changelog
c2eaf04)1c20713)c53c63c)nestjs/nest (@nestjs/core)
v11.0.11Compare Source
v11.0.10Compare Source
v11.0.10 (2025-02-17)
Bug fixes
microservicesplatform-expressv11.0.9Compare Source
v11.0.9 (2025-02-10)
Bug fixes
corecommonCommitters: 2
v11.0.8Compare Source
v11.0.8 (2025-02-06)
Bug fixes
commonplatform-expressCommitters: 4
v11.0.7Compare Source
v11.0.7 (2025-01-31)
Bug fixes
coreCommitters: 1
v11.0.6Compare Source
v11.0.6 (2025-01-27)
Bug fixes
coreCommitters: 1
v11.0.5Compare Source
v11.0.5 (2025-01-23)
Bug fixes
coreCommitters: 1
v11.0.4Compare Source
v11.0.3Compare Source
v11.0.2Compare Source
v11.0.1Compare Source
v11.0.0Compare Source
v11.0.0 (2025-01-16)
Article: https://trilon.io/blog/announcing-nestjs-11-whats-new
Migration guide: https://docs.nestjs.com/migration-guide 👈 👈 👈
Features
common,core,microservicescommon,corecommon,core,microservices,platform-express,platform-fastify,platform-socket.io,platform-ws,testing,websocketsEnhancements
common@Inject()(@micalevisk)microserviceswebsocketscommon,core,microservices,websocketscommon,core,platform-fastifyplatform-expressplatform-wsplatform-fastifycommon,coreBug fixes
coreReflectortypes (@AlexRMU)platform-fastifymicroservicescommonexportsof modules (@micalevisk)Other packages in the ecosystem
config(breaking changes)clicache-manager(breaking changes)cqrsDependencies
platform-fastifyCommitters: 22
nestjs/nest (@nestjs/platform-express)
v11.0.11Compare Source
v11.0.10Compare Source
v11.0.10 (2025-02-17)
Bug fixes
microservicesplatform-expressv11.0.9Compare Source
v11.0.9 (2025-02-10)
Bug fixes
corecommonCommitters: 2
v11.0.8Compare Source
v11.0.8 (2025-02-06)
Bug fixes
commonplatform-expressCommitters: 4
v11.0.7Compare Source
v11.0.7 (2025-01-31)
Bug fixes
coreCommitters: 1
v11.0.6Compare Source
v11.0.6 (2025-01-27)
Bug fixes
coreCommitters: 1
v11.0.5Compare Source
v11.0.5 (2025-01-23)
Bug fixes
coreCommitters: 1
v11.0.4Compare Source
v11.0.3Compare Source
v11.0.2Compare Source
v11.0.1Compare Source
v11.0.0Compare Source
v11.0.0 (2025-01-16)
Article: https://trilon.io/blog/announcing-nestjs-11-whats-new
Migration guide: https://docs.nestjs.com/migration-guide 👈 👈 👈
Features
common,core,microservicesConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.