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 v11 #15875

Merged
merged 5 commits into from
Feb 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dotenv-expand ^10.0.0 -> ^11.0.3 age adoption passing confidence

Release Notes

motdotla/dotenv-expand (dotenv-expand)

v11.0.3

Compare Source

Changed
  • 🐞 bug fix when processEnv set to process.env rather than empty object (also test fixes which hid the bug) (#​113)

v11.0.2

Compare Source

Changed

v11.0.1

Compare Source

Added
  • Added funding link in package.json

v11.0.0

Compare Source

Added
  • Add typings for import dotenv-expand/config (#​99)
  • Support expansion of dot in env variable names like POSTGRESQL.BASE.USER (#​93)
  • Add processEnv option (#​105)
  • Add support for default format of ${VAR-default} (#​109)
Changed
  • Do not expand prior process.env environment variables. NOTE: make sure to see updated README regarding dotenv.config({ processEnv: {} }) (#​104)
  • 🐞 handle $var1$var2 (#​103, #​104)
  • 🐞 fix fatal recursive error when variable defines value with same variable VAR=$VAR #​98
Removed
  • Remove ignoreProcessEnv option (use processEnv option going forward)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 12, 2024
Copy link
Contributor Author

renovate bot commented Feb 12, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 205 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 172, reused 164, downloaded 0, added 0
Progress: resolved 409, reused 354, downloaded 8, added 0
Progress: resolved 1084, reused 984, downloaded 13, added 0
 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: dotenv-expand@10.0.0

Either remove them from "patchedDependencies" or update them to match packages in your dependencies.

Copy link

stackblitz bot commented Feb 12, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@bluwy bluwy linked an issue Feb 12, 2024 that may be closed by this pull request
7 tasks
Copy link
Contributor Author

renovate bot commented Feb 12, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Copy link
Member

@bluwy bluwy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR removes a patch made to dotenv-expand.

@sapphi-red
Copy link
Member

@bluwy I think we can merge this in a patch version. Just to be sure, do you have any concerns about that?

@bluwy
Copy link
Member

bluwy commented Feb 12, 2024

Nope. I think this should be fine in a patch too 👍

@sapphi-red sapphi-red merged commit 642d528 into main Feb 12, 2024
10 checks passed
@sapphi-red sapphi-red deleted the renovate/dotenv-expand-11.x branch February 12, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update motdotla/dotenv-expand dep to ^11.0.0
2 participants