chore(deps): update dependency dotenv-rails to v3#933
Merged
Conversation
7ccd0d3 to
7d61c99
Compare
30a208b to
12270c4
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## staging #933 +/- ##
========================================
Coverage 75.17% 75.17%
========================================
Files 55 55
Lines 1116 1116
========================================
Hits 839 839
Misses 277 277 ☔ View full report in Codecov by Sentry. |
8578453 to
c2089bc
Compare
db5a23c to
d117231
Compare
d117231 to
b840034
Compare
lodewiges
approved these changes
Jan 8, 2025
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:
'~> 2.8.1'->'~> 3.1.7'Release Notes
bkeepers/dotenv (dotenv-rails)
v3.1.7Compare Source
Full Changelog: bkeepers/dotenv@v3.1.6...v3.1.7
v3.1.6Compare Source
Full Changelog: bkeepers/dotenv@v3.1.5...v3.1.6
v3.1.5Compare Source
New Contributors
Full Changelog: bkeepers/dotenv@v3.1.4...v3.1.5
v3.1.4Compare Source
Spring::Clientis loaded by @alpaca-tc in https://github.com/bkeepers/dotenv/pull/512New Contributors
Full Changelog: bkeepers/dotenv@v3.1.3...v3.1.4
v3.1.3Compare Source
New Contributors
Full Changelog: bkeepers/dotenv@v3.1.2...v3.1.3
v3.1.2Compare Source
Full Changelog: bkeepers/dotenv@v3.1.1...v3.1.2
v3.1.1Compare Source
What's Changed
New Contributors
Full Changelog: bkeepers/dotenv@v3.1.0...v3.1.1
v3.1.0Compare Source
What's Changed
v3.0.3Compare Source
What's Changed
New Contributors
Full Changelog: bkeepers/dotenv@v3.0.2...v3.0.3
v3.0.2Compare Source
v3.0.1Compare Source
What's Changed
Full Changelog: bkeepers/dotenv@v3.0.0...v3.0.1
v3.0.0Compare Source
Breaking Changes
~> 2.0if you are using an outdated Ruby or Rails version. https://github.com/bkeepers/dotenv/pull/466, https://github.com/bkeepers/dotenv/pull/471\nis no longer expanded into a newline in quoted strings. Use multi-line strings with real line breaks, or setDOTENV_LINEBREAK_MODE=legacyto preserve the old behavior. @nitsujri https://github.com/bkeepers/dotenv/pull/423ENVwill be automatically restored between tests (ActiveSupport::TestCaseandRspec). https://github.com/bkeepers/dotenv/pull/472, https://github.com/bkeepers/dotenv/pull/475Dotenv::Rails.overload. So now.env.development.localwill overwrite.env.local, which will overwrite.env.development, which will overwrite.env. @eriklovmo - https://github.com/bkeepers/dotenv/pull/460dotenv.loadhas been renamed toload.dotenvto properly make use of namespaces in ActiveSupport::Notifications https://github.com/bkeepers/dotenv/pull/473Other improvements
rakeloaded development files (.env*development) for test-related tasks. https://github.com/bkeepers/dotenv/pull/470-i/--ignoreoption todotenvCLI to optionally ignore missing files. @stevenharman https://github.com/bkeepers/dotenv/pull/463Dotenv::Rails.files. https://github.com/bkeepers/dotenv/pull/468Deprecations
dotenv-railsgem is now superfluous. It's not technically deprecated yet and will continue to work, but thedotenvgem does the same thing. https://github.com/bkeepers/dotenv/pull/468Dotenv::Railtiehas been deprecated. UseDotenv::Rails. https://github.com/bkeepers/dotenv/pull/468Dotenv.overloadhas been replaced withoverwrite.overloadwill still work and is not technically deprecated, but documentation refers toDotenv.overwritenow. https://github.com/bkeepers/dotenv/pull/469New Contributors
Full Changelog: bkeepers/dotenv@v2.8.1...v3.0.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.
This PR was generated by Mend Renovate. View the repository job log.