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 3 updates #2346

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2024

Bumps the mix-patches group with 3 updates in the / directory: ex_aws, ex_aws_s3 and phoenix.

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

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

…ates

Bumps the mix-patches group with 3 updates in the / directory: [ex_aws](https://github.com/ex-aws/ex_aws), [ex_aws_s3](https://github.com/ex-aws/ex_aws_s3) and [phoenix](https://github.com/phoenixframework/phoenix).


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)

---
updated-dependencies:
- 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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 13, 2024 11:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Dec 13, 2024
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