-
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) #1661
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.
Open
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
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
renovate
bot
changed the title
chore(deps): update dependency @nestjs/schematics to v11
chore(deps): update nest monorepo to v11 (major)
Jan 20, 2025
renovate
bot
force-pushed
the
renovate/major-nest-monorepo
branch
2 times, most recently
from
January 22, 2025 10:08
34e1777
to
8db4f99
Compare
Quality Gate passedIssues Measures |
renovate
bot
force-pushed
the
renovate/major-nest-monorepo
branch
from
January 23, 2025 19:22
8db4f99
to
8fa1086
Compare
renovate
bot
changed the title
chore(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:20
8fa1086
to
fe41951
Compare
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.0.0
->^11.0.0
2.3.4
->4.0.0
^10.2.3
->^11.0.0
10.2.3
->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
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
)v3.3.0
Compare Source
fdff9c1
)7ab5a27
)16ff146
)77515e1
)ebdb8c2
)93ed4c3
)29fabda
)ec09f9d
)6aad852
)0375223
)ba884de
)1f12524
)2329c84
)c44bc35
)ca6bff9
)3bb4ad6
)8570424
)b9e1757
)dd71c7e
)5faf74a
)d692263
)2c14992
)031e5ab
)bc01b6c
)b2bb9b2
)b404072
)89da7a5
)5ac872b
)1a537fd
)ec36f5e
)2f415ee
)d455b3c
)a3819dd
)490b4b6
)6d54ba9
)ae48d1d
)765d5f3
)da6c822
)5d4ab1f
)42a84e0
)ca7109b
)57ecde3
)dd53564
)4b00669
)7e0b960
)a430907
)40cfde7
)806e4d5
)cfa1156
)0143522
)a28244e
)37204eb
)79df90b
)9a235ba
)a7e6959
)281cbf1
)27cf52a
)cfa9e58
)0dee144
)fd86a02
)8fe704e
)0688603
)21eea18
)0562f33
)4118be2
)ca65ecb
)d9b8984
)6aec346
)2047b52
)af010d2
)0407334
)31e937e
)433c883
)869fa9e
)2252723
)7eb3f55
)abfc2de
)e5cbe62
)ddf88bf
)700a88a
)cc5db53
)2ad59d5
)a4f842c
)5e7e143
)215a503
)6321a64
)86a869a
)7cf9306
)ab9b5a1
)457c232
)784adb1
)3cdc05c
)6f0441f
)b63402f
)7e8e76d
)8d9e2d1
)ff13342
)dc49a27
)685565c
)v3.2.3
Compare Source
v3.2.2
Compare Source
v3.2.1
Compare Source
c3b6d5f
)93e5f70
)15dcdfa
)cf8e3c5
)e416a64
)246bb77
)7b37307
)f95c1f9
)6b68c92
)6498d2b
)7a7dc4d
)d32180a
)4dc9115
)583bf5b
)47f6d65
)bcb5a07
)855d313
)bbac53a
)0edfd8a
)f7374a2
)379d479
)6c46193
)c2c6fb4
)9ade429
)190fee7
)9c0d299
)a8edfdd
)163cdf2
)a30d96c
)2d11e83
)26b8d34
)62dba33
)ba89a55
)97a6ef0
)5f011e9
)0087287
)ef9090f
)04205fd
)504e24a
)4d53abc
)afc9d9c
)21ece8e
)f8b0143
)45932f9
)f7b682e
)4663777
)b6357a4
)eb1c6be
)9930dce
)959a1a4
)v3.2.0
Compare Source
1af2431
)78cd4f2
)88b1d88
)a4c9c02
)62fe61f
)8280932
)924a6c3
)1d28ef2
)c1369f0
)95daf99
)f2cc17b
)b1a528d
)3aef7e3
)30ad829
)163a18e
)80a18a3
)4facfc9
)c29501c
)f3da5d0
)76b60df
)655a0a1
)9b2914c
)a6c24be
)ee3fa0f
)89f2751
)e5a0acd
)9318a5c
)1bfe9c2
)b0fd110
)f64502c
)c16a5db
)dad6fe7
)b59fbda
)474b62a
)d73b260
)82cad8c
)9c9c2de
)c8d29ab
)83c66ae
)dce5376
)5d93560
)3eb9583
)cfccd78
)1e5aab1
)5cdd128
)16509c1
)a8fa198
)a6062b0
)26e5bc2
)ab40813
)d37bd70
)c83702f
)f963bfc
)6eafc46
)4cb8b47
)761ef89
)0838552
)ff20385
)162749e
)ae578c3
)54093f1
)13acabf
)0a4608f
)0343304
)fdabba1
)7b8f4e2
)3146201
)ea61df5
)25efebb
)7e3b87a
)4db7511
)3c7c289
)ceedeb1
)050731b
)02af7c3
)a8902a4
)65ce899
)cb506f2
)df888a5
)c80abde
)1ce8874
)d5eee9e
)6cc0f21
)25fdaa3
)569e80d
)044b28e
)31a8fe4
)15c7203
)2e438e2
)c749b9d
)8d5de26
)21cf0dd
)08950f1
)b346ace
)8c42690
)e5511ba
)e9469bb
)57c8234
)015b79e
)5fec736
)8b70421
)0d2dd4e
)a76b724
)ffa5688
)6cf0908
)120dd2f
)a6a58dd
)14ab4be
)e139159
)761133e
)fc82daa
)53c9050
)cbe9246
)61f2743
)db81db4
)a4471df
)a49ab5b
)8ab85f8
)7836b7a
)ad55b72
)79ca608
)d0ecda4
)5103ed8
)66f04e1
)9121a40
)5683b7a
)47fabf6
)6c8c9fd
)a6b8002
)b735b3e
)060e6da
)d103a20
)84fee11
)32fa772
)7804233
)7e18cc3
)0d5c337
)64c9cfe
)b2df125
)0e081a0
)14fa307
)0150816
)ecf167e
)7a59b47
)daf4ce0
)3e32fd0
)28beb30
)d06dac7
)cc87c27
)c105c63
)0c4d9b4
)a21e9e2
)883e420
)cbe0038
)a899864
)4f3f927
)dadf916
)e54ba02
)12053da
)b170f98
)6a4d384
)7371524
)8e05b4d
)c44ba75
)9ad42e2
)v3.1.1
Compare Source
83974af
)a76ff24
)v3.1.0
Compare Source
9c42639
)57ed7ca
)23e60a1
)a69d2ec
)4ba63e7
)ae64d33
)7c767dc
)a55a025
)9db04f1
)581843a
)6568072
)c58a4e2
)2ab26b3
)dbd0d2f
)a9466c4
)1ce6d9f
)d98a5f8
)v3.0.1
Compare Source
5cc7553
)42f09a8
)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.