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 (major) #93

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nestjs/common (source) 10.4.1 -> 11.0.10 age adoption passing confidence
@nestjs/config 3.3.0 -> 4.0.0 age adoption passing confidence
@nestjs/core (source) 10.4.1 -> 11.0.10 age adoption passing confidence
@nestjs/passport 10.0.3 -> 11.0.5 age adoption passing confidence
@nestjs/platform-express (source) 10.4.1 -> 11.0.10 age adoption passing confidence
@nestjs/schematics ^10.0.2 -> ^11.0.0 age adoption passing confidence
@nestjs/terminus 10.2.3 -> 11.0.0 age adoption passing confidence
@nestjs/testing (source) ^10.2.7 -> ^11.0.0 age adoption passing confidence

Release Notes

nestjs/nest (@​nestjs/common)

v11.0.10

Compare Source

v11.0.9

Compare Source

v11.0.9 (2025-02-10)
Bug fixes
Committers: 2

v11.0.8

Compare Source

v11.0.8 (2025-02-06)
Bug fixes
Committers: 4

v11.0.7

Compare Source

v11.0.7 (2025-01-31)
Bug fixes
Committers: 1

v11.0.6

Compare Source

v11.0.6 (2025-01-27)
Bug fixes
Committers: 1

v11.0.5

Compare Source

v11.0.5 (2025-01-23)
Bug fixes
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

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

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:

  • Internal configuration (config namespaces and custom config files)
  • Validated environment variables (if validation is enabled and a schema is provided)
  • The process.env object

Previously, 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 the process.env object, has been deprecated. Instead, use the validatePredefined option (set to false to disable validation of predefined environment variables). Predefined environment variables refer to process.env variables that were set before the module was imported. For example, if you start your application with PORT=3000 node main.js, the PORT variable is considered predefined. However, variables loaded by the ConfigModule from a .env file are not classified as predefined.

A new skipProcessEnv option has also been introduced. This option allows you to prevent the ConfigService#get method from accessing the process.env object entirely, which can be helpful when you want to restrict the service from reading environment variables directly.

Changelog
  • chore: update config attributes to more self descriptive names (c2eaf04)
  • chore(deps): update nest monorepo to v11 (1c20713)
  • feat: order of reading variables, add skip predefined (c53c63c)
nestjs/nest (@​nestjs/core)

v11.0.10

Compare Source

v11.0.9

Compare Source

v11.0.9 (2025-02-10)
Bug fixes
Committers: 2

v11.0.8

Compare Source

v11.0.8 (2025-02-06)
Bug fixes
Committers: 4

v11.0.7

Compare Source

v11.0.7 (2025-01-31)
Bug fixes
Committers: 1

v11.0.6

Compare Source

v11.0.6 (2025-01-27)
Bug fixes
Committers: 1

v11.0.5

Compare Source

v11.0.5 (2025-01-23)
Bug fixes
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

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 - "on saturday" (UTC), 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.

Copy link

nx-cloud bot commented Feb 1, 2025

View your CI Pipeline Execution ↗ for commit 77dfbc1.

Command Status Duration Result
nx affected --target=lint --parallel=3 ✅ Succeeded 48s View ↗
nx affected --target=test --parallel=3 --ci --c... ✅ Succeeded 49s View ↗
nx affected --target=build --parallel=3 ✅ Succeeded 39s View ↗
nx-cloud record -- yarn nx format:check ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2025-02-17 11:51:51 UTC

@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch 2 times, most recently from d499600 to d9ebd9e Compare February 6, 2025 11:12
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from d9ebd9e to ecf6991 Compare February 10, 2025 16:56
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from ecf6991 to 77dfbc1 Compare February 17, 2025 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant