tag:github.com,2008:https://github.com/nestjs/config/releases Release notes from config 2025-03-27T09:35:10Z tag:github.com,2008:Repository/226656639/4.0.2 2025-03-27T09:35:55Z Release 4.0.2 <ul> <li>fix(common): update KeyOf type to support symbol keys (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/f53f14e955fd474e7d521f659be9c0a9331a8df0/hovercard" href="https://github.com/nestjs/config/commit/f53f14e955fd474e7d521f659be9c0a9331a8df0"><tt>f53f14e</tt></a>)</li> </ul> kamilmysliwiec tag:github.com,2008:Repository/226656639/4.0.1 2025-03-03T09:13:53Z Release 4.0.1 <ul> <li>fix: validate predefined condition <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2884321133" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1970" data-hovercard-type="issue" data-hovercard-url="/nestjs/config/issues/1970/hovercard" href="https://github.com/nestjs/config/issues/1970">#1970</a> (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/79d82d614b80fb64a6c5b78a2edc7960f0a9ed53/hovercard" href="https://github.com/nestjs/config/commit/79d82d614b80fb64a6c5b78a2edc7960f0a9ed53"><tt>79d82d6</tt></a>)</li> <li>feat: allow to use symbol as a token (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/99d8bcaaaa6a3956a2eec55889d4249f37b5cc9b/hovercard" href="https://github.com/nestjs/config/commit/99d8bcaaaa6a3956a2eec55889d4249f37b5cc9b"><tt>99d8bca</tt></a>)</li> </ul> kamilmysliwiec tag:github.com,2008:Repository/226656639/4.0.0 2025-01-17T13:53:57Z Release 4.0.0 <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 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/c2eaf04c89a99b8aea24de95acc0c93cf59eaf9c/hovercard" href="https://github.com/nestjs/config/commit/c2eaf04c89a99b8aea24de95acc0c93cf59eaf9c"><tt>c2eaf04</tt></a>)</li> <li>chore(deps): update nest monorepo to v11 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/1c207137eae70f0b364c3927af49b683c73c6106/hovercard" href="https://github.com/nestjs/config/commit/1c207137eae70f0b364c3927af49b683c73c6106"><tt>1c20713</tt></a>)</li> <li>feat: order of reading variables, add skip predefined (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/c53c63c2a2b75e52d2594ea4446c5acc86babd56/hovercard" href="https://github.com/nestjs/config/commit/c53c63c2a2b75e52d2594ea4446c5acc86babd56"><tt>c53c63c</tt></a>)</li> </ul> kamilmysliwiec tag:github.com,2008:Repository/226656639/3.3.0 2024-10-21T12:23:13Z Release 3.3.0 <ul> <li>Merge branch 'lovesharma95-lovesharma95-feature/loadAsync' (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/fdff9c18cfc1788ded6d094ec4b6b4c7a7b218bf/hovercard" href="https://github.com/nestjs/config/commit/fdff9c18cfc1788ded6d094ec4b6b4c7a7b218bf"><tt>fdff9c1</tt></a>)</li> <li>chore: minor formatting changes (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/7ab5a27ffe1e9b0e2fd921b3f013d1c89d8c6354/hovercard" href="https://github.com/nestjs/config/commit/7ab5a27ffe1e9b0e2fd921b3f013d1c89d8c6354"><tt>7ab5a27</tt></a>)</li> <li>Merge branch 'lovesharma95-feature/loadAsync' of <a href="https://github.com/lovesharma95/nestjs-config">https://github.com/lovesharma95/nestjs-config</a> into lovesharma95-lovesharma95-feature/loadAsync (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/16ff146e12b393cca7bd2029dff1ec9f2aa07286/hovercard" href="https://github.com/nestjs/config/commit/16ff146e12b393cca7bd2029dff1ec9f2aa07286"><tt>16ff146</tt></a>)</li> <li>Update lib/config.module.ts (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/77515e1408e9460fedbdc4c57e6ef764bc3b9f9f/hovercard" href="https://github.com/nestjs/config/commit/77515e1408e9460fedbdc4c57e6ef764bc3b9f9f"><tt>77515e1</tt></a>)</li> <li>chore(deps): update dependency @types/lodash to v4.17.12 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ebdb8c20870602fab5b18a959cebe31936ca7853/hovercard" href="https://github.com/nestjs/config/commit/ebdb8c20870602fab5b18a959cebe31936ca7853"><tt>ebdb8c2</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.16.13 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/93ed4c3a18ce59270e1894e677b43c157c46bde3/hovercard" href="https://github.com/nestjs/config/commit/93ed4c3a18ce59270e1894e677b43c157c46bde3"><tt>93ed4c3</tt></a>)</li> <li>chore(deps): update dependency eslint to v9.13.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/29fabdac7c73552e0e59124b47e611a1cfb83b7f/hovercard" href="https://github.com/nestjs/config/commit/29fabdac7c73552e0e59124b47e611a1cfb83b7f"><tt>29fabda</tt></a>)</li> <li>chore(deps): update dependency @types/lodash to v4.17.11 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ec09f9df49aac732859da82916539b0c8de4346a/hovercard" href="https://github.com/nestjs/config/commit/ec09f9df49aac732859da82916539b0c8de4346a"><tt>ec09f9d</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v8.10.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/6aad852f79f47c78cccecadc9f240efacda60ab8/hovercard" href="https://github.com/nestjs/config/commit/6aad852f79f47c78cccecadc9f240efacda60ab8"><tt>6aad852</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.16.12 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/03752237f819ab3f9732fb29ab2233ff23d42270/hovercard" href="https://github.com/nestjs/config/commit/03752237f819ab3f9732fb29ab2233ff23d42270"><tt>0375223</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.4.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ba884de63ffd8477acca08cb6ad286a255eae76c/hovercard" href="https://github.com/nestjs/config/commit/ba884de63ffd8477acca08cb6ad286a255eae76c"><tt>ba884de</tt></a>)</li> <li>chore(deps): update dependency release-it to v17.10.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/1f1252458d200d8895f688410b39110e973e2b8d/hovercard" href="https://github.com/nestjs/config/commit/1f1252458d200d8895f688410b39110e973e2b8d"><tt>1f12524</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v8.9.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/2329c84ef51cecf64afb07659d51a934fcb9d7aa/hovercard" href="https://github.com/nestjs/config/commit/2329c84ef51cecf64afb07659d51a934fcb9d7aa"><tt>2329c84</tt></a>)</li> <li>chore(deps): update dependency release-it to v17.9.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/c44bc35e44e7d6bcfd2dea8a8156caf656cc0d92/hovercard" href="https://github.com/nestjs/config/commit/c44bc35e44e7d6bcfd2dea8a8156caf656cc0d92"><tt>c44bc35</tt></a>)</li> <li>chore(deps): update dependency release-it to v17.8.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ca6bff9b95ebf79d634bf777d12110d14b5bc0b4/hovercard" href="https://github.com/nestjs/config/commit/ca6bff9b95ebf79d634bf777d12110d14b5bc0b4"><tt>ca6bff9</tt></a>)</li> <li>chore(deps): update dependency typescript to v5.6.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/3bb4ad6fbeb5f6cdcd1af8f1e85b1fe9a819375a/hovercard" href="https://github.com/nestjs/config/commit/3bb4ad6fbeb5f6cdcd1af8f1e85b1fe9a819375a"><tt>3bb4ad6</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.16.11 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/857042497cc9acd1619c39784b3049a217f4d432/hovercard" href="https://github.com/nestjs/config/commit/857042497cc9acd1619c39784b3049a217f4d432"><tt>8570424</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v8.8.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/b9e1757cc9facd6401d99a5313bf03308b3d8b3f/hovercard" href="https://github.com/nestjs/config/commit/b9e1757cc9facd6401d99a5313bf03308b3d8b3f"><tt>b9e1757</tt></a>)</li> <li>chore(deps): update dependency eslint to v9.12.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/dd71c7e7b1de0c61b7ffaa0cc4db353491a171c3/hovercard" href="https://github.com/nestjs/config/commit/dd71c7e7b1de0c61b7ffaa0cc4db353491a171c3"><tt>dd71c7e</tt></a>)</li> <li>chore(deps): update dependency release-it to v17.7.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/5faf74a5cae125208d100c2e4e8c5c9ef781edf5/hovercard" href="https://github.com/nestjs/config/commit/5faf74a5cae125208d100c2e4e8c5c9ef781edf5"><tt>5faf74a</tt></a>)</li> <li>chore(deps): update dependency eslint to v9 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/d692263f5cc2c35dcfa10b3260ae6d9f8e1c59da/hovercard" href="https://github.com/nestjs/config/commit/d692263f5cc2c35dcfa10b3260ae6d9f8e1c59da"><tt>d692263</tt></a>)</li> <li>chore(deps): update dependency eslint-plugin-import to v2.31.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/2c14992ea867a622d79c6af9e47397a18a574a66/hovercard" href="https://github.com/nestjs/config/commit/2c14992ea867a622d79c6af9e47397a18a574a66"><tt>2c14992</tt></a>)</li> <li>chore(deps): update dependency @types/lodash to v4.17.10 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/031e5ab4d85105c3072a0bb620b38783b5ff209a/hovercard" href="https://github.com/nestjs/config/commit/031e5ab4d85105c3072a0bb620b38783b5ff209a"><tt>031e5ab</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v8.8.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/bc01b6cd69f669c4beaf25900400fae5be0f37da/hovercard" href="https://github.com/nestjs/config/commit/bc01b6cd69f669c4beaf25900400fae5be0f37da"><tt>bc01b6c</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.16.10 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/b2bb9b2d05b16435f40d47fc64cbd7fde558d1a1/hovercard" href="https://github.com/nestjs/config/commit/b2bb9b2d05b16435f40d47fc64cbd7fde558d1a1"><tt>b2bb9b2</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.16.9 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/b4040726647c8083dbb25c9c8c2007a6bf53eb12/hovercard" href="https://github.com/nestjs/config/commit/b4040726647c8083dbb25c9c8c2007a6bf53eb12"><tt>b404072</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.16.8 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/89da7a5a4617536b858c727a424659f591aec4e7/hovercard" href="https://github.com/nestjs/config/commit/89da7a5a4617536b858c727a424659f591aec4e7"><tt>89da7a5</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.16.7 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/5ac872b7fa247a5063a13253e13eea50a5ce67f0/hovercard" href="https://github.com/nestjs/config/commit/5ac872b7fa247a5063a13253e13eea50a5ce67f0"><tt>5ac872b</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.16.6 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/1a537fd480dfad654aec34829094340e653bd45a/hovercard" href="https://github.com/nestjs/config/commit/1a537fd480dfad654aec34829094340e653bd45a"><tt>1a537fd</tt></a>)</li> <li>chore(deps): update dependency @types/lodash to v4.17.9 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ec36f5e34168b23ed25de6520aedece14da7b094/hovercard" href="https://github.com/nestjs/config/commit/ec36f5e34168b23ed25de6520aedece14da7b094"><tt>ec36f5e</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v8.7.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/2f415eec8f63bbb20fd1184da20dbe3b4251aa73/hovercard" href="https://github.com/nestjs/config/commit/2f415eec8f63bbb20fd1184da20dbe3b4251aa73"><tt>2f415ee</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.4.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/d455b3c4c653abae94cf1d4aa09fbcabff934bfc/hovercard" href="https://github.com/nestjs/config/commit/d455b3c4c653abae94cf1d4aa09fbcabff934bfc"><tt>d455b3c</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.4.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a3819ddb93bf840f5ed8653d090bf4dbdac468e1/hovercard" href="https://github.com/nestjs/config/commit/a3819ddb93bf840f5ed8653d090bf4dbdac468e1"><tt>a3819dd</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v8.6.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/490b4b6a26e5f9cf111582008a468411a7411b58/hovercard" href="https://github.com/nestjs/config/commit/490b4b6a26e5f9cf111582008a468411a7411b58"><tt>490b4b6</tt></a>)</li> <li>chore(deps): update dependency eslint to v8.57.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/6d54ba99719e1d9bee570059849e2d404926e52d/hovercard" href="https://github.com/nestjs/config/commit/6d54ba99719e1d9bee570059849e2d404926e52d"><tt>6d54ba9</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.4.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ae48d1d1df90b13f56878db2c56a91a24b8984b2/hovercard" href="https://github.com/nestjs/config/commit/ae48d1d1df90b13f56878db2c56a91a24b8984b2"><tt>ae48d1d</tt></a>)</li> <li>chore(deps): update dependency @types/jest to v29.5.13 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/765d5f364a7988408008b31f8a037ddb5a5e1d3e/hovercard" href="https://github.com/nestjs/config/commit/765d5f364a7988408008b31f8a037ddb5a5e1d3e"><tt>765d5f3</tt></a>)</li> <li>chore(deps): update dependency husky to v9.1.6 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/da6c8221d00c4d6b45ece718b2a61317d18631ab/hovercard" href="https://github.com/nestjs/config/commit/da6c8221d00c4d6b45ece718b2a61317d18631ab"><tt>da6c822</tt></a>)</li> <li>chore(deps): update commitlint monorepo to v19.5.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/5d4ab1f667b44d6f2018d3ffe846df979ccc6011/hovercard" href="https://github.com/nestjs/config/commit/5d4ab1f667b44d6f2018d3ffe846df979ccc6011"><tt>5d4ab1f</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v8.5.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/42a84e0b536b09e6d7df3cbd150e83bfa74b277e/hovercard" href="https://github.com/nestjs/config/commit/42a84e0b536b09e6d7df3cbd150e83bfa74b277e"><tt>42a84e0</tt></a>)</li> <li>chore(deps): update dependency typescript to v5.6.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ca7109b85345a648c416e9eae45a82e0eb87220f/hovercard" href="https://github.com/nestjs/config/commit/ca7109b85345a648c416e9eae45a82e0eb87220f"><tt>ca7109b</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.16.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/57ecde35662c12a01bfb0ab0e8f5b96e01103250/hovercard" href="https://github.com/nestjs/config/commit/57ecde35662c12a01bfb0ab0e8f5b96e01103250"><tt>57ecde3</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.16.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/dd53564057b0367ad2cef9157a251e7d042ad8fb/hovercard" href="https://github.com/nestjs/config/commit/dd53564057b0367ad2cef9157a251e7d042ad8fb"><tt>dd53564</tt></a>)</li> <li>chore(deps): update dependency eslint-plugin-import to v2.30.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/4b0066952627442b7cd83a36305b0a85e06e1e34/hovercard" href="https://github.com/nestjs/config/commit/4b0066952627442b7cd83a36305b0a85e06e1e34"><tt>4b00669</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v8.4.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/7e0b960b91c001c300bb8e1b1f0f1fefe9dca732/hovercard" href="https://github.com/nestjs/config/commit/7e0b960b91c001c300bb8e1b1f0f1fefe9dca732"><tt>7e0b960</tt></a>)</li> <li>chore(deps): update dependency lint-staged to v15.2.10 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a4309079c3d5e57ad7a23fa78bdbe29d785217c5/hovercard" href="https://github.com/nestjs/config/commit/a4309079c3d5e57ad7a23fa78bdbe29d785217c5"><tt>a430907</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.16.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/40cfde79393cb05dbe59288ea65c6ca49fe963ab/hovercard" href="https://github.com/nestjs/config/commit/40cfde79393cb05dbe59288ea65c6ca49fe963ab"><tt>40cfde7</tt></a>)</li> <li>chore(deps): update commitlint monorepo to v19.4.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/806e4d5d1354d2ba54945391a1e21c6864122a27/hovercard" href="https://github.com/nestjs/config/commit/806e4d5d1354d2ba54945391a1e21c6864122a27"><tt>806e4d5</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.16.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/cfa1156d94e32cf0212398b976cae3ad07eeb982/hovercard" href="https://github.com/nestjs/config/commit/cfa1156d94e32cf0212398b976cae3ad07eeb982"><tt>cfa1156</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v8.3.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/01435223eea6a29252205192af424218b089ced4/hovercard" href="https://github.com/nestjs/config/commit/01435223eea6a29252205192af424218b089ced4"><tt>0143522</tt></a>)</li> <li>chore(deps): update dependency ts-jest to v29.2.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a28244ef72a5ac1b8491f9baceb9cbfb49d295dc/hovercard" href="https://github.com/nestjs/config/commit/a28244ef72a5ac1b8491f9baceb9cbfb49d295dc"><tt>a28244e</tt></a>)</li> <li>chore(deps): update dependency husky to v9.1.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/37204eb71d7dab72215796dcb98ac6d2f9868a75/hovercard" href="https://github.com/nestjs/config/commit/37204eb71d7dab72215796dcb98ac6d2f9868a75"><tt>37204eb</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v8.2.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/79df90b46d2171561c1aad86a89d94686c291890/hovercard" href="https://github.com/nestjs/config/commit/79df90b46d2171561c1aad86a89d94686c291890"><tt>79df90b</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.16.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/9a235bab2ecdce581f7da3fa7249b9e9334c16b0/hovercard" href="https://github.com/nestjs/config/commit/9a235bab2ecdce581f7da3fa7249b9e9334c16b0"><tt>9a235ba</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.16.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a7e695915e5b02c6d2c7e61faa87df856523400b/hovercard" href="https://github.com/nestjs/config/commit/a7e695915e5b02c6d2c7e61faa87df856523400b"><tt>a7e6959</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.15.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/281cbf1891c64071fdc19d44745ec83699219760/hovercard" href="https://github.com/nestjs/config/commit/281cbf1891c64071fdc19d44745ec83699219760"><tt>281cbf1</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.4.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/27cf52ae288675d1ce1e4abcdda4dae314b0f1cb/hovercard" href="https://github.com/nestjs/config/commit/27cf52ae288675d1ce1e4abcdda4dae314b0f1cb"><tt>27cf52a</tt></a>)</li> <li>chore(deps): update dependency lint-staged to v15.2.9 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/cfa9e58fd8321f8dcce81cde6c8f15590b714454/hovercard" href="https://github.com/nestjs/config/commit/cfa9e58fd8321f8dcce81cde6c8f15590b714454"><tt>cfa9e58</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v8.1.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/0dee144dedad10c45d3d59770e1679ed930f091d/hovercard" href="https://github.com/nestjs/config/commit/0dee144dedad10c45d3d59770e1679ed930f091d"><tt>0dee144</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.4.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/fd86a02ff6785fd4ea6a8809ced9ea78b04b26bf/hovercard" href="https://github.com/nestjs/config/commit/fd86a02ff6785fd4ea6a8809ced9ea78b04b26bf"><tt>fd86a02</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.14.15 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/8fe704ec32ff945b9b8a2971d9ee26b05e5272c9/hovercard" href="https://github.com/nestjs/config/commit/8fe704ec32ff945b9b8a2971d9ee26b05e5272c9"><tt>8fe704e</tt></a>)</li> <li>chore(deps): update dependency @commitlint/cli to v19.4.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/06886031861afeaa049f832175f04bbbc6b991b5/hovercard" href="https://github.com/nestjs/config/commit/06886031861afeaa049f832175f04bbbc6b991b5"><tt>0688603</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v8.0.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/21eea1872806caf6956c8cda3d4f3e0556538ec0/hovercard" href="https://github.com/nestjs/config/commit/21eea1872806caf6956c8cda3d4f3e0556538ec0"><tt>21eea18</tt></a>)</li> <li>chore(deps): update dependency lint-staged to v15.2.8 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/0562f33ff2baeb82eefc2f3fd1b381fbcdb211d2/hovercard" href="https://github.com/nestjs/config/commit/0562f33ff2baeb82eefc2f3fd1b381fbcdb211d2"><tt>0562f33</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.14.14 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/4118be2f931433ea4731b01d15228c2fb8833116/hovercard" href="https://github.com/nestjs/config/commit/4118be2f931433ea4731b01d15228c2fb8833116"><tt>4118be2</tt></a>)</li> <li>chore(deps): update dependency ts-jest to v29.2.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ca65ecbba622a85d4dd48baa7e70b990113f6295/hovercard" href="https://github.com/nestjs/config/commit/ca65ecbba622a85d4dd48baa7e70b990113f6295"><tt>ca65ecb</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v8 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/d9b89841447ba19dfb926733120ecc5992d7b9cc/hovercard" href="https://github.com/nestjs/config/commit/d9b89841447ba19dfb926733120ecc5992d7b9cc"><tt>d9b8984</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.18.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/6aec346a90175867f2b1cba7cfff97f1627d7b76/hovercard" href="https://github.com/nestjs/config/commit/6aec346a90175867f2b1cba7cfff97f1627d7b76"><tt>6aec346</tt></a>)</li> <li>chore(deps): update dependency husky to v9.1.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/2047b524256e5241ca71c1e4157dbab48dd1c653/hovercard" href="https://github.com/nestjs/config/commit/2047b524256e5241ca71c1e4157dbab48dd1c653"><tt>2047b52</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.14.13 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/af010d204d67c61627539e922aee4713e6455382/hovercard" href="https://github.com/nestjs/config/commit/af010d204d67c61627539e922aee4713e6455382"><tt>af010d2</tt></a>)</li> <li>chore(deps): update dependency husky to v9.1.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/0407334831c9e895edaef60310dfaeb54f7045e2/hovercard" href="https://github.com/nestjs/config/commit/0407334831c9e895edaef60310dfaeb54f7045e2"><tt>0407334</tt></a>)</li> <li>chore(deps): update dependency husky to v9.1.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/31e937e6daaf30f863353382d8af8e88b2ab471b/hovercard" href="https://github.com/nestjs/config/commit/31e937e6daaf30f863353382d8af8e88b2ab471b"><tt>31e937e</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.14.12 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/433c88370bf62e962afe4dceab1e3e93c65646bf/hovercard" href="https://github.com/nestjs/config/commit/433c88370bf62e962afe4dceab1e3e93c65646bf"><tt>433c883</tt></a>)</li> <li>chore(deps): update dependency typescript to v5.5.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/869fa9e370751ef0676e6cac0bd10ee2cab64cd6/hovercard" href="https://github.com/nestjs/config/commit/869fa9e370751ef0676e6cac0bd10ee2cab64cd6"><tt>869fa9e</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.17.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/2252723505a4a3c38762885a09f7493e62a5e09c/hovercard" href="https://github.com/nestjs/config/commit/2252723505a4a3c38762885a09f7493e62a5e09c"><tt>2252723</tt></a>)</li> <li>chore(deps): update dependency ts-jest to v29.2.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/7eb3f55ff6ef7ecc7ac4e57bc77e68639f38f777/hovercard" href="https://github.com/nestjs/config/commit/7eb3f55ff6ef7ecc7ac4e57bc77e68639f38f777"><tt>7eb3f55</tt></a>)</li> <li>chore(deps): update dependency husky to v9.1.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/abfc2de9d36eb360e55c0a5145fc789cd7803a9c/hovercard" href="https://github.com/nestjs/config/commit/abfc2de9d36eb360e55c0a5145fc789cd7803a9c"><tt>abfc2de</tt></a>)</li> <li>chore(deps): update dependency husky to v9.1.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/e5cbe62c32501c41068f7e17fed3786d3176baac/hovercard" href="https://github.com/nestjs/config/commit/e5cbe62c32501c41068f7e17fed3786d3176baac"><tt>e5cbe62</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.14.11 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ddf88bf044a718fbdd236d5aeacaa054c334f240/hovercard" href="https://github.com/nestjs/config/commit/ddf88bf044a718fbdd236d5aeacaa054c334f240"><tt>ddf88bf</tt></a>)</li> <li>chore(deps): update dependency @types/lodash to v4.17.7 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/700a88a83e04259fa53abf1b141c9ec1b578b585/hovercard" href="https://github.com/nestjs/config/commit/700a88a83e04259fa53abf1b141c9ec1b578b585"><tt>700a88a</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.16.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/cc5db5376417dfd1338e3de793d53ecaf08de577/hovercard" href="https://github.com/nestjs/config/commit/cc5db5376417dfd1338e3de793d53ecaf08de577"><tt>cc5db53</tt></a>)</li> <li>chore(deps): update dependency release-it to v17.6.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/2ad59d5b5c99aa4a70cb87bbb22ee225551c9140/hovercard" href="https://github.com/nestjs/config/commit/2ad59d5b5c99aa4a70cb87bbb22ee225551c9140"><tt>2ad59d5</tt></a>)</li> <li>chore(deps): update dependency prettier to v3.3.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a4f842c4d1242d80686819bf3e29150e05f5cd24/hovercard" href="https://github.com/nestjs/config/commit/a4f842c4d1242d80686819bf3e29150e05f5cd24"><tt>a4f842c</tt></a>)</li> <li>chore(deps): update dependency ts-jest to v29.2.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/5e7e143821882a9063d07a950cebd74341f528e7/hovercard" href="https://github.com/nestjs/config/commit/5e7e143821882a9063d07a950cebd74341f528e7"><tt>5e7e143</tt></a>)</li> <li>chore(deps): update dependency rimraf to v6.0.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/215a50307aa0b9e1ca786becabf16c1b990b5ef0/hovercard" href="https://github.com/nestjs/config/commit/215a50307aa0b9e1ca786becabf16c1b990b5ef0"><tt>215a503</tt></a>)</li> <li>chore(deps): update dependency ts-jest to v29.2.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/6321a643563734124d53e3acccae113fba5f800b/hovercard" href="https://github.com/nestjs/config/commit/6321a643563734124d53e3acccae113fba5f800b"><tt>6321a64</tt></a>)</li> <li>chore(deps): update dependency rimraf to v6 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/86a869ac5563ed639e80985ba2d495f80da0a910/hovercard" href="https://github.com/nestjs/config/commit/86a869ac5563ed639e80985ba2d495f80da0a910"><tt>86a869a</tt></a>)</li> <li>chore(deps): update dependency rimraf to v5.0.9 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/7cf930698457e49ae7cd70bc28d3cab3f079db95/hovercard" href="https://github.com/nestjs/config/commit/7cf930698457e49ae7cd70bc28d3cab3f079db95"><tt>7cf9306</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.16.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ab9b5a1264109204f3113e5aa596084daa647062/hovercard" href="https://github.com/nestjs/config/commit/ab9b5a1264109204f3113e5aa596084daa647062"><tt>ab9b5a1</tt></a>)</li> <li>chore(deps): update dependency release-it to v17.5.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/457c232fd2d82672927c181d491959f24047ad7c/hovercard" href="https://github.com/nestjs/config/commit/457c232fd2d82672927c181d491959f24047ad7c"><tt>457c232</tt></a>)</li> <li>chore(deps): update dependency ts-jest to v29.2.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/784adb1529f87fe71100db221bc5b5a160e17e3e/hovercard" href="https://github.com/nestjs/config/commit/784adb1529f87fe71100db221bc5b5a160e17e3e"><tt>784adb1</tt></a>)</li> <li>chore(deps): update dependency rimraf to v5.0.8 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/3cdc05c26ce349d23812a77a7a06c3961738b3f2/hovercard" href="https://github.com/nestjs/config/commit/3cdc05c26ce349d23812a77a7a06c3961738b3f2"><tt>3cdc05c</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.14.10 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/6f0441f7cb73da8f946ee5b1b75ed1fe604f9219/hovercard" href="https://github.com/nestjs/config/commit/6f0441f7cb73da8f946ee5b1b75ed1fe604f9219"><tt>6f0441f</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.15.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/b63402ffff0d0d018019524f7e86f1a41d05669f/hovercard" href="https://github.com/nestjs/config/commit/b63402ffff0d0d018019524f7e86f1a41d05669f"><tt>b63402f</tt></a>)</li> <li>chore(deps): update dependency typescript to v5.5.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/7e8e76d4af6ea5e5291c6eec941231bc23d2f5a2/hovercard" href="https://github.com/nestjs/config/commit/7e8e76d4af6ea5e5291c6eec941231bc23d2f5a2"><tt>7e8e76d</tt></a>)</li> <li>feat(): support for async configuration in load (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/8d9e2d1c105609f8c946c21b94371c1541cf7334/hovercard" href="https://github.com/nestjs/config/commit/8d9e2d1c105609f8c946c21b94371c1541cf7334"><tt>8d9e2d1</tt></a>)</li> <li>feat(): support for async configuration in load (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ff133421cbcf3a1ae1cd1db773a5d60914ed8b3f/hovercard" href="https://github.com/nestjs/config/commit/ff133421cbcf3a1ae1cd1db773a5d60914ed8b3f"><tt>ff13342</tt></a>)</li> <li>added loadAsync option in forRoot (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/dc49a2794a175b7a76df504eaf5061869541f9ba/hovercard" href="https://github.com/nestjs/config/commit/dc49a2794a175b7a76df504eaf5061869541f9ba"><tt>dc49a27</tt></a>)</li> <li>feat(): support load asynchronous (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/685565c554c12b363340313eca5e069655e4462e/hovercard" href="https://github.com/nestjs/config/commit/685565c554c12b363340313eca5e069655e4462e"><tt>685565c</tt></a>)</li> </ul> kamilmysliwiec tag:github.com,2008:Repository/226656639/3.2.3 2024-07-01T12:09:08Z Release 3.2.3 <ul> <li>Merge branch 'Motii1-remove-unnecessary-uuid' (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/faa8f59f0098d22a0f4391ba342bc685ca7edd86/hovercard" href="https://github.com/nestjs/config/commit/faa8f59f0098d22a0f4391ba342bc685ca7edd86"><tt>faa8f59</tt></a>)</li> <li>chore: resolve conflicts (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/0045924fcb3efb32baeb877e36d4714b05068d20/hovercard" href="https://github.com/nestjs/config/commit/0045924fcb3efb32baeb877e36d4714b05068d20"><tt>0045924</tt></a>)</li> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2383654771" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1752" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1752/hovercard" href="https://github.com/nestjs/config/pull/1752">#1752</a> from nestjs/renovate/nest-monorepo (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/f03941722b2730d81b280e4847e0a21aadaf7e61/hovercard" href="https://github.com/nestjs/config/commit/f03941722b2730d81b280e4847e0a21aadaf7e61"><tt>f039417</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.3.10 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/00febb5186332bd00fccfc098de0e4390f436d9a/hovercard" href="https://github.com/nestjs/config/commit/00febb5186332bd00fccfc098de0e4390f436d9a"><tt>00febb5</tt></a>)</li> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2264056146" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1698" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1698/hovercard" href="https://github.com/nestjs/config/pull/1698">#1698</a> from nestjs/renovate/cimg-node-22.x (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/b2ef5a8a8a290bf8edf5650b4314c400c88279b4/hovercard" href="https://github.com/nestjs/config/commit/b2ef5a8a8a290bf8edf5650b4314c400c88279b4"><tt>b2ef5a8</tt></a>)</li> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2383312737" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1751" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1751/hovercard" href="https://github.com/nestjs/config/pull/1751">#1751</a> from nestjs/renovate/release-it-17.x (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/81534baa22590f78c026d67affd3fd661194ec65/hovercard" href="https://github.com/nestjs/config/commit/81534baa22590f78c026d67affd3fd661194ec65"><tt>81534ba</tt></a>)</li> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2366373764" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1746" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1746/hovercard" href="https://github.com/nestjs/config/pull/1746">#1746</a> from micalevisk/patch-1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ea180e414056afaaf0a2a55e7101409450e71e8c/hovercard" href="https://github.com/nestjs/config/commit/ea180e414056afaaf0a2a55e7101409450e71e8c"><tt>ea180e4</tt></a>)</li> <li>chore(deps): update dependency release-it to v17.4.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/3b03bd9777428a111c4a09f5261bbb0083688d11/hovercard" href="https://github.com/nestjs/config/commit/3b03bd9777428a111c4a09f5261bbb0083688d11"><tt>3b03bd9</tt></a>)</li> <li>chore(deps): update dependency @types/lodash to v4.17.6 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/112b5562c4329d9d7227d177101c77533bb5c9d5/hovercard" href="https://github.com/nestjs/config/commit/112b5562c4329d9d7227d177101c77533bb5c9d5"><tt>112b556</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.14.9 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/295709b674d9445fe7bc339529d8dd995f391547/hovercard" href="https://github.com/nestjs/config/commit/295709b674d9445fe7bc339529d8dd995f391547"><tt>295709b</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.14.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/17058a4a6d6dcd12fbf0f9f592306b1ac81da2c0/hovercard" href="https://github.com/nestjs/config/commit/17058a4a6d6dcd12fbf0f9f592306b1ac81da2c0"><tt>17058a4</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.14.8 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/cf1fbc676fa6980fef6446e86c7bab058b1be552/hovercard" href="https://github.com/nestjs/config/commit/cf1fbc676fa6980fef6446e86c7bab058b1be552"><tt>cf1fbc6</tt></a>)</li> <li>feat: less verbose module referencing on errors/debug messages (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/0f0176aa0c065920c6797d61de9aa9e5ca301922/hovercard" href="https://github.com/nestjs/config/commit/0f0176aa0c065920c6797d61de9aa9e5ca301922"><tt>0f0176a</tt></a>)</li> <li>chore(deps): update dependency release-it to v17.4.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/56497be5284caab27b096ee8e1da97b62abf133b/hovercard" href="https://github.com/nestjs/config/commit/56497be5284caab27b096ee8e1da97b62abf133b"><tt>56497be</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.14.7 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/e31959cd3228ba85be6e3a31c429a104ce2de56d/hovercard" href="https://github.com/nestjs/config/commit/e31959cd3228ba85be6e3a31c429a104ce2de56d"><tt>e31959c</tt></a>)</li> <li>chore(deps): update dependency typescript to v5.5.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ec9b67d5619c0e3a03bcef60bfd8409d05c951fa/hovercard" href="https://github.com/nestjs/config/commit/ec9b67d5619c0e3a03bcef60bfd8409d05c951fa"><tt>ec9b67d</tt></a>)</li> <li>chore(deps): update node.js to v22 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/2b7858c364c80f3c0bc40d3b81a3e209c6ca0723/hovercard" href="https://github.com/nestjs/config/commit/2b7858c364c80f3c0bc40d3b81a3e209c6ca0723"><tt>2b7858c</tt></a>)</li> <li>chore(deps): update dependency joi to v17.13.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/2bffa1a50385f6fdc1e95a35bbad30a193b4ca47/hovercard" href="https://github.com/nestjs/config/commit/2bffa1a50385f6fdc1e95a35bbad30a193b4ca47"><tt>2bffa1a</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.14.6 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/628dd4af8b41497d1f16b59e7baa82c15e80e75c/hovercard" href="https://github.com/nestjs/config/commit/628dd4af8b41497d1f16b59e7baa82c15e80e75c"><tt>628dd4a</tt></a>)</li> <li>chore(deps): update dependency joi to v17.13.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/38c5f04f860b01fea31dfbd15fcecf2dab02240c/hovercard" href="https://github.com/nestjs/config/commit/38c5f04f860b01fea31dfbd15fcecf2dab02240c"><tt>38c5f04</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.14.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/3f1efcfa45712c5ffbc85276a893678992c7b798/hovercard" href="https://github.com/nestjs/config/commit/3f1efcfa45712c5ffbc85276a893678992c7b798"><tt>3f1efcf</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.14.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ac86947230b95fab27c5a29c03dba6b31a6b4f6a/hovercard" href="https://github.com/nestjs/config/commit/ac86947230b95fab27c5a29c03dba6b31a6b4f6a"><tt>ac86947</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.13.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/41c68f5e42bcadc1a7a502337eabb365c4024976/hovercard" href="https://github.com/nestjs/config/commit/41c68f5e42bcadc1a7a502337eabb365c4024976"><tt>41c68f5</tt></a>)</li> <li>chore(deps): update dependency ts-jest to v29.1.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/8948ce89c99af43763480de518ca4d0a49008bf8/hovercard" href="https://github.com/nestjs/config/commit/8948ce89c99af43763480de518ca4d0a49008bf8"><tt>8948ce8</tt></a>)</li> <li>chore(deps): update dependency lint-staged to v15.2.7 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/bb338b8e0e036d5f6b0f9c4c034c14b40a7c889d/hovercard" href="https://github.com/nestjs/config/commit/bb338b8e0e036d5f6b0f9c4c034c14b40a7c889d"><tt>bb338b8</tt></a>)</li> <li>chore(deps): update dependency lint-staged to v15.2.6 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/bfa8fc4807d055eb4846daf5c303f9cab7f855d9/hovercard" href="https://github.com/nestjs/config/commit/bfa8fc4807d055eb4846daf5c303f9cab7f855d9"><tt>bfa8fc4</tt></a>)</li> <li>chore(deps): update dependency prettier to v3.3.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/84814cddd6ac82d696105375ff1fdb87ffd8638d/hovercard" href="https://github.com/nestjs/config/commit/84814cddd6ac82d696105375ff1fdb87ffd8638d"><tt>84814cd</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.13.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/20dce4e0ef8b1b26a5105d2052f3e33d65c20b0c/hovercard" href="https://github.com/nestjs/config/commit/20dce4e0ef8b1b26a5105d2052f3e33d65c20b0c"><tt>20dce4e</tt></a>)</li> <li>chore(deps): update dependency @types/lodash to v4.17.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/e0aa80119ac3e28ed739b62a1a037af1fdaaea6d/hovercard" href="https://github.com/nestjs/config/commit/e0aa80119ac3e28ed739b62a1a037af1fdaaea6d"><tt>e0aa801</tt></a>)</li> <li>chore(deps): update dependency prettier to v3.3.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/e400d730e0424f9a3feac9b1bb9e19e27354ef07/hovercard" href="https://github.com/nestjs/config/commit/e400d730e0424f9a3feac9b1bb9e19e27354ef07"><tt>e400d73</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.14.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/b53e8e6972907c888ee179dcc12d0eed41a67023/hovercard" href="https://github.com/nestjs/config/commit/b53e8e6972907c888ee179dcc12d0eed41a67023"><tt>b53e8e6</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.14.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/7542203a2da7e0148c2a5f72831e87e36a67c575/hovercard" href="https://github.com/nestjs/config/commit/7542203a2da7e0148c2a5f72831e87e36a67c575"><tt>7542203</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.12.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/971bb0da5fff37e42eace70a586ec88994ed25a1/hovercard" href="https://github.com/nestjs/config/commit/971bb0da5fff37e42eace70a586ec88994ed25a1"><tt>971bb0d</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.3.9 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a5be0174caea118c974c2f2b9d77e5bc94c88abb/hovercard" href="https://github.com/nestjs/config/commit/a5be0174caea118c974c2f2b9d77e5bc94c88abb"><tt>a5be017</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.14.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/63c18ce758eeeccd0453f1705534853e4c4baf5b/hovercard" href="https://github.com/nestjs/config/commit/63c18ce758eeeccd0453f1705534853e4c4baf5b"><tt>63c18ce</tt></a>)</li> <li>chore(deps): update dependency prettier to v3.3.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/bfb334675655b38d540ac0160bdf43dcd79e2e25/hovercard" href="https://github.com/nestjs/config/commit/bfb334675655b38d540ac0160bdf43dcd79e2e25"><tt>bfb3346</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.13.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/91fa41785045e671efec36e9b7b941fc017fea10/hovercard" href="https://github.com/nestjs/config/commit/91fa41785045e671efec36e9b7b941fc017fea10"><tt>91fa417</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.12.13 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/fab616f2cea461d5531c34247fa4356d5fe50adc/hovercard" href="https://github.com/nestjs/config/commit/fab616f2cea461d5531c34247fa4356d5fe50adc"><tt>fab616f</tt></a>)</li> <li>chore(deps): update dependency ts-jest to v29.1.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/0d1c2d0f1a46888b623c47371901c48fbea25557/hovercard" href="https://github.com/nestjs/config/commit/0d1c2d0f1a46888b623c47371901c48fbea25557"><tt>0d1c2d0</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.11.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/e054a60753a6f5c814ff8145c0957c511d536897/hovercard" href="https://github.com/nestjs/config/commit/e054a60753a6f5c814ff8145c0957c511d536897"><tt>e054a60</tt></a>)</li> <li>chore(deps): update dependency lint-staged to v15.2.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/f08464a291d4ec1ec95c4a8788c5d24c783dc6c0/hovercard" href="https://github.com/nestjs/config/commit/f08464a291d4ec1ec95c4a8788c5d24c783dc6c0"><tt>f08464a</tt></a>)</li> <li>chore(deps): update dependency lint-staged to v15.2.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/bee951799db96c7778c1c33914ad88202bac8768/hovercard" href="https://github.com/nestjs/config/commit/bee951799db96c7778c1c33914ad88202bac8768"><tt>bee9517</tt></a>)</li> <li>chore(deps): update dependency ts-jest to v29.1.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/eeb5c9951fa54bde2f494fb6dab7dbb8ead97e19/hovercard" href="https://github.com/nestjs/config/commit/eeb5c9951fa54bde2f494fb6dab7dbb8ead97e19"><tt>eeb5c99</tt></a>)</li> <li>chore(deps): update dependency release-it to v17.3.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/18777c2ee4884cc5f06f7efad5920c72066b4ad6/hovercard" href="https://github.com/nestjs/config/commit/18777c2ee4884cc5f06f7efad5920c72066b4ad6"><tt>18777c2</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.10.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/56e9c84de7a72ce9811a5fe09eccfdf085792189/hovercard" href="https://github.com/nestjs/config/commit/56e9c84de7a72ce9811a5fe09eccfdf085792189"><tt>56e9c84</tt></a>)</li> <li>chore(deps): update dependency @types/lodash to v4.17.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/6720586e1d4554365cb639282dc02856a0057693/hovercard" href="https://github.com/nestjs/config/commit/6720586e1d4554365cb639282dc02856a0057693"><tt>6720586</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.12.12 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/be876a54caa28fe1f3e5cb3773af233704d9e531/hovercard" href="https://github.com/nestjs/config/commit/be876a54caa28fe1f3e5cb3773af233704d9e531"><tt>be876a5</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.9.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/6e765c25d08abb98be78bb0dd19c234a0608f58a/hovercard" href="https://github.com/nestjs/config/commit/6e765c25d08abb98be78bb0dd19c234a0608f58a"><tt>6e765c2</tt></a>)</li> <li>chore(deps): update dependency rimraf to v5.0.7 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/7cb161dd56eadbab02f588ad50c6c04e7c31c23e/hovercard" href="https://github.com/nestjs/config/commit/7cb161dd56eadbab02f588ad50c6c04e7c31c23e"><tt>7cb161d</tt></a>)</li> <li>chore(deps): update dependency rimraf to v5.0.6 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/b930445779d68acdd7286a2cb9da5355b0c634a0/hovercard" href="https://github.com/nestjs/config/commit/b930445779d68acdd7286a2cb9da5355b0c634a0"><tt>b930445</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.12.11 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/f3d2e2e0521cb8948e37b1ccf8dc2bededeca28c/hovercard" href="https://github.com/nestjs/config/commit/f3d2e2e0521cb8948e37b1ccf8dc2bededeca28c"><tt>f3d2e2e</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.12.10 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/5a1786d9e106e4a524a2dac8c168858bc26c6735/hovercard" href="https://github.com/nestjs/config/commit/5a1786d9e106e4a524a2dac8c168858bc26c6735"><tt>5a1786d</tt></a>)</li> <li>chore(deps): update dependency @types/lodash to v4.17.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/cdd9ee0b4f28fcdf74a00d8511689258749b96af/hovercard" href="https://github.com/nestjs/config/commit/cdd9ee0b4f28fcdf74a00d8511689258749b96af"><tt>cdd9ee0</tt></a>)</li> <li>chore(deps): update dependency joi to v17.13.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/4c6a8364ed34e8e0659ac51e061ab46c22eef7d0/hovercard" href="https://github.com/nestjs/config/commit/4c6a8364ed34e8e0659ac51e061ab46c22eef7d0"><tt>4c6a836</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.12.8 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/e1890c112e0352bc530bda42ae73e16649a3fc3d/hovercard" href="https://github.com/nestjs/config/commit/e1890c112e0352bc530bda42ae73e16649a3fc3d"><tt>e1890c1</tt></a>)</li> <li>chore(deps): replace external uuid dependency with node:crypto (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/b5fb022d27fa5ebe0f19ada4549ba2471efba38f/hovercard" href="https://github.com/nestjs/config/commit/b5fb022d27fa5ebe0f19ada4549ba2471efba38f"><tt>b5fb022</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.8.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/d4d025f5afe1190cf71273ed00625a513d9a562b/hovercard" href="https://github.com/nestjs/config/commit/d4d025f5afe1190cf71273ed00625a513d9a562b"><tt>d4d025f</tt></a>)</li> <li>chore(deps): update dependency release-it to v17.2.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/41a76dbfc08fa88d1a0a49a7d57a25a75266c679/hovercard" href="https://github.com/nestjs/config/commit/41a76dbfc08fa88d1a0a49a7d57a25a75266c679"><tt>41a76db</tt></a>)</li> <li>chore(deps): update dependency joi to v17.13.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/30a617bc199fe154ad994b7f6514d646dbaec66e/hovercard" href="https://github.com/nestjs/config/commit/30a617bc199fe154ad994b7f6514d646dbaec66e"><tt>30a617b</tt></a>)</li> <li>chore(deps): update commitlint monorepo to v19.3.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a96b8e9f0b91df871814982441edb5b47145e472/hovercard" href="https://github.com/nestjs/config/commit/a96b8e9f0b91df871814982441edb5b47145e472"><tt>a96b8e9</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.7.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/872f486cad1623c706701e70ca2fd2b2a5f6c17f/hovercard" href="https://github.com/nestjs/config/commit/872f486cad1623c706701e70ca2fd2b2a5f6c17f"><tt>872f486</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.3.8 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/7f5d4fa10bfcee8444fd23cbec9a361ea8edff4a/hovercard" href="https://github.com/nestjs/config/commit/7f5d4fa10bfcee8444fd23cbec9a361ea8edff4a"><tt>7f5d4fa</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.7.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/506293722c7ffd0b71211584887a51f5499bc2ef/hovercard" href="https://github.com/nestjs/config/commit/506293722c7ffd0b71211584887a51f5499bc2ef"><tt>5062937</tt></a>)</li> <li>chore(deps): update commitlint monorepo to v19.2.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/1ac2686efe47eb24c93d314b2cf5cb9ca3e6a79d/hovercard" href="https://github.com/nestjs/config/commit/1ac2686efe47eb24c93d314b2cf5cb9ca3e6a79d"><tt>1ac2686</tt></a>)</li> <li>chore(deps): update dependency release-it to v17.2.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/01e3879d9ae1fc6015f33a067a60822e213db35a/hovercard" href="https://github.com/nestjs/config/commit/01e3879d9ae1fc6015f33a067a60822e213db35a"><tt>01e3879</tt></a>)</li> <li>chore(deps): update dependency typescript to v5.4.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/db7683d267af113a667ade26f65b4bc3aebdde24/hovercard" href="https://github.com/nestjs/config/commit/db7683d267af113a667ade26f65b4bc3aebdde24"><tt>db7683d</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.12.7 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/52ebd93356f57d7c8041738208ea643ad7084b7e/hovercard" href="https://github.com/nestjs/config/commit/52ebd93356f57d7c8041738208ea643ad7084b7e"><tt>52ebd93</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.12.6 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/0db25732d7815aaba1036ddb32e18b8b8c140955/hovercard" href="https://github.com/nestjs/config/commit/0db25732d7815aaba1036ddb32e18b8b8c140955"><tt>0db2573</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.6.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/8a9c9e77e1412eaf9cc24146a1823b36e2f8d2fd/hovercard" href="https://github.com/nestjs/config/commit/8a9c9e77e1412eaf9cc24146a1823b36e2f8d2fd"><tt>8a9c9e7</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.12.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/542604b56d8c469151b507579355d196a0ee8f45/hovercard" href="https://github.com/nestjs/config/commit/542604b56d8c469151b507579355d196a0ee8f45"><tt>542604b</tt></a>)</li> </ul> kamilmysliwiec tag:github.com,2008:Repository/226656639/3.2.2 2024-04-05T06:42:22Z Release 3.2.2 <ul> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2206037726" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1669" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1669/hovercard" href="https://github.com/nestjs/config/pull/1669">#1669</a> from nestjs/renovate/cimg-node-21.x (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/bad1f9e885fecd7119a96515af8d62b1d82d252b/hovercard" href="https://github.com/nestjs/config/commit/bad1f9e885fecd7119a96515af8d62b1d82d252b"><tt>bad1f9e</tt></a>)</li> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2221426245" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1677" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1677/hovercard" href="https://github.com/nestjs/config/pull/1677">#1677</a> from dariusj18/master (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/8b37dfb474fe2859e5190fbc71bccec394b36147/hovercard" href="https://github.com/nestjs/config/commit/8b37dfb474fe2859e5190fbc71bccec394b36147"><tt>8b37dfb</tt></a>)</li> <li>chore(deps): update dependency typescript to v5.4.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ae7ec290501fd8c61ed2f585af0c6582c379ae64/hovercard" href="https://github.com/nestjs/config/commit/ae7ec290501fd8c61ed2f585af0c6582c379ae64"><tt>ae7ec29</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.12.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/7f51f18aa272efda92aaf45d7fff4ec3deaa9ded/hovercard" href="https://github.com/nestjs/config/commit/7f51f18aa272efda92aaf45d7fff4ec3deaa9ded"><tt>7f51f18</tt></a>)</li> <li>chore(deps): update dependency joi to v17.12.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/e61c459f8c24bdd34075b504da6c59798428b357/hovercard" href="https://github.com/nestjs/config/commit/e61c459f8c24bdd34075b504da6c59798428b357"><tt>e61c459</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.12.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/8959809f1977baafdd1f6254a70b79df77e5a18d/hovercard" href="https://github.com/nestjs/config/commit/8959809f1977baafdd1f6254a70b79df77e5a18d"><tt>8959809</tt></a>)</li> <li>feat: ability to disable debug message in ConditionalModule (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ec6970f5b8abc76ea4bea0453611560d5f3a0d4b/hovercard" href="https://github.com/nestjs/config/commit/ec6970f5b8abc76ea4bea0453611560d5f3a0d4b"><tt>ec6970f</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.5.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/674b9c1bfc7e2b32fe2b59d7510761aa272e1f87/hovercard" href="https://github.com/nestjs/config/commit/674b9c1bfc7e2b32fe2b59d7510761aa272e1f87"><tt>674b9c1</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.12.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ee9dabd0da2f023b29b892f8409a30190c0207b0/hovercard" href="https://github.com/nestjs/config/commit/ee9dabd0da2f023b29b892f8409a30190c0207b0"><tt>ee9dabd</tt></a>)</li> <li>chore(deps): update dependency reflect-metadata to v0.2.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/08276717c3133c31f9a2d58f5c610a4b02b8ff3a/hovercard" href="https://github.com/nestjs/config/commit/08276717c3133c31f9a2d58f5c610a4b02b8ff3a"><tt>0827671</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.3.7 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/9f0c07753e165690246c881aeff4ad90eff17346/hovercard" href="https://github.com/nestjs/config/commit/9f0c07753e165690246c881aeff4ad90eff17346"><tt>9f0c077</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.3.6 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/31229530f47993408165e1902aeb84e5b93e7cdf/hovercard" href="https://github.com/nestjs/config/commit/31229530f47993408165e1902aeb84e5b93e7cdf"><tt>3122953</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.4.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/2624c41561c7a3d0d3caff1be1e0035224583eab/hovercard" href="https://github.com/nestjs/config/commit/2624c41561c7a3d0d3caff1be1e0035224583eab"><tt>2624c41</tt></a>)</li> <li>chore(deps): update node.js to v21.7 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/6eace30547470f5b36140a2aefbe20a52a20bb31/hovercard" href="https://github.com/nestjs/config/commit/6eace30547470f5b36140a2aefbe20a52a20bb31"><tt>6eace30</tt></a>)</li> </ul> kamilmysliwiec tag:github.com,2008:Repository/226656639/3.2.1 2024-03-25T07:40:21Z Release 3.2.1 <ul> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2128676544" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1624" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1624/hovercard" href="https://github.com/nestjs/config/pull/1624">#1624</a> from nestjs/renovate/dotenv-16.x (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/c3b6d5fe432055eecc7efddecd4ad331f58ef381/hovercard" href="https://github.com/nestjs/config/commit/c3b6d5fe432055eecc7efddecd4ad331f58ef381"><tt>c3b6d5f</tt></a>)</li> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2201980801" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1666" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1666/hovercard" href="https://github.com/nestjs/config/pull/1666">#1666</a> from bejewel-kyoungmin/test-priority-env-load-configuration (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/93e5f70dde7c77ca349df59569cac17421b5e1fa/hovercard" href="https://github.com/nestjs/config/commit/93e5f70dde7c77ca349df59569cac17421b5e1fa"><tt>93e5f70</tt></a>)</li> <li>Merge branch 'master' of <a href="https://github.com/nestjs/config">https://github.com/nestjs/config</a> (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/15dcdfa6445c3e0d0df95454890ec44eb9749d12/hovercard" href="https://github.com/nestjs/config/commit/15dcdfa6445c3e0d0df95454890ec44eb9749d12"><tt>15dcdfa</tt></a>)</li> <li>Merge branch 'silh-conditional-module-timer-cleanup' (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/cf8e3c5ad31812867cb6614043a487ad54dfb5f2/hovercard" href="https://github.com/nestjs/config/commit/cf8e3c5ad31812867cb6614043a487ad54dfb5f2"><tt>cf8e3c5</tt></a>)</li> <li>chore: add unref call (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/e416a64874b6cb474826726fae8dd2b7099f6ec0/hovercard" href="https://github.com/nestjs/config/commit/e416a64874b6cb474826726fae8dd2b7099f6ec0"><tt>e416a64</tt></a>)</li> <li>fix: close timeout in ConditionalModule (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/246bb77f002e1ea1cdf1fd3d5b4d1969809ab965/hovercard" href="https://github.com/nestjs/config/commit/246bb77f002e1ea1cdf1fd3d5b4d1969809ab965"><tt>246bb77</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.3.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/7b373073cda4a452b96d302a86ba302908b1a08b/hovercard" href="https://github.com/nestjs/config/commit/7b373073cda4a452b96d302a86ba302908b1a08b"><tt>7b37307</tt></a>)</li> <li>test(@nestjs/config) add more tests for priority (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/f95c1f96de5ebcdb651ad0588938c06db9b21e10/hovercard" href="https://github.com/nestjs/config/commit/f95c1f96de5ebcdb651ad0588938c06db9b21e10"><tt>f95c1f9</tt></a>)</li> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2201784866" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1665" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1665/hovercard" href="https://github.com/nestjs/config/pull/1665">#1665</a> from bejewel-kyoungmin/fix-reset-env-correctly (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/6b68c920a0abd275127cf8976f8d9d6d21b52dc9/hovercard" href="https://github.com/nestjs/config/commit/6b68c920a0abd275127cf8976f8d9d6d21b52dc9"><tt>6b68c92</tt></a>)</li> <li>test(@nestjs/config) reset env correctly (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/6498d2b2724c0552053836960f44b996665ff1ed/hovercard" href="https://github.com/nestjs/config/commit/6498d2b2724c0552053836960f44b996665ff1ed"><tt>6498d2b</tt></a>)</li> <li>chore(deps): update dependency typescript to v5.4.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/7a7dc4dbadfa046c278220e8c7dd05538771ef7d/hovercard" href="https://github.com/nestjs/config/commit/7a7dc4dbadfa046c278220e8c7dd05538771ef7d"><tt>7a7dc4d</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.30 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/d32180a7d3415d4df597dd8aa3f957dd8a513dd6/hovercard" href="https://github.com/nestjs/config/commit/d32180a7d3415d4df597dd8aa3f957dd8a513dd6"><tt>d32180a</tt></a>)</li> <li>chore(deps): update dependency @commitlint/cli to v19.2.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/4dc91159b5f35695d029bdb4103ac1436abca634/hovercard" href="https://github.com/nestjs/config/commit/4dc91159b5f35695d029bdb4103ac1436abca634"><tt>4dc9115</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.3.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/583bf5bd06a0e52b3ffad5eef361d1022e4572b5/hovercard" href="https://github.com/nestjs/config/commit/583bf5bd06a0e52b3ffad5eef361d1022e4572b5"><tt>583bf5b</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.29 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/47f6d65fc86616ca476dc5fbdd3c8c7a5d7515b4/hovercard" href="https://github.com/nestjs/config/commit/47f6d65fc86616ca476dc5fbdd3c8c7a5d7515b4"><tt>47f6d65</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.3.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/bcb5a07bb46933bf3d6094b0c22ca33313cfcae1/hovercard" href="https://github.com/nestjs/config/commit/bcb5a07bb46933bf3d6094b0c22ca33313cfcae1"><tt>bcb5a07</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.3.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/855d313ed6a0db2711ff41a7d2b1875641b099b7/hovercard" href="https://github.com/nestjs/config/commit/855d313ed6a0db2711ff41a7d2b1875641b099b7"><tt>855d313</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.28 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/bbac53acdd2c4a193d4c3117f8d9a13f810f2aa2/hovercard" href="https://github.com/nestjs/config/commit/bbac53acdd2c4a193d4c3117f8d9a13f810f2aa2"><tt>bbac53a</tt></a>)</li> <li>chore(deps): update dependency @commitlint/cli to v19.2.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/0edfd8a798c85e7673815f3c74f63e9567203e93/hovercard" href="https://github.com/nestjs/config/commit/0edfd8a798c85e7673815f3c74f63e9567203e93"><tt>0edfd8a</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.27 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/f7374a2327de6575bec0c8a12cd06a960bb80df2/hovercard" href="https://github.com/nestjs/config/commit/f7374a2327de6575bec0c8a12cd06a960bb80df2"><tt>f7374a2</tt></a>)</li> <li>chore(deps): update dependency @types/lodash to v4.17.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/379d479505c5aa06222fb50f2db427598b29a424/hovercard" href="https://github.com/nestjs/config/commit/379d479505c5aa06222fb50f2db427598b29a424"><tt>379d479</tt></a>)</li> <li>chore(deps): update commitlint monorepo to v19.1.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/6c461934de0e741be0fb4891f2c642e562745aad/hovercard" href="https://github.com/nestjs/config/commit/6c461934de0e741be0fb4891f2c642e562745aad"><tt>6c46193</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.26 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/c2c6fb42478786cb96ff8c25c6797285bbc1ae14/hovercard" href="https://github.com/nestjs/config/commit/c2c6fb42478786cb96ff8c25c6797285bbc1ae14"><tt>c2c6fb4</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.2.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/9ade42977dc467971bd719b4dad7d16e2ab71752/hovercard" href="https://github.com/nestjs/config/commit/9ade42977dc467971bd719b4dad7d16e2ab71752"><tt>9ade429</tt></a>)</li> <li>chore(deps): update dependency typescript to v5.4.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/190fee795ad539dcacfaf0a0086ac59977decf20/hovercard" href="https://github.com/nestjs/config/commit/190fee795ad539dcacfaf0a0086ac59977decf20"><tt>190fee7</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.25 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/9c0d299d923eb46a0a31b821a3920f87d623efed/hovercard" href="https://github.com/nestjs/config/commit/9c0d299d923eb46a0a31b821a3920f87d623efed"><tt>9c0d299</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.1.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a8edfddd3e17773d63e4c09007739090ae337769/hovercard" href="https://github.com/nestjs/config/commit/a8edfddd3e17773d63e4c09007739090ae337769"><tt>a8edfdd</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.24 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/163cdf25337388fa4f646bfb1e6bc2c273c36e70/hovercard" href="https://github.com/nestjs/config/commit/163cdf25337388fa4f646bfb1e6bc2c273c36e70"><tt>163cdf2</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.22 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a30d96cf0f1ebfbc1df7a8417f58ba8332fc8ee5/hovercard" href="https://github.com/nestjs/config/commit/a30d96cf0f1ebfbc1df7a8417f58ba8332fc8ee5"><tt>a30d96c</tt></a>)</li> <li>chore(deps): update commitlint monorepo to v19.0.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/2d11e8319092988a4081b4beb42cbb5809810e14/hovercard" href="https://github.com/nestjs/config/commit/2d11e8319092988a4081b4beb42cbb5809810e14"><tt>2d11e83</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.21 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/26b8d34f9b9b2dffaecda10292bb1793c49462c6/hovercard" href="https://github.com/nestjs/config/commit/26b8d34f9b9b2dffaecda10292bb1793c49462c6"><tt>26b8d34</tt></a>)</li> <li>chore(deps): update dependency @commitlint/cli to v19.0.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/62dba33786f866d1ce9570ff8cc544a53b12c3df/hovercard" href="https://github.com/nestjs/config/commit/62dba33786f866d1ce9570ff8cc544a53b12c3df"><tt>62dba33</tt></a>)</li> <li>chore(deps): update commitlint monorepo to v19 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ba89a553f62de5d696457525db86eadfbd3d9041/hovercard" href="https://github.com/nestjs/config/commit/ba89a553f62de5d696457525db86eadfbd3d9041"><tt>ba89a55</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.1.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/97a6ef0a4ae791d1b0abd655394ca4446908660d/hovercard" href="https://github.com/nestjs/config/commit/97a6ef0a4ae791d1b0abd655394ca4446908660d"><tt>97a6ef0</tt></a>)</li> <li>chore(deps): update dependency eslint to v8.57.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/5f011e9b7e3fd4d834bcd7a1b83d49486dc7aa84/hovercard" href="https://github.com/nestjs/config/commit/5f011e9b7e3fd4d834bcd7a1b83d49486dc7aa84"><tt>5f011e9</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.20 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/00872878442ff9218d5026363936b1f5fba81d17/hovercard" href="https://github.com/nestjs/config/commit/00872878442ff9218d5026363936b1f5fba81d17"><tt>0087287</tt></a>)</li> <li>chore(deps): update dependency joi to v17.12.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ef9090f795ab5310fc088f3925bb9d43e7ba95f1/hovercard" href="https://github.com/nestjs/config/commit/ef9090f795ab5310fc088f3925bb9d43e7ba95f1"><tt>ef9090f</tt></a>)</li> <li>fix(deps): update dependency dotenv to v16.4.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/04205fd18c4536790b1bfb2efcb67775b9f35cb7/hovercard" href="https://github.com/nestjs/config/commit/04205fd18c4536790b1bfb2efcb67775b9f35cb7"><tt>04205fd</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7.0.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/504e24a65860dfcc2f960f90f2e7a8aedd0b325a/hovercard" href="https://github.com/nestjs/config/commit/504e24a65860dfcc2f960f90f2e7a8aedd0b325a"><tt>504e24a</tt></a>)</li> <li>chore(deps): update dependency release-it to v17.1.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/4d53abc2c2dcc706f93c2c1b40393e9c66c78bfa/hovercard" href="https://github.com/nestjs/config/commit/4d53abc2c2dcc706f93c2c1b40393e9c66c78bfa"><tt>4d53abc</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.19 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/afc9d9c398db1ff57ae8e30857ad61fa0a12cb88/hovercard" href="https://github.com/nestjs/config/commit/afc9d9c398db1ff57ae8e30857ad61fa0a12cb88"><tt>afc9d9c</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.18 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/21ece8e1fd150fbd165c5c81dff65e2ff88fdc0c/hovercard" href="https://github.com/nestjs/config/commit/21ece8e1fd150fbd165c5c81dff65e2ff88fdc0c"><tt>21ece8e</tt></a>)</li> <li>chore(deps): update dependency release-it to v17.0.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/f8b014332b83756e38c8f1683fdf5a3ccfa1be19/hovercard" href="https://github.com/nestjs/config/commit/f8b014332b83756e38c8f1683fdf5a3ccfa1be19"><tt>f8b0143</tt></a>)</li> <li>chore(deps): update dependency husky to v9.0.11 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/45932f97eff4d653cd836a2fc4836e5ee8a9e82a/hovercard" href="https://github.com/nestjs/config/commit/45932f97eff4d653cd836a2fc4836e5ee8a9e82a"><tt>45932f9</tt></a>)</li> <li>chore(deps): update commitlint monorepo to v18.6.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/f7b682e39b21f5b32fb1ba95bab6b89b7f9f9052/hovercard" href="https://github.com/nestjs/config/commit/f7b682e39b21f5b32fb1ba95bab6b89b7f9f9052"><tt>f7b682e</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v7 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/4663777b19684f2cb2f8e5424b6af4731f8db34d/hovercard" href="https://github.com/nestjs/config/commit/4663777b19684f2cb2f8e5424b6af4731f8db34d"><tt>4663777</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.3.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/b6357a4ff9efeecb494bd6af6ca1efca541953b3/hovercard" href="https://github.com/nestjs/config/commit/b6357a4ff9efeecb494bd6af6ca1efca541953b3"><tt>b6357a4</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.17 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/eb1c6be9d1906adbb0d99f4fce5f7bd1482bb8f8/hovercard" href="https://github.com/nestjs/config/commit/eb1c6be9d1906adbb0d99f4fce5f7bd1482bb8f8"><tt>eb1c6be</tt></a>)</li> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2043207989" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1564" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1564/hovercard" href="https://github.com/nestjs/config/pull/1564">#1564</a> from nestjs/renovate/reflect-metadata-0.x (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/9930dce172ad6e781de0b110f919c840cb6d616a/hovercard" href="https://github.com/nestjs/config/commit/9930dce172ad6e781de0b110f919c840cb6d616a"><tt>9930dce</tt></a>)</li> <li>chore(deps): update dependency reflect-metadata to v0.2.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/959a1a427026aa1e05462028a064cfbe331396c8/hovercard" href="https://github.com/nestjs/config/commit/959a1a427026aa1e05462028a064cfbe331396c8"><tt>959a1a4</tt></a>)</li> </ul> kamilmysliwiec tag:github.com,2008:Repository/226656639/3.2.0 2024-02-07T11:45:22Z Release 3.2.0 <ul> <li>feat: add config changes stream (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/1af2431f66b006e7b2ff5ac4ec99641358137c86/hovercard" href="https://github.com/nestjs/config/commit/1af2431f66b006e7b2ff5ac4ec99641358137c86"><tt>1af2431</tt></a>)</li> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2069319456" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1575" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1575/hovercard" href="https://github.com/nestjs/config/pull/1575">#1575</a> from SeiwonPark/feature/setting-env (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/78cd4f22e97d3d0c44924cd60ef6a5d80c551f3b/hovercard" href="https://github.com/nestjs/config/commit/78cd4f22e97d3d0c44924cd60ef6a5d80c551f3b"><tt>78cd4f2</tt></a>)</li> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2122703877" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1622" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1622/hovercard" href="https://github.com/nestjs/config/pull/1622">#1622</a> from nestjs/renovate/nest-monorepo (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/88b1d88ad3e1ac46894d4246dc86599118356f7b/hovercard" href="https://github.com/nestjs/config/commit/88b1d88ad3e1ac46894d4246dc86599118356f7b"><tt>88b1d88</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.3.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a4c9c0273e551b23b06471412bed5836f198b292/hovercard" href="https://github.com/nestjs/config/commit/a4c9c0273e551b23b06471412bed5836f198b292"><tt>a4c9c02</tt></a>)</li> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1950451792" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1504" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1504/hovercard" href="https://github.com/nestjs/config/pull/1504">#1504</a> from nestjs/renovate/cimg-node-21.x (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/62fe61fe862ecc4d49d50948ae40422b9e51fe96/hovercard" href="https://github.com/nestjs/config/commit/62fe61fe862ecc4d49d50948ae40422b9e51fe96"><tt>62fe61f</tt></a>)</li> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2091200993" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1591" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1591/hovercard" href="https://github.com/nestjs/config/pull/1591">#1591</a> from nestjs/renovate/dotenv-16.x (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/82809320fa7ac1ca7597dc2b2fd770e350e47514/hovercard" href="https://github.com/nestjs/config/commit/82809320fa7ac1ca7597dc2b2fd770e350e47514"><tt>8280932</tt></a>)</li> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2122635269" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1621" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1621/hovercard" href="https://github.com/nestjs/config/pull/1621">#1621</a> from nestjs/renovate/nest-monorepo (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/924a6c339f9166118011d5fe4adcfba642a326e5/hovercard" href="https://github.com/nestjs/config/commit/924a6c339f9166118011d5fe4adcfba642a326e5"><tt>924a6c3</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.3.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/1d28ef26e26e433d363298cd91a30d49174a2f46/hovercard" href="https://github.com/nestjs/config/commit/1d28ef26e26e433d363298cd91a30d49174a2f46"><tt>1d28ef2</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.21.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/c1369f0a268d7973afe430fd0a8a2a7b409f6a80/hovercard" href="https://github.com/nestjs/config/commit/c1369f0a268d7973afe430fd0a8a2a7b409f6a80"><tt>c1369f0</tt></a>)</li> <li>chore(deps): update dependency lint-staged to v15.2.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/95daf998e3c929d3334dc44c020690db3e956ccb/hovercard" href="https://github.com/nestjs/config/commit/95daf998e3c929d3334dc44c020690db3e956ccb"><tt>95daf99</tt></a>)</li> <li>chore(deps): update dependency prettier to v3.2.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/f2cc17b0f906c438f060d4b389c475d0569cdb05/hovercard" href="https://github.com/nestjs/config/commit/f2cc17b0f906c438f060d4b389c475d0569cdb05"><tt>f2cc17b</tt></a>)</li> <li>chore(deps): update dependency husky to v9.0.10 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/b1a528d35b102fc03229460056750c717ead50e6/hovercard" href="https://github.com/nestjs/config/commit/b1a528d35b102fc03229460056750c717ead50e6"><tt>b1a528d</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.16 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/3aef7e328296a79afd9847bcad59308735fba8af/hovercard" href="https://github.com/nestjs/config/commit/3aef7e328296a79afd9847bcad59308735fba8af"><tt>3aef7e3</tt></a>)</li> <li>chore(deps): update dependency @types/jest to v29.5.12 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/30ad82914662d54de5464fa669c7edf12eb602e6/hovercard" href="https://github.com/nestjs/config/commit/30ad82914662d54de5464fa669c7edf12eb602e6"><tt>30ad829</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.15 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/163a18e98031dbee2280e2b03429130e2791fd2c/hovercard" href="https://github.com/nestjs/config/commit/163a18e98031dbee2280e2b03429130e2791fd2c"><tt>163a18e</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.14 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/80a18a37e8e9dc4d8e42cd3829ce2e1d535d79ea/hovercard" href="https://github.com/nestjs/config/commit/80a18a37e8e9dc4d8e42cd3829ce2e1d535d79ea"><tt>80a18a3</tt></a>)</li> <li>chore(deps): update dependency lint-staged to v15.2.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/4facfc96ca59b1f4311403afe8e6eec28094bbc4/hovercard" href="https://github.com/nestjs/config/commit/4facfc96ca59b1f4311403afe8e6eec28094bbc4"><tt>4facfc9</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.13 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/c29501c0d59a1bc9c162f92975b3fd8b38efa492/hovercard" href="https://github.com/nestjs/config/commit/c29501c0d59a1bc9c162f92975b3fd8b38efa492"><tt>c29501c</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.20.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/f3da5d059a9168e072ab59e142b8d2ef0fd48e00/hovercard" href="https://github.com/nestjs/config/commit/f3da5d059a9168e072ab59e142b8d2ef0fd48e00"><tt>f3da5d0</tt></a>)</li> <li>chore(deps): update dependency joi to v17.12.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/76b60df32864076f62199290af2940e7474ec033/hovercard" href="https://github.com/nestjs/config/commit/76b60df32864076f62199290af2940e7474ec033"><tt>76b60df</tt></a>)</li> <li>chore(deps): update dependency husky to v9.0.7 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/655a0a103414cb32240fde5f292b9ad4c74349bd/hovercard" href="https://github.com/nestjs/config/commit/655a0a103414cb32240fde5f292b9ad4c74349bd"><tt>655a0a1</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.10 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/9b2914c4921583c4c52c684be4adbd753adcf601/hovercard" href="https://github.com/nestjs/config/commit/9b2914c4921583c4c52c684be4adbd753adcf601"><tt>9b2914c</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.9 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a6c24be41dadb2d5549ef3fa9e3e991c41835e5f/hovercard" href="https://github.com/nestjs/config/commit/a6c24be41dadb2d5549ef3fa9e3e991c41835e5f"><tt>a6c24be</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.8 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ee3fa0f35f4565bf173bc331a2744cdbe79901bf/hovercard" href="https://github.com/nestjs/config/commit/ee3fa0f35f4565bf173bc331a2744cdbe79901bf"><tt>ee3fa0f</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.7 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/89f27510a9b4bd49e23f890f4df6fe9bc6c8a219/hovercard" href="https://github.com/nestjs/config/commit/89f27510a9b4bd49e23f890f4df6fe9bc6c8a219"><tt>89f2751</tt></a>)</li> <li>chore(deps): update dependency husky to v9.0.6 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/e5a0acd0f4830e08a8bbb4426b1f78832630a607/hovercard" href="https://github.com/nestjs/config/commit/e5a0acd0f4830e08a8bbb4426b1f78832630a607"><tt>e5a0acd</tt></a>)</li> <li>chore(deps): update dependency @types/uuid to v9.0.8 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/9318a5c767e47856ad372faf37f9000de14eefc5/hovercard" href="https://github.com/nestjs/config/commit/9318a5c767e47856ad372faf37f9000de14eefc5"><tt>9318a5c</tt></a>)</li> <li>chore(deps): update dependency husky to v9.0.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/1bfe9c2b59e084abe0a9d4c025e10c73be2c065c/hovercard" href="https://github.com/nestjs/config/commit/1bfe9c2b59e084abe0a9d4c025e10c73be2c065c"><tt>1bfe9c2</tt></a>)</li> <li>chore(deps): update commitlint monorepo to v18.6.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/b0fd110dbdb888bbb1d8f89d857b267ee9c46fde/hovercard" href="https://github.com/nestjs/config/commit/b0fd110dbdb888bbb1d8f89d857b267ee9c46fde"><tt>b0fd110</tt></a>)</li> <li>chore(deps): update dependency husky to v9.0.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/f64502c2dce9282eb75c768409a8dd54c712abb3/hovercard" href="https://github.com/nestjs/config/commit/f64502c2dce9282eb75c768409a8dd54c712abb3"><tt>f64502c</tt></a>)</li> <li>chore(deps): update dependency husky to v9 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/c16a5db934b5e335071aaa2a4df5ed5736c4ee9f/hovercard" href="https://github.com/nestjs/config/commit/c16a5db934b5e335071aaa2a4df5ed5736c4ee9f"><tt>c16a5db</tt></a>)</li> <li>fix(deps): update dependency dotenv to v16.4.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/dad6fe70bd3b7f875b703e3504e8784ab5797ef8/hovercard" href="https://github.com/nestjs/config/commit/dad6fe70bd3b7f875b703e3504e8784ab5797ef8"><tt>dad6fe7</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.6 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/b59fbda86c41fa9504722ec807793a2b2919bc72/hovercard" href="https://github.com/nestjs/config/commit/b59fbda86c41fa9504722ec807793a2b2919bc72"><tt>b59fbda</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.3.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/474b62add4e0755b3ab4b19563e6952eae019384/hovercard" href="https://github.com/nestjs/config/commit/474b62add4e0755b3ab4b19563e6952eae019384"><tt>474b62a</tt></a>)</li> <li>chore(deps): update dependency release-it to v17.0.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/d73b26026fe483b6e884c7c9d8a84174ef99e04d/hovercard" href="https://github.com/nestjs/config/commit/d73b26026fe483b6e884c7c9d8a84174ef99e04d"><tt>d73b260</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.19.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/82cad8c8d3fca533fe4e313450759784232eba97/hovercard" href="https://github.com/nestjs/config/commit/82cad8c8d3fca533fe4e313450759784232eba97"><tt>82cad8c</tt></a>)</li> <li>chore(deps): update dependency ts-jest to v29.1.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/9c9c2deabe33ba0c95bdb79935a7ccc1ed4ee960/hovercard" href="https://github.com/nestjs/config/commit/9c9c2deabe33ba0c95bdb79935a7ccc1ed4ee960"><tt>9c9c2de</tt></a>)</li> <li>chore(deps): update commitlint monorepo to v18.5.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/c8d29abf891e6a348bc62040529df4e202123cff/hovercard" href="https://github.com/nestjs/config/commit/c8d29abf891e6a348bc62040529df4e202123cff"><tt>c8d29ab</tt></a>)</li> <li>chore(deps): update dependency joi to v17.12.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/83c66aea348363dddb07210a2d4a975f268e63c3/hovercard" href="https://github.com/nestjs/config/commit/83c66aea348363dddb07210a2d4a975f268e63c3"><tt>83c66ae</tt></a>)</li> <li>chore(deps): update dependency prettier to v3.2.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/dce53761c83f2360ca546a0316dc697e5b4ede6f/hovercard" href="https://github.com/nestjs/config/commit/dce53761c83f2360ca546a0316dc697e5b4ede6f"><tt>dce5376</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/5d93560f2a83e857974513364ab88c646fc58816/hovercard" href="https://github.com/nestjs/config/commit/5d93560f2a83e857974513364ab88c646fc58816"><tt>5d93560</tt></a>)</li> <li>chore(deps): update dependency prettier to v3.2.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/3eb9583091b0ad8824520b50806410506aa3fdfd/hovercard" href="https://github.com/nestjs/config/commit/3eb9583091b0ad8824520b50806410506aa3fdfd"><tt>3eb9583</tt></a>)</li> <li>chore(deps): update node.js to v21 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/cfccd785a4aa7aa929e1ce473067d2187237003f/hovercard" href="https://github.com/nestjs/config/commit/cfccd785a4aa7aa929e1ce473067d2187237003f"><tt>cfccd78</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/1e5aab1fad17f1bdfbd5a833a83826db9f244396/hovercard" href="https://github.com/nestjs/config/commit/1e5aab1fad17f1bdfbd5a833a83826db9f244396"><tt>1e5aab1</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/5cdd128d5aea107bd8bf7ee0333416e5975455af/hovercard" href="https://github.com/nestjs/config/commit/5cdd128d5aea107bd8bf7ee0333416e5975455af"><tt>5cdd128</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.19.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/16509c1500595184521c1343024d44d094042462/hovercard" href="https://github.com/nestjs/config/commit/16509c1500595184521c1343024d44d094042462"><tt>16509c1</tt></a>)</li> <li>chore(deps): update dependency joi to v17.11.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a8fa1987997facdb5aec8ed1d7cf33be7196bd6b/hovercard" href="https://github.com/nestjs/config/commit/a8fa1987997facdb5aec8ed1d7cf33be7196bd6b"><tt>a8fa198</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a6062b0bbbb2d10aedcecf2c822f19ba5bb4abd5/hovercard" href="https://github.com/nestjs/config/commit/a6062b0bbbb2d10aedcecf2c822f19ba5bb4abd5"><tt>a6062b0</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/26e5bc2491e20e55670bb82fdf93cf60f0f207ab/hovercard" href="https://github.com/nestjs/config/commit/26e5bc2491e20e55670bb82fdf93cf60f0f207ab"><tt>26e5bc2</tt></a>)</li> <li>chore(deps): update dependency prettier to v3.2.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ab40813ed39e3f70b2459a979fd918c2dc5c9420/hovercard" href="https://github.com/nestjs/config/commit/ab40813ed39e3f70b2459a979fd918c2dc5c9420"><tt>ab40813</tt></a>)</li> <li>chore(deps): update dependency prettier to v3.2.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/d37bd708b023378361c924460a20aba59c7c00cb/hovercard" href="https://github.com/nestjs/config/commit/d37bd708b023378361c924460a20aba59c7c00cb"><tt>d37bd70</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.11.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/c83702f0c6f0af954b6cb4150540c849fd0f5d9f/hovercard" href="https://github.com/nestjs/config/commit/c83702f0c6f0af954b6cb4150540c849fd0f5d9f"><tt>c83702f</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.10.8 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/f963bfca6531b363b48ea88da4e4843658d72fde/hovercard" href="https://github.com/nestjs/config/commit/f963bfca6531b363b48ea88da4e4843658d72fde"><tt>f963bfc</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.18.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/6eafc460c089874d0793f4a324ea1983110c5b50/hovercard" href="https://github.com/nestjs/config/commit/6eafc460c089874d0793f4a324ea1983110c5b50"><tt>6eafc46</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.10.7 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/4cb8b47b42f5a0c8900870622e5f500a052c98f7/hovercard" href="https://github.com/nestjs/config/commit/4cb8b47b42f5a0c8900870622e5f500a052c98f7"><tt>4cb8b47</tt></a>)</li> <li>feat: set env dynamically (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1911976689" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1476" data-hovercard-type="issue" data-hovercard-url="/nestjs/config/issues/1476/hovercard" href="https://github.com/nestjs/config/issues/1476">#1476</a>) (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/761ef89b7bd74a4489511bee4771318a91b8d5b1/hovercard" href="https://github.com/nestjs/config/commit/761ef89b7bd74a4489511bee4771318a91b8d5b1"><tt>761ef89</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.18.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/08385521f63079ea0319cd016522c9c27b8bc68d/hovercard" href="https://github.com/nestjs/config/commit/08385521f63079ea0319cd016522c9c27b8bc68d"><tt>0838552</tt></a>)</li> <li>chore(deps): update commitlint monorepo to v18.4.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ff20385fedcdac11d4e09d09c92e523ff093f946/hovercard" href="https://github.com/nestjs/config/commit/ff20385fedcdac11d4e09d09c92e523ff093f946"><tt>ff20385</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.17.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/162749e5ae860f6ad3f744e46fed5217691d8dcc/hovercard" href="https://github.com/nestjs/config/commit/162749e5ae860f6ad3f744e46fed5217691d8dcc"><tt>162749e</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.10.6 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ae578c3f78a8038adbdf20a15d26d59242e5aaf8/hovercard" href="https://github.com/nestjs/config/commit/ae578c3f78a8038adbdf20a15d26d59242e5aaf8"><tt>ae578c3</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.16.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/54093f1244303c83c229b4644317ac2cc538ae1e/hovercard" href="https://github.com/nestjs/config/commit/54093f1244303c83c229b4644317ac2cc538ae1e"><tt>54093f1</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.15.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/13acabf86102bba03a327135b02fe0444f09cba8/hovercard" href="https://github.com/nestjs/config/commit/13acabf86102bba03a327135b02fe0444f09cba8"><tt>13acabf</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.3.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/0a4608fb34c8bccc5340a87c593879dde86691c7/hovercard" href="https://github.com/nestjs/config/commit/0a4608fb34c8bccc5340a87c593879dde86691c7"><tt>0a4608f</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.10.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/0343304920f8c1b3ac9113ca550f18cf621864fc/hovercard" href="https://github.com/nestjs/config/commit/0343304920f8c1b3ac9113ca550f18cf621864fc"><tt>0343304</tt></a>)</li> <li>chore(deps): update dependency eslint to v8.56.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/fdabba14d2095146014b8cb8fe82fc6faa04de2f/hovercard" href="https://github.com/nestjs/config/commit/fdabba14d2095146014b8cb8fe82fc6faa04de2f"><tt>fdabba1</tt></a>)</li> <li>chore(deps): update dependency eslint-plugin-import to v2.29.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/7b8f4e28e20cdc2c1d0d224c8a2811ce25ac2ff3/hovercard" href="https://github.com/nestjs/config/commit/7b8f4e28e20cdc2c1d0d224c8a2811ce25ac2ff3"><tt>7b8f4e2</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.14.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/314620178d8154bb842533975285f27831114c2b/hovercard" href="https://github.com/nestjs/config/commit/314620178d8154bb842533975285f27831114c2b"><tt>3146201</tt></a>)</li> <li>chore(deps): update dependency prettier to v3.1.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ea61df5c98abe60a8f4e7ee15c5bd522491a709f/hovercard" href="https://github.com/nestjs/config/commit/ea61df5c98abe60a8f4e7ee15c5bd522491a709f"><tt>ea61df5</tt></a>)</li> <li>chore(deps): update dependency release-it to v17.0.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/25efebbb869f259ddf4041e6b009de4e535288ce/hovercard" href="https://github.com/nestjs/config/commit/25efebbb869f259ddf4041e6b009de4e535288ce"><tt>25efebb</tt></a>)</li> <li>chore(deps): update dependency reflect-metadata to v0.1.14 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/7e3b87ae9d06f956157c2a6b6e9be22e87dd033d/hovercard" href="https://github.com/nestjs/config/commit/7e3b87ae9d06f956157c2a6b6e9be22e87dd033d"><tt>7e3b87a</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.10.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/4db7511974d3d089d387fb5d21181981752e3a1b/hovercard" href="https://github.com/nestjs/config/commit/4db7511974d3d089d387fb5d21181981752e3a1b"><tt>4db7511</tt></a>)</li> <li>chore(deps): update dependency typescript to v5.3.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/3c7c289064ece37059057a1831e3d86b7db1d7ec/hovercard" href="https://github.com/nestjs/config/commit/3c7c289064ece37059057a1831e3d86b7db1d7ec"><tt>3c7c289</tt></a>)</li> <li>chore(deps): update dependency @types/jest to v29.5.11 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ceedeb1853d1410853c3313b7844384e10f60363/hovercard" href="https://github.com/nestjs/config/commit/ceedeb1853d1410853c3313b7844384e10f60363"><tt>ceedeb1</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.13.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/050731ba1c067abcd1bf72a0c88c9f348b22f3ee/hovercard" href="https://github.com/nestjs/config/commit/050731ba1c067abcd1bf72a0c88c9f348b22f3ee"><tt>050731b</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.10.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/02af7c39f8b88949375c10389bb5f4ba53b60b75/hovercard" href="https://github.com/nestjs/config/commit/02af7c39f8b88949375c10389bb5f4ba53b60b75"><tt>02af7c3</tt></a>)</li> <li>chore(deps): update dependency lint-staged to v15.2.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a8902a451ba00c3ff097b59c2c73505d57d317da/hovercard" href="https://github.com/nestjs/config/commit/a8902a451ba00c3ff097b59c2c73505d57d317da"><tt>a8902a4</tt></a>)</li> <li>chore(deps): update dependency eslint-config-prettier to v9.1.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/65ce899c7d9993534cd6201c824cca1f58eec246/hovercard" href="https://github.com/nestjs/config/commit/65ce899c7d9993534cd6201c824cca1f58eec246"><tt>65ce899</tt></a>)</li> <li>chore(deps): update dependency eslint to v8.55.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/cb506f27c2402d936d5b791b46bb2966d12abd6d/hovercard" href="https://github.com/nestjs/config/commit/cb506f27c2402d936d5b791b46bb2966d12abd6d"><tt>cb506f2</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.10.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/df888a5159835e64d6a4f4ba76de16dc8b42aa5b/hovercard" href="https://github.com/nestjs/config/commit/df888a5159835e64d6a4f4ba76de16dc8b42aa5b"><tt>df888a5</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.10.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/c80abde9da83728f77f4f96e7a1c6eedd5cd945c/hovercard" href="https://github.com/nestjs/config/commit/c80abde9da83728f77f4f96e7a1c6eedd5cd945c"><tt>c80abde</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.13.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/1ce887477bcff5c497dc2fbe835576a9aff973ed/hovercard" href="https://github.com/nestjs/config/commit/1ce887477bcff5c497dc2fbe835576a9aff973ed"><tt>1ce8874</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.13.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/d5eee9e3868631b8bee686258408befc87c27985/hovercard" href="https://github.com/nestjs/config/commit/d5eee9e3868631b8bee686258408befc87c27985"><tt>d5eee9e</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.10.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/6cc0f21c06ac883a0339c2d4eb90193e2a61bfe5/hovercard" href="https://github.com/nestjs/config/commit/6cc0f21c06ac883a0339c2d4eb90193e2a61bfe5"><tt>6cc0f21</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.9.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/25fdaa3e8bcfc54a757d8c7e4a3927b733129f49/hovercard" href="https://github.com/nestjs/config/commit/25fdaa3e8bcfc54a757d8c7e4a3927b733129f49"><tt>25fdaa3</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.9.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/569e80df1b4b9f5a7e6756137a08c32ecb6445c4/hovercard" href="https://github.com/nestjs/config/commit/569e80df1b4b9f5a7e6756137a08c32ecb6445c4"><tt>569e80d</tt></a>)</li> <li>chore(deps): update dependency @types/jest to v29.5.10 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/044b28e31384bd80900074b69ac47b473e2a6f5f/hovercard" href="https://github.com/nestjs/config/commit/044b28e31384bd80900074b69ac47b473e2a6f5f"><tt>044b28e</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.9.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/31a8fe43be632267a6dcb0f93c7516681400c784/hovercard" href="https://github.com/nestjs/config/commit/31a8fe43be632267a6dcb0f93c7516681400c784"><tt>31a8fe4</tt></a>)</li> <li>chore(deps): update dependency @types/lodash to v4.14.202 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/15c7203cbf7114d340350aeaa4592bda39adab04/hovercard" href="https://github.com/nestjs/config/commit/15c7203cbf7114d340350aeaa4592bda39adab04"><tt>15c7203</tt></a>)</li> <li>chore(deps): update dependency @types/jest to v29.5.9 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/2e438e232ae540d627e5bfe04eb9225ad32c1de1/hovercard" href="https://github.com/nestjs/config/commit/2e438e232ae540d627e5bfe04eb9225ad32c1de1"><tt>2e438e2</tt></a>)</li> <li>chore(deps): update commitlint monorepo to v18.4.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/c749b9dc0a56227059be130b8508d347ee6515c6/hovercard" href="https://github.com/nestjs/config/commit/c749b9dc0a56227059be130b8508d347ee6515c6"><tt>c749b9d</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.12.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/8d5de262de963d6f90aff58a4816830e1ad16c32/hovercard" href="https://github.com/nestjs/config/commit/8d5de262de963d6f90aff58a4816830e1ad16c32"><tt>8d5de26</tt></a>)</li> <li>chore(deps): update dependency typescript to v5.3.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/21cf0dd6a0f89968e51e4deb19b7579aa703d288/hovercard" href="https://github.com/nestjs/config/commit/21cf0dd6a0f89968e51e4deb19b7579aa703d288"><tt>21cf0dd</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.2.10 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/08950f1f88a435114d4869ebd8fd697f87bd5b3d/hovercard" href="https://github.com/nestjs/config/commit/08950f1f88a435114d4869ebd8fd697f87bd5b3d"><tt>08950f1</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.9.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/b346ace43c8efea8b083a48cb773cd10d736e9e0/hovercard" href="https://github.com/nestjs/config/commit/b346ace43c8efea8b083a48cb773cd10d736e9e0"><tt>b346ace</tt></a>)</li> <li>chore(deps): update dependency eslint to v8.54.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/8c42690d5d67ee8ee3637581d5f070cdf4a2c9b3/hovercard" href="https://github.com/nestjs/config/commit/8c42690d5d67ee8ee3637581d5f070cdf4a2c9b3"><tt>8c42690</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.2.9 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/e5511badb6a6bc0ddbd5ec71cd5302f6353126c3/hovercard" href="https://github.com/nestjs/config/commit/e5511badb6a6bc0ddbd5ec71cd5302f6353126c3"><tt>e5511ba</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.9.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/e9469bb318270f642d242304fb417f5eacb70113/hovercard" href="https://github.com/nestjs/config/commit/e9469bb318270f642d242304fb417f5eacb70113"><tt>e9469bb</tt></a>)</li> <li>chore(deps): update commitlint monorepo to v18.4.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/57c82346dfe2d30d143e70d04d984c5a09a5245a/hovercard" href="https://github.com/nestjs/config/commit/57c82346dfe2d30d143e70d04d984c5a09a5245a"><tt>57c8234</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.11.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/015b79ed7fe94de59925deae71e6958cc51be868/hovercard" href="https://github.com/nestjs/config/commit/015b79ed7fe94de59925deae71e6958cc51be868"><tt>015b79e</tt></a>)</li> <li>chore(deps): update dependency prettier to v3.1.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/5fec736a91741855a3e9ca008e53c1091dce8dbc/hovercard" href="https://github.com/nestjs/config/commit/5fec736a91741855a3e9ca008e53c1091dce8dbc"><tt>5fec736</tt></a>)</li> <li>chore(deps): update dependency release-it to v17 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/8b704217401e5401577529ea825b2fc3819163df/hovercard" href="https://github.com/nestjs/config/commit/8b704217401e5401577529ea825b2fc3819163df"><tt>8b70421</tt></a>)</li> <li>chore(deps): update dependency lint-staged to v15.1.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/0d2dd4e691dc440f7718371d3218cf56e80e1d72/hovercard" href="https://github.com/nestjs/config/commit/0d2dd4e691dc440f7718371d3218cf56e80e1d72"><tt>0d2dd4e</tt></a>)</li> <li>chore(deps): update dependency @commitlint/cli to v18.4.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a76b72484e3f5bfbe49acd71f7b7246632caf706/hovercard" href="https://github.com/nestjs/config/commit/a76b72484e3f5bfbe49acd71f7b7246632caf706"><tt>a76b724</tt></a>)</li> <li>chore(deps): update commitlint monorepo to v18.4.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ffa568864a918a70eed552aad8a423bf750332a8/hovercard" href="https://github.com/nestjs/config/commit/ffa568864a918a70eed552aad8a423bf750332a8"><tt>ffa5688</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.9.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/6cf09084716d1bb09b647462795e3c70f3a978a2/hovercard" href="https://github.com/nestjs/config/commit/6cf09084716d1bb09b647462795e3c70f3a978a2"><tt>6cf0908</tt></a>)</li> <li>chore(deps): update dependency @types/uuid to v9.0.7 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/120dd2f8467a8c27c41813f503b065e53b4da561/hovercard" href="https://github.com/nestjs/config/commit/120dd2f8467a8c27c41813f503b065e53b4da561"><tt>120dd2f</tt></a>)</li> <li>chore(deps): update dependency @types/lodash to v4.14.201 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a6a58dda47b2212ed5b84427d1370d8c05c3131d/hovercard" href="https://github.com/nestjs/config/commit/a6a58dda47b2212ed5b84427d1370d8c05c3131d"><tt>a6a58dd</tt></a>)</li> <li>chore(deps): update dependency @types/jest to v29.5.8 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/14ab4be10d484453252c4c953838e3be5043ca2a/hovercard" href="https://github.com/nestjs/config/commit/14ab4be10d484453252c4c953838e3be5043ca2a"><tt>14ab4be</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.10.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/e1391590a45527f9b4c254c49f36d94802006297/hovercard" href="https://github.com/nestjs/config/commit/e1391590a45527f9b4c254c49f36d94802006297"><tt>e139159</tt></a>)</li> <li>chore(deps): update dependency eslint to v8.53.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/761133e1824088f258898718bc2ca7369b50ba16/hovercard" href="https://github.com/nestjs/config/commit/761133e1824088f258898718bc2ca7369b50ba16"><tt>761133e</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.2.8 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/fc82daa5444dd4ce72b03c9491b9630cd45f5ec7/hovercard" href="https://github.com/nestjs/config/commit/fc82daa5444dd4ce72b03c9491b9630cd45f5ec7"><tt>fc82daa</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.8.10 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/53c9050035aa943617cf614f174ba02e854aeca5/hovercard" href="https://github.com/nestjs/config/commit/53c9050035aa943617cf614f174ba02e854aeca5"><tt>53c9050</tt></a>)</li> <li>chore(deps): update dependency @types/jest to v29.5.7 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/cbe9246202da1868d7cd5000eeb73d10bf7b8dd3/hovercard" href="https://github.com/nestjs/config/commit/cbe9246202da1868d7cd5000eeb73d10bf7b8dd3"><tt>cbe9246</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.9.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/61f2743389063d89594d17ab3b9dc8365708b9d6/hovercard" href="https://github.com/nestjs/config/commit/61f2743389063d89594d17ab3b9dc8365708b9d6"><tt>61f2743</tt></a>)</li> <li>chore(deps): update dependency @commitlint/cli to v18.2.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/db81db4c19789bf840e82dde7b80ce045a1d76b3/hovercard" href="https://github.com/nestjs/config/commit/db81db4c19789bf840e82dde7b80ce045a1d76b3"><tt>db81db4</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20.8.9 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a4471df011b259252ddc9929724dbc7f1f09a665/hovercard" href="https://github.com/nestjs/config/commit/a4471df011b259252ddc9929724dbc7f1f09a665"><tt>a4471df</tt></a>)</li> <li>chore(deps): update commitlint monorepo to v18.1.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a49ab5be49df36c6ad8bb38047e9d5f6b897efa7/hovercard" href="https://github.com/nestjs/config/commit/a49ab5be49df36c6ad8bb38047e9d5f6b897efa7"><tt>a49ab5b</tt></a>)</li> <li>chore(deps): update dependency @types/node to v20 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/8ab85f8e3ad57e4f9acea668228191f486ad5838/hovercard" href="https://github.com/nestjs/config/commit/8ab85f8e3ad57e4f9acea668228191f486ad5838"><tt>8ab85f8</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.9.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/7836b7a40069d83e9a403427c4e8d999d916212d/hovercard" href="https://github.com/nestjs/config/commit/7836b7a40069d83e9a403427c4e8d999d916212d"><tt>7836b7a</tt></a>)</li> <li>chore(deps): update dependency eslint-plugin-import to v2.29.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ad55b72fa7026e12d6c2c838ca137867e45a0c46/hovercard" href="https://github.com/nestjs/config/commit/ad55b72fa7026e12d6c2c838ca137867e45a0c46"><tt>ad55b72</tt></a>)</li> <li>chore(deps): update dependency eslint to v8.52.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/79ca60833953e48b8d6ec245ef9407127ba22efc/hovercard" href="https://github.com/nestjs/config/commit/79ca60833953e48b8d6ec245ef9407127ba22efc"><tt>79ca608</tt></a>)</li> <li>chore(deps): update commitlint monorepo to v18 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/d0ecda476ca29e9584a304aa38621d872097f411/hovercard" href="https://github.com/nestjs/config/commit/d0ecda476ca29e9584a304aa38621d872097f411"><tt>d0ecda4</tt></a>)</li> <li>chore(deps): update commitlint monorepo to v17.8.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/5103ed8efa85cf9df1a1ea2673a36813a2d68c8b/hovercard" href="https://github.com/nestjs/config/commit/5103ed8efa85cf9df1a1ea2673a36813a2d68c8b"><tt>5103ed8</tt></a>)</li> <li>chore(deps): update dependency lint-staged to v15.0.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/66f04e1041b009609dffab69c48e998ad16a5a3c/hovercard" href="https://github.com/nestjs/config/commit/66f04e1041b009609dffab69c48e998ad16a5a3c"><tt>66f04e1</tt></a>)</li> <li>chore(deps): update dependency @types/uuid to v9.0.6 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/9121a40c99cb7acd25c1c8f1ecefd988bb5c1ae6/hovercard" href="https://github.com/nestjs/config/commit/9121a40c99cb7acd25c1c8f1ecefd988bb5c1ae6"><tt>9121a40</tt></a>)</li> <li>chore(deps): update dependency @types/node to v18.18.6 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/5683b7a1515d1195d7233e93ed2e926b4e866c60/hovercard" href="https://github.com/nestjs/config/commit/5683b7a1515d1195d7233e93ed2e926b4e866c60"><tt>5683b7a</tt></a>)</li> <li>chore(deps): update dependency @types/lodash to v4.14.200 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/47fabf6bf4638840468a167af5d3a55ceee34686/hovercard" href="https://github.com/nestjs/config/commit/47fabf6bf4638840468a167af5d3a55ceee34686"><tt>47fabf6</tt></a>)</li> <li>chore(deps): update dependency @types/jest to v29.5.6 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/6c8c9fdd46fa2ec83ee5c1bd0aff1bcd9ac6bf5c/hovercard" href="https://github.com/nestjs/config/commit/6c8c9fdd46fa2ec83ee5c1bd0aff1bcd9ac6bf5c"><tt>6c8c9fd</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.8.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a6b80023b042e8c5e7d931f6344c905b8265e447/hovercard" href="https://github.com/nestjs/config/commit/a6b80023b042e8c5e7d931f6344c905b8265e447"><tt>a6b8002</tt></a>)</li> <li>chore(deps): update dependency lint-staged to v15.0.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/b735b3e4effb7b3e85481682362b293a1c612968/hovercard" href="https://github.com/nestjs/config/commit/b735b3e4effb7b3e85481682362b293a1c612968"><tt>b735b3e</tt></a>)</li> <li>chore(deps): update dependency lint-staged to v15 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/060e6da20e213f5da4b8e1e87fb4ba467cae4125/hovercard" href="https://github.com/nestjs/config/commit/060e6da20e213f5da4b8e1e87fb4ba467cae4125"><tt>060e6da</tt></a>)</li> <li>chore(deps): update commitlint monorepo to v17.8.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/d103a20b06a5df54a374df894d98b6ca75181bf4/hovercard" href="https://github.com/nestjs/config/commit/d103a20b06a5df54a374df894d98b6ca75181bf4"><tt>d103a20</tt></a>)</li> <li>chore(deps): update dependency @types/node to v18.18.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/84fee11b910639c6b17d8ca165c63dcf2421047e/hovercard" href="https://github.com/nestjs/config/commit/84fee11b910639c6b17d8ca165c63dcf2421047e"><tt>84fee11</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.7.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/32fa7720830dd29151b0bd55ee5d70e54a4c1a54/hovercard" href="https://github.com/nestjs/config/commit/32fa7720830dd29151b0bd55ee5d70e54a4c1a54"><tt>32fa772</tt></a>)</li> <li>chore(deps): update dependency @types/uuid to v9.0.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/7804233fa4b784b59cda9238de63a651f5bd5c8c/hovercard" href="https://github.com/nestjs/config/commit/7804233fa4b784b59cda9238de63a651f5bd5c8c"><tt>7804233</tt></a>)</li> <li>chore(deps): update dependency @types/node to v18.18.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/7e18cc39ecdf23dd179e336a49c6b36b0d352536/hovercard" href="https://github.com/nestjs/config/commit/7e18cc39ecdf23dd179e336a49c6b36b0d352536"><tt>7e18cc3</tt></a>)</li> <li>chore(deps): update dependency eslint to v8.51.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/0d5c3374c2cfaba7d6fac70c1c1b2a9739170252/hovercard" href="https://github.com/nestjs/config/commit/0d5c3374c2cfaba7d6fac70c1c1b2a9739170252"><tt>0d5c337</tt></a>)</li> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1927502065" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1487" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1487/hovercard" href="https://github.com/nestjs/config/pull/1487">#1487</a> from nestjs/renovate/nest-monorepo (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/64c9cfeab7643bde65c65f2cb14e5e6fbe3f0e20/hovercard" href="https://github.com/nestjs/config/commit/64c9cfeab7643bde65c65f2cb14e5e6fbe3f0e20"><tt>64c9cfe</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.2.7 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/b2df1251beb2bc6e6fe443272689db9a93b000ca/hovercard" href="https://github.com/nestjs/config/commit/b2df1251beb2bc6e6fe443272689db9a93b000ca"><tt>b2df125</tt></a>)</li> <li>chore(deps): update dependency joi to v17.11.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/0e081a0460ff68ee59c5143f07f7a4217c0651b3/hovercard" href="https://github.com/nestjs/config/commit/0e081a0460ff68ee59c5143f07f7a4217c0651b3"><tt>0e081a0</tt></a>)</li> <li>chore(deps): update dependency @types/node to v18.18.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/14fa30732a39df35112dd389ed1c41fd2beefc1a/hovercard" href="https://github.com/nestjs/config/commit/14fa30732a39df35112dd389ed1c41fd2beefc1a"><tt>14fa307</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.7.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/0150816edc638d28bbcc751124021f648f20c4fc/hovercard" href="https://github.com/nestjs/config/commit/0150816edc638d28bbcc751124021f648f20c4fc"><tt>0150816</tt></a>)</li> <li>chore(deps): update dependency @types/node to v18.18.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ecf167e157b2eaeb7a939b4d8d86a85c36a394ff/hovercard" href="https://github.com/nestjs/config/commit/ecf167e157b2eaeb7a939b4d8d86a85c36a394ff"><tt>ecf167e</tt></a>)</li> <li>chore(deps): update dependency @commitlint/cli to v17.7.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/7a59b4762a4f43e448f29843495ded4bcb0c762c/hovercard" href="https://github.com/nestjs/config/commit/7a59b4762a4f43e448f29843495ded4bcb0c762c"><tt>7a59b47</tt></a>)</li> <li>chore(deps): update dependency release-it to v16.2.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/daf4ce0ddead33b6a1c8404b7a0ce8dcfad2906c/hovercard" href="https://github.com/nestjs/config/commit/daf4ce0ddead33b6a1c8404b7a0ce8dcfad2906c"><tt>daf4ce0</tt></a>)</li> <li>chore(deps): update dependency rimraf to v5.0.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/3e32fd00850945d1bc8891b2e941494c9abf7b61/hovercard" href="https://github.com/nestjs/config/commit/3e32fd00850945d1bc8891b2e941494c9abf7b61"><tt>3e32fd0</tt></a>)</li> <li>chore(deps): update dependency rimraf to v5.0.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/28beb306a9efe2d31ce830fde8b137d763b864b5/hovercard" href="https://github.com/nestjs/config/commit/28beb306a9efe2d31ce830fde8b137d763b864b5"><tt>28beb30</tt></a>)</li> <li>chore(deps): update dependency @types/node to v18.18.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/d06dac7460a5c2192eb4a8df6174308f2f97f916/hovercard" href="https://github.com/nestjs/config/commit/d06dac7460a5c2192eb4a8df6174308f2f97f916"><tt>d06dac7</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.7.3 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/cc87c273b24b15e0cb12e3a0d9213ae6fd7d41a2/hovercard" href="https://github.com/nestjs/config/commit/cc87c273b24b15e0cb12e3a0d9213ae6fd7d41a2"><tt>cc87c27</tt></a>)</li> <li>chore(deps): update dependency @types/node to v18.17.19 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/c105c63fd125d8c55020339f8bd47a328a886395/hovercard" href="https://github.com/nestjs/config/commit/c105c63fd125d8c55020339f8bd47a328a886395"><tt>c105c63</tt></a>)</li> <li>chore(deps): update dependency release-it to v16.2.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/0c4d9b4596d6096f632a2a93aa3f9c7b0479d1a0/hovercard" href="https://github.com/nestjs/config/commit/0c4d9b4596d6096f632a2a93aa3f9c7b0479d1a0"><tt>0c4d9b4</tt></a>)</li> <li>chore(deps): update dependency @types/lodash to v4.14.199 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a21e9e272f722bfe842542c2f5e70fa816f9824e/hovercard" href="https://github.com/nestjs/config/commit/a21e9e272f722bfe842542c2f5e70fa816f9824e"><tt>a21e9e2</tt></a>)</li> <li>chore(deps): update dependency eslint to v8.50.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/883e42073e63151b5251d025cb3e2390489951bd/hovercard" href="https://github.com/nestjs/config/commit/883e42073e63151b5251d025cb3e2390489951bd"><tt>883e420</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.2.6 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/cbe0038e45d07e993a04540dbf2849b059b775fc/hovercard" href="https://github.com/nestjs/config/commit/cbe0038e45d07e993a04540dbf2849b059b775fc"><tt>cbe0038</tt></a>)</li> <li>chore(deps): update dependency @types/node to v18.17.18 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a89986453a836ad34743d232f84d6bba282f067b/hovercard" href="https://github.com/nestjs/config/commit/a89986453a836ad34743d232f84d6bba282f067b"><tt>a899864</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.7.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/4f3f9279c5ac896dd320c2f54e92ef31a9920122/hovercard" href="https://github.com/nestjs/config/commit/4f3f9279c5ac896dd320c2f54e92ef31a9920122"><tt>4f3f927</tt></a>)</li> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1899722921" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1466" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1466/hovercard" href="https://github.com/nestjs/config/pull/1466">#1466</a> from Tony133/chore/marked-apis-public (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/dadf916117bd9c3473b0d325e9ebfaacc5182c9a/hovercard" href="https://github.com/nestjs/config/commit/dadf916117bd9c3473b0d325e9ebfaacc5182c9a"><tt>dadf916</tt></a>)</li> <li>chore(deps): update dependency joi to v17.10.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/e54ba021da5572bd9d1ed3e23e44b44499a698ab/hovercard" href="https://github.com/nestjs/config/commit/e54ba021da5572bd9d1ed3e23e44b44499a698ab"><tt>e54ba02</tt></a>)</li> <li>chore: marked apis public (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/12053da4256393b2250b3f0efaa148b19b7d70f5/hovercard" href="https://github.com/nestjs/config/commit/12053da4256393b2250b3f0efaa148b19b7d70f5"><tt>12053da</tt></a>)</li> <li>chore(deps): update dependency @types/node to v18.17.17 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/b170f98fd2de2984ec570aa0955cdf9528407aa3/hovercard" href="https://github.com/nestjs/config/commit/b170f98fd2de2984ec570aa0955cdf9528407aa3"><tt>b170f98</tt></a>)</li> <li>chore(deps): update dependency @types/jest to v29.5.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/6a4d3848f68ae46d62e90d5c41d3f445f7a6a139/hovercard" href="https://github.com/nestjs/config/commit/6a4d3848f68ae46d62e90d5c41d3f445f7a6a139"><tt>6a4d384</tt></a>)</li> <li>chore(deps): update dependency @types/node to v18.17.16 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/7371524c47d72f41f093631b7b6d5da7e69532c4/hovercard" href="https://github.com/nestjs/config/commit/7371524c47d72f41f093631b7b6d5da7e69532c4"><tt>7371524</tt></a>)</li> <li>chore(deps): update dependency @types/uuid to v9.0.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/8e05b4d57cbc0bd1762674c4ccc1ea8ab3395e4c/hovercard" href="https://github.com/nestjs/config/commit/8e05b4d57cbc0bd1762674c4ccc1ea8ab3395e4c"><tt>8e05b4d</tt></a>)</li> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1892057415" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1458" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1458/hovercard" href="https://github.com/nestjs/config/pull/1458">#1458</a> from nestjs/renovate/uuid-9.x (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/c44ba757ee91353f25aa70c1283a6f3b3eb7e9cb/hovercard" href="https://github.com/nestjs/config/commit/c44ba757ee91353f25aa70c1283a6f3b3eb7e9cb"><tt>c44ba75</tt></a>)</li> <li>fix(deps): update dependency uuid to v9.0.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/9ad42e29110e78fa0e64aa16bd8fb42e7727bdd3/hovercard" href="https://github.com/nestjs/config/commit/9ad42e29110e78fa0e64aa16bd8fb42e7727bdd3"><tt>9ad42e2</tt></a>)</li> </ul> kamilmysliwiec tag:github.com,2008:Repository/226656639/3.1.1 2023-09-13T06:56:29Z Release 3.1.1 <ul> <li>fix: exclude undefined if default value specified <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1893823144" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1460" data-hovercard-type="issue" data-hovercard-url="/nestjs/config/issues/1460/hovercard" href="https://github.com/nestjs/config/issues/1460">#1460</a> (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/83974afd45e46522892dda3f197622d0cfb59492/hovercard" href="https://github.com/nestjs/config/commit/83974afd45e46522892dda3f197622d0cfb59492"><tt>83974af</tt></a>)</li> <li>chore(deps): update dependency jest to v29.7.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a76ff2418c5f977e2f4a1674286d08aad5a2a183/hovercard" href="https://github.com/nestjs/config/commit/a76ff2418c5f977e2f4a1674286d08aad5a2a183"><tt>a76ff24</tt></a>)</li> </ul> kamilmysliwiec tag:github.com,2008:Repository/226656639/3.1.0 2023-09-12T06:31:14Z Release 3.1.0 <ul> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1840087031" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1409" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1409/hovercard" href="https://github.com/nestjs/config/pull/1409">#1409</a> from jmcdo29/feat/conditional-module (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/9c42639050b46c515e17d32a18e6d9ddacb86188/hovercard" href="https://github.com/nestjs/config/commit/9c42639050b46c515e17d32a18e6d9ddacb86188"><tt>9c42639</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.7.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/57ed7ca4dfdbe7f8345184b5cd3c177ba5697e6a/hovercard" href="https://github.com/nestjs/config/commit/57ed7ca4dfdbe7f8345184b5cd3c177ba5697e6a"><tt>57ed7ca</tt></a>)</li> <li>chore(deps): update dependency eslint to v8.49.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/23e60a100c98584606116cddf4e46b14d6e92fbc/hovercard" href="https://github.com/nestjs/config/commit/23e60a100c98584606116cddf4e46b14d6e92fbc"><tt>23e60a1</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.2.5 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a69d2ec4b77ae6829c407b01db5e85f6c7ced681/hovercard" href="https://github.com/nestjs/config/commit/a69d2ec4b77ae6829c407b01db5e85f6c7ced681"><tt>a69d2ec</tt></a>)</li> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1882823154" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1454" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1454/hovercard" href="https://github.com/nestjs/config/pull/1454">#1454</a> from nestjs/renovate/lodash-4.x (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/4ba63e7a781320064f5d1b6de5ef9186f4d66ff0/hovercard" href="https://github.com/nestjs/config/commit/4ba63e7a781320064f5d1b6de5ef9186f4d66ff0"><tt>4ba63e7</tt></a>)</li> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1880796799" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1451" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1451/hovercard" href="https://github.com/nestjs/config/pull/1451">#1451</a> from nestjs/renovate/typescript-eslint-monorepo (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/ae64d33b5ce4dfe09892b9b06152b50c6d05b4c4/hovercard" href="https://github.com/nestjs/config/commit/ae64d33b5ce4dfe09892b9b06152b50c6d05b4c4"><tt>ae64d33</tt></a>)</li> <li>chore(deps): update dependency @types/lodash to v4.14.198 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/7c767dcd82ca28439dd52471c3b66242a934b2a7/hovercard" href="https://github.com/nestjs/config/commit/7c767dcd82ca28439dd52471c3b66242a934b2a7"><tt>7c767dc</tt></a>)</li> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1878056177" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1450" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1450/hovercard" href="https://github.com/nestjs/config/pull/1450">#1450</a> from nestjs/renovate/node-18.x (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a55a0254bbc9336829adc6de936f3ba6ff181455/hovercard" href="https://github.com/nestjs/config/commit/a55a0254bbc9336829adc6de936f3ba6ff181455"><tt>a55a025</tt></a>)</li> <li>chore(deps): update typescript-eslint monorepo to v6.6.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/9db04f19c8f85ae92aee89d697ed4ace20e1f82f/hovercard" href="https://github.com/nestjs/config/commit/9db04f19c8f85ae92aee89d697ed4ace20e1f82f"><tt>9db04f1</tt></a>)</li> <li>chore(deps): update dependency @types/node to v18.17.15 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/581843ae1d85b96fb5429ffa8dd9c9c172e1c6c5/hovercard" href="https://github.com/nestjs/config/commit/581843ae1d85b96fb5429ffa8dd9c9c172e1c6c5"><tt>581843a</tt></a>)</li> <li>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1790641439" data-permission-text="Title is private" data-url="https://github.com/nestjs/config/issues/1376" data-hovercard-type="pull_request" data-hovercard-url="/nestjs/config/pull/1376/hovercard" href="https://github.com/nestjs/config/pull/1376">#1376</a> from nestjs/renovate/cimg-node-20.x (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/6568072d288432a9cff05c8ec9ecbb958626ef44/hovercard" href="https://github.com/nestjs/config/commit/6568072d288432a9cff05c8ec9ecbb958626ef44"><tt>6568072</tt></a>)</li> <li>chore(deps): update node.js to v20.6 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/c58a4e2a05100003286c5d163ca187e34eb4c5c0/hovercard" href="https://github.com/nestjs/config/commit/c58a4e2a05100003286c5d163ca187e34eb4c5c0"><tt>c58a4e2</tt></a>)</li> <li>chore(deps): update nest monorepo to v10.2.4 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/2ab26b3f4f44fc63a227cd66c16b8f89d8b32e0a/hovercard" href="https://github.com/nestjs/config/commit/2ab26b3f4f44fc63a227cd66c16b8f89d8b32e0a"><tt>2ab26b3</tt></a>)</li> <li>chore(deps): update dependency joi to v17.10.1 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/dbd0d2fe835c137b279cedd50961c3214dbe67cd/hovercard" href="https://github.com/nestjs/config/commit/dbd0d2fe835c137b279cedd50961c3214dbe67cd"><tt>dbd0d2f</tt></a>)</li> <li>chore: add public api jsdoc (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/a9466c404ee4ba5bfa30550281be023c00ea56b4/hovercard" href="https://github.com/nestjs/config/commit/a9466c404ee4ba5bfa30550281be023c00ea56b4"><tt>a9466c4</tt></a>)</li> <li>fix: add optional timeout and debug log if condition is false (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/1ce6d9f261ed35609dcf4f81c702864226256906/hovercard" href="https://github.com/nestjs/config/commit/1ce6d9f261ed35609dcf4f81c702864226256906"><tt>1ce6d9f</tt></a>)</li> <li>feat: create a conditional module (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nestjs/config/commit/d98a5f88506ae886ed2074f8001eb27f53f00113/hovercard" href="https://github.com/nestjs/config/commit/d98a5f88506ae886ed2074f8001eb27f53f00113"><tt>d98a5f8</tt></a>)</li> </ul> kamilmysliwiec