Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 24, 2023

This PR contains the following updates:

Package Change Age Confidence
github.com/joho/godotenv v1.4.0 -> v1.5.1 age confidence

Release Notes

joho/godotenv (github.com/joho/godotenv)

v1.5.1: Fix parser regressions from multiline support

Compare Source

Version 1.5 came with a whole new parser, and with a new parser comes new bugs.

Things that were broken in 1.5 that are now fixed:

  • unquoted variables with interior whitespace no longer split on the first space (and then break the following line if you have one)
  • inline comments now work again for both quoted and unquoted variables
  • export statement filtering was made more robust and matched earlier versions behaviour
  • FOO.BAR key names are permitted again (i have no idea why you'd do it, but it's explicitly supported in ruby dotenv files)

There's one breaking change: earlier versions of this library would allow unterminated quoted variables in some instances and return a value (ie FOO="bar would set env of FOO: '"bar'), this now returns an error.

What's Changed

Full Changelog: joho/godotenv@v1.5.0...v1.5.1

v1.5.0: - multiline variables

Compare Source

The big news this release is that godotenv finally, after much procrastination in review, supports multiline variables (fixes #​64). Big shoutout to @​x1unix for the bulk of the work on the original PR and also to @​coolaj86 and @​austinsasko for some very helpful review and tweaks.

Also added a -o overload flag (thanks @​2tef)

What's Changed

New Contributors

Full Changelog: joho/godotenv@v1.4.0...v1.5.0


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. View the repository job log.

@renovate renovate bot added the renovate Automated action from Renovate label Mar 24, 2023
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch from 3690582 to 973c7c9 Compare September 15, 2023 15:01
@renovate renovate bot changed the title Update module github.com/joho/godotenv to v1.5.1 Update module github.com/joho/godotenv to v1.5.1 - autoclosed Jun 11, 2025
@renovate renovate bot closed this Jun 11, 2025
@renovate renovate bot deleted the renovate/github.com-joho-godotenv-1.x branch June 11, 2025 06:09
@renovate renovate bot changed the title Update module github.com/joho/godotenv to v1.5.1 - autoclosed Update module github.com/joho/godotenv to v1.5.1 Jun 11, 2025
@renovate renovate bot reopened this Jun 11, 2025
@renovate renovate bot changed the title Update module github.com/joho/godotenv to v1.5.1 Update module github.com/joho/godotenv to v1.5.1 - autoclosed Aug 4, 2025
@renovate renovate bot closed this Aug 4, 2025
@renovate renovate bot changed the title Update module github.com/joho/godotenv to v1.5.1 - autoclosed Update module github.com/joho/godotenv to v1.5.1 Aug 5, 2025
@renovate renovate bot reopened this Aug 5, 2025
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch from 1fa09c2 to 973c7c9 Compare August 5, 2025 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate Automated action from Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants