fix(deps): update module github.com/joho/godotenv to v1.5.1#122
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module github.com/joho/godotenv to v1.5.1#122renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
99d493d to
47d757b
Compare
47d757b to
b616e8c
Compare
b616e8c to
c1662ff
Compare
2a9eb30 to
0ae3fe2
Compare
0ae3fe2 to
a65b9e3
Compare
a65b9e3 to
fad95e8
Compare
fad95e8 to
99c4c5a
Compare
99c4c5a to
2045487
Compare
2045487 to
64f0105
Compare
2b7a286 to
2380854
Compare
2380854 to
3d0946d
Compare
f7cc641 to
7d63628
Compare
0f64845 to
e0ed563
Compare
207bf78 to
0e318f1
Compare
e4b4e45 to
8bd160a
Compare
8bd160a to
93bb3ad
Compare
93bb3ad to
77b97a4
Compare
183d17b to
9805846
Compare
9805846 to
91f32c0
Compare
91f32c0 to
ffb1631
Compare
82d2613 to
5477008
Compare
5477008 to
97deb84
Compare
97deb84 to
fa8dc47
Compare
51efd47 to
7826251
Compare
7826251 to
a220127
Compare
a220127 to
091cd71
Compare
091cd71 to
e40f92a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.4.0→v1.5.1Release Notes
joho/godotenv (github.com/joho/godotenv)
v1.5.1: Fix parser regressions from multiline supportCompare 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:
exportstatement filtering was made more robust and matched earlier versions behaviourFOO.BARkey 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="barwould set env ofFOO: '"bar'), this now returns an error.What's Changed
Full Changelog: joho/godotenv@v1.5.0...v1.5.1
v1.5.0: - multiline variablesCompare 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
-ooverload flag (thanks @2tef)What's Changed
New Contributors
Full Changelog: joho/godotenv@v1.4.0...v1.5.0
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.