Bump the elixir group across 1 directory with 6 updates - #92
Merged
Conversation
Bumps the elixir group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [credo](https://github.com/rrrene/credo) | `1.7.18` | `1.7.19` | | [ex_doc](https://github.com/elixir-lang/ex_doc) | `0.40.1` | `0.40.3` | | [phoenix](https://github.com/phoenixframework/phoenix) | `1.8.5` | `1.8.9` | | [phx_new](https://github.com/phoenixframework/phoenix) | `1.8.5` | `1.8.9` | | [styler](https://github.com/adobe/elixir-styler) | `1.11.0` | `1.12.0` | Updates `credo` from 1.7.18 to 1.7.19 - [Release notes](https://github.com/rrrene/credo/releases) - [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md) - [Commits](rrrene/credo@v1.7.18...v1.7.19) Updates `ex_doc` from 0.40.1 to 0.40.3 - [Release notes](https://github.com/elixir-lang/ex_doc/releases) - [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md) - [Commits](elixir-lang/ex_doc@v0.40.1...v0.40.3) Updates `phoenix` from 1.8.5 to 1.8.9 - [Release notes](https://github.com/phoenixframework/phoenix/releases) - [Changelog](https://github.com/phoenixframework/phoenix/blob/v1.8.9/CHANGELOG.md) - [Commits](phoenixframework/phoenix@v1.8.5...v1.8.9) Updates `phx_new` from 1.8.5 to 1.8.9 - [Release notes](https://github.com/phoenixframework/phoenix/releases) - [Changelog](https://github.com/phoenixframework/phoenix/blob/v1.8.9/CHANGELOG.md) - [Commits](phoenixframework/phoenix@v1.8.5...v1.8.9) Updates `plug` from 1.19.1 to 1.20.3 - [Changelog](https://github.com/elixir-plug/plug/blob/main/CHANGELOG.md) - [Commits](elixir-plug/plug@v1.19.1...v1.20.3) Updates `styler` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/adobe/elixir-styler/releases) - [Changelog](https://github.com/adobe/elixir-styler/blob/main/CHANGELOG.md) - [Commits](adobe/elixir-styler@v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: credo dependency-version: 1.7.19 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: elixir - dependency-name: ex_doc dependency-version: 0.40.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: elixir - dependency-name: phoenix dependency-version: 1.8.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: elixir - dependency-name: phx_new dependency-version: 1.8.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: elixir - dependency-name: plug dependency-version: 1.20.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: elixir - dependency-name: styler dependency-version: 1.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: elixir ... Signed-off-by: dependabot[bot] <support@github.com>
maennchen
approved these changes
Jul 29, 2026
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.
Bumps the elixir group with 5 updates in the / directory:
1.7.181.7.190.40.10.40.31.8.51.8.91.8.51.8.91.11.01.12.0Updates
credofrom 1.7.18 to 1.7.19Release notes
Sourced from credo's releases.
Changelog
Sourced from credo's changelog.
Commits
d4a88d4Bump version to 1.7.19b87f0b6Update CHANGELOGc4ed6dfUse mix format9172f39Fix token errora6de9b5Add reproducing test for #1275b726ad4Run mix formatccd27fbAdd test for sigil_p position8a03b78Clean stale depsa902c97Set "old credo" to 1.7.18cc2ce91Update GitHub actionsUpdates
ex_docfrom 0.40.1 to 0.40.3Changelog
Sourced from ex_doc's changelog.
Commits
07a6abcRelease v0.40.302904bbFix record autolink - and bump CI (#2240)c868c6aRelease v0.40.2b9cc372Update makeup_erlang version (#2236)b389d17Fix dead code and overriden clauses found by the type system25523c9Update assetsdbed340Raise on extras that conflict with reserved filenames2808e45Prevent #search selector from impacting user contentbc90968Update assets9333979Fix inline code font size in headings (#2220)Updates
phoenixfrom 1.8.5 to 1.8.9Changelog
Sourced from phoenix's changelog.
Commits
734c8d1Release v1.8.9beffc4dfix presence keys colliding with object prototype chain16e295dLimit the number of channels a single transport process can join211ff62Allow authToken to be a function (#6751)6cb2a83Enforce longpoll batch size5bf1ce6Add missing test file046acccNormalize route verb while grouping21d1462Group routes by verb during compilation (#6739)9d3f1f6phx.gen.release: Document new Bob Web UI (#6721)afcac09Bump undici from 7.25.0 to 7.28.0 (#6736)Updates
phx_newfrom 1.8.5 to 1.8.9Changelog
Sourced from phx_new's changelog.
Commits
734c8d1Release v1.8.9beffc4dfix presence keys colliding with object prototype chain16e295dLimit the number of channels a single transport process can join211ff62Allow authToken to be a function (#6751)6cb2a83Enforce longpoll batch size5bf1ce6Add missing test file046acccNormalize route verb while grouping21d1462Group routes by verb during compilation (#6739)9d3f1f6phx.gen.release: Document new Bob Web UI (#6721)afcac09Bump undici from 7.25.0 to 7.28.0 (#6736)Updates
plugfrom 1.19.1 to 1.20.3Changelog
Sourced from plug's changelog.
... (truncated)
Commits
9fa11c8Release v1.20.3eceb831Raise if ; is present in cookie attributes56edca2Count files and skipped multiparts towards lengthcf15f0aRelease v1.20.25d0fe88Fix register_before_send with upgrade_adapter (#1320)1fea083Release v1.20.19df2c0aAllow atom header keys in inform/3 (#1318)d8d733bRelease v1.20.0b4aa8a0Merge commit from forkac94702Validate headers in informUpdates
stylerfrom 1.11.0 to 1.12.0Release notes
Sourced from styler's releases.
Changelog
Sourced from styler's changelog.
Commits
95a104bv1.12.09e60f7cFix integers losing tokenized values in duration shrinking9b22d62fix meta swap in duration shrinking logic2b01a16run deprecations before pipes, so pipes can further shrink deprecations5bcee4efuther improve duration shrinking3268da0fix shift |> shift not working when there are 3+ calls pipeda14a414pipes: DateTime.shift(a) |> DateTime.shift(b) => DateTime.shift(a ++ b) when ...1788686dont unpipe dbg pipes. h/t@mhanberg1c65b7eadd test for bug in duration shrinking97a1c7bmove DateTime.shift code to Deprecations to remind myself why i wanted itDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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