Skip to content

Commit

Permalink
fix(deps): update dependency @dotenvx/dotenvx to ^1.35.0 (#2440)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@dotenvx/dotenvx](https://redirect.github.com/dotenvx/dotenvx) |
[`^1.34.0` ->
`^1.35.0`](https://renovatebot.com/diffs/npm/@dotenvx%2fdotenvx/1.34.0/1.35.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@dotenvx%2fdotenvx/1.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@dotenvx%2fdotenvx/1.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@dotenvx%2fdotenvx/1.34.0/1.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@dotenvx%2fdotenvx/1.34.0/1.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dotenvx/dotenvx (@&#8203;dotenvx/dotenvx)</summary>

###
[`v1.35.0`](https://redirect.github.com/dotenvx/dotenvx/blob/HEAD/CHANGELOG.md#1350)

[Compare
Source](https://redirect.github.com/dotenvx/dotenvx/compare/v1.34.0...v1.35.0)

##### Added

- `npx dotenvx precommit` support as a convenience
([#&#8203;523](https://redirect.github.com/dotenvx/dotenvx/pull/523))
- `main.get` method
([#&#8203;524](https://redirect.github.com/dotenvx/dotenvx/pull/524))

The addition of `main.get` facilitates what we term Decryption at
Access, a concept explored in greater detail in our
[whitepaper](https://dotenvx.com/dotenvx.pdf).

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/rustymotors/server).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 8, 2025
1 parent b5dd7dc commit a91f4cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"type": "module",
"dependencies": {
"@databases/pg": "^5.5.0",
"@dotenvx/dotenvx": "^1.34.0",
"@dotenvx/dotenvx": "^1.35.0",
"@fastify/sensible": "^6.0.3",
"@mikro-orm/core": "^6.4.5",
"@mikro-orm/postgresql": "^6.4.5",
Expand Down
10 changes: 5 additions & 5 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 a91f4cb

Please sign in to comment.