Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 4, 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

  • Fix bug where internal unquoted whitespace truncates values by @​joho in #​205

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: Disabled by config. Please merge this manually once you are satisfied.

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 label Feb 4, 2023
@renovate renovate bot changed the title Update module github.com/joho/godotenv to v1.5.0 Update module github.com/joho/godotenv to v1.5.1 Feb 6, 2023
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch from 99d493d to 47d757b Compare February 6, 2023 00:29
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch from 47d757b to b616e8c Compare March 24, 2023 22:55
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch from b616e8c to c1662ff Compare July 18, 2023 12:37
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch 2 times, most recently from 2a9eb30 to 0ae3fe2 Compare September 1, 2023 10:05
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch from 0ae3fe2 to a65b9e3 Compare September 14, 2023 10:43
@renovate renovate bot changed the title Update module github.com/joho/godotenv to v1.5.1 fix(deps): update module github.com/joho/godotenv to v1.5.1 Oct 4, 2023
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch from a65b9e3 to fad95e8 Compare October 4, 2023 11:06
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch from fad95e8 to 99c4c5a Compare February 9, 2024 11:14
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch from 99c4c5a to 2045487 Compare March 6, 2024 09:55
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch from 2045487 to 64f0105 Compare April 23, 2024 22:31
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch 2 times, most recently from 2b7a286 to 2380854 Compare May 10, 2024 18:03
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch from 2380854 to 3d0946d Compare July 10, 2024 12:18
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch 3 times, most recently from f7cc641 to 7d63628 Compare September 25, 2024 16:55
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch 2 times, most recently from 0f64845 to e0ed563 Compare October 4, 2024 10:54
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch 2 times, most recently from 207bf78 to 0e318f1 Compare October 30, 2024 16:28
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch 5 times, most recently from e4b4e45 to 8bd160a Compare January 27, 2025 12:37
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch from 8bd160a to 93bb3ad Compare February 4, 2025 13:26
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch from 93bb3ad to 77b97a4 Compare February 12, 2025 14:31
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch 2 times, most recently from d3f5255 to cc9b7dd Compare April 1, 2025 07:40
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch from cc9b7dd to e639056 Compare April 10, 2025 10:47
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch 2 times, most recently from 74f2d0a to 8264e8a Compare September 2, 2025 19:04
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch from 8264e8a to 9805846 Compare September 16, 2025 18:46
@renovate renovate bot changed the title fix(deps): update module github.com/joho/godotenv to v1.5.1 fix(deps): update module github.com/joho/godotenv to v1.5.1 - autoclosed Sep 21, 2025
@renovate renovate bot closed this Sep 21, 2025
@renovate renovate bot deleted the renovate/github.com-joho-godotenv-1.x branch September 21, 2025 09:41
@renovate renovate bot changed the title fix(deps): update module github.com/joho/godotenv to v1.5.1 - autoclosed fix(deps): update module github.com/joho/godotenv to v1.5.1 Sep 21, 2025
@renovate renovate bot reopened this Sep 21, 2025
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch from 183d17b to 9805846 Compare September 21, 2025 12:47
@renovate renovate bot changed the title fix(deps): update module github.com/joho/godotenv to v1.5.1 fix(deps): update module github.com/joho/godotenv to v1.5.1 - autoclosed Oct 10, 2025
@renovate renovate bot closed this Oct 10, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/joho/godotenv to v1.5.1 - autoclosed fix(deps): update module github.com/joho/godotenv to v1.5.1 Oct 10, 2025
@renovate renovate bot reopened this Oct 10, 2025
@renovate renovate bot force-pushed the renovate/github.com-joho-godotenv-1.x branch 2 times, most recently from 9805846 to 91f32c0 Compare October 10, 2025 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants