Skip to content
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

chore(deps): update dependency dotenv-expand to v12 #4007

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dotenv-expand 11.0.7 -> 12.0.1 age adoption passing confidence

Release Notes

motdotla/dotenv-expand (dotenv-expand)

v12.0.1

Compare Source

Changed
  • break logic on runningParsed (#ad887)

v12.0.0

Compare Source

Added
  • 🎉 support alternate value expansion (see usage) (#​131)
Changed

NOTE: I recommend dotenvx over dotenv-expand when you are ready. I'm putting all my effort there for a unified standard .env implementation that works everywhere and matches bash, docker-compose, and more. In some cases it slightly improves on them - leading to more reliability for your secrets and config.

  • ⚠️ BREAKING: do NOT attempt expansion of process.env (#​131)

This has always been dangerous (unexpected side effects) and is now removed. process.env should not hold values you want to expand. If for some reason you need equivalent abilities, use dotenvx. You can ship an encrypted .env file with your code - allowing safe expansion at runtime - rather than relying on trying to expand pre-existing process.env values that could for good reason have a dollar sign in them (example a password).


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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

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

Copy link

netlify bot commented Nov 18, 2024

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit 18a560c
🔍 Latest deploy log https://app.netlify.com/sites/rsbuild/deploys/67565aaab628880008571bf4
😎 Deploy Preview https://deploy-preview-4007--rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 70 (no change from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/dotenv-expand-12.x branch from 864d4ac to b7a315a Compare November 18, 2024 18:37
@renovate renovate bot force-pushed the renovate/dotenv-expand-12.x branch from b7a315a to 6dfbd7b Compare November 27, 2024 14:19
@chenjiahan chenjiahan added this to the 1.2.0 milestone Dec 1, 2024
@renovate renovate bot force-pushed the renovate/dotenv-expand-12.x branch 3 times, most recently from c85f8b2 to c7527f5 Compare December 6, 2024 02:02
@renovate renovate bot force-pushed the renovate/dotenv-expand-12.x branch from c7527f5 to 18a560c Compare December 9, 2024 02:49
@chenjiahan chenjiahan merged commit 38ef0c8 into main Dec 30, 2024
9 checks passed
@chenjiahan chenjiahan deleted the renovate/dotenv-expand-12.x branch December 30, 2024 09:27
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