Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the mix-patches group across 1 directory with 8 updates #2412

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2025

Bumps the mix-patches group with 6 updates in the / directory:

Package From To
credo 1.7.10 1.7.11
ex_aws 2.5.7 2.5.8
ex_aws_s3 2.5.5 2.5.6
phoenix 1.7.14 1.7.18
phoenix_live_dashboard 0.8.5 0.8.6
ueberauth_oidcc 0.4.0 0.4.1

Updates credo from 1.7.10 to 1.7.11

Release notes

Sourced from credo's releases.

v1.7.11

Check it out on Hex: https://hex.pm/packages/credo/1.7.11

  • Fix compatibility & compiler warnings with Elixir 1.18
  • Fix crashing for invalid strings in issue messages
  • Show required Elixir version for skipped checks
  • Add options :exit_status and :category to format_issue/2 when using Credo.Check
  • Credo.Check.Readability.ModuleDoc fixed false positive
  • Credo.Check.Warning.UnusedEnumOperation fixed false positive
  • Credo.Check.Refactor.ABCSize fixed false positive for tuples and underscored matches (_foo)
Changelog

Sourced from credo's changelog.

1.7.11

  • Fix compatibility & compiler warnings with Elixir 1.18
  • Fix crashing for invalid strings in issue messages
  • Show required Elixir version for skipped checks
  • Add options :exit_status and :category to format_issue/2 when using Credo.Check
  • Credo.Check.Readability.ModuleDoc fixed false positive
  • Credo.Check.Warning.UnusedEnumOperation fixed false positive
  • Credo.Check.Refactor.ABCSize fixed false positive for tuples and underscored matches (_foo)
Commits
  • 965a59c Bump version to 1.7.11
  • 92a6814 Update CHANGELOG
  • 7482d13 Update GitHub actions
  • b02c292 Update to Elixir 1.18.1
  • e69dc29 Merge pull request #1166 from Wigny/wigny/add-unusedvariablenames-checks
  • dd666fa Update GitHub actions
  • b8cdedc Upgrade Elixir to 1.18 on CI etc.
  • 1f5ae9e Merge pull request #1165 from rNoz/rnoz/check-format-issue-category
  • 91350ad Update deps for Elixir 1.18
  • 3274132 Check for invalid bytes in issue message
  • Additional commits viewable in compare view

Updates ex_aws from 2.5.7 to 2.5.8

Changelog

Sourced from ex_aws's changelog.

v2.5.8 (2024-12-13)

  • Fix Req :follow_redirects deprecation warning
  • Add exclude_patterns to filter out temporary files
Commits
  • b03c0e7 Bump to v2.5.8, update CHANGELOG
  • d67dcb0 Merge pull request #1097 from paytonward6/fix/req-follow-redirects-dep-warning
  • 3d2c715 Merge pull request #1098 from ex-aws/dependabot/hex/dialyxir-1.4.5
  • d82d925 Bump dialyxir from 1.4.4 to 1.4.5
  • a05ad52 Merge pull request #1101 from ex-aws/dependabot/hex/ex_doc-0.35.1
  • 545105b Merge pull request #1103 from ex-aws/dependabot/hex/req-0.5.8
  • 73c53ca Bump req from 0.5.7 to 0.5.8
  • 876b7bd Bump ex_doc from 0.34.2 to 0.35.1
  • f755085 Fix Req :follow_redirects deprecation warning
  • See full diff in compare view

Updates ex_aws_s3 from 2.5.5 to 2.5.6

Changelog

Sourced from ex_aws_s3's changelog.

v2.5.6 (2024-12-13)

  • Fix compilation warning on Elixir 1.17
Commits
  • 7c8d6a1 Add exclude patterns
  • 9029357 Bump version and update changelog; v2.5.6
  • 460bf8a Merge pull request #277 from EMattfolk/patch-1
  • 0f8e65f Merge pull request #280 from ex-aws/dependabot/hex/ex_doc-0.35.1
  • 4e2234c Bump ex_doc from 0.35.0 to 0.35.1
  • 8b03a97 Merge pull request #279 from ex-aws/dependabot/hex/ex_doc-0.35.0
  • 8ed835b Merge pull request #278 from ex-aws/dependabot/hex/dialyxir-1.4.5
  • 884eeb6 Bump ex_doc from 0.34.2 to 0.35.0
  • d12d1f0 Bump dialyxir from 1.4.4 to 1.4.5
  • af972ea Fix small warning
  • Additional commits viewable in compare view

Updates phoenix from 1.7.14 to 1.7.18

Changelog

Sourced from phoenix's changelog.

1.7.18 (2024-12-10)

Enhancements

  • Use new interpolation syntax in generators
  • Update gettext in generators to 0.26

1.7.17 (2024-12-03)

Enhancements

  • Use LiveView 1.0.0 for newly generated applications

1.7.16 (2024-12-03)

Bug fixes

  • Fix required Elixir version in mix.exs

1.7.15 (2024-12-02)

Enhancements

  • Support phoenixframework.org installer
Commits

Updates phoenix_html from 4.1.1 to 4.2.0

Changelog

Sourced from phoenix_html's changelog.

4.2.0 (2024-12-28)

  • Enhancements

    • Add Phoenix.HTML.css_escape/1 to escape strings for use inside CSS selectors
    • Add the ability to pass :hr to options_for_select/2 to render a horizontal rule
  • Bug fixes

    • Pass form action through in FormData implementation
Commits

Updates phoenix_live_dashboard from 0.8.5 to 0.8.6

Changelog

Sourced from phoenix_live_dashboard's changelog.

v0.8.6 (2024-12-30)

  • Update Erlang docs url
  • Fix rendering of durations in Elixir v1.18+
  • Fix warnings on Elixir v1.18+
  • Remove img nonce which had no effect whatsoever
Commits
  • 3a1bd99 Release v0.8.6
  • f8f60d2 Duration.to_string (#464)
  • 46b14cb Update Erlang docs url since they changed to ExDoc (#462)
  • 36ad469 Merge pull request #456 from phoenixframework/sd-update-deps
  • 96f6468 don't migrate to curly braces yet
  • 028f957 fix test that relied on push_patch to wrong live session
  • 7901e06 Update assets
  • 3eafe7f Build assets on CI and add caching (#461)
  • 93627a3 remove dead code found by type system
  • 6b776e5 fix deprecation warnings
  • Additional commits viewable in compare view

Updates sweet_xml from 0.7.4 to 0.7.5

Changelog

Sourced from sweet_xml's changelog.

[0.7.5] (2025-01-07)

A maintenance patch, with improvements made the the README, with up to date installation instructions from @​arcanemachine (#95) and typos fixed by @​kianmeng (#89).

Changed

Commits
  • 24bfac8 chore: bump version
  • c710956 chore: update ex_doc
  • 5b15415 Merge pull request #102 from elfenlaid/fix-charlist-warnings
  • 1a011b2 Fix charlist warnings for Elixir 1.17
  • 480441f Merge pull request #89 from kianmeng/fix-typos-and-prettify-md-yml-files
  • 7920a40 Fix typos
  • 27a193f Clean warnings (#96)
  • 4f73da7 Merge pull request #95 from arcanemachine/master
  • 250196d Update installation instructions to use newest version
  • See full diff in compare view

Updates ueberauth_oidcc from 0.4.0 to 0.4.1

Release notes

Sourced from ueberauth_oidcc's releases.

0.4.1

  • fix: handle errors returned via JARM
  • chore: update oidcc to 3.2.6
  • add support for Elixir 1.18
Changelog

Sourced from ueberauth_oidcc's changelog.

v0.4.1 - 2025-01-21

  • fix: handle errors returned via JARM
  • chore: update oidcc to 3.2.6
  • add support for Elixir 1.18
Commits
  • 6e6faab chore: add Elixir 1.17 and 1.18 to the build matrix
  • 54e70ee chore: updated oidcc to 3.2.6
  • d8996cc fix: handle errors returned via JARM
  • c2bff9d chore: prep 0.4.1
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot requested a review from a team as a code owner January 22, 2025 10:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Jan 22, 2025
@dependabot dependabot bot force-pushed the dependabot/hex/mix-patches-0864153cc9 branch from da31503 to 8baa427 Compare January 24, 2025 10:57
…ates

Bumps the mix-patches group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [credo](https://github.com/rrrene/credo) | `1.7.10` | `1.7.11` |
| [ex_aws](https://github.com/ex-aws/ex_aws) | `2.5.7` | `2.5.8` |
| [ex_aws_s3](https://github.com/ex-aws/ex_aws_s3) | `2.5.5` | `2.5.6` |
| [phoenix](https://github.com/phoenixframework/phoenix) | `1.7.14` | `1.7.18` |
| [phoenix_live_dashboard](https://github.com/phoenixframework/phoenix_live_dashboard) | `0.8.5` | `0.8.6` |
| [ueberauth_oidcc](https://gitlab.com/paulswartz/ueberauth_oidcc) | `0.4.0` | `0.4.1` |



Updates `credo` from 1.7.10 to 1.7.11
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](rrrene/credo@v1.7.10...v1.7.11)

Updates `ex_aws` from 2.5.7 to 2.5.8
- [Release notes](https://github.com/ex-aws/ex_aws/releases)
- [Changelog](https://github.com/ex-aws/ex_aws/blob/main/CHANGELOG.md)
- [Commits](ex-aws/ex_aws@v2.5.7...v2.5.8)

Updates `ex_aws_s3` from 2.5.5 to 2.5.6
- [Changelog](https://github.com/ex-aws/ex_aws_s3/blob/main/CHANGELOG.md)
- [Commits](ex-aws/ex_aws_s3@v2.5.5...v2.5.6)

Updates `phoenix` from 1.7.14 to 1.7.18
- [Release notes](https://github.com/phoenixframework/phoenix/releases)
- [Changelog](https://github.com/phoenixframework/phoenix/blob/v1.7.18/CHANGELOG.md)
- [Commits](phoenixframework/phoenix@v1.7.14...v1.7.18)

Updates `phoenix_html` from 4.1.1 to 4.2.0
- [Changelog](https://github.com/phoenixframework/phoenix_html/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_html@v4.1.1...v4.2.0)

Updates `phoenix_live_dashboard` from 0.8.5 to 0.8.6
- [Release notes](https://github.com/phoenixframework/phoenix_live_dashboard/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_live_dashboard/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_dashboard@v0.8.5...v0.8.6)

Updates `sweet_xml` from 0.7.4 to 0.7.5
- [Changelog](https://github.com/kbrw/sweet_xml/blob/master/CHANGELOG.md)
- [Commits](kbrw/sweet_xml@v0.7.4...v0.7.5)

Updates `ueberauth_oidcc` from 0.4.0 to 0.4.1
- [Release notes](https://gitlab.com/paulswartz/ueberauth_oidcc/tags)
- [Changelog](https://gitlab.com/paulswartz/ueberauth_oidcc/blob/main/CHANGELOG.md)
- [Commits](https://gitlab.com/paulswartz/ueberauth_oidcc/compare/0.4.0...0.4.1)

---
updated-dependencies:
- dependency-name: credo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: ex_aws
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: ex_aws_s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: phoenix_html
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mix-patches
- dependency-name: phoenix_live_dashboard
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: sweet_xml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: ueberauth_oidcc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/hex/mix-patches-0864153cc9 branch from 8baa427 to 39ab132 Compare January 24, 2025 19:09
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 27, 2025
@dependabot dependabot bot deleted the dependabot/hex/mix-patches-0864153cc9 branch January 27, 2025 10:21
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.

0 participants