From c3cc8adeec9061ac112b146e12d510fff35742d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 22:49:22 +0000 Subject: [PATCH] fix(deps): update dependency @dotenvx/dotenvx to ^1.19.0 (#2206) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
dotenvx/dotenvx (@​dotenvx/dotenvx) ### [`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_*"` ([#​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`. ([#​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 ([#​395](https://redirect.github.com/dotenvx/dotenvx/pull/395/)) ```sh HELLO=world ``` ##### Changed - improve escape and quote handling for `set`, `encrypt`, and `decrypt` ([#​395](https://redirect.github.com/dotenvx/dotenvx/pull/395)) - 🐞 fix `encrypt`, then `decrypt`, then `encrypt` on a json value ([#​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.
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e7580de55..bc7820dd7 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 51dde05b2..41bc5f0c8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^5.5.0 version: 5.5.0(typescript@5.6.3) '@dotenvx/dotenvx': - specifier: ^1.17.0 - version: 1.17.0 + specifier: ^1.19.0 + version: 1.19.0 '@fastify/sensible': specifier: ^6.0.1 version: 6.0.1 @@ -1308,8 +1308,8 @@ packages: '@databases/with-container@2.1.1': resolution: {integrity: sha512-iHsOn/6ElWuGpcytgNh9ZAvFd78G0ikOMWj0DtMTB4fXVqRA5uYZpLpLv/fvwL895xT7VTbVA6HV3YoY0yuQUg==} - '@dotenvx/dotenvx@1.17.0': - resolution: {integrity: sha512-++MXRo0iHC7NI5ycmoTzxgK16QjwH5uxiFJUwMx/rUE2fBdnsK3wCpAjlS27cX/EnK4bIj1LsOVDswmBY28qIg==} + '@dotenvx/dotenvx@1.19.0': + resolution: {integrity: sha512-o+gdlAm+5xHw8DvkOZeMUn0vqiHWVz5oO9FpRg+ST9Jpg5eg3XL+WSOc7FqJ0PYAuoTHxhHP5vDPPcXvcJKnIQ==} hasBin: true '@emotion/babel-plugin@11.12.0': @@ -7411,7 +7411,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@dotenvx/dotenvx@1.17.0': + '@dotenvx/dotenvx@1.19.0': dependencies: commander: 11.1.0 dotenv: 16.4.5