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 4 updates #2196

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2024

Bumps the mix-patches group with 4 updates in the / directory: ex_aws_s3, plug_cowboy, sentry and tzdata.

Updates ex_aws_s3 from 2.5.3 to 2.5.4

Changelog

Sourced from ex_aws_s3's changelog.

v2.5.4 (2024-09-10)

  • Add empty value checks for delete_object
  • Handle errors in parse_complete_multipart_upload
  • Add newer_concurrent_versions option to put lifecycle
  • Show changelog link on hex info page
  • Add missing meta opts from the upload type spec
  • Add newer_noncurrent_versions to put_bucket_lifecycle
  • Clarify in docs that presigned URLs are generated locally
  • Document the :expires_in type
  • Add checksum header when hash is not MD5
Commits
  • c2268e3 Update CHANGELOG, bump version to v2.5.4
  • 4d9810f Merge pull request #269 from j-asser/delete_object_empty_values
  • aaa2a4d Merge pull request #266 from vhf/feat/fix-parse_complete_multipart_upload
  • a16c1ea Merge pull request #270 from ex-aws/update_workflows
  • bd9030d Update elixir/erlang versions
  • b25cc77 Merge pull request #260 from thomas9911/main
  • f441871 Merge pull request #268 from kianmeng/show-changelog-link-in-hex-info-page
  • 3c7a5a1 Merge pull request #267 from ex-aws/dependabot/hex/jason-1.4.4
  • ba865fb Merge pull request #265 from ex-aws/dependabot/hex/ex_doc-0.34.2
  • d579a53 Add empty value checks for delete_object
  • Additional commits viewable in compare view

Updates plug_cowboy from 2.7.1 to 2.7.2

Changelog

Sourced from plug_cowboy's changelog.

v2.7.2

Bug fixes

  • Ensure crash_reason in metadata is always a tuple
Commits

Updates sentry from 10.7.0 to 10.7.1

Release notes

Sourced from sentry's releases.

10.7.1

Various fixes & improvements

  • Add :monitor_config_defaults integrations option (#782). — @​whatyouhide
  • Allow --no-compile/--no-check-deps flags for mix sentry.package_source_code (#776). — @​razielgn
  • Accept structs as structured logs in Sentry.LoggerHandler (#780). — @​mrdotb
  • Fix a bug where we were accidentally sending the :integration_meta field (116140d6). — @​whatyouhide
  • Reduce memory usage of source code maps (#777). — @​whatyouhide
Changelog

Sourced from sentry's changelog.

10.7.1

Various fixes & improvements

  • Add :monitor_config_defaults integrations option (#782). — @​whatyouhide
  • Allow --no-compile/--no-check-deps flags for mix sentry.package_source_code (#776). — @​razielgn
  • Accept structs as structured logs in Sentry.LoggerHandler (#780). — @​mrdotb
  • Fix a bug where we were accidentally sending the :integration_meta field (116140d6). — @​whatyouhide
  • Reduce memory usage of source code maps (#777). — @​whatyouhide
Commits
  • 2f5876a Improve changelog
  • 1121655 release: 10.7.1
  • 2b6d68e Add :monitor_config_defaults integrations option (#782)
  • bcdcc04 Accept structs as structured logs in Sentry.LoggerHandler (#780)
  • 116140d Don't send :integration_meta field
  • 6a971dd Move source code maps to ETS (#777)
  • e40e9a8 Allow --no-compile/--no-check-deps to "mix sentry.package_source_code" (#776)
  • 69ac8d0 Merge branch 'release/10.7.0'
  • See full diff in compare view

Updates tzdata from 1.1.1 to 1.1.2

Changelog

Sourced from tzdata's changelog.

[1.1.2] - 2024-09-09

Fixed

  • Can handle months being spelled out instead of abbreveated to 3 letters as happened in one place in 2024b. (Moxley Stratton)

Changed

  • tzdata release version shipped with this library is now 2024b instead of 2021e.
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 4 updates in the / directory: [ex_aws_s3](https://github.com/ex-aws/ex_aws_s3), [plug_cowboy](https://github.com/elixir-plug/plug_cowboy), [sentry](https://github.com/getsentry/sentry-elixir) and [tzdata](https://github.com/lau/tzdata).


Updates `ex_aws_s3` from 2.5.3 to 2.5.4
- [Changelog](https://github.com/ex-aws/ex_aws_s3/blob/main/CHANGELOG.md)
- [Commits](ex-aws/ex_aws_s3@v2.5.3...v2.5.4)

Updates `plug_cowboy` from 2.7.1 to 2.7.2
- [Changelog](https://github.com/elixir-plug/plug_cowboy/blob/master/CHANGELOG.md)
- [Commits](elixir-plug/plug_cowboy@v2.7.1...v2.7.2)

Updates `sentry` from 10.7.0 to 10.7.1
- [Release notes](https://github.com/getsentry/sentry-elixir/releases)
- [Changelog](https://github.com/getsentry/sentry-elixir/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-elixir@10.7.0...10.7.1)

Updates `tzdata` from 1.1.1 to 1.1.2
- [Changelog](https://github.com/lau/tzdata/blob/master/CHANGELOG.md)
- [Commits](lau/tzdata@v1.1.1...v1.1.2)

---
updated-dependencies:
- dependency-name: ex_aws_s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: plug_cowboy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: sentry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: tzdata
  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 September 10, 2024 10:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Sep 10, 2024
@cmaddox5 cmaddox5 merged commit eb1ee29 into main Sep 10, 2024
13 checks passed
@cmaddox5 cmaddox5 deleted the dependabot/hex/mix-patches-48cd753c33 branch September 10, 2024 13:54
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