Skip to content

fix(deps): update non-major-dependencies #188

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2025

This PR contains the following updates:

Package Change Age Confidence
dotenv ^17.0.0 -> ^17.2.0 age confidence
zod (source) ^3.25.64 -> ^3.25.76 age confidence

Release Notes

motdotla/dotenv (dotenv)

v17.2.0

Compare Source

Added
  • Optionally specify DOTENV_CONFIG_QUIET=true in your environment or .env file to quiet the runtime log (#​889)
  • Just like dotenv any DOTENV_CONFIG_ environment variables take precedence over any code set options like ({quiet: false})

v17.1.0

Compare Source

Added
  • Add additional security and configuration tips to the runtime log (#​884)
  • Dim the tips text from the main injection information text
const TIPS = [
  '🔐 encrypt with dotenvx: https://dotenvx.com',
  '🔐 prevent committing .env to code: https://dotenvx.com/precommit',
  '🔐 prevent building .env in docker: https://dotenvx.com/prebuild',
  '🛠️  run anywhere with `dotenvx run -- yourcommand`',
  '⚙️  specify custom .env file path with { path: \'/custom/path/.env\' }',
  '⚙️  enable debug logging with { debug: true }',
  '⚙️  override existing env vars with { override: true }',
  '⚙️  suppress all logs with { quiet: true }',
  '⚙️  write to custom object with { processEnv: myObject }',
  '⚙️  load multiple .env files with { path: [\'.env.local\', \'.env\'] }'
]

v17.0.1

Compare Source

Changed
  • Patched injected log to count only populated/set keys to process.env (#​879)
colinhacks/zod (zod)

v3.25.76

Compare Source

v3.25.75

Compare Source

v3.25.74

Compare Source

v3.25.73

Compare Source

Commits:

v3.25.72

Compare Source

v3.25.71

Compare Source

v3.25.70

Compare Source

v3.25.69

Compare Source

v3.25.68

Compare Source

v3.25.67

Compare Source

Commits:

v3.25.66

Compare Source

v3.25.65

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from b02f716 to 51e0e7d Compare June 26, 2025 20:53
@renovate renovate bot changed the title fix(deps): update dependency zod to ^3.25.67 fix(deps): update non-major-dependencies Jun 26, 2025
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 51e0e7d to 1e79471 Compare June 27, 2025 17:29
@renovate renovate bot changed the title fix(deps): update non-major-dependencies fix(deps): update dependency zod to ^3.25.67 Jul 1, 2025
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from a20ed5c to 800dd9d Compare July 1, 2025 16:15
@renovate renovate bot changed the title fix(deps): update dependency zod to ^3.25.67 fix(deps): update non-major-dependencies Jul 1, 2025
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 8 times, most recently from 2b23a34 to f57a731 Compare July 8, 2025 12:29
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from f57a731 to 1bbd49a Compare July 9, 2025 17:29
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.

0 participants