Skip to content

Commit

Permalink
fix(deps): update dependency env-var to v7.5.0 (#457)
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 |
|---|---|---|---|---|---|
| [env-var](https://togithub.com/evanshortiss/env-var) | [`7.4.1` ->
`7.5.0`](https://renovatebot.com/diffs/npm/env-var/7.4.1/7.5.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/env-var/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/env-var/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/env-var/7.4.1/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/env-var/7.4.1/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>evanshortiss/env-var (env-var)</summary>

###
[`v7.5.0`](https://togithub.com/evanshortiss/env-var/blob/HEAD/CHANGELOG.md#750-20052024)

[Compare
Source](https://togithub.com/evanshortiss/env-var/compare/7.4.2...7.5.0)

- Add `AsSet()` accessor
([#&#8203;173](https://togithub.com/evanshortiss/env-var/issues/173))

###
[`v7.4.2`](https://togithub.com/evanshortiss/env-var/blob/HEAD/CHANGELOG.md#742-10082024)

[Compare
Source](https://togithub.com/evanshortiss/env-var/compare/7.4.1...7.4.2)

- Fix docstrings for positive/negative int/float validators
([#&#8203;172](https://togithub.com/evanshortiss/env-var/issues/172))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" in timezone Etc/UTC,
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/ScaleLeap/jest-polly).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlYm90Il19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 18, 2024
1 parent fb91cd7 commit d1b56cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@pollyjs/core": "6.0.6",
"@pollyjs/persister-fs": "6.0.6",
"ci-info": "3.9.0",
"env-var": "7.4.1",
"env-var": "7.5.0",
"lodash.merge": "4.6.2",
"setup-polly-jest": "0.11.0",
"ts-is-present": "1.2.2",
Expand Down

0 comments on commit d1b56cc

Please sign in to comment.