build(deps): update elixir dependencies (non-major)#1840
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
build(deps): update elixir dependencies (non-major)#1840renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Contributor
Author
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1840 +/- ##
==========================================
- Coverage 85.96% 85.92% -0.05%
==========================================
Files 559 559
Lines 9757 9757
==========================================
- Hits 8388 8384 -4
- Misses 1369 1373 +4 see 5 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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:
1.7.15→1.7.161.7.173.2.1→3.2.21.4.2→1.4.70.40.0→0.40.1~> 0.29→~> 0.40~> 0.15→~> 0.182.3.2→2.4.0~> 2.3.2→~> 2.4.0~> 0.9→~> 0.10~> 1.7.4→~> 1.12.01.7.4→1.8.61.6.1→1.8.61.7.2→1.8.41.8.51.8.3→1.8.41.8.54.2.1→4.7.02.0.2→2.0.42.7.5→2.8.02.6.1→2.8.0~> 0.1.0→~> 0.9.0Release Notes
rrrene/credo (credo)
v1.7.16Compare Source
Credo.Check.Refactor.PassAsyncInTestCasesadd new param:force_comment_on_explicit_false(defaults tofalse)Credo.Check.Warning.Dbgadd new param:allow_captures(defaults tofalse)Credo.Check.Warning.UnusedMapOperationCredo.Check.Warning.UnusedOperationbeatrichartz/csv (csv)
v3.2.2Compare Source
jeremyjh/dialyxir (dialyxir)
v1.4.7Compare Source
v1.4.6Compare Source
Fixed
CallWithoutOpaquefunction clause error on OTP-28invalid_contractwarning showed spec twice instead of success typingChanged
ex_docto the latest version for an improved UIDocs
:unknownflag to the "Default Flags" section in the READMEmix.exs's:docsCI
v1.4.5Compare Source
Fixed
v1.4.4Compare Source
Fixed
Changed
Added
v1.4.3Compare Source
Fixed
:record_matchwarning.elixir-lang/ex_doc (ex_doc)
v0.40.1Compare Source
Remove link to source from generated .md files
Improve word-breaking of module names and sizing of main page titles
Include description in llms.txt
Bug fixes
parroty/excoveralls (excoveralls)
v0.18.5Compare Source
Changes
v0.18.4Compare Source
Enhancements
Changes
v0.18.3Compare Source
Changes
v0.18.2Compare Source
Enhancements
without a corresponding stop-marker, or two start-markers without a stop-marker in-between etc.
Changes
v0.18.1Compare Source
Changes
v0.18.0Compare Source
Changes
floor_coverageoption.v0.17.1Compare Source
Enhancements
v0.17.0Compare Source
Changes
--import-coveroption.v0.16.1Compare Source
Changes
v0.16.0Compare Source
Enhancements
# coveralls-ignore-next-linecomment for ignoring single next line.mix coveralls.coberturatask.v0.15.3Compare Source
Enhancements
--import_coveroption.v0.15.2Compare Source
Changes
mix test --cover --export-coverage XXX.v0.15.1Compare Source
Changes
ueberauth/guardian (guardian)
v2.4.0Compare Source
derekkraan/horde (horde)
v0.10.0:proxy_operationmessages. The Time-to-Live defaults to :infinity for full backwards compatibility. This TTL helps prevent potential issues where messages could loop forever between a set of nodes which disagree on which node should execute the task.:proxy_message_ttloption configures the maximum TTL for proxy messages. It takes an integer denoting the maximum number of hops a message can travel, or the atom :infinity (default). This can be a breaking change: when upgrading do not set this option to an integer. You can explicity set it to :infinity or leave it default. If this is set to an integer, upgraded nodes won't be able to proxy to non-upgrade nodes.edgurgel/mimic (mimic)
v1.12.0: Mimic 1.12.0Compare Source
What's Changed
New Contributors
Full Changelog: edgurgel/mimic@v1.11.2...v1.12.0
v1.11.2: Mimic 1.11.2Compare Source
What's Changed
Full Changelog: edgurgel/mimic@v1.11.1...v1.11.2
v1.11.1: Mimic 1.11.1Compare Source
What's Changed
New Contributors
Full Changelog: edgurgel/mimic@v1.11.0...v1.11.1
v1.11.0: Mimic 1.11.0Compare Source
What's Changed
1.18.0compatibility by @icr4 in #88New Contributors
Full Changelog: edgurgel/mimic@v1.10.2...v1.11.0
v1.10.2: Mimic 1.10.2Compare Source
What's Changed
New Contributors
Full Changelog: edgurgel/mimic@v1.10.1...v1.10.2
v1.10.1: Mimic 1.10.1Compare Source
What's Changed
New Contributors
Full Changelog: edgurgel/mimic@v1.10.0...v1.10.1
v1.10.0: Mimic 1.10.0Compare Source
What's Changed
New Contributors
Full Changelog: edgurgel/mimic@v1.9.0...v1.10.0
Experimental type checking for copied modules
One can pass
type_check: truewhen a module is copied to also get the function expected/stubbed tovalidate the arguments and return value using Ham which is essentially
what Hammox improved on Mox.
If there is any problem with the arguments or return values of the stubbed functions on your tests you might see
an error like this one:
This feature is experimental at the moment which means that it might change a little bit how this
is configured and used. Feedback is welcome!
v1.9.0: Mimic 1.9.0Compare Source
What's Changed
New Contributors
Full Changelog: edgurgel/mimic@v1.8.2...v1.9.0
v1.8.2: Mimic 1.8.2Compare Source
Fix cover error when JIT is enabled. Issue #70
Full Changelog: edgurgel/mimic@v1.8.1...v1.8.2
v1.8.1: Mimic 1.8.1Compare Source
v1.8.0: Mimic 1.8.0Compare Source
What's Changed
New Contributors
Full Changelog: edgurgel/mimic@v1.7.4...v1.8.0
zhongwencool/observer_cli (observer_cli)
v1.8.6: Coverage 92%Compare Source
What's Changed
New Contributors
Full Changelog: zhongwencool/observer_cli@1.8.5...1.8.6
v1.8.5Compare Source
What's Changed
Full Changelog: zhongwencool/observer_cli@1.8.4...1.8.5
v1.8.4Compare Source
What's Changed
New Contributors
Full Changelog: zhongwencool/observer_cli@1.8.3...1.8.4
v1.8.3Compare Source
What's Changed
New Contributors
Full Changelog: zhongwencool/observer_cli@v1.8.2...1.8.3
v1.8.2Compare Source
What's Changed
New Contributors
Full Changelog: zhongwencool/observer_cli@1.8.1...v1.8.2
v1.8.1Compare Source
What's Changed
Full Changelog: zhongwencool/observer_cli@1.8.0...1.8.1
v1.8.0: Show process's label and node's dist_statsCompare Source
New Feature:
Bug Fix
v1.7.5Compare Source
What's Changed
New Contributors
Full Changelog: zhongwencool/observer_cli@1.7.4...1.7.5
phoenixframework/phoenix (phoenix)
v1.8.4Compare Source
JavaScript Client Bug Fixes
Enhancements
assert_push,assert_broadcast, andassert_replyv1.8.3Compare Source
Enhancements
sort_verified_routes_query_paramsto enable sorting query params in verified routes during testsBug fixes
v1.8.2Compare Source
Bug fixes
Enhancements
<.input field={@​form[:foo]} type="hidden" />support in core componentsforce_sslinprod.exsby default (#6435)--dockerbase image to debian trixie (#6521)assign(socket, fn _existing_assigns -> %{this_gets: "merged"} end)(#6530)presence_diffbroadcast (#6500)v1.8.1Compare Source
Bug fixes
v1.8.0Compare Source
Bug fixes
tsconfig.jsonEnhancements
mix precommitaliasAGENTS.mdgeneration compatible withusage_rulesusage_rulesfolder to installer, allowing to sync generic Phoenix rules into new projectsv1.7.21Compare Source
v1.7.20Compare Source
v1.7.19Compare Source
v1.7.18Compare Source
v1.7.17Compare Source
v1.7.16Compare Source
v1.7.15Compare Source
v1.7.14Compare Source
v1.7.13Compare Source
v1.7.12Compare Source
v1.7.11Compare Source
v1.7.10Compare Source
v1.7.9Compare Source
v1.7.8Compare Source
v1.7.7Compare Source
v1.7.6Compare Source
v1.7.5Compare Source
v1.7.4Compare Source
v1.7.3Compare Source
phoenixframework/phoenix_ecto (phoenix_ecto)
v4.7.0Compare Source
v4.6.6Compare Source
v4.6.5v4.6.4v4.6.3Compare Source
Enhancements
Bug fix
v4.6.2Compare Source
v4.6.1Compare Source
v4.6.0Compare Source
v4.5.1Compare Source
inputs_forv4.5.0Compare Source
to_form's:actionas changeset action when passedv4.4.3Compare Source
v4.4.2Compare Source
ecto_sqlis missingv4.4.1Compare Source
v4.4.0Compare Source
This release bumps the requirement for Ecto and Phoenix.
v4.3.0Compare Source
:phoenix_htmlv3.0phoenixframework/phoenix_view (phoenix_view)
v2.0.4v2.0.3Compare Source
elixir-plug/plug_cowboy (plug_cowboy)
v2.8.0Compare Source
Enhancements
next_protocols_advertisedispirata/pretty_log (pretty_log)
v0.9.0Compare Source
Configuration
📅 Schedule: Branch creation - "before 6am on Monday" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.