Skip to content

Conversation

@renovate
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

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


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 03:46
@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 #761 (f4420bc) into main (8be8a48) will not change coverage.
The diff coverage is n/a.

❗ Current head f4420bc differs from pull request most recent head 7f89720. Consider uploading reports for the commit 7f89720 to get more accurate results

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #761   +/-   ##
=======================================
  Coverage   54.88%   54.88%           
=======================================
  Files         244      244           
  Lines       16490    16490           
=======================================
  Hits         9050     9050           
  Misses       7041     7041           
  Partials      399      399           

@renovate renovate bot force-pushed the renovate/github.amrom.workers.dev-joho-godotenv-1.x branch from 5a6f0c1 to 62ac0bf Compare February 6, 2023 00:13
@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 6, 2023
@renovate renovate bot force-pushed the renovate/github.amrom.workers.dev-joho-godotenv-1.x branch 2 times, most recently from 6e41302 to 0e2b9fa Compare February 21, 2023 01:24
@renovate renovate bot force-pushed the renovate/github.amrom.workers.dev-joho-godotenv-1.x branch 7 times, most recently from 00e4c40 to 17e647b Compare February 24, 2023 23:01
plyr4
plyr4 previously approved these changes Feb 24, 2023
@renovate renovate bot force-pushed the renovate/github.amrom.workers.dev-joho-godotenv-1.x branch from f4420bc to 7f89720 Compare February 24, 2023 23:12
@wass3r wass3r merged commit 4c9778b into main Feb 24, 2023
@wass3r wass3r deleted the renovate/github.amrom.workers.dev-joho-godotenv-1.x branch February 24, 2023 23:17
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.

3 participants