This repository was archived by the owner on Jan 28, 2025. It is now read-only.
chore(deps): update nestjs packages (fastify) (major)#1013
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update nestjs packages (fastify) (major)#1013renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
a555136 to
e02d41d
Compare
164e90b to
fecb2d8
Compare
fecb2d8 to
6c36e03
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
^2.2.2->^2.2.2 || ^3.0.02.3.0->3.0.010.4.15->11.0.53.3.0->4.0.010.4.15->11.0.510.4.15->11.0.510.4.15->11.0.5Release Notes
nestjs/cache-manager (@nestjs/cache-manager)
v3.0.0Compare Source
Breaking changes
@nestjs/cache-managerv3 does no longer supportcache-manager< v6. Migration to Keyv is necessary.Migration guide https://docs.nestjs.com/migration-guide
Changelog
94c9373)df48080)nestjs/nest (@nestjs/common)
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
nestjs/config (@nestjs/config)
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)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.