Skip to content

Update module github.com/joho/godotenv to v1.5.1#205

Merged
compscidr merged 1 commit intomainfrom
renovate/github.com-joho-godotenv-1.x
May 29, 2023
Merged

Update module github.com/joho/godotenv to v1.5.1#205
compscidr merged 1 commit intomainfrom
renovate/github.com-joho-godotenv-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 6, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/joho/godotenv require patch v1.5.0 -> v1.5.1

Release Notes

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


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 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.

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 6, 2023

Codecov Report

Base: 73.17% // Head: 73.17% // No change to project coverage 👍

Coverage data is based on head (04c98d3) compared to base (b62d1cd).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #205   +/-   ##
=======================================
  Coverage   73.17%   73.17%           
=======================================
  Files           4        4           
  Lines         369      369           
=======================================
  Hits          270      270           
  Misses         93       93           
  Partials        6        6           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@compscidr compscidr merged commit 057a539 into main May 29, 2023
@compscidr compscidr deleted the renovate/github.com-joho-godotenv-1.x branch May 29, 2023 05:34
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