Skip to content

Commit

Permalink
fix(deps): update dependency @dotenvx/dotenvx to ^1.19.0 (#2206)
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.17.0` ->
`^1.19.0`](https://renovatebot.com/diffs/npm/@dotenvx%2fdotenvx/1.17.0/1.19.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@dotenvx%2fdotenvx/1.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@dotenvx%2fdotenvx/1.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@dotenvx%2fdotenvx/1.17.0/1.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@dotenvx%2fdotenvx/1.17.0/1.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Added

- support key glob filtering for `encrypt` and `decrypt`. example:
`dotenvx encrypt -ek "NEXT_PUBLIC_*"`
([#&#8203;397](https://redirect.github.com/dotenvx/dotenvx/pull/397))

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

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

##### Added

- escape user inputted regex groupings like `$1` or `$2`.
([#&#8203;396](https://redirect.github.com/dotenvx/dotenvx/pull/396))

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

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

##### Added

- `set` and `encrypt` preserve leading spaces
([#&#8203;395](https://redirect.github.com/dotenvx/dotenvx/pull/395/))

```sh
     HELLO=world
```

##### Changed

- improve escape and quote handling for `set`, `encrypt`, and `decrypt`
([#&#8203;395](https://redirect.github.com/dotenvx/dotenvx/pull/395))
- 🐞 fix `encrypt`, then `decrypt`, then `encrypt` on a json value
([#&#8203;377](https://redirect.github.com/dotenvx/dotenvx/issues/377))

Note: the underlying `replace` engine to support these changes now wraps
your values in single quotes. the prior `replace` engine wrapped in
double quotes.

So where your `.env` used to look like this with double quotes:

```sh
HELLO="encrypted:1234"
API_KEY="encrypted:5678"
```

It will now begin looking like this with single quotes:

```sh
HELLO='encrypted:1234'
API_KEY='encrypted:5678'
```

It's an aesthetic side effect only. Your values will continue to be
decrypted and encrypted correctly.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 1a96090 commit c3cc8ad
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 @@ -31,7 +31,7 @@
"dependencies": {
"@adminjs/sequelize": "^4.1.1",
"@databases/pg": "^5.5.0",
"@dotenvx/dotenvx": "^1.17.0",
"@dotenvx/dotenvx": "^1.19.0",
"@fastify/sensible": "^6.0.1",
"@sentry/node": "^8.34.0",
"@sentry/profiling-node": "8.34.0",
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 c3cc8ad

Please sign in to comment.