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

Bump the production-dependencies group with 17 updates #204

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2024

Bumps the production-dependencies group with 17 updates:

Package From To
bcrypt_elixir 3.1.0 3.2.0
esbuild 0.8.1 0.8.2
ex_aws 2.5.4 2.5.7
ex_aws_s3 2.5.3 2.5.5
flame 0.3.0 0.5.1
gettext 0.24.0 0.26.2
image 0.53.0 0.54.4
oban 2.18.0 2.18.3
phoenix_ecto 4.6.2 4.6.3
phoenix_live_dashboard 0.8.4 0.8.5
phoenix_live_view 1.0.0-rc.6 1.0.0-rc.7
postgrex 0.18.0 0.19.3
req 0.5.6 0.5.7
resend 0.4.2 0.4.4
sentry 10.6.2 10.8.0
swoosh 1.16.10 1.16.12
tailwind 0.2.3 0.2.4

Updates bcrypt_elixir from 3.1.0 to 3.2.0

Changelog

Sourced from bcrypt_elixir's changelog.

v3.2.0 (2024-10-04)

  • Changes
    • Updated dependencies and made changes to silence warnings in Elixir 1.17
Commits

Updates esbuild from 0.8.1 to 0.8.2

Changelog

Sourced from esbuild's changelog.

v0.8.2 (2024-10-18)

  • Fallback to ipv4/ipv6 for unreachable hosts
Commits

Updates ex_aws from 2.5.4 to 2.5.7

Changelog

Sourced from ex_aws's changelog.

v2.5.7 (2024-10-31)

  • Endpoint updates
  • Configurable max attempts for client-specific errors (4xx) using max_attempts_client in retries config
  • Fix follow_redirect option handling for req client

v2.5.6 (2024-10-09)

  • Endpoint updates

v2.5.5 (2024-09-10)

  • Endpoint updates
  • Drop support for Elixir 1.12
  • Add support for Elixir 1.17
  • Add Req request backend
  • Stop sending content-length header for DELETE and HEAD requests
  • Fix handling of [profile <name>] blocks in config file
  • Update test platform to Ubuntu 24.04
Commits
  • 44c9aec Bump version and update CHANGELOG (v2.5.7)
  • 50af1b8 Merge pull request #1094 from studzien/configurable-retriable-status-codes
  • 1841c4d Merge pull request #1095 from eds314/rename-follow-redirect
  • 736149f feature: eu-central-2 support for EC2
  • 68572f8 Fix us-west-1 and us-west-2 for pinpoint endpoints
  • 725cc5e Bump req from 0.5.6 to 0.5.7
  • 5ae4752 Add some endpoints per @​acrolink's requests
  • e2ed4a9 Rename follow redirect in Req adapter
  • 9edaa0a Configurable max attempts for client errors
  • 3961ef5 Bump version 2.5.6
  • Additional commits viewable in compare view

Updates ex_aws_s3 from 2.5.3 to 2.5.5

Changelog

Sourced from ex_aws_s3's changelog.

v2.5.5 (2024-10-31)

  • Fix stream! handling when the client adapter models response headers as lists (eg Req)

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
  • a677aac Bump version and update CHANGELOG (v2.5.5)
  • 95f4eaf Merge pull request #275 from tuist/main
  • 79731f5 Merge pull request #274 from ex-aws/dependabot/hex/ex_aws-2.5.6
  • 9c993e0 fix: stream! when the client adapter models response headers as lists
  • 11ebbce Bump ex_aws from 2.5.5 to 2.5.6
  • da4343c Merge pull request #272 from ex-aws/dependabot/hex/dialyxir-1.4.4
  • 1963265 Bump dialyxir from 1.4.3 to 1.4.4
  • a241ac8 Merge pull request #271 from ex-aws/dependabot/hex/ex_aws-2.5.5
  • 7ef0399 Bump ex_aws from 2.5.4 to 2.5.5
  • 73673c2 Fix workflow to always compile
  • Additional commits viewable in compare view

Updates flame from 0.3.0 to 0.5.1

Changelog

Sourced from flame's changelog.

0.5.1 (2024-09-19)

Enhancements

  • Add basic rate limiting retries to the FlyBackend to abide by Fly's rate limits of 1 request per second, with 3 requests per second burst.
  • Add basic retries for no capacity errors in the FlyBackend

0.5.0 (2024-09-11)

Enhancements

  • Add copy_apps option to code_sync to copy all apps in the code path, which is set to true when start_apps is true.
  • Support copy_paths for arbitrary paths unrelated to beams apps for copying arbitrary files on boot to the runner.

Deprecations

  • copy_paths: true has been deprecated in favor of start_apps: true, to copy all apps and start them. You can also pass copy_paths: true to copy all apps without starting them. Now copy_paths is reserved for copying arbitrary paths unrelated to beams apps.

0.4.4 (2024-09-03)

Bug Fixes

  • Fix idle shutdown running before code sync, causing long code syncs to shut runners down prematurely

0.4.3 (2024-09-02)

Bug Fixes

  • Fix :compress to :code_sync raise invalid option error

0.4.2 (2024-08-27)

Enhancements

  • Support :compress option to code_sync to control compression of :copy_paths and :sync_beams.

0.4.1 (2024-08-27)

Bug Fixes

  • Fix beam files not being copied on first sync

0.4.0 (2024-08-27)

Bug Fixes

  • Forward :boot_timeout to backend options

Enhancements

  • Optimize concurrent runner booting
Commits
  • 49caf9f Release 0.5.1
  • 3d87490 Release 0.5.1
  • 305d7ba Basic rate limited retries
  • c136736 Release 0.5.0
  • a34b5bb Add copy_apps and deprecate copy_paths: true.
  • f641e83 Trackables occupy single slot
  • c80568c Inline exit calls for better stacktraces
  • 071c5d2 Use Keyword.put_new and avoid single use timeout var
  • c096b55 Enable compression by default
  • 0d55f3e Ensure trackables occupy slots in the runner's concurreny pool. (#59)
  • Additional commits viewable in compare view

Updates gettext from 0.24.0 to 0.26.2

Changelog

Sourced from gettext's changelog.

v0.26.2

  • Introduces warning if plural messages are defined with the same singular message and conflicting plural messages.
  • Improves performance by striping not required metadata when compiling the Gettext backend.

v0.26.1

  • Address backwards incompatible changes in previous release

v0.26.0

This release changes the way you use Gettext. We're not crazy: it does so because doing so makes it a lot faster to compile projects that use Gettext. The changes you have to make to your code are minimal, and the old behavior is deprecated so that you will be guided on how to update.

The reason for this change is that it removes compile-time dependencies from modules that used to import a Gettext backend. In applications such as Phoenix applications, where every view and controller imports the Gettext backend, this change means a lot less compilation when you make translation changes!

Here's the new API. Now, instead of defining a Gettext backend (use Gettext) and then importing that to use its macros, you need to:

  1. Define a Gettext backend with use Gettext.Backend
  2. Import and use its macros with use Gettext, backend: MyApp.Gettext.

Before and After

Before this release, code using Gettext used to look something like this:

defmodule MyApp.Gettext do
  use Gettext, otp_app: :my_app
end
defmodule MyAppWeb.Controller do
import MyApp.Gettext
end

This creates a compile-time dependency for every module that imports the Gettext backend.

With this release, the above turns into:

defmodule MyApp.Gettext do
  use Gettext.Backend, otp_app: :my_app
end
defmodule MyAppWeb.Controller do
use Gettext, backend: MyApp.Gettext
end

... (truncated)

Commits

Updates image from 0.53.0 to 0.54.4

Release notes

Sourced from image's releases.

Image version 0.54.4

Bug Fixes

  • Raises minimum Elixir version to 1.14 since that is the minimum requriement now for Nx.

  • Add Elixir 1.14 to the CI matrix. Thanks very much to @@​leandrocp for the PR. Closes #164.

  • Fix some EXIF tag decoding. Thanks to @​hansihe for the PR. Closes #169.

Image version 0.54.3

Bug Fixes

  • Fix parsing invalid date time in Exif data. When invalid, the raw underlying string is returned.

  • Trim strings in Exif data. As a result, empty strings will be returned now as nil rather than "".

  • Replace a <<0, ....>> sequence in an Exif string value with nil.

  • Decode additional tags:

    • Exif tag 0xA005, Interop Offset. The value is in internal file pointer so has no meaningful interpretation in image.

    • TIFF tag 0xC4A5, Print Image Matching. According to this source the field has no standardised values so the raw value is returned.

Image version 0.54.2

Bug Fixes

  • Return the updated t:Plug.Conn.t/0 when calling Image.write/2 with the destination being a plug. Thanks to @​lostkobrakai for the issue. Closes #159.

  • Fixes Image.Application to use Image.bumblebee_configured?/0. Thanks to @​mat-hek for the PR. Closes #160.

  • Fix the spec for Image.Video.with_video/2. Thanks to @​nikitosing for the report. Closes #162.

Image version 0.54.1

Bug Fixes

  • Adjust Image.Math.-/1 (unary minus) syntax to be compatible on more elixir versions. Should be ok back to Elixir 1.12 depending on vix version support requirement on OTP.
Changelog

Sourced from image's changelog.

Image 0.54.4

This is the changelog for Image version 0.54.4 released on October 3rd, 2024. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Raises minimum Elixir version to 1.14 since that is the minimum requriement now for Nx.

  • Add Elixir 1.14 to the CI matrix. Thanks very much to @@​leandrocp for the PR. Closes #164.

  • Fix some EXIF tag decoding. Thanks to @​hansihe for the PR. Closes #169.

Image 0.54.3

This is the changelog for Image version 0.54.3 released on September 6th, 2024. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Fix parsing invalid date time in Exif data. When invalid, the raw underlying string is returned.

  • Trim strings in Exif data. As a result, empty strings will be returned now as nil rather than "".

  • Replace a <<0, ....>> sequence in an Exif string value with nil.

  • Decode additional tags:

    • Exif tag 0xA005, Interop Offset. The value is in internal file pointer so has no meaningful interpretation in image.

    • TIFF tag 0xC4A5, Print Image Matching. According to this source the field has no standardised values so the raw value is returned.

Image 0.54.2

This is the changelog for Image version 0.54.2 released on September 1st, 2024. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Return the updated t:Plug.Conn.t/0 when calling Image.write/2 with the destination being a plug. Thanks to @​lostkobrakai for the issue. Closes #159.

  • Fixes Image.Application to use Image.bumblebee_configured?/0. Thanks to @​mat-hek for the PR. Closes #160.

  • Fix the spec for Image.Video.with_video/2. Thanks to @​nikitosing for the report. Closes #162.

Image 0.54.1

This is the changelog for Image version 0.54.1 released on August 20th, 2024. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Adjust Image.Math.-/1 (unary minus) syntax to be compatible on more elixir versions. Should be ok back to Elixir 1.12 depending on vix version support requirement on OTP.

... (truncated)

Commits

Updates oban from 2.18.0 to 2.18.3

Release notes

Sourced from oban's releases.

v2.18.3

Enhancements

  • [Basic] Use the shared concat operator when appending errors.

    The standard push operation for updates is designed for arrays and uses array_append internally. This replaces all use of push with a fragment that uses the || operator instead, which works for both arrays and jsonb.

    CockroachDB doesn't support arrays of jsonb, but they do support simple jsonb columns. Now we can append to the errors column in either format for CRDB compatibility.

Bug Fixes

  • [Queue] Link the dynamic queue supervisor and Midwife for automatic restarts.

    When a producer crashes it brings the queue's supervisor down with it. With enough database errors, the producer may crash repeatedly enough to exhaust restarts and bring down the DynamicSupervisor in charge of all queues.

    Now the supervisor is linked to the midwife to ensure that the midwife restarts as well, and it restarts all of the queues.

  • [Testing] Handle insert_all/3 with streams for the :inline testing engine.

    The inline engine's insert_all_jobs callback incorrectly expected changesets to always be a list rather and couldn't handle streams.

v2.18.2

Bug Fixes

  • [Repo] Prevent debug noise by ensuring default opts for standard transactions.

    Without default opts each transaction is logged. Many standard operations execute each second, which makes for noisy logs. Now transaction opts are passed as a third argument to ensure defaults are applied.

  • [Repo] Increase transaction retry delay and increase with each attempt.

    Bump the base transaction retry from 100ms to 500ms, and increase linearly between each successive attempt to provide deeper backoff. This alleviates pressure on smaller connection pools and gives more time to recover from contentions failures.

v2.18.1

Enhancements

  • [Repo] Automatically retry all transactions with backoff.

    Avoid both expected an unexpected database errors by automatically retrying transactions. Some operations, such as serialization and lock not available errors, are likely to occur during standard use depending on how a database is configured. Other errors happen infrequently due to pool contention or flickering connections, and those should also be retried for increased safety.

    This change is applied to Oban.Repo.transaction/3 itself, so it will apply to every location that uses transactions.

  • [Migration] Declare tags as an array of text rather than varchar.

    We don't provide a limit on the size of tags and they could conceivably be larger than 256 characters. Externally the types are interchangeable, but internally there are minor advantages to using the text type.

    There isn't a new migration; this change is only for new tables.

Bug Fixes

  • [Repo] Correctly dispatch query!/4 to query! rather than query without a bang.
Changelog

Sourced from oban's changelog.

v2.18.3 — 2024-09-10

Enhancements

  • [Basic] Use the shared concat operator when appending errors.

    The standard push operation for updates is designed for arrays and uses array_append internally. This replaces all use of push with a fragment that uses the || operator instead, which works for both arrays and jsonb.

    CockroachDB doesn't support arrays of jsonb, but they do support simple jsonb columns. Now we can append to the errors column in either format for CRDB compatibility.

Bug Fixes

  • [Queue] Link the dynamic queue supervisor and Midwife for automatic restarts.

    When a producer crashes it brings the queue's supervisor down with it. With enough database errors, the producer may crash repeatedly enough to exhaust restarts and bring down the DynamicSupervisor in charge of all queues.

    Now the supervisor is linked to the midwife to ensure that the midwife restarts as well, and it restarts all of the queues.

  • [Testing] Handle insert_all/3 with streams for the :inline testing engine.

    The inline engine's insert_all_jobs callback incorrectly expected changesets to always be a list rather and couldn't handle streams.

v2.18.2 — 2024-08-16

Bug Fixes

  • [Repo] Prevent debug noise by ensuring default opts for standard transactions.

    Without default opts each transaction is logged. Many standard operations execute each second, which makes for noisy logs. Now transaction opts are passed as a third argument to ensure defaults are applied.

  • [Repo] Increase transaction retry delay and increase with each attempt.

    Bump the base transaction retry from 100ms to 500ms, and increase linearly between each successive attempt to provide deeper backoff. This alleviates pressure on smaller connection pools and gives more time to recover from contentions failures.

v2.18.1 — 2024-08-15

Enhancements

  • [Repo] Automatically retry all transactions with backoff.

... (truncated)

Commits
  • 696df17 Release v2.18.3
  • 703b3ed Handle insert_all with streams for inline engine
  • cc89021 Fix typos and improve language (#1149)
  • 6770763 Use concat operator for error concatenation
  • 7e6f846 Document use of false to disable plugins or queues
  • f1d77f9 Add ErrorTracker to the guides (#1143)
  • 5a51cab Link queue supervisor and midwife for restarts
  • c521a91 Add bug fixes header to recent CHANGELOG section
  • 65d75e0 Release v2.18.2
  • 2c47480 Increase xact retry delay and increase per attempt
  • Additional commits viewable in compare view

Updates phoenix_ecto from 4.6.2 to 4.6.3

Changelog

Sourced from phoenix_ecto's changelog.

v4.6.3

  • Enhancements

    • Add prefix option to check repo status plug
  • Bug fix

    • Fix map.field notation warning on Elixir 1.17
Commits

Updates phoenix_live_dashboard from 0.8.4 to 0.8.5

Changelog

Sourced from phoenix_live_dashboard's changelog.

v0.8.5 (2024-11-14)

  • Provide a mechanism for user extensible LiveView hooks
  • Add Erlang/OTP 27 Process label support
Commits
  • d9a6b37 Release v0.8.5
  • 90ca015 Merge pull request #457 from phoenixframework/sd-before_closing_head_tag
  • e7728dd provide window.LiveDashboard.registerCustomHooks function
  • c44ed4d Allow users to render content in the <head>
  • d1578d8 Merge pull request #453 from kianmeng/fix-typos-in-variables
  • bc4b7b3 Fix typos in variables
  • 5b44b01 Simplify installation steps (#448)
  • f7d9d1d Update README.md
  • 4e6e8b9 Prefer process name over label if both are set (#447)
  • c1f57b8 Add Erlang/OTP 27 Process label support (#446)
  • Additional commits viewable in compare view

Updates phoenix_live_view from 1.0.0-rc.6 to 1.0.0-rc.7

Changelog

Sourced from phoenix_live_view's changelog.

1.0.0-rc.7 (2024-10-17)

Enhancements

  • Support nested inputs in Phoenix.Component.used_input?/1
  • Support custom redirect statuses on Phoenix.LiveView.redirect/2
  • Export createHook from phoenix_live_view to allow CustomElement's to use hooks
  • Expose programmable JS command interface to hooks for showing, hiding, addClass, etc from a hook which integrates with server DOM patching
  • Support targeting inner and closest query selectors in JS commands with to: {:inner, "a"} and to: {:closest, "tr"}, etc.
  • Throw a more informative error when JS.dispatch/2 is used with an input event on an invalid target
  • Validate slot options (prevents typos like slot :myslot, requird: true)
  • Emit :phoenix, :live_component, :update telemetry event when a LiveComponent is updated via send_update/2
  • Enhance error recovery during connecting mount to trigger plug_status error pipeline

Bug fixes

  • Fix phx-click-loading classes being incorrectly applied to child elements when issues from a non user click/navigation event
  • Fix hooks on root LiveComponent container not being torn down and created when the DOM id changes
  • Fix select focus states and selects not being updated when focused #3083, #3107
  • Fix nested LiveViews inside a stream element
  • Fix infinite loading streams in zoomed viewports #3442
  • Fix race condition in latency simulator causing messages to be applied out of order
  • Fix stream items not reapplying JS commands when joining after a disconnect
  • Fix unnecessary remount when navigating back
  • Fix character composition mode not working properly in Safari when an input is patched
  • Fix cannot redirect socket on update error raised erroneously under rare circumstances
  • Fix upstream morphdom issue that could cause elements being removed from the real DOM instead of a cloned tree while some elements are locked
  • Don't dispatch click event when moving mouse away from initial click target
  • Fix formatter formatting expressions that are strings with escaped quotes incorrectly

Deprecations

  • Deprecate the name attribute of Phoenix.Component.dynamic_tag/1 in favor of tag_name
Commits

Updates postgrex from 0.18.0 to 0.19.3

Changelog

Sourced from postgrex's changelog.

v0.19.3 (2024-11-12)

  • Enhancements

    • Default params to in query APIs to []
    • Allow :comment as options to query APIs
  • Bug fixes

    • Call disconnect on protocol when reconnecting in Postgrex.SimpleConnection

v0.19.2 (2024-10-23)

  • Bug fixes
    • Protect against message length overflow vulnerability

v0.19.1 (2024-08-13)

  • Enhancements

    • Allow encoding/decoding of LSN
  • Bug fixes

    • Fix Dialyzer warnings on interval extension
    • Log error message if Postgrex.ReplicationConnection is reconnecting

v0.19.0 (2024-08-03)

  • Enhancements

    • Respect precision for interval, time, timestamp, and timestamptz
    • Remove restriction on year 9999 on datetime columns
    • Support decoding and encoding Elixir's v1.17 Duration as interval
    • Allow starting one stream after the other in replication
  • Bug fixes

    • Return {:stop, state} from gen_statem connection callback
Commits

Updates req from 0.5.6 to 0.5.7

Changelog

Sourced from req's changelog.

v0.5.7 (2024-10-29)

  • [put_aws_sigv4]: Fix signature when using custom port

  • [retry]: Do not call retry_delay fun twice

  • [auth]: Support passing a 0-arity function

Commits

Updates resend from 0.4.2 to 0.4.4

Commits

Updates sentry from 10.6.2 to 10.8.0

Release notes

Sourced from sentry's releases.

10.8.0

This release bumps the minimum Elixir requirement to 1.13, fixes a few bugs, and introduces client reports. Client reports will be sent to Sentry by default, but you can disable them with:

config :sentry,
  # ...,
  send_client_reports: false

Improvements and new features

Bug fixes

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

10.7.0

Various fixes & improvements

New features:

  • Add Sentry.ClientError for more structured client errors. You can use this to programmatically deal with errors when reporting events, if you need to. — @​savhappy
  • Add :integration_meta key to Sentry.Event. — (#771) by @​savhappy
  • Validate Sentry options even if DSN is not set. — (#772) by @​savhappy

Bug fixes:

  • Fix Sentry check-ins by internally mapping check-in IDs for "start" and "stop" events. — @​savhappy
  • Fix mix sentry.package_source_code edge cases by compiling code before running the task. — @​whatyouhide
  • Support structured logs in Sentry.LoggerHandler. — (#765) by @​martosaur
  • Handle nil environment correctly in Sentry config — (#753) by @​fahchen
  • Fix exceptions with an empty stacktrace. — (#755) by @​savhappy
Changelog

Sourced from sentry's changelog.

10.8.0

This release bumps the minimum Elixir requirement to 1.13, fixes a few bugs, and introduces client reports. Client reports will be sent to Sentry by default, but you can disable them with:

config :sentry,
  # ...,
  send_client_reports: false

Improvements and new features

Bug fixes

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

10.7.0

Various fixes & improvements

New features:

  • Add Sentry.ClientError for more structured client errors. You can use this to programmatically deal with errors when reporting events, if you need to. — @​savhappy
  • Add :integration_meta key to Sentry.Event. — (#771) by @​savhappy
  • Validate Sentry options even if DSN is not set. — (#772) by @​savhappy

Bug fixes:

  • Fix Sentry check-ins by internally mapping check-in IDs for "start" and "stop" events. — @​savhappy
  • Fix mix sentry.package_source_code edge cases by compiling code before running the task. — @​whatyouhide

... (truncated)

Commits

Updates swoosh from 1.16.10 to 1.16.12

Release notes

Sourced from swoosh's releases.

v1.16.12 🚀

✨ Features

New Contributors

Thanks Andrei!

Full Changelog: swoosh/swoosh@v1.16.11...v1.16.12

v1.16.11 🚀

✨ Features

📝 Documentation

⛓️ Dependency

New Contributors

Thanks to our new contributors!

Bumps the production-dependencies group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [bcrypt_elixir](https://github.com/riverrun/bcrypt_elixir) | `3.1.0` | `3.2.0` |
| [esbuild](https://github.com/phoenixframework/esbuild) | `0.8.1` | `0.8.2` |
| [ex_aws](https://github.com/ex-aws/ex_aws) | `2.5.4` | `2.5.7` |
| [ex_aws_s3](https://github.com/ex-aws/ex_aws_s3) | `2.5.3` | `2.5.5` |
| [flame](https://github.com/phoenixframework/flame) | `0.3.0` | `0.5.1` |
| [gettext](https://github.com/elixir-gettext/gettext) | `0.24.0` | `0.26.2` |
| [image](https://github.com/kipcole9/image) | `0.53.0` | `0.54.4` |
| [oban](https://github.com/sorentwo/oban) | `2.18.0` | `2.18.3` |
| [phoenix_ecto](https://github.com/phoenixframework/phoenix_ecto) | `4.6.2` | `4.6.3` |
| [phoenix_live_dashboard](https://github.com/phoenixframework/phoenix_live_dashboard) | `0.8.4` | `0.8.5` |
| [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) | `1.0.0-rc.6` | `1.0.0-rc.7` |
| [postgrex](https://github.com/elixir-ecto/postgrex) | `0.18.0` | `0.19.3` |
| [req](https://github.com/wojtekmach/req) | `0.5.6` | `0.5.7` |
| [resend](https://github.com/elixir-saas/resend-elixir) | `0.4.2` | `0.4.4` |
| [sentry](https://github.com/getsentry/sentry-elixir) | `10.6.2` | `10.8.0` |
| [swoosh](https://github.com/swoosh/swoosh) | `1.16.10` | `1.16.12` |
| [tailwind](https://github.com/phoenixframework/tailwind) | `0.2.3` | `0.2.4` |


Updates `bcrypt_elixir` from 3.1.0 to 3.2.0
- [Changelog](https://github.com/riverrun/bcrypt_elixir/blob/master/CHANGELOG.md)
- [Commits](riverrun/bcrypt_elixir@v3.1.0...v3.2.0)

Updates `esbuild` from 0.8.1 to 0.8.2
- [Changelog](https://github.com/phoenixframework/esbuild/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/esbuild@v0.8.1...v0.8.2)

Updates `ex_aws` from 2.5.4 to 2.5.7
- [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.4...v2.5.7)

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

Updates `flame` from 0.3.0 to 0.5.1
- [Changelog](https://github.com/phoenixframework/flame/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/flame@v0.3.0...v0.5.1)

Updates `gettext` from 0.24.0 to 0.26.2
- [Changelog](https://github.com/elixir-gettext/gettext/blob/main/CHANGELOG.md)
- [Commits](elixir-gettext/gettext@v0.24.0...v0.26.2)

Updates `image` from 0.53.0 to 0.54.4
- [Release notes](https://github.com/kipcole9/image/releases)
- [Changelog](https://github.com/elixir-image/image/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kipcole9/image/commits/v0.54.4)

Updates `oban` from 2.18.0 to 2.18.3
- [Release notes](https://github.com/sorentwo/oban/releases)
- [Changelog](https://github.com/oban-bg/oban/blob/v2.18.3/CHANGELOG.md)
- [Commits](oban-bg/oban@v2.18.0...v2.18.3)

Updates `phoenix_ecto` from 4.6.2 to 4.6.3
- [Changelog](https://github.com/phoenixframework/phoenix_ecto/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_ecto@v4.6.2...v4.6.3)

Updates `phoenix_live_dashboard` from 0.8.4 to 0.8.5
- [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.4...v0.8.5)

Updates `phoenix_live_view` from 1.0.0-rc.6 to 1.0.0-rc.7
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_view@v1.0.0-rc.6...v1.0.0-rc.7)

Updates `postgrex` from 0.18.0 to 0.19.3
- [Release notes](https://github.com/elixir-ecto/postgrex/releases)
- [Changelog](https://github.com/elixir-ecto/postgrex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/elixir-ecto/postgrex/commits)

Updates `req` from 0.5.6 to 0.5.7
- [Release notes](https://github.com/wojtekmach/req/releases)
- [Changelog](https://github.com/wojtekmach/req/blob/main/CHANGELOG.md)
- [Commits](wojtekmach/req@v0.5.6...v0.5.7)

Updates `resend` from 0.4.2 to 0.4.4
- [Commits](elixir-saas/resend-elixir@v0.4.2...v0.4.4)

Updates `sentry` from 10.6.2 to 10.8.0
- [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.6.2...10.8.0)

Updates `swoosh` from 1.16.10 to 1.16.12
- [Release notes](https://github.com/swoosh/swoosh/releases)
- [Changelog](https://github.com/swoosh/swoosh/blob/main/CHANGELOG.md)
- [Commits](swoosh/swoosh@v1.16.10...v1.16.12)

Updates `tailwind` from 0.2.3 to 0.2.4
- [Changelog](https://github.com/phoenixframework/tailwind/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/tailwind@v0.2.3...v0.2.4)

---
updated-dependencies:
- dependency-name: bcrypt_elixir
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: esbuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ex_aws
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ex_aws_s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: flame
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: gettext
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: image
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: oban
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: phoenix_ecto
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: phoenix_live_dashboard
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: phoenix_live_view
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: postgrex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: req
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: resend
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: sentry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: swoosh
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tailwind
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 14, 2024
@dependabot dependabot bot requested a review from ceolinwill November 14, 2024 22:05
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2024

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

@dependabot dependabot bot closed this Dec 1, 2024
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-d2b40c8fed branch December 1, 2024 18:31
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant