chore(deps): update dependency plug to ~> 1.20.0 #11

Open
rosa wants to merge 1 commit from renovate/plug-1.x into main
Owner

This PR contains the following updates:

Package Type Update Change
plug (source) prod minor ~> 1.19.0~> 1.20.0

Release Notes

elixir-plug/plug (plug)

v1.20.3

Security
  • [Plug.Parsers.MULTIPART] Count files and skipped multipart parts towards the length limit (CVE-2026-56814)
  • [Plug.Conn.Cookies] Raise if ; is present in cookie attributes (CVE-2026-56813)

v1.20.2

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

v1.20.1

Compare Source

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

v1.20.0

Compare Source

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.5

Compare Source

Security
  • [Plug.Parsers.MULTIPART] Count files and skipped multipart parts towards the length limit (CVE-2026-56814)
  • [Plug.Conn.Cookies] Raise if ; is present in cookie attributes (CVE-2026-56813)

v1.19.4

Compare Source

Bug fixes
  • [Plug.Conn] Allow atom header keys on inform

v1.19.3

Compare Source

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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled because a matching PR was automerged previously.

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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [plug](https://hex.pm/packages/plug) ([source](https://github.com/elixir-plug/plug)) | prod | minor | `~> 1.19.0` → `~> 1.20.0` | --- ### Release Notes <details> <summary>elixir-plug/plug (plug)</summary> ### [`v1.20.3`](https://github.com/elixir-plug/plug/blob/HEAD/CHANGELOG.md#v1203-2026-07-09) ##### Security - \[Plug.Parsers.MULTIPART] Count files and skipped multipart parts towards the length limit (CVE-2026-56814) - \[Plug.Conn.Cookies] Raise if `;` is present in cookie attributes (CVE-2026-56813) ### [`v1.20.2`](https://github.com/elixir-plug/plug/blob/HEAD/CHANGELOG.md#v1202-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`](https://github.com/elixir-plug/plug/blob/HEAD/CHANGELOG.md#v1201-2026-06-23) [Compare Source](https://github.com/elixir-plug/plug/compare/v1.20.0...v1.20.1) ##### Bug fixes - \[Plug.Conn] Fix `inform`/`inform!` when atoms are given as header keys ### [`v1.20.0`](https://github.com/elixir-plug/plug/blob/HEAD/CHANGELOG.md#v1200-2026-06-23) [Compare Source](https://github.com/elixir-plug/plug/compare/v1.19.5...v1.20.0) 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.5`](https://github.com/elixir-plug/plug/blob/HEAD/CHANGELOG.md#v1195-2026-07-09) [Compare Source](https://github.com/elixir-plug/plug/compare/v1.19.4...v1.19.5) ##### Security - \[Plug.Parsers.MULTIPART] Count files and skipped multipart parts towards the length limit (CVE-2026-56814) - \[Plug.Conn.Cookies] Raise if `;` is present in cookie attributes (CVE-2026-56813) ### [`v1.19.4`](https://github.com/elixir-plug/plug/blob/HEAD/CHANGELOG.md#v1194-2026-06-30) [Compare Source](https://github.com/elixir-plug/plug/compare/v1.19.3...v1.19.4) ##### Bug fixes - \[Plug.Conn] Allow atom header keys on `inform` ### [`v1.19.3`](https://github.com/elixir-plug/plug/blob/HEAD/CHANGELOG.md#v1193-2026-06-23) [Compare Source](https://github.com/elixir-plug/plug/compare/v1.19.2...v1.19.3) ##### 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 </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled because a matching PR was automerged previously. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTUuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI2NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
chore(deps): update dependency plug to ~> 1.20.0
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
ci/woodpecker/pr/test Pipeline was successful
bdf96c16e2
Author
Owner

⚠️ 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: mix.lock
Command failed: install-tool elixir v1.20.2

### ⚠️ 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: mix.lock ``` Command failed: install-tool elixir v1.20.2 ```
rosa force-pushed renovate/plug-1.x from bdf96c16e2
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
ci/woodpecker/pr/test Pipeline was successful
to f2c2852e9f
All checks were successful
ci/woodpecker/pr/test Pipeline was successful
2026-07-22 16:44:11 +00:00
Compare
Author
Owner

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
All checks were successful
ci/woodpecker/pr/test Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/plug-1.x:renovate/plug-1.x
git switch renovate/plug-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/plug-1.x
git switch renovate/plug-1.x
git rebase main
git switch main
git merge --ff-only renovate/plug-1.x
git switch renovate/plug-1.x
git rebase main
git switch main
git merge --no-ff renovate/plug-1.x
git switch main
git merge --squash renovate/plug-1.x
git switch main
git merge --ff-only renovate/plug-1.x
git switch main
git merge renovate/plug-1.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
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
rosa/hypa!11
No description provided.