Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Mar 27, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dotenv 16.3.1 -> 16.4.5 age adoption passing confidence

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

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 these updates again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) March 26, 2024 23:14
@thedavidprice thedavidprice added this to the next-release milestone Mar 27, 2024
@thedavidprice thedavidprice merged commit cd77634 into main Mar 27, 2024
5 of 7 checks passed
@thedavidprice thedavidprice deleted the renovate/dotenv-16.x branch March 27, 2024 02:17
thedavidprice added a commit that referenced this pull request Mar 27, 2024
[![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 these
updates 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/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Price <thedavid@thedavidprice.com>
@jtoar jtoar modified the milestones: next-release, v7.2.0 Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants