Skip to content

Bump the mix group with 3 updates - #19

Merged
reisub merged 1 commit into
mainfrom
dependabot/hex/mix-56b69514f5
Jul 1, 2026
Merged

Bump the mix group with 3 updates#19
reisub merged 1 commit into
mainfrom
dependabot/hex/mix-56b69514f5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the mix group with 3 updates: jump_credo_checks, plug and req.

Updates jump_credo_checks from 0.3.0 to 0.4.0

Release notes

Sourced from jump_credo_checks's releases.

v0.4.0

Added 4 new checks:

  • Jump.CredoChecks.AssertReceiveTimeout, which flags assert_receive calls that specify an explicit timeout. Supports an optional min_assert_receive_timeout parameter that allows literal assert_receive timeouts greater than or equal to the configured minimum, and an optional max_refute_receive_timeout parameter that flags refute_receive calls whose timeout exceeds the configured maximum. (PR)
  • Jump.CredoChecks.ConditionalAssertion, which flags assertions that include an "or." Tests should be able to confidently assert which branch will be taken every time. (PR)
  • Jump.CredoChecks.UndeclaredExternalResource, which flags module attributes that read from the file system at compile time (e.g., File.read!/1) without declaring an @external_resource. Without it, editing the file won't trigger a recompile, leaving stale data baked into the module. (PR)
  • Jump.CredoChecks.SafeBinaryToTerm, which flags Plug.Crypto.non_executable_binary_to_term/2 calls that omit the :safe option. Decoding attacker-controlled input without :safe interns arbitrary atoms and can exhaust the atom table, crashing the node. (PR courtesy of first-time contributor @​peaceful-james)

Dependency updates:

  • Igniter 0.8.0 -> 0.8.1
  • Credo 1.7.18 -> 1.7.19
Changelog

Sourced from jump_credo_checks's changelog.

v0.4.0

Added 4 new checks:

  • Jump.CredoChecks.AssertReceiveTimeout, which flags assert_receive calls that specify an explicit timeout. Supports an optional min_assert_receive_timeout parameter that allows literal assert_receive timeouts greater than or equal to the configured minimum, and an optional max_refute_receive_timeout parameter that flags refute_receive calls whose timeout exceeds the configured maximum. (PR)
  • Jump.CredoChecks.ConditionalAssertion, which flags assertions that include an "or." Tests should be able to confidently assert which branch will be taken every time. (PR)
  • Jump.CredoChecks.UndeclaredExternalResource, which flags module attributes that read from the file system at compile time (e.g., File.read!/1) without declaring an @external_resource. Without it, editing the file won't trigger a recompile, leaving stale data baked into the module. (PR)
  • Jump.CredoChecks.SafeBinaryToTerm, which flags Plug.Crypto.non_executable_binary_to_term/2 calls that omit the :safe option. Decoding attacker-controlled input without :safe interns arbitrary atoms and can exhaust the atom table, crashing the node. (PR courtesy of first-time contributor @​peaceful-james)

Dependency updates:

  • Igniter 0.8.0 -> 0.8.1
  • Credo 1.7.18 -> 1.7.19
Commits
  • ed32aee Prep v0.4.0 release (#22)
  • ed80256 add unsafe binary-to-term check (#21)
  • 9849e41 feat: Add UndeclaredExternalResource check (#20)
  • e9f6639 Bump igniter from 0.8.0 to 0.8.1 (#18)
  • 0664ecd Bump credo from 1.7.18 to 1.7.19 (#19)
  • 559371d fix (ConditionalAssertion): Improve error messages (#17)
  • 980b12f feat: Add AssertReceiveTimeout check (#16)
  • 2aeed79 feat: Add ConditionalAssertion check (#15)
  • e1cfb08 feat (AvoidSocketAssignsInTest): Catch introspecting socket assigns resulting...
  • d790811 chore: Add AGENTS.md file to assist developers adding new Credo checks (#13)
  • See full diff in compare view

Updates plug from 1.19.2 to 1.20.2

Changelog

Sourced from plug's changelog.

v1.20.2 (2026-06-30)

Bug fixes

  • [Plug.Conn] Set state to :set_upgrade and status to 101 when running before_send callbacks for upgrades

v1.20.1 (2026-06-23)

Bug fixes

  • [Plug.Conn] Fix inform/inform! when atoms are given as header keys

v1.20.0 (2026-06-23)

This release requires Elixir v1.15+.

Enhancements

  • [Plug.RequestId] Make request ID generation configurable
  • [Plug.Test] Support :sign and :encrypt options in put_req_cookie/4

Bug fixes

  • [Plug.Conn] Run before_send callbacks before upgrade_adapter/3
  • [Plug.Debugger] Raise if Elixir is compiled without source information
  • [Plug.RewriteOn] Rewrite the protocol to HTTPS when x-forwarded-proto is wss
  • [Plug.Static] Return 416 for invalid range requests
  • [Plug.Static] Fix :raise_on_missing_only raising on non-matching paths with colons

Optimizations

  • [Plug.Conn.Cookies] Optimize cookie parsing
  • [Plug.Conn.Cookies] Optimize cookie encoding
  • [Plug.Conn.Utils] Optimize validate_utf8!/3
  • [Plug.Conn.Utils] Optimize splitting by semicolons
  • [Plug.Router] Optimize host matching

v1.19.3 (2026-06-23)

Security

  • [Plug.Conn.Query] Force a maximum depth when decoding queries (CVE-2026-54892)

Bug fixes

  • [Plug.Conn] Validate headers on inform
  • [Plug.Static] Enforce size on range requests
Commits

Updates req from 0.6.1 to 0.6.2

Changelog

Sourced from req's changelog.

v0.6.2 (2026-06-19)

  • Use finch ~> 0.21.
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the mix group with 3 updates: [jump_credo_checks](https://github.com/Jump-App/credo_checks), [plug](https://github.com/elixir-plug/plug) and [req](https://github.com/wojtekmach/req).


Updates `jump_credo_checks` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/Jump-App/credo_checks/releases)
- [Changelog](https://github.com/Jump-App/credo_checks/blob/main/CHANGELOG.md)
- [Commits](Jump-App/credo_checks@v0.3.0...v0.4.0)

Updates `plug` from 1.19.2 to 1.20.2
- [Changelog](https://github.com/elixir-plug/plug/blob/main/CHANGELOG.md)
- [Commits](https://github.com/elixir-plug/plug/commits)

Updates `req` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/wojtekmach/req/releases)
- [Changelog](https://github.com/wojtekmach/req/blob/main/CHANGELOG.md)
- [Commits](wojtekmach/req@v0.6.1...v0.6.2)

---
updated-dependencies:
- dependency-name: jump_credo_checks
  dependency-version: 0.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: mix
- dependency-name: plug
  dependency-version: 1.20.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: mix
- dependency-name: req
  dependency-version: 0.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Jul 1, 2026
@reisub
reisub merged commit 233b97b into main Jul 1, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/hex/mix-56b69514f5 branch July 1, 2026 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant