-
Notifications
You must be signed in to change notification settings - Fork 67
fix(deps): update module github.com/joho/godotenv to v1.5.1 #122
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/github.com-joho-godotenv-1.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
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
d3f5255
to
cc9b7dd
Compare
cc9b7dd
to
e639056
Compare
74f2d0a
to
8264e8a
Compare
8264e8a
to
9805846
Compare
183d17b
to
9805846
Compare
9805846
to
91f32c0
Compare
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.1
Release 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:
export
statement filtering was made more robust and matched earlier versions behaviourFOO.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 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
-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.
This PR was generated by Mend Renovate. View the repository job log.