Skip to content

chore(deps): update dependency @dotenvx/dotenvx to v1.62.0#24

Open
konflux-staging[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/dotenvx-dotenvx-1.x-lockfile
Open

chore(deps): update dependency @dotenvx/dotenvx to v1.62.0#24
konflux-staging[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/dotenvx-dotenvx-1.x-lockfile

Conversation

@konflux-staging
Copy link
Copy Markdown

@konflux-staging konflux-staging Bot commented Mar 11, 2026

This PR contains the following updates:

Package Change Age Confidence
@dotenvx/dotenvx 1.52.01.62.0 age confidence

Release Notes

dotenvx/dotenvx (@​dotenvx/dotenvx)

v1.62.0

Compare Source

Added
  • Add support for config({ envs }). unlocks simpler cloudflare worker integration (#​803)
import envSrc from '../.env.txt'
import dotenvx from '@​dotenvx/dotenvx'

export default {
  async fetch(request, env, ctx) {
    dotenvx.config({ envs: [{ type: 'env', value: envSrc, privateKeyName: 'DOTENV_PRIVATE_KEY' }] processEnv: env })

    return new Response(`Hello ${env.HELLO}`)
  },
};

v1.61.6

Compare Source

Changed
  • Guard against command substitution following encrypted: (#​802)

v1.61.5

Compare Source

Changed
  • Support --hostname flag to dotenvx-ops.login (#​801)

v1.61.4

Compare Source

Changed
  • Respect SIGINT handler completion (#​798)

v1.61.3

Compare Source

Changed
  • Tighten up ext precommit --install message (#​797)

v1.61.2

Compare Source

Changed
  • For Ops ⛨ users surface stderr (#​796)

v1.61.1

Compare Source

Changed
  • Faster coldstarts! (#​781)
  • Patch dotenvx precommit|prebuild shorthand (#​793)

v1.61.0

Compare Source

Added
  • Add login and logout method that proxy to dotenvx-ops login/logout (#​780)
  • Note: dotenvx continues to make zero outgoing HTTP requests and includes no telemetry. Outgoing requests occur only if you explicitly install the dotenvx-ops SDK or CLI.

v1.60.2

Compare Source

Changed
  • Communicate local key and armored key (for Ops stored keys) (#​778)

v1.60.1

Compare Source

Added
  • Added missing + key ⛨ for Ops stored keys (#​777)

v1.60.0

Compare Source

Added
  • Add spinner with loading messages
    • injecting (run)
    • encrypting (encrypt, set)
    • decrypting (decrypt, get)
    • rotating (rotate)
    • retrieving (keypair)

v1.59.1

Compare Source

Added
  • add HELLO key to the kit sample to match most of our examples in the README

v1.59.0

Compare Source

Changed
  • encrypt and set now create a .env file if one does not exist (#​771)
  • pass --no-create to prevent file creation

v1.58.0

Compare Source

Changed
  • Changed runtime injection message to format ⟐ injecting env (N) from FILE · dotenvx@VERSION (#​770)

v1.57.5

Compare Source

Changes
  • Improve already installed message (#​768)

v1.57.4

Compare Source

Changes

v1.57.3

Compare Source

Changes
  • Simplify installed success message (#​766)

v1.57.2

Compare Source

Changes
  • Ran npm audit to update package-lock.json (#​763)

v1.57.1

Compare Source

Changes
  • improved error logs and compacted most to a single line (#​755)

  • introduced leading log glyphs as a visual status language:

    • success action (injected)
    • success action (encrypted)
    • success action (set plain value, decrypted)
    • success action (rotated)
    • informational no-op (no changes)
    • success action for generated/updated support files
    • warning
    • error

v1.57.0

Compare Source

Changed
  • color and formatting changes to outputs (#​754)

v1.56.0

Compare Source

Changed
  • ops off flag — now respected by get, keypair, rotate, and encrypt (#​750)
  • --pp alias — added as shorthand for --pretty-print; toward sunsetting -pp (#​750)
Removed
  • Remove support for .env.vault files (#​750)

v1.55.1

Compare Source

Added
  • Respect dotenvx-ops status (on|off) (#​749)

v1.55.0

Compare Source

Added
  • Add '⛨ ARMORED KEYS: Harden your private keys.' security feature when dotenvx-ops installed (#​746)
Removed
  • Remove ProKeypair logic

v1.54.1

Compare Source

Changed
  • Fix npm publish

v1.53.0

Compare Source

Removed
  • Remove radar. It has been a year since replaced by ops. (#​743)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@konflux-staging konflux-staging Bot force-pushed the konflux/mintmaker/main/dotenvx-dotenvx-1.x-lockfile branch from 9be28ed to 9e737db Compare March 14, 2026 00:28
@konflux-staging konflux-staging Bot changed the title chore(deps): update dependency @dotenvx/dotenvx to v1.54.1 chore(deps): update dependency @dotenvx/dotenvx to v1.55.0 Mar 14, 2026
@konflux-staging konflux-staging Bot force-pushed the konflux/mintmaker/main/dotenvx-dotenvx-1.x-lockfile branch from 9e737db to 3e0e923 Compare March 14, 2026 08:32
@konflux-staging konflux-staging Bot changed the title chore(deps): update dependency @dotenvx/dotenvx to v1.55.0 chore(deps): update dependency @dotenvx/dotenvx to v1.55.1 Mar 14, 2026
@testcara testcara force-pushed the main branch 3 times, most recently from ce96dac to fe3bbbd Compare March 19, 2026 10:05
@konflux-staging konflux-staging Bot force-pushed the konflux/mintmaker/main/dotenvx-dotenvx-1.x-lockfile branch from 3e0e923 to 6270d6a Compare March 20, 2026 13:10
@konflux-staging konflux-staging Bot changed the title chore(deps): update dependency @dotenvx/dotenvx to v1.55.1 chore(deps): update dependency @dotenvx/dotenvx to v1.57.0 Mar 20, 2026
@konflux-staging konflux-staging Bot force-pushed the konflux/mintmaker/main/dotenvx-dotenvx-1.x-lockfile branch from 6270d6a to fb6e4a2 Compare March 22, 2026 05:07
@konflux-staging konflux-staging Bot changed the title chore(deps): update dependency @dotenvx/dotenvx to v1.57.0 chore(deps): update dependency @dotenvx/dotenvx to v1.57.1 Mar 22, 2026
@konflux-staging konflux-staging Bot force-pushed the konflux/mintmaker/main/dotenvx-dotenvx-1.x-lockfile branch from fb6e4a2 to 6d1a1f0 Compare March 23, 2026 04:28
@konflux-staging konflux-staging Bot changed the title chore(deps): update dependency @dotenvx/dotenvx to v1.57.1 chore(deps): update dependency @dotenvx/dotenvx to v1.57.2 Mar 23, 2026
@konflux-staging konflux-staging Bot force-pushed the konflux/mintmaker/main/dotenvx-dotenvx-1.x-lockfile branch from 6d1a1f0 to 8c2559e Compare March 27, 2026 00:36
@konflux-staging konflux-staging Bot changed the title chore(deps): update dependency @dotenvx/dotenvx to v1.57.2 chore(deps): update dependency @dotenvx/dotenvx to v1.57.5 Mar 27, 2026
@konflux-staging konflux-staging Bot force-pushed the konflux/mintmaker/main/dotenvx-dotenvx-1.x-lockfile branch from 8c2559e to d2160bb Compare March 27, 2026 08:32
@konflux-staging konflux-staging Bot changed the title chore(deps): update dependency @dotenvx/dotenvx to v1.57.5 chore(deps): update dependency @dotenvx/dotenvx to v1.58.0 Mar 27, 2026
@konflux-staging konflux-staging Bot force-pushed the konflux/mintmaker/main/dotenvx-dotenvx-1.x-lockfile branch from d2160bb to b0ce8c8 Compare March 28, 2026 20:33
@konflux-staging konflux-staging Bot changed the title chore(deps): update dependency @dotenvx/dotenvx to v1.58.0 chore(deps): update dependency @dotenvx/dotenvx to v1.59.1 Mar 28, 2026
@konflux-staging konflux-staging Bot changed the title chore(deps): update dependency @dotenvx/dotenvx to v1.59.1 Update dependency @dotenvx/dotenvx to v1.59.1 Apr 1, 2026
@konflux-staging konflux-staging Bot force-pushed the konflux/mintmaker/main/dotenvx-dotenvx-1.x-lockfile branch from b0ce8c8 to 3832089 Compare April 1, 2026 12:27
@konflux-staging konflux-staging Bot changed the title Update dependency @dotenvx/dotenvx to v1.59.1 chore(deps): update dependency @dotenvx/dotenvx to v1.59.1 Apr 1, 2026
@konflux-staging konflux-staging Bot force-pushed the konflux/mintmaker/main/dotenvx-dotenvx-1.x-lockfile branch from 3832089 to b8e8eaa Compare April 6, 2026 00:22
@konflux-staging konflux-staging Bot changed the title chore(deps): update dependency @dotenvx/dotenvx to v1.59.1 chore(deps): update dependency @dotenvx/dotenvx to v1.60.0 Apr 6, 2026
@konflux-staging konflux-staging Bot force-pushed the konflux/mintmaker/main/dotenvx-dotenvx-1.x-lockfile branch from b8e8eaa to 323e95c Compare April 7, 2026 04:22
@konflux-staging konflux-staging Bot changed the title chore(deps): update dependency @dotenvx/dotenvx to v1.60.0 chore(deps): update dependency @dotenvx/dotenvx to v1.60.1 Apr 7, 2026
@testcara testcara force-pushed the main branch 3 times, most recently from afc8fed to 6e0a746 Compare April 8, 2026 06:35
@konflux-staging konflux-staging Bot force-pushed the konflux/mintmaker/main/dotenvx-dotenvx-1.x-lockfile branch from 323e95c to 44ed1c8 Compare April 8, 2026 08:22
@konflux-staging konflux-staging Bot changed the title chore(deps): update dependency @dotenvx/dotenvx to v1.60.1 chore(deps): update dependency @dotenvx/dotenvx to v1.60.2 Apr 8, 2026
@testcara testcara force-pushed the main branch 10 times, most recently from 02e8b2f to e30c490 Compare April 8, 2026 13:27
@konflux-staging konflux-staging Bot force-pushed the konflux/mintmaker/main/dotenvx-dotenvx-1.x-lockfile branch from 44ed1c8 to 5c04497 Compare April 9, 2026 16:19
@konflux-staging konflux-staging Bot changed the title chore(deps): update dependency @dotenvx/dotenvx to v1.60.2 chore(deps): update dependency @dotenvx/dotenvx to v1.61.0 Apr 9, 2026
@hac-test
Copy link
Copy Markdown

hac-test commented Apr 9, 2026

Scenario: konflux-ui-e2e
@konflux-staging[bot]: The following test has Failed, say /retest to rerun failed tests.

PipelineRun Name Status Rerun command Build Log Test Log
konflux-ui-e2e-npr7w Failed /retest View Pipeline Log View Test Logs

Inspecting Test Artifacts

To inspect your test artifacts, follow these steps:

  1. Install ORAS (see the ORAS installation guide).
  2. Download artifacts with the following commands:
mkdir -p oras-artifacts
cd oras-artifacts
oras pull quay.io/konflux_ui_qe/pr-check-artefacts:konflux-ui-e2e-npr7w

Test results analysis

🚨 No JUnit file found, see the log from running tests:

Click to view logs
Test execution completed with exit code: 1
Timestamp: Thu Apr  9 16:41:27 UTC 2026
Base URL: https://3.138.63.146:9443

OCI Artifact Browser URL

<not enabled>

@konflux-staging konflux-staging Bot force-pushed the konflux/mintmaker/main/dotenvx-dotenvx-1.x-lockfile branch from 5c04497 to 9f310ff Compare April 20, 2026 12:24
@konflux-staging konflux-staging Bot changed the title chore(deps): update dependency @dotenvx/dotenvx to v1.61.0 chore(deps): update dependency @dotenvx/dotenvx to v1.61.1 Apr 20, 2026
@konflux-staging konflux-staging Bot force-pushed the konflux/mintmaker/main/dotenvx-dotenvx-1.x-lockfile branch from 9f310ff to 7d246bf Compare April 21, 2026 20:21
@konflux-staging konflux-staging Bot changed the title chore(deps): update dependency @dotenvx/dotenvx to v1.61.1 chore(deps): update dependency @dotenvx/dotenvx to v1.61.2 Apr 21, 2026
@konflux-staging konflux-staging Bot force-pushed the konflux/mintmaker/main/dotenvx-dotenvx-1.x-lockfile branch from 7d246bf to 3408748 Compare April 22, 2026 08:22
@konflux-staging konflux-staging Bot changed the title chore(deps): update dependency @dotenvx/dotenvx to v1.61.2 chore(deps): update dependency @dotenvx/dotenvx to v1.61.4 Apr 22, 2026
@konflux-staging konflux-staging Bot force-pushed the konflux/mintmaker/main/dotenvx-dotenvx-1.x-lockfile branch from 3408748 to b6d1145 Compare April 23, 2026 04:22
@konflux-staging konflux-staging Bot changed the title chore(deps): update dependency @dotenvx/dotenvx to v1.61.4 chore(deps): update dependency @dotenvx/dotenvx to v1.61.5 Apr 23, 2026
Signed-off-by: konflux-staging <124796549+konflux-staging[bot]@users.noreply.github.com>
@konflux-staging konflux-staging Bot force-pushed the konflux/mintmaker/main/dotenvx-dotenvx-1.x-lockfile branch from b6d1145 to b21d8a3 Compare April 24, 2026 00:20
@konflux-staging konflux-staging Bot changed the title chore(deps): update dependency @dotenvx/dotenvx to v1.61.5 chore(deps): update dependency @dotenvx/dotenvx to v1.62.0 Apr 24, 2026
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.

1 participant