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

fix(deps): update module github.com/joho/godotenv to v1.5.1 #133

Merged
merged 1 commit into from
Jun 7, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/joho/godotenv require minor v1.4.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

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 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 requested a review from a team as a code owner February 4, 2023 02:48
@renovate renovate bot added the dependencies Indicates a change to dependencies label Feb 4, 2023
@codecov
Copy link

codecov bot commented Feb 4, 2023

Codecov Report

Merging #133 (a2bca56) into main (581363c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #133   +/-   ##
=======================================
  Coverage   47.52%   47.52%           
=======================================
  Files           6        6           
  Lines         425      425           
=======================================
  Hits          202      202           
  Misses        210      210           
  Partials       13       13           

@renovate renovate bot force-pushed the renovate/jackfan.us.kg-joho-godotenv-1.x branch from 1a21a11 to 9f8f2c2 Compare February 5, 2023 23:26
@renovate renovate bot changed the title fix(deps): update module github.com/joho/godotenv to v1.5.0 fix(deps): update module github.com/joho/godotenv to v1.5.1 Feb 5, 2023
@renovate renovate bot force-pushed the renovate/jackfan.us.kg-joho-godotenv-1.x branch from 9f8f2c2 to 710bc9d Compare June 7, 2023 15:42
jbrockopp
jbrockopp previously approved these changes Jun 7, 2023
Copy link
Contributor

@jbrockopp jbrockopp left a comment

Choose a reason for hiding this comment

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

LGTM

wass3rw3rk
wass3rw3rk previously approved these changes Jun 7, 2023
@wass3rw3rk wass3rw3rk dismissed stale reviews from jbrockopp and themself via a2bca56 June 7, 2023 17:55
@renovate renovate bot force-pushed the renovate/jackfan.us.kg-joho-godotenv-1.x branch from b7ab8fb to a2bca56 Compare June 7, 2023 17:55
Copy link
Contributor

@jbrockopp jbrockopp left a comment

Choose a reason for hiding this comment

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

LGTM

@wass3rw3rk wass3rw3rk merged commit 0de841f into main Jun 7, 2023
@wass3rw3rk wass3rw3rk deleted the renovate/jackfan.us.kg-joho-godotenv-1.x branch June 7, 2023 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Indicates a change to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants