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

Release 21-01-2025 #1642

Merged
merged 11 commits into from
Jan 21, 2025
Merged

Release 21-01-2025 #1642

merged 11 commits into from
Jan 21, 2025

Conversation

martin-trajanovski
Copy link
Collaborator

Description

Motivation

Fixes

  • Bug fixed (#X)

Changes:

  • changes made

Tests included

  • Included for each change/fix?
  • Passing?

Documentation

  • swagger documentation updated (required for API changes)
  • official documentation updated

official documentation info

dependabot bot and others added 6 commits January 20, 2025 15:17
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.19.0 to 8.20.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.20.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
… 8.20.0 (#1633)

Bumps
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
from 8.19.0 to 8.20.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.20.0</h2>
<h2>8.20.0 (2025-01-13)</h2>
<h3>🚀 Features</h3>
<ul>
<li>standardize debug namespaces to file paths (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10599">#10599</a>)</li>
<li><strong>eslint-plugin:</strong> [no-misused-spread] add new rule (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10551">#10551</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] add allow options
(<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10585">#10585</a>)</li>
<li><strong>eslint-plugin:</strong> [consistent-type-assertions] add
arrayLiteralTypeAssertions options (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10565">#10565</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-shadow] ignore ordering of type
declarations (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10593">#10593</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] don't
flag optional chaining for union types with an unconstrained type
parameters (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10602">#10602</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Josh Goldberg ✨</li>
<li>Ronen Amiel</li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>v8.19.1</h2>
<h2>8.19.1 (2025-01-06)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-base-to-string] check array
generic type (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10437">#10437</a>)</li>
<li><strong>eslint-plugin:</strong> [no-shadow] report correctly on
parameters of functions declared with the <code>declare</code> keyword
(<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10543">#10543</a>)</li>
<li><strong>eslint-plugin:</strong> [strict-boolean-expressions] remove
remaining (unsafe) autofixes (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10548">#10548</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] doesn't report on
shorthand property in an object expression (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10550">#10550</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Kirk Waiblinger</li>
<li>mdm317</li>
<li>Ronen Amiel</li>
<li>Yukihiro Hasegawa <a
href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.20.0 (2025-01-13)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-type-assertions] add
arrayLiteralTypeAssertions options (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10565">#10565</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] add allow options
(<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10585">#10585</a>)</li>
<li><strong>eslint-plugin:</strong> [no-misused-spread] add new rule (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10551">#10551</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] don't
flag optional chaining for union types with an unconstrained type
parameters (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10602">#10602</a>)</li>
<li><strong>eslint-plugin:</strong> [no-shadow] ignore ordering of type
declarations (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10593">#10593</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Josh Goldberg ✨</li>
<li>Ronen Amiel</li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.19.1 (2025-01-06)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion]
handle literal types (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10523">#10523</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] doesn't report on
shorthand property in an object expression (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10550">#10550</a>)</li>
<li><strong>eslint-plugin:</strong> [strict-boolean-expressions] remove
remaining (unsafe) autofixes (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10548">#10548</a>)</li>
<li><strong>eslint-plugin:</strong> [no-shadow] report correctly on
parameters of functions declared with the <code>declare</code> keyword
(<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10543">#10543</a>)</li>
<li><strong>eslint-plugin:</strong> [no-base-to-string] check array
generic type (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10437">#10437</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Kirk Waiblinger</li>
<li>mdm317</li>
<li>Ronen Amiel</li>
<li>Yukihiro Hasegawa <a
href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/ea6fbeab024f0c7936a88c6726a921ec3c299c94"><code>ea6fbea</code></a>
chore(release): publish 8.20.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/a7fc28c62843e9fb2d229d06b867d4e65fdc9193"><code>a7fc28c</code></a>
feat(eslint-plugin): [consistent-type-assertions] add
arrayLiteralTypeAsserti...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d6e59784fedc2eaafce576898b0996124ac0809c"><code>d6e5978</code></a>
fix(eslint-plugin): [no-unnecessary-condition] don't flag optional
chaining f...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/63135f72879c3068a94c494af6e915063f96222d"><code>63135f7</code></a>
fix(eslint-plugin): [no-shadow] ignore ordering of type declarations (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10593">#10593</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/6dda0a4be4026dbf1d2edfffcd2e51080ea43e5f"><code>6dda0a4</code></a>
feat(eslint-plugin): [no-deprecated] add allow options (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10585">#10585</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/04166e034b19f2aec4bf4a54fc36d636854fdac8"><code>04166e0</code></a>
feat(eslint-plugin): [no-misused-spread] add new rule (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10551">#10551</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/b17c7f25af620c22ab9a27c270c964a6fd29de7c"><code>b17c7f2</code></a>
chore: export all Options and MessageIds types from rule files (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10556">#10556</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/03d9639c0fa535fd547961ab96a56cb38d0b8d07"><code>03d9639</code></a>
test(eslint-plugin): add extra tests (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10587">#10587</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/e697cfa958717d63e6bb25ef14de0931502eb556"><code>e697cfa</code></a>
chore: fix CI snapshot failure (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10624">#10624</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/328b7dfe255b2a9c8226db472b21d070f19193af"><code>328b7df</code></a>
chore(release): publish 8.19.1</li>
<li>Additional commits viewable in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.20.0/packages/eslint-plugin">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=8.19.0&new-version=8.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
…#1636)

Bumps
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
from 8.19.1 to 8.20.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.20.0</h2>
<h2>8.20.0 (2025-01-13)</h2>
<h3>🚀 Features</h3>
<ul>
<li>standardize debug namespaces to file paths (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10599">#10599</a>)</li>
<li><strong>eslint-plugin:</strong> [no-misused-spread] add new rule (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10551">#10551</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] add allow options
(<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10585">#10585</a>)</li>
<li><strong>eslint-plugin:</strong> [consistent-type-assertions] add
arrayLiteralTypeAssertions options (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10565">#10565</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-shadow] ignore ordering of type
declarations (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10593">#10593</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] don't
flag optional chaining for union types with an unconstrained type
parameters (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/10602">#10602</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Josh Goldberg ✨</li>
<li>Ronen Amiel</li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.20.0 (2025-01-13)</h2>
<p>This was a version bump only for parser to align it with other
projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/ea6fbeab024f0c7936a88c6726a921ec3c299c94"><code>ea6fbea</code></a>
chore(release): publish 8.20.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.20.0/packages/parser">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=8.19.1&new-version=8.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
Bumps [@nestjs/event-emitter](https://github.com/nestjs/event-emitter) from 2.1.1 to 3.0.0.
- [Release notes](https://github.com/nestjs/event-emitter/releases)
- [Changelog](https://github.com/nestjs/event-emitter/blob/master/.release-it.json)
- [Commits](nestjs/event-emitter@2.1.1...3.0.0)

---
updated-dependencies:
- dependency-name: "@nestjs/event-emitter"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
* fix: issue #1608 sdk generation

* use the configuration json files instead of directly passing the config properties
Junjiequan and others added 4 commits January 21, 2025 10:21
* feat(metrics): add metrics logging and configuration support

* refactor folder structure

* implement accesslogs service methods

* minor fixes

* metrics service init part

* remove metrics modules and send logs to the graylog

* renamings

* remove unused package

* update example config

* add comments for conditional module loading and env variable reuse

* improved error message for when no/wrong format json file provided
Bumps [@nestjs/event-emitter](https://github.com/nestjs/event-emitter)
from 2.1.1 to 3.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nestjs/event-emitter/releases"><code>@​nestjs/event-emitter</code>'s
releases</a>.</em></p>
<blockquote>
<h2>Release 3.0.0</h2>
<h3>Changelog</h3>
<ul>
<li>chore(deps): update nest monorepo to v11 (cdd456d)</li>
<li>feat: added durable support for event subscriber (8dedefb)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nestjs/event-emitter/commit/fd6763cca465950e9a3a9b45d5cb6477715c1d99"><code>fd6763c</code></a>
chore(): release v3.0.0</li>
<li><a
href="https://github.com/nestjs/event-emitter/commit/1b3dbaa0836a784308bed7e58e2eab3dc30b7e59"><code>1b3dbaa</code></a>
chore: upgrade deps</li>
<li><a
href="https://github.com/nestjs/event-emitter/commit/1327d560193012dcd53a681cb3377815bc0f25f9"><code>1327d56</code></a>
Merge pull request <a
href="https://github.com/nestjs/event-emitter/issues/1248">#1248</a>
from firmbase-tal/feature-event-emitter-durable-list...</li>
<li><a
href="https://github.com/nestjs/event-emitter/commit/683bc4c56b8bb34f4fd3eb017ffd71db0e5d6e9a"><code>683bc4c</code></a>
Merge pull request <a
href="https://github.com/nestjs/event-emitter/issues/1371">#1371</a>
from nestjs/renovate/major-nest-monorepo</li>
<li><a
href="https://github.com/nestjs/event-emitter/commit/84396d9f674e8a271fdac93b096172261e8026e7"><code>84396d9</code></a>
chore(deps): update dependency lint-staged to v15.4.1 (<a
href="https://github.com/nestjs/event-emitter/issues/1372">#1372</a>)</li>
<li><a
href="https://github.com/nestjs/event-emitter/commit/cdd456da81086f5a1d74ac8c4c839956c617dfac"><code>cdd456d</code></a>
chore(deps): update nest monorepo to v11</li>
<li><a
href="https://github.com/nestjs/event-emitter/commit/246a9a0e2adae3b80953c1fddb1ac3da8d0c2a0a"><code>246a9a0</code></a>
chore(deps): update dependency lint-staged to v15.4.0 (<a
href="https://github.com/nestjs/event-emitter/issues/1370">#1370</a>)</li>
<li><a
href="https://github.com/nestjs/event-emitter/commit/039d05284b490d2e93baedff42c7e80431a9d34d"><code>039d052</code></a>
chore(deps): update dependency <code>@​types/node</code> to v22.10.7 (<a
href="https://github.com/nestjs/event-emitter/issues/1369">#1369</a>)</li>
<li><a
href="https://github.com/nestjs/event-emitter/commit/4e50cb6fa05e0828658c75dc4e881aab0c2fd22a"><code>4e50cb6</code></a>
chore(deps): update dependency eslint-plugin-prettier to v5.2.2 (<a
href="https://github.com/nestjs/event-emitter/issues/1368">#1368</a>)</li>
<li><a
href="https://github.com/nestjs/event-emitter/commit/4f1e5448658c784964174f53099ba5403c320206"><code>4f1e544</code></a>
chore(deps): update dependency eslint-config-prettier to v10 (<a
href="https://github.com/nestjs/event-emitter/issues/1366">#1366</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/nestjs/event-emitter/compare/2.1.1...3.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nestjs/event-emitter&package-manager=npm_and_yarn&previous-version=2.1.1&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
Bumps [@nestjs/config](https://github.com/nestjs/config) from 3.3.0 to 4.0.0.
- [Release notes](https://github.com/nestjs/config/releases)
- [Changelog](https://github.com/nestjs/config/blob/master/.release-it.json)
- [Commits](nestjs/config@3.3.0...4.0.0)

---
updated-dependencies:
- dependency-name: "@nestjs/config"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@nestjs/config](https://github.com/nestjs/config) from 3.3.0 to
4.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nestjs/config/releases"><code>@​nestjs/config</code>'s
releases</a>.</em></p>
<blockquote>
<h2>Release 4.0.0</h2>
<h4>Breaking changes</h4>
<p>The order in which configuration variables are read by the
<code>ConfigService#get</code> method has been updated. The new order
is:</p>
<ul>
<li>Internal configuration (config namespaces and custom config
files)</li>
<li>Validated environment variables (if validation is enabled and a
schema is provided)</li>
<li>The <code>process.env</code> object</li>
</ul>
<p>Previously, validated environment variables and the
<code>process.env</code> 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.</p>
<p>Additionally, the <code>ignoreEnvVars</code> configuration option,
which previously allowed disabling validation of the
<code>process.env</code> object, has been deprecated. Instead, use the
<code>validatePredefined</code> option (set to <code>false</code> to
disable validation of predefined environment variables). Predefined
environment variables refer to <code>process.env</code> variables that
were set before the module was imported. For example, if you start your
application with <code>PORT=3000 node main.js</code>, the
<code>PORT</code> variable is considered predefined. However, variables
loaded by the <code>ConfigModule</code> from a <code>.env</code> file
are not classified as predefined.</p>
<p>A new <code>skipProcessEnv</code> option has also been introduced.
This option allows you to prevent the <code>ConfigService#get</code>
method from accessing the <code>process.env</code> object entirely,
which can be helpful when you want to restrict the service from reading
environment variables directly.</p>
<h4>Changelog</h4>
<ul>
<li>chore: update config attributes to more self descriptive names
(c2eaf04)</li>
<li>chore(deps): update nest monorepo to v11 (1c20713)</li>
<li>feat: order of reading variables, add skip predefined (c53c63c)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nestjs/config/commit/163a4a8da0ad8296c581d3ccdde03da2fc3d392f"><code>163a4a8</code></a>
chore(): release v4.0.0</li>
<li><a
href="https://github.com/nestjs/config/commit/c2eaf04c89a99b8aea24de95acc0c93cf59eaf9c"><code>c2eaf04</code></a>
chore: update config attributes to more self descriptive names</li>
<li><a
href="https://github.com/nestjs/config/commit/ce18cb8718fa37c78542aeac943350e0b2a20b23"><code>ce18cb8</code></a>
Merge branch 'master' into next</li>
<li><a
href="https://github.com/nestjs/config/commit/49c13fc8554406aae5f4c727629050700d698a99"><code>49c13fc</code></a>
test: update integration test to use new dotenv-expand opts</li>
<li><a
href="https://github.com/nestjs/config/commit/a1225dbf29f2fa07fc1fbad74b532325b53ec88b"><code>a1225db</code></a>
chore: upgrade eslint, update deps, ci setup</li>
<li><a
href="https://github.com/nestjs/config/commit/1c54dde2525745eeb14f7299abc623036c0b8dde"><code>1c54dde</code></a>
Merge pull request <a
href="https://github.com/nestjs/config/issues/1919">#1919</a>
from foxadb/refactor-missing-return-types</li>
<li><a
href="https://github.com/nestjs/config/commit/6411b7d8f977835e73a689cc8ab6ab4731c6f730"><code>6411b7d</code></a>
Merge pull request <a
href="https://github.com/nestjs/config/issues/1925">#1925</a>
from nestjs/renovate/major-nest-monorepo</li>
<li><a
href="https://github.com/nestjs/config/commit/e9c87273f02871816a344fff1871e1c13a598ae7"><code>e9c8727</code></a>
Merge pull request <a
href="https://github.com/nestjs/config/issues/1883">#1883</a>
from nestjs/feat/skip-predefined-change-order</li>
<li><a
href="https://github.com/nestjs/config/commit/94852a51ca935e39052e6d41a21744e1ce89e2c6"><code>94852a5</code></a>
chore(deps): update dependency lint-staged to v15.4.1 (<a
href="https://github.com/nestjs/config/issues/1926">#1926</a>)</li>
<li><a
href="https://github.com/nestjs/config/commit/49eec577213a450ae1120927ec3542ca5af18087"><code>49eec57</code></a>
chore(deps): update dependency lint-staged to v15.4.0 (<a
href="https://github.com/nestjs/config/issues/1924">#1924</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/nestjs/config/compare/3.3.0...4.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nestjs/config&package-manager=npm_and_yarn&previous-version=3.3.0&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
@martin-trajanovski martin-trajanovski added this pull request to the merge queue Jan 21, 2025
Merged via the queue into release with commit cfd9ee1 Jan 21, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants