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

chore(deps): bump the production-dependencies group with 13 updates #273

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 Jan 16, 2025

Bumps the production-dependencies group with 13 updates:

Package From To
ash 3.4.48 3.4.55
ash_admin 0.12.3 0.12.6
ash_graphql 1.4.7 1.5.0
ash_json_api 1.4.15 1.4.16
ash_phoenix 2.1.11 2.1.13
ash_postgres 2.4.18 2.4.21
bandit 1.6.1 1.6.5
libcluster 3.4.1 3.5.0
makeup_eex 0.1.2 1.0.0
phoenix_html 4.1.1 4.2.0
phoenix_live_dashboard 0.8.5 0.8.6
phoenix_live_view 1.0.1 1.0.2
swoosh 1.17.5 1.17.6

Updates ash from 3.4.48 to 3.4.55

Changelog

Sourced from ash's changelog.

v3.4.55 (2025-01-13)

Bug Fixes:

  • ensure can_* code interfaces pass arguments to actions

  • another pattern match error in Ash.can?

  • case clause error in Ash.can?

  • handle embedded attributes in attribute generator

  • Ash.Generator: Fix typo in skipped import name (#1704)

  • reset ash_started_transaction? on bulk create

  • set max_concurrency to 0 for generate_many

  • ensure that once and sequence behave predictably across tests

Improvements:

  • destroy missing records first in manage_relationship

  • add start_of_day function

  • add cast_dates_as constraint to Ash.Type.DateTime

v3.4.54 (2025-01-09)

Bug Fixes:

  • [Ash.Generator] Fix issues in Ash.Generator.generate_many/2 (#1703)

  • [Ash.Generator: Don't error if no after_action is provided to generate_many

  • [Ash.Generator] Reuse the changeset actor when calling bulk_create

Improvements:

  • [Ash.Generator] run notifications for generators

  • [Ash.Changeset] order_is_key option for sorted relationships

... (truncated)

Commits
  • 154772c chore: release version v3.4.55
  • e9c3889 test: Add failing test for Ash.can? for get? true actions (#1711)
  • df66222 fix: ensure can_* code interfaces pass arguments to actions
  • ff3d8a7 fix: another pattern match error in Ash.can?
  • 66b07c3 fix: case clause error in Ash.can?
  • b468bcb chore(Ash.Test): Updates to assert_has_error and refute_has_error to ac...
  • c59eb2e Update multitenancy.md for extra info around identites (#1708)
  • d2ba06e improvement: destroy missing records first in manage_relationship
  • 8e8375d chore: add StartOfDay to filter.exs
  • 95baea6 chore: add datetime handling to start_of_day
  • Additional commits viewable in compare view

Updates ash_admin from 0.12.3 to 0.12.6

Changelog

Sourced from ash_admin's changelog.

v0.12.6 (2025-01-13)

Bug Fixes:

  • guard against problematic primary read action configurations (#255) (#256)

Improvements:

  • add installer

v0.12.5 (2025-01-06)

Bug Fixes:

  • use configured actions for determining update/destroy links

v0.12.4 (2025-01-03)

Bug Fixes:

  • UnsuedParams: Filter nil values (#248)

  • UnusedParams: handle nil params (#247)

  • PhoenixLiveView: remove phx-feedback-for and fix unsued params (#244)

Commits
  • ccdfafc chore: release version v0.12.6
  • 7c0676d improvement: add installer
  • 9a02a6c fix: guard against problematic primary read action configurations (#255) (#256)
  • 86baa38 chore(deps-dev): bump ash_postgres (#254)
  • 28e59d0 chore(deps): bump the production-dependencies group with 2 updates (#252)
  • ceea1bd chore: release version v0.12.5
  • d915669 fix: use configured actions for determining update/destroy links
  • 84569e9 chore: add igniter as a dev dependency
  • da836d6 chore: release version v0.12.4
  • 3897e01 chore(deps): bump the production-dependencies group with 2 updates (#249)
  • Additional commits viewable in compare view

Updates ash_graphql from 1.4.7 to 1.5.0

Changelog

Sourced from ash_graphql's changelog.

v1.5.0 (2025-01-10)

Features:

  • errors: carry action name in context (#257)

Improvements:

  • error handling in resources (#253)
Commits
  • fc11979 chore: release version v1.5.0
  • b1cc142 chore: update dialyzer config
  • bc98767 feat(errors): carry action name in context (#257)
  • 15ddeaf chore(deps-dev): bump credo in the dev-dependencies group (#256)
  • 76efa91 chore(deps): bump the production-dependencies group with 2 updates (#255)
  • 16f49e0 improvement: error handling in resources (#253)
  • b1f7ffe chore: update ex_doc & fix mix.exs
  • 5131736 chore(deps): bump the production-dependencies group with 2 updates (#254)
  • 2ef4f92 chore: more metadata, better proposal syntax
  • a5da3ea docs: update authorize with graphql docs
  • See full diff in compare view

Updates ash_json_api from 1.4.15 to 1.4.16

Changelog

Sourced from ash_json_api's changelog.

v1.4.16 (2024-12-23)

Improvements:

  • make testing helpers public and document them

  • deprecate the DSL router configuration

Commits
  • 01efa08 chore: release version v1.4.16
  • 6f5be8b improvement: make testing helpers public and document them
  • See full diff in compare view

Updates ash_phoenix from 2.1.11 to 2.1.13

Changelog

Sourced from ash_phoenix's changelog.

v2.1.13 (2025-01-03)

Bug Fixes:

  • ensure that form interfaces properly set data

  • update html generators to properly call actions

v2.1.12 (2024-12-22)

Improvements:

  • Add AshPhoenix extension
Commits
  • b5e7d95 chore: release version v2.1.13
  • 4968ea7 fix: ensure that form interfaces properly set data
  • b3c1e04 fix: update html generators to properly call actions
  • 4a1cc4f chore(deps-dev): bump credo in the dev-dependencies group (#287)
  • d73c6b0 chore(deps): bump the production-dependencies group with 3 updates (#286)
  • 6f6bb0c docs: Correct tutorial instructions for generating live view, fix #282. (#283)
  • 20b5c1f docs: Fix documentation typos for ash_postgres.gen.live option switches (#281)
  • 8be0612 chore(deps-dev): bump ex_doc in the dev-dependencies group (#280)
  • e0b0f53 chore(deps): bump the production-dependencies group with 2 updates (#279)
  • 467e17d chore: release version v2.1.12
  • Additional commits viewable in compare view

Updates ash_postgres from 2.4.18 to 2.4.21

Changelog

Sourced from ash_postgres's changelog.

v2.4.21 (2025-01-06)

Bug Fixes:

  • filter query by source record ids when lateral joining

  • don't use symlinked app dir for migration's path

v2.4.20 (2024-12-26)

Bug Fixes:

  • use passed in version of postgres when modifying existing repo

v2.4.19 (2024-12-26)

Bug Fixes:

  • ensure there is always at least one upsert field so filter is run

Improvements:

  • better min_pg_version when modifying a repo

  • automatically set min_pg_version where possible

  • use a notice to suggest configuring min_pg_version

Commits
  • 5f26d69 chore: release version v2.4.21
  • 96dc292 chore: add changelog to package links (#455)
  • 1c4ae7b fix: filter query by source record ids when lateral joining
  • a5f6de7 fix: don't use symlinked app dir for migration's path
  • 304a896 chore(deps-dev): bump credo in the dev-dependencies group (#454)
  • 9701d83 chore(deps): bump the production-dependencies group with 2 updates (#453)
  • ab7f9b0 docs: Fix old code in Getting Started guide (#451)
  • 2dadf5b chore: release version v2.4.20
  • 80ccc19 fix: use passed in version of postgres when modifying existing repo
  • a3edddd chore: release version v2.4.19
  • Additional commits viewable in compare view

Updates bandit from 1.6.1 to 1.6.5

Changelog

Sourced from bandit's changelog.

1.6.5 (15 Jan 2025)

Fixes

  • Fix regression introduced in 1.6.1 where we would not send headers set by the Plug during WebSocket upgrades (#458)

Enhancements

  • Properly normalize Erlang errors before emitting telemetry and logged crash_reason (#455, thanks @​grzuy!)

1.6.4 (11 Jan 2025)

Fixes

  • Fix error in socket setup error handling introduced in 1.6.2 (thanks @​danielspofford!)

1.6.3 (8 Jan 2025)

Fixes

  • Always close HTTP/1 connection in any case where an error comes out of the plug (#452, thanks @​zookzook!)
  • Fix dialyzer warning introduced by Thousand Island 1.3.9

1.6.2 (4 Jan 2025)

Enhancements

  • Send telemetry events on Plugs that throw or exit (#443)
  • Improve test robustness & speed (#446)
  • Read a minimal number of bytes when sniffing for protocol (#449)
  • Add plug and websock to logging metadata whenever possible (#448)
  • Add plug and websock to telemetry metadata whenever possible (#447)
  • Silently eat Bandit.TransportError errors during HTTP/1 error fallback handling

Fixes

Changes

  • Unwrap Plug.Conn.WrapperErrors raised by Plug and handle the wrapped error per policy
  • Surface socket setup errors as Bandit.TransportError for consistency in logging
Commits
  • bffad96 Version bump to 1.6.5
  • 41bb3d8 Send any headers already queued in the plug when upgrading websocket (#458)
  • 1ddeb34 fix: properly normalize erlang errors before emitting telemetry and logged cr...
  • 177b053 Version bump to 1.6.4
  • 7168c5f Fix typo on hard to repro TransportError
  • b8b5651 Version bump to 1.6.3
  • 24f2d84 Always close HTTP/1 connection in any case where an error comes out of the pl...
  • 01f8fa4 Add missing matches to HTTPTransport implementations
  • 0eebc2c Bump thousand island to 1.3.9
  • 6adcbf8 Add note about Phoenix to README
  • Additional commits viewable in compare view

Updates libcluster from 3.4.1 to 3.5.0

Changelog

Sourced from libcluster's changelog.

Changelog

Unreleased

  • Add kubernetes_use_cached_resources option to Kubernetes strategy
Commits

Updates makeup_eex from 0.1.2 to 1.0.0

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 phoenix_live_view from 1.0.1 to 1.0.2

Changelog

Sourced from phoenix_live_view's changelog.

1.0.2 (2025-01-09)

Bug fixes

  • Fix inconsistency between mix format and mix format --check-formatted with new curly interpolation syntax (#3590)
  • Fix unnecessary compile time dependencies when using attr / on_mount / live (#3592)
  • Fix crash when testing LiveViews with embedded XML (e.g. SVGs) (#3594)
  • Fix type warning when using follow_redirect (#3581)
  • Prevent phx-trigger-action from clashing with locked forms (#3591)
  • Fix form recovery sending wrong event name when using JS commands in phx-change (#3607)

Enhancements

  • Deduplicate items on stream/4 / steam_insert/4 (#3599)
  • Restore scroll position on initial navigation (#3572)
  • Change-track non existing keys in maps (#3584)
  • Only warn instead of raising when detecting a duplicate ID in LiveViewTest (#3603)
Commits

Updates swoosh from 1.17.5 to 1.17.6

Release notes

Sourced from swoosh's releases.

v1.17.6 🚀

✨ Features

📝 Documentation

⛓️ Dependency

New Contributors

Full Changelog: swoosh/swoosh@v1.17.5...v1.17.6

Changelog

Sourced from swoosh's changelog.

1.17.6

✨ Features

📝 Documentation

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

Bumps the production-dependencies group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [ash](https://github.com/ash-project/ash) | `3.4.48` | `3.4.55` |
| [ash_admin](https://github.com/ash-project/ash_admin) | `0.12.3` | `0.12.6` |
| [ash_graphql](https://github.com/ash-project/ash_graphql) | `1.4.7` | `1.5.0` |
| [ash_json_api](https://github.com/ash-project/ash_json_api) | `1.4.15` | `1.4.16` |
| [ash_phoenix](https://github.com/ash-project/ash_phoenix) | `2.1.11` | `2.1.13` |
| [ash_postgres](https://github.com/ash-project/ash_postgres) | `2.4.18` | `2.4.21` |
| [bandit](https://github.com/mtrudel/bandit) | `1.6.1` | `1.6.5` |
| [libcluster](https://github.com/bitwalker/libcluster) | `3.4.1` | `3.5.0` |
| [makeup_eex](https://github.com/elixir-makeup/makeup_eex) | `0.1.2` | `1.0.0` |
| [phoenix_html](https://github.com/phoenixframework/phoenix_html) | `4.1.1` | `4.2.0` |
| [phoenix_live_dashboard](https://github.com/phoenixframework/phoenix_live_dashboard) | `0.8.5` | `0.8.6` |
| [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) | `1.0.1` | `1.0.2` |
| [swoosh](https://github.com/swoosh/swoosh) | `1.17.5` | `1.17.6` |


Updates `ash` from 3.4.48 to 3.4.55
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash@v3.4.48...v3.4.55)

Updates `ash_admin` from 0.12.3 to 0.12.6
- [Changelog](https://github.com/ash-project/ash_admin/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_admin@v0.12.3...v0.12.6)

Updates `ash_graphql` from 1.4.7 to 1.5.0
- [Changelog](https://github.com/ash-project/ash_graphql/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_graphql@v1.4.7...v1.5.0)

Updates `ash_json_api` from 1.4.15 to 1.4.16
- [Changelog](https://github.com/ash-project/ash_json_api/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_json_api@v1.4.15...v1.4.16)

Updates `ash_phoenix` from 2.1.11 to 2.1.13
- [Changelog](https://github.com/ash-project/ash_phoenix/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_phoenix@v2.1.11...v2.1.13)

Updates `ash_postgres` from 2.4.18 to 2.4.21
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_postgres@v2.4.18...v2.4.21)

Updates `bandit` from 1.6.1 to 1.6.5
- [Changelog](https://github.com/mtrudel/bandit/blob/main/CHANGELOG.md)
- [Commits](mtrudel/bandit@1.6.1...1.6.5)

Updates `libcluster` from 3.4.1 to 3.5.0
- [Changelog](https://github.com/bitwalker/libcluster/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bitwalker/libcluster/commits)

Updates `makeup_eex` from 0.1.2 to 1.0.0
- [Commits](elixir-makeup/makeup_eex@v0.1.2...v1.0.0)

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 `phoenix_live_view` from 1.0.1 to 1.0.2
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_view@v1.0.1...v1.0.2)

Updates `swoosh` from 1.17.5 to 1.17.6
- [Release notes](https://github.com/swoosh/swoosh/releases)
- [Changelog](https://github.com/swoosh/swoosh/blob/main/CHANGELOG.md)
- [Commits](swoosh/swoosh@v1.17.5...v1.17.6)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_admin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_graphql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ash_json_api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: bandit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: libcluster
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: makeup_eex
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: phoenix_html
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: swoosh
  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 Jan 16, 2025
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.

0 participants