Skip to content

Commit

Permalink
chore(deps): update dependency dotenv to v16.4.5 (#1287)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [dotenv](https://togithub.com/motdotla/dotenv) | [`16.3.1` ->
`16.4.5`](https://renovatebot.com/diffs/npm/dotenv/16.3.1/16.4.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/dotenv/16.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/dotenv/16.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/dotenv/16.3.1/16.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/dotenv/16.3.1/16.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>motdotla/dotenv (dotenv)</summary>

###
[`v16.4.5`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1645-2024-02-19)

[Compare
Source](https://togithub.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://togithub.com/motdotla/dotenv/pull/814)

###
[`v16.4.4`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1644-2024-02-13)

[Compare
Source](https://togithub.com/motdotla/dotenv/compare/v16.4.3...v16.4.4)

##### Changed

- 🐞 Replaced chaining operator `?.` with old school `&&` (fixing node 12
failures) [#&#8203;812](https://togithub.com/motdotla/dotenv/pull/812)

###
[`v16.4.3`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1643-2024-02-12)

[Compare
Source](https://togithub.com/motdotla/dotenv/compare/v16.4.2...v16.4.3)

##### Changed

- Fixed processing of multiple files in `options.path`
[#&#8203;805](https://togithub.com/motdotla/dotenv/pull/805)

###
[`v16.4.2`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1642-2024-02-10)

[Compare
Source](https://togithub.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://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1641-2024-01-24)

[Compare
Source](https://togithub.com/motdotla/dotenv/compare/v16.4.0...v16.4.1)

- Patch support for array as `path` option
[#&#8203;797](https://togithub.com/motdotla/dotenv/pull/797)

###
[`v16.4.0`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1640-2024-01-23)

[Compare
Source](https://togithub.com/motdotla/dotenv/compare/v16.3.2...v16.4.0)

- Add `error.code` to error messages around `.env.vault` decryption
handling [#&#8203;795](https://togithub.com/motdotla/dotenv/pull/795)
- Add ability to find `.env.vault` file when filename(s) passed as an
array [#&#8203;784](https://togithub.com/motdotla/dotenv/pull/784)

###
[`v16.3.2`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1632-2024-01-18)

[Compare
Source](https://togithub.com/motdotla/dotenv/compare/v16.3.1...v16.3.2)

##### Added

- Add debug message when no encoding set
[#&#8203;735](https://togithub.com/motdotla/dotenv/pull/735)

##### Changed

- Fix output typing for `populate`
[#&#8203;792](https://togithub.com/motdotla/dotenv/pull/792)
- Use subarray instead of slice
[#&#8203;793](https://togithub.com/motdotla/dotenv/pull/793)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/runtime-env/import-meta-env).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 6, 2024
1 parent 8d51120 commit d54ef16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"chai": "4.4.1",
"change-case": "5.4.4",
"commander": "11.1.0",
"dotenv": "16.3.1",
"dotenv": "16.4.5",
"esbuild": "0.19.5",
"jest": "29.7.0",
"picocolors": "1.0.1",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d54ef16

Please sign in to comment.