-
Notifications
You must be signed in to change notification settings - Fork 0
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 (major) #75
Open
renovate
wants to merge
1
commit into
develop
Choose a base branch
from
renovate/major-nest-monorepo
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/major-nest-monorepo
branch
3 times, most recently
from
January 23, 2025 19:40
ec83e97
to
adc074b
Compare
renovate
bot
changed the title
fix(deps): update nest monorepo to v11 (major)
fix(deps): update nest monorepo (major)
Jan 23, 2025
renovate
bot
force-pushed
the
renovate/major-nest-monorepo
branch
from
January 25, 2025 22:07
adc074b
to
6e583ff
Compare
renovate
bot
force-pushed
the
renovate/major-nest-monorepo
branch
from
January 31, 2025 10:37
6e583ff
to
d249b8c
Compare
Quality Gate passedIssues Measures |
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.3.1
->^11.0.0
^10.3.2
->^11.0.0
^3.2.0
->^4.0.0
^10.3.8
->^11.0.0
^10.3.2
->^11.0.0
^10.1.0
->^11.0.0
^10.2.3
->^11.0.0
^10.3.8
->^11.0.0
Release Notes
nestjs/nest-cli (@nestjs/cli)
v11.0.2
Compare Source
8aaa9df
)v11.0.1
Compare Source
bd96064
)v11.0.0
Compare Source
Migration guide: https://docs.nestjs.com/migration-guide
Features and improvements
Dependencies
v10.4.9
Compare Source
3d0fe0b
)a1cc6cf
)4af113e
)v10.4.8
Compare Source
5be20eb
)6d77fd3
)9ec2d5e
)83c5cfc
)ebdfb32
)ed9d8b8
)2e23003
)7aba481
)v10.4.7
Compare Source
0ff0a01
)7af719e
)v10.4.6
Compare Source
7bc0b3f
)41ce50b
)067a119
)f3bd8b0
)008ab68
)d708ea9
)d8ae02b
)df91c49
)041a184
)486ac60
)537dfa7
)ef0ff51
)c7e2e01
)960e65f
)b750ead
)603721e
)f062e99
)3664ed0
)fc6e7a1
)877b6bd
)nestjs/nest (@nestjs/common)
v11.0.5
Compare Source
v11.0.5 (2025-01-23)
Bug fixes
core
Committers: 1
v11.0.4
Compare Source
v11.0.3
Compare Source
v11.0.2
Compare Source
v11.0.1
Compare Source
v11.0.0
Compare Source
v10.4.15
Compare Source
v10.4.15 (2024-12-09)
Dependencies
platform-express
v10.4.14
Compare Source
v10.4.13
Compare Source
v10.4.12
Compare Source
v10.4.12 (2024-11-29)
Bug fixes
common
Dependencies
common
,core
,microservices
,platform-express
,platform-fastify
,platform-socket.io
,platform-ws
,testing
,websockets
platform-socket.io
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
core
,microservices
websockets
common
core
microservices
Enhancements
common
,core
microservices
Dependencies
platform-fastify
Committers: 7
v10.4.8
Compare Source
v10.4.8 (2024-11-15)
Bug fixes
microservices
core
Enhancements
core
Committers: 3
v10.4.7
Compare Source
nestjs/config (@nestjs/config)
v4.0.0
Compare Source
Breaking changes
The order in which configuration variables are read by the
ConfigService#get
method has been updated. The new order is:process.env
objectPreviously, validated environment variables and the
process.env
object 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
ignoreEnvVars
configuration option, which previously allowed disabling validation of theprocess.env
object, has been deprecated. Instead, use thevalidatePredefined
option (set tofalse
to disable validation of predefined environment variables). Predefined environment variables refer toprocess.env
variables that were set before the module was imported. For example, if you start your application withPORT=3000 node main.js
, thePORT
variable is considered predefined. However, variables loaded by theConfigModule
from a.env
file are not classified as predefined.A new
skipProcessEnv
option has also been introduced. This option allows you to prevent theConfigService#get
method from accessing theprocess.env
object entirely, which can be helpful when you want to restrict the service from reading environment variables directly.Changelog
c2eaf04
)1c20713
)c53c63c
)nestjs/schematics (@nestjs/schematics)
v11.0.0
Compare Source
Release 11.0.0 (2025-01-17)
Changelog
797a384
)a4cb235
)7b205f5
)nestjs/terminus (@nestjs/terminus)
v11.0.0
Compare Source
v10.3.0
Compare Source
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.
This PR was generated by Mend Renovate. View the repository job log.