Skip to content

[deps]: Update dotenv to v3#2630

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dotenv-3.x
Open

[deps]: Update dotenv to v3#2630
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dotenv-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 11, 2026

This PR contains the following updates:

Package Change Age Confidence
dotenv (changelog) '2.8.1''3.2.0' age confidence

Release Notes

bkeepers/dotenv (dotenv)

v3.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: bkeepers/dotenv@v3.1.8...v3.2.0

v3.1.8

Compare Source

Thanks to Stoked Seagull Software for sponsoring this release of dotenv!
Need help with a software project but don't know where to begin? Stoked Seagull can help.

Interested in sponsoring dotenv?

What's Changed

New Contributors

Full Changelog: bkeepers/dotenv@v3.1.7...v3.1.8

v3.1.7

Compare Source

What's Changed

Full Changelog: bkeepers/dotenv@v3.1.6...v3.1.7

v3.1.6: 3.1.6

Compare Source

What's Changed

  • Fix: Restore previous parser behavior of returning existing variables by @​bkeepers in #​519

Full Changelog: bkeepers/dotenv@v3.1.5...v3.1.6

v3.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: bkeepers/dotenv@v3.1.4...v3.1.5

v3.1.4: 3.1.4

Compare Source

What's Changed

New Contributors

Full Changelog: bkeepers/dotenv@v3.1.3...v3.1.4

v3.1.3

Compare Source

v3.1.2: 3.1.2

Compare Source

What's Changed

Full Changelog: bkeepers/dotenv@v3.1.1...v3.1.2

v3.1.1: 3.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: bkeepers/dotenv@v3.1.0...v3.1.1

v3.1.0: 3.1.0

Compare Source

What's Changed

config/application.rb

Set a custom dotenv logger

Dotenv::Rails.logger = MyCustomLogger.new

module YourApp
class Application < Rails::Application

end

end


**Full Changelog**: https://github.com/bkeepers/dotenv/compare/v3.0.3...v3.1.0

v3.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: bkeepers/dotenv@v3.0.2...v3.0.3

v3.0.2: 3.0.2

Compare Source

What's Changed

Full Changelog: bkeepers/dotenv@v3.0.1...v3.0.2

v3.0.1: 3.0.1

Compare Source

What's Changed

Full Changelog: bkeepers/dotenv@v3.0.0...v3.0.1

v3.0.0: 3.0.0

Compare Source

See #​476 for more details and to discuss this release.

Breaking Changes

  • Ruby >= 3.0 and Rails >= 6.1 are now required. Lock dotenv to ~> 2.0 if you are using an outdated Ruby or Rails version. #​466, #​471
  • \n is no longer expanded into a newline in quoted strings. Use multi-line strings with real line breaks, or set DOTENV_LINEBREAK_MODE=legacy to preserve the old behavior. @​nitsujri #​423
  • ENV will be automatically restored between tests (ActiveSupport::TestCase and Rspec). #​472, #​475
  • Fixed precedence when using Dotenv::Rails.overload. So now .env.development.local will overwrite .env.local, which will overwrite .env.development, which will overwrite .env. @​eriklovmo - #​460
  • The instrumentation event dotenv.load has been renamed to load.dotenv to properly make use of namespaces in ActiveSupport::Notifications #​472

Other improvements

Deprecations

  • The dotenv-rails gem is now superfluous. It's not technically deprecated yet and will continue to work, but the dotenv gem does the same thing. #​468
  • Dotenv::Railtie has been deprecated. Use Dotenv::Rails. #​468
  • Dotenv.overload has been replaced with overwrite. overload will still work and is not technically deprecated, but documentation refers to Dotenv.overwrite now. #​469

New Contributors

Full Changelog: bkeepers/dotenv@v2.8.1...v3.0.0.beta


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every 2nd week starting on the 2 week of the year before 4am on Monday"
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added major-update t:deps Change Type - Dependencies labels May 11, 2026
@renovate renovate Bot requested review from a team and matt-livefront as code owners May 11, 2026 02:50
@renovate renovate Bot added major-update t:deps Change Type - Dependencies labels May 11, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 11, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Gemfile.lock
Writing lockfile to /tmp/renovate/repos/github/bitwarden/ios/Gemfile.lock
Fetching gem metadata from https://rubygems.org/........
Resolving dependencies...

Could not find compatible versions

Because fastlane >= 2.0.1 depends on dotenv >= 2.1.1, < 3.0.0
  and Gemfile depends on dotenv = 3.2.0,
  fastlane >= 2.0.1 cannot be used.
So, because Gemfile depends on fastlane = 2.233.1,
  version solving has failed.

@bitwarden-bot
Copy link
Copy Markdown
Collaborator

Internal tracking:

Copy link
Copy Markdown
Member

@vvolkgang vvolkgang left a comment

Choose a reason for hiding this comment

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

For future reference, test run failed, this will need to be looked at:

https://github.com/bitwarden/ios/actions/runs/25825535943

@renovate renovate Bot force-pushed the renovate/dotenv-3.x branch from 4f5367b to 5083d78 Compare May 14, 2026 21:54
@renovate renovate Bot force-pushed the renovate/dotenv-3.x branch from 5083d78 to 90e2e67 Compare May 18, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

major-update t:deps Change Type - Dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants