fix(deps): update dependency dotenv to v16.4.5 #36

Open
Fascinated wants to merge 1 commits from renovate/dotenv-16.x-lockfile into master
Owner

This PR contains the following updates:

Package Type Update Change
dotenv dependencies minor 16.3.1 -> 16.4.5

Release Notes

motdotla/dotenv (dotenv)

v16.4.5

Compare Source

Changed
  • 🐞 fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #​814

v16.4.4

Compare Source

Changed
  • 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #​812

v16.4.3

Compare Source

Changed
  • Fixed processing of multiple files in options.path #​805

v16.4.2

Compare Source

Changed

v16.4.1

Compare Source

  • Patch support for array as path option #​797

v16.4.0

Compare Source

  • Add error.code to error messages around .env.vault decryption handling #​795
  • Add ability to find .env.vault file when filename(s) passed as an array #​784

v16.3.2

Compare Source

Added
  • Add debug message when no encoding set #​735
Changed
  • Fix output typing for populate #​792
  • Use subarray instead of slice #​793

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dotenv](https://github.com/motdotla/dotenv) | dependencies | minor | [`16.3.1` -> `16.4.5`](https://renovatebot.com/diffs/npm/dotenv/16.3.1/16.4.5) | --- ### Release Notes <details> <summary>motdotla/dotenv (dotenv)</summary> ### [`v16.4.5`](https://github.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1645-2024-02-19) [Compare Source](https://github.com/motdotla/dotenv/compare/v16.4.4...v16.4.5) ##### Changed - 🐞 fix recent regression when using `path` option. return to historical behavior: do not attempt to auto find `.env` if `path` set. (regression was introduced in `16.4.3`) [#&#8203;814](https://github.com/motdotla/dotenv/pull/814) ### [`v16.4.4`](https://github.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1644-2024-02-13) [Compare Source](https://github.com/motdotla/dotenv/compare/v16.4.3...v16.4.4) ##### Changed - 🐞 Replaced chaining operator `?.` with old school `&&` (fixing node 12 failures) [#&#8203;812](https://github.com/motdotla/dotenv/pull/812) ### [`v16.4.3`](https://github.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1643-2024-02-12) [Compare Source](https://github.com/motdotla/dotenv/compare/v16.4.2...v16.4.3) ##### Changed - Fixed processing of multiple files in `options.path` [#&#8203;805](https://github.com/motdotla/dotenv/pull/805) ### [`v16.4.2`](https://github.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1642-2024-02-10) [Compare Source](https://github.com/motdotla/dotenv/compare/v16.4.1...v16.4.2) ##### Changed - Changed funding link in package.json to [`dotenvx.com`](https://dotenvx.com) ### [`v16.4.1`](https://github.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1641-2024-01-24) [Compare Source](https://github.com/motdotla/dotenv/compare/v16.4.0...v16.4.1) - Patch support for array as `path` option [#&#8203;797](https://github.com/motdotla/dotenv/pull/797) ### [`v16.4.0`](https://github.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1640-2024-01-23) [Compare Source](https://github.com/motdotla/dotenv/compare/v16.3.2...v16.4.0) - Add `error.code` to error messages around `.env.vault` decryption handling [#&#8203;795](https://github.com/motdotla/dotenv/pull/795) - Add ability to find `.env.vault` file when filename(s) passed as an array [#&#8203;784](https://github.com/motdotla/dotenv/pull/784) ### [`v16.3.2`](https://github.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1632-2024-01-18) [Compare Source](https://github.com/motdotla/dotenv/compare/v16.3.1...v16.3.2) ##### Added - Add debug message when no encoding set [#&#8203;735](https://github.com/motdotla/dotenv/pull/735) ##### Changed - Fix output typing for `populate` [#&#8203;792](https://github.com/motdotla/dotenv/pull/792) - Use subarray instead of slice [#&#8203;793](https://github.com/motdotla/dotenv/pull/793) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzcuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Fascinated changed title from fix(deps): update dependency dotenv to v16.3.2 to fix(deps): update dependency dotenv to v16.4.1 2024-02-01 02:02:06 +00:00
Fascinated force-pushed renovate/dotenv-16.x-lockfile from 23afe9a00e to 2a7953e4d2 2024-02-01 02:02:07 +00:00 Compare
Fascinated force-pushed renovate/dotenv-16.x-lockfile from 2a7953e4d2 to 3b87533cda 2024-02-14 07:22:01 +00:00 Compare
Fascinated changed title from fix(deps): update dependency dotenv to v16.4.1 to fix(deps): update dependency dotenv to v16.4.4 2024-02-14 07:22:02 +00:00
Fascinated changed title from fix(deps): update dependency dotenv to v16.4.4 to fix(deps): update dependency dotenv to v16.4.5 2024-03-06 00:11:32 +00:00
Fascinated force-pushed renovate/dotenv-16.x-lockfile from 3b87533cda to 77e5c8bd58 2024-03-06 00:11:32 +00:00 Compare
Fascinated force-pushed renovate/dotenv-16.x-lockfile from 77e5c8bd58 to 930c46ddf5 2024-03-06 00:18:18 +00:00 Compare
Fascinated force-pushed renovate/dotenv-16.x-lockfile from 930c46ddf5 to 6313718457 2024-04-17 00:48:01 +00:00 Compare
Fascinated force-pushed renovate/dotenv-16.x-lockfile from 6313718457 to 16e42e6adf 2024-04-17 12:05:02 +00:00 Compare
Fascinated force-pushed renovate/dotenv-16.x-lockfile from 16e42e6adf to 1e61873d7a 2024-04-17 13:01:21 +00:00 Compare
Fascinated force-pushed renovate/dotenv-16.x-lockfile from 1e61873d7a to 7629467d20 2024-04-17 14:05:03 +00:00 Compare
Fascinated force-pushed renovate/dotenv-16.x-lockfile from 7629467d20 to c5d78c502b 2024-04-17 15:01:23 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/dotenv-16.x-lockfile:renovate/dotenv-16.x-lockfile
git checkout renovate/dotenv-16.x-lockfile
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Fascinated/beatsaber-metrics-tracker#36
No description provided.