[PR #824] [MERGED] build(deps): bump github.com/joho/godotenv from 1.3.0 to 1.4.0 #1631

Closed
opened 2026-03-01 21:52:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/824
Author: @dependabot[bot]
Created: 9/25/2021
Status: Merged
Merged: 9/26/2021
Merged by: @mergify[bot]

Base: masterHead: dependabot/go_modules/github.com/joho/godotenv-1.4.0


📝 Commits (3)

  • f839171 build(deps): bump github.com/joho/godotenv from 1.3.0 to 1.4.0
  • 590e7fd Merge branch 'master' into dependabot/go_modules/github.com/joho/godotenv-1.4.0
  • e37c3f7 Merge branch 'master' into dependabot/go_modules/github.com/joho/godotenv-1.4.0

📊 Changes

2 files changed (+14 additions, -81 deletions)

View changed files

📝 go.mod (+1 -4)
📝 go.sum (+13 -77)

📄 Description

Bumps github.com/joho/godotenv from 1.3.0 to 1.4.0.

Release notes

Sourced from github.com/joho/godotenv's releases.

Housekeeping release

It's been a long road

Sorry all, it's been a long time between releases. I have small children now!

Biggest changes are: #133 Fix missing newline on exported files @​gnarlex #109 Export ints without quotes @​mniak #70 Support keynames starting with export @​hairyhenderson

I'll try and come back and amend the release with other PR contributors, but thank you to everyone who sent patches in.

Next release will include multiline variables.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/824 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/25/2021 **Status:** ✅ Merged **Merged:** 9/26/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/joho/godotenv-1.4.0` --- ### 📝 Commits (3) - [`f839171`](https://github.com/nektos/act/commit/f839171b81195d8a749f9d08ac2ed39e7b2b9385) build(deps): bump github.com/joho/godotenv from 1.3.0 to 1.4.0 - [`590e7fd`](https://github.com/nektos/act/commit/590e7fda2da2738376d0f5e3197049dd5c6c8220) Merge branch 'master' into dependabot/go_modules/github.com/joho/godotenv-1.4.0 - [`e37c3f7`](https://github.com/nektos/act/commit/e37c3f7e2b7282771df5645dd212268bcfbbd6bb) Merge branch 'master' into dependabot/go_modules/github.com/joho/godotenv-1.4.0 ### 📊 Changes **2 files changed** (+14 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -4) 📝 `go.sum` (+13 -77) </details> ### 📄 Description Bumps [github.com/joho/godotenv](https://github.com/joho/godotenv) from 1.3.0 to 1.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/joho/godotenv/releases">github.com/joho/godotenv's releases</a>.</em></p> <blockquote> <h2>Housekeeping release</h2> <p><img src="https://us.v-cdn.net/6030345/uploads/editor/wb/mwj6cvbprsdp.gif" alt="It's been a long road" /></p> <p>Sorry all, it's been a long time between releases. I have small children now!</p> <p>Biggest changes are: <a href="https://github-redirect.dependabot.com/joho/godotenv/issues/133">#133</a> Fix missing newline on exported files <a href="https://github.com/gnarlex"><code>@​gnarlex</code></a> <a href="https://github-redirect.dependabot.com/joho/godotenv/issues/109">#109</a> Export ints without quotes <a href="https://github.com/mniak"><code>@​mniak</code></a> <a href="https://github-redirect.dependabot.com/joho/godotenv/issues/70">#70</a> Support keynames starting with export <a href="https://github.com/hairyhenderson"><code>@​hairyhenderson</code></a></p> <p>I'll try and come back and amend the release with other PR contributors, but thank you to everyone who sent patches in.</p> <p>Next release will include multiline variables.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/joho/godotenv/commit/ddf83eb33bbb136f62617a409142b74b91dbcff3"><code>ddf83eb</code></a> Add missing newline to created env files (<a href="https://github-redirect.dependabot.com/joho/godotenv/issues/133">#133</a>)</li> <li><a href="https://github.com/joho/godotenv/commit/f562099a4320c6cf2a806734921872cbe57ad585"><code>f562099</code></a> Add renovate.json (<a href="https://github-redirect.dependabot.com/joho/godotenv/issues/124">#124</a>)</li> <li><a href="https://github.com/joho/godotenv/commit/c49ef66cd3628487d83ccf2fb33489017e0b158a"><code>c49ef66</code></a> Fix release name</li> <li><a href="https://github.com/joho/godotenv/commit/c142d160525494deb52b636f489088a578d3a9b6"><code>c142d16</code></a> Try a different github action</li> <li><a href="https://github.com/joho/godotenv/commit/4e2d182c9aa51f1b7ac376be4bcb42a9ace80ea7"><code>4e2d182</code></a> Add action to publish binaries on each release (<a href="https://github-redirect.dependabot.com/joho/godotenv/issues/125">#125</a>)</li> <li><a href="https://github.com/joho/godotenv/commit/65218afbaa9b8e90c3e550b3a30da9b213e27a3b"><code>65218af</code></a> Add a go.mod file (<a href="https://github-redirect.dependabot.com/joho/godotenv/issues/123">#123</a>)</li> <li><a href="https://github.com/joho/godotenv/commit/aa035a1808759a133b9e01922487197e2c70c782"><code>aa035a1</code></a> Non amd tests (<a href="https://github-redirect.dependabot.com/joho/godotenv/issues/122">#122</a>)</li> <li><a href="https://github.com/joho/godotenv/commit/23296b91aa473eb89d3ef2227622297b786cfad5"><code>23296b9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/joho/godotenv/issues/121">#121</a> from joho/github-actions</li> <li><a href="https://github.com/joho/godotenv/commit/e57c08db278472e34dfb9093fc464f977aaa1125"><code>e57c08d</code></a> Add CI badge to readme</li> <li><a href="https://github.com/joho/godotenv/commit/573e9186b211b6fc6165d497725a57a9917db1e4"><code>573e918</code></a> Matrix test across mac/win/linux</li> <li>Additional commits viewable in <a href="https://github.com/joho/godotenv/compare/v1.3.0...v1.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/joho/godotenv&package-manager=go_modules&previous-version=1.3.0&new-version=1.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:52:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#1631
No description provided.