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 across 1 directory with 11 updates #285

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 Feb 20, 2025

Bumps the production-dependencies group with 9 updates in the / directory:

Package From To
ash 3.4.62 3.4.64
ash_admin 0.12.6 0.13.0
ash_graphql 1.5.1 1.6.0
ash_json_api 1.4.18 1.4.19
ash_oban 0.3.1 0.3.3
ash_postgres 2.5.1 2.5.5
ecto_psql_extras 0.8.6 0.8.7
esbuild 0.8.2 0.9.0
makeup_eex 2.0.0 2.0.2

Updates ash from 3.4.62 to 3.4.64

Changelog

Sourced from ash's changelog.

v3.4.64 (2025-02-17)

Bug Fixes:

  • use undo action in generic action undo

  • handle generic actions with no return

  • ensure atomic set_attribute behaves the same as non-atomic

  • Missing actor on aggregate resource call (#1796)

  • Missing actor on aggregate call (#1793)

Improvements:

  • support receiving the inputs when undoing generic actions

  • simplify & unify sort/sort_input logic

  • support related sorts everywhere (not just sort_input)

  • add field names to identities (#1786)

v3.4.63 (2025-02-11)

Bug Fixes:

  • set read_after_writes to true if generated

  • type cast errors w/ floats & vectors

  • handle case clause error in filters

  • don't return invalid type from vector type

  • don't double process string interpolation expressions

  • Include warning for arguments only when 'things' are arguments (#1785)

  • empty bulk create inputs must still return a stream

  • don't use authorize_with: :error on data layers that can't do it

... (truncated)

Commits
  • d112e84 chore: release version v3.4.64
  • 84c207c improvement: support receiving the inputs when undoing generic actions
  • 3829d68 chore: undo should return :ok only for generic action step
  • bddf062 fix: use undo action in generic action undo
  • 8780874 fix: ensure atomic set_attribute behaves the same as non-atomic
  • a5d4dab chore: update .formatter.exs
  • 4d5db56 fix: Missing actor on aggregate resource call (#1796)
  • b93ae30 docs: writing queries guide
  • 7469763 chore(deps-dev): bump git_ops in the dev-dependencies group (#1794)
  • 2133e9b fix: Missing actor on aggregate call (#1793)
  • Additional commits viewable in compare view

Updates ash_admin from 0.12.6 to 0.13.0

Changelog

Sourced from ash_admin's changelog.

v0.13.0 (2025-02-17)

Features:

  • Select/Typeahead for related items using label_field (#222)
Commits
  • a68a283 chore: release version v0.13.0
  • ac6d43c chore: update securing docs w/ new pattern
  • eb940f4 feat: Select/Typeahead for related items using label_field (#222)
  • 722fb43 chore(deps-dev): bump the dev-dependencies group with 4 updates (#273)
  • d280441 chore(deps): bump ash in the production-dependencies group (#272)
  • 92860ce chore: update ash_phoenix for typespec fix
  • 6de6651 chore: fix page_link_params calls in data_table (#270) (#271)
  • 1747fab fix generate_migrations alias (#269)
  • 4338bda chore(deps-dev): bump the dev-dependencies group with 2 updates (#268)
  • cdf0788 chore(deps): bump the production-dependencies group with 4 updates (#267)
  • Additional commits viewable in compare view

Updates ash_graphql from 1.5.1 to 1.6.0

Changelog

Sourced from ash_graphql's changelog.

v1.6.0 (2025-02-11)

Features:

  • Type and Query complexity callbacks (#273)

  • Type and Query complexity callbacks

Bug Fixes:

  • handle actions with no return
Commits
  • 50e450a chore: release version v1.6.0
  • 7906c4e feat: Type and Query complexity callbacks (#273)
  • 6a1d032 fix: handle actions with no return
  • a90e1b9 chore(deps-dev): bump ex_doc in the dev-dependencies group (#272)
  • 61dcfe4 chore(deps): bump the production-dependencies group with 3 updates (#271)
  • 234f6fc chore: format
  • efc8c73 chore(deps-dev): bump ex_doc in the dev-dependencies group (#268)
  • 46f110c chore(deps): bump the production-dependencies group with 2 updates (#267)
  • 382939a * fix: pass nested to correctly calculate loads (#265)
  • 70452e2 docs: update ex_doc & spark for better search
  • See full diff in compare view

Updates ash_json_api from 1.4.18 to 1.4.19

Changelog

Sourced from ash_json_api's changelog.

v1.4.19 (2025-02-11)

Bug Fixes:

  • Use debug log level for errors by default (#289)

  • ensure that update actions don't require all inputs

  • apply default_fields to included relationships

Improvements:

  • add calculation inputs to openapi filter spec

  • Include source pointer in the debug logs

Commits
  • 2dac43f chore: release version v1.4.19
  • 7a8d14f improvement: add calculation inputs to openapi filter spec
  • 7e799ea fix: Use debug log level for errors by default (#289)
  • 4a4e725 chore: fix build
  • 0db0513 fix: ensure that update actions don't require all inputs
  • fbcca5c chore(deps): bump the production-dependencies group with 3 updates (#287)
  • 58d453a chore(deps-dev): bump ex_doc in the dev-dependencies group (#288)
  • 29b9c88 test: add a simple patch test showing non-required behavior
  • a7cb734 fix: apply default_fields to included relationships
  • 2d8ca0d chore(deps): bump the production-dependencies group with 2 updates (#283)
  • Additional commits viewable in compare view

Updates ash_oban from 0.3.1 to 0.3.3

Changelog

Sourced from ash_oban's changelog.

v0.3.3 (2025-02-17)

Bug Fixes:

  • pass error in bulk variants of error handler

  • don't lock on atomic operation

  • include :executing in the unique job states

  • Ensure run_oban_trigger and scheduler are aware of the tenant in context-driven multi tenancy (#122)

  • if we get and lock, do it before anything else

Improvements:

  • add trigger_once? option (#123)

  • do error handling atomically as well

  • avoid duplicative reads when working in a transaction

v0.3.2 (2025-02-11)

Improvements:

  • Import ash_oban in formatter dep (#119)
Commits
  • d8714cc chore: release version v0.3.3
  • fbef5ab fix: pass error in bulk variants of error handler
  • 0b4d1a0 improvement: add trigger_once? option (#123)
  • fb39840 fix: don't lock on atomic operation
  • bfeee1f fix: include :executing in the unique job states
  • 283b645 chore: remove debugging code
  • 995ffb2 fix: Ensure run_oban_trigger and scheduler are aware of the tenant in conte...
  • fed414a chore: just in case, set tenant on the bulk query as well
  • f019116 improvement: do error handling atomically as well
  • b638fa6 fix: if we get and lock, do it before anything else
  • Additional commits viewable in compare view

Updates ash_phoenix from 2.1.17 to 2.1.18

Changelog

Sourced from ash_phoenix's changelog.

v2.1.18 (2025-02-10)

Bug Fixes:

  • page_link_params supports integers
Commits
  • 6152114 chore: release version v2.1.18
  • 14da7fd fix: page_link_params supports integers
  • 5ec5a29 chore(deps-dev): bump the dev-dependencies group with 2 updates (#308)
  • 1a68e40 chore(deps): bump the production-dependencies group with 5 updates (#307)
  • See full diff in compare view

Updates ash_postgres from 2.5.1 to 2.5.5

Changelog

Sourced from ash_postgres's changelog.

v2.5.5 (2025-02-17)

Bug Fixes:

  • ensure field names defaults to the field of the constraint

v2.5.4 (2025-02-17)

Improvements:

  • Add support for field names in idenitity constraints (#478)

v2.5.3 (2025-02-14)

Bug Fixes:

  • handle dropping primary key columns properly

  • Ignore module conflict when compiling migration file (#482)

v2.5.2 (2025-02-11)

Bug Fixes:

  • update lateral join logic to match ash_sql's

  • simplify lateral join source filter

  • update sql log switches for migration and rollback tasks (#470)

Improvements:

  • add vector l2 distance function

  • use dimenstions constraint on vector for size

  • consider identity.where in identity deduplicator

... (truncated)

Commits
  • aafb473 chore: release version v2.5.5
  • 72170bd fix: ensure field names defaults to the field of the constraint
  • f66c743 chore: release version v2.5.4
  • 3eaa959 chore: update deps & tests
  • 5377c15 chore: format/test
  • 64d768c improvement: Add support for field names in idenitity constraints (#478)
  • c2b2a7d chore: add test for map atomic updates
  • d82af23 chore: release version v2.5.3
  • e19c93a chore: fix tests
  • 8936bc1 fix: handle dropping primary key columns properly
  • Additional commits viewable in compare view

Updates ecto_psql_extras from 0.8.6 to 0.8.7

Commits

Updates esbuild from 0.8.2 to 0.9.0

Changelog

Sourced from esbuild's changelog.

v0.9.0 (2025-02-10)

This release requires Elixir v1.14+ and Erlang/OTP 25+.

  • Update PGP keys to support latest esbuild versions
  • Update esbuild to version 0.25.0
  • Remove dependency on CAStore in favor of using Erlang certificates
Commits

Updates makeup_eex from 2.0.0 to 2.0.2

Commits

Updates oban from 2.19.1 to 2.19.2

Release notes

Sourced from oban's releases.

v2.19.2

Enhancements

  • [Oban] Allow setting a MFA in :get_dynamic_repo

    Anonymous functions don't work with OTP releases, as anonymous functions cannot be used in configuration. Now a MFA tuple can be passed instead of a fun, and the scaling guide recommends a function instead.

  • [Cron] Include configured timezone in cron job metadata

    Along with the cron expression, stored as cron_expr, the configured timezone is also recorded as cron_tz in cron job metadata.

  • [Cron] Add next_at/2 and last_at/2 for cron time calculations

    This implements jumping functions for cron expressions. Rather than naively iterating through minutes, it uses the expression values to efficiently jump to the next or last cron run time.

  • [Executor] Always convert queue_time to native time unit

    The telemetry docs state that measurements are recorded in native time units. However, that hasn't been the case for queue_time for a while now. It usually worked anyway native and nanosecond is of the same resolution, but now it is guaranteed.

Bug Fixes

  • [Peer] Correct leadership elections for the Dolphin engine

    MySQL always returns the number of entries attempted, even when nothing was added. The previous match caused all nodes to believe they were the leader. This uses a secondary query within the same transaction to detect if the current instance is the leader.

  • [Reindexer] Drop invalid indexes concurrently when reindexing.

    The DROP INDEX query would lock the whole table with an ACCESS EXCLUSIVE lock and could cause queries to fail unexpectedly.

  • [Testing] Use Ecto.Type.cast/2 for backward compatibility

    The cast!/2 function wasn't added until Ecto 3.12. This reverts time casting to use cast/2 for compatibility with earlier Ecto versions.

  • [Worker] Validate that the unique option isn't an empty list.

    An empty list was accepted at compile time, but wouldn't be valid later at runtime. Now the two validations match for greater parity.

Changelog

Sourced from oban's changelog.

v2.19.2 — 2025-02-18

Bug Fixes

  • [Peer] Correct leadership elections for the Dolphin engine

    MySQL always returns the number of entries attempted, even when nothing was added. The previous match caused all nodes to believe they were the leader. This uses a secondary query within the same transaction to detect if the current instance is the leader.

  • [Reindexer] Drop invalid indexes concurrently when reindexing.

    The DROP INDEX query would lock the whole table with an ACCESS EXCLUSIVE lock and could cause queries to fail unexpectedly.

  • [Testing] Use Ecto.Type.cast/2 for backward compatibility

    The cast!/2 function wasn't added until Ecto 3.12. This reverts time casting to use cast/2 for compatibility with earlier Ecto versions.

  • [Worker] Validate that the unique option isn't an empty list.

    An empty list was accepted at compile time, but wouldn't be valid later at runtime. Now the two validations match for greater parity.

Enhancements

  • [Oban] Allow setting a MFA in :get_dynamic_repo

    Anonymous functions don't work with OTP releases, as anonymous functions cannot be used in configuration. Now a MFA tuple can be passed instead of a fun, and the scaling guide recommends a function instead.

  • [Cron] Include configured timezone in cron job metadata

    Along with the cron expression, stored as cron_expr, the configured timezone is also recorded as cron_tz in cron job metadata.

  • [Cron] Add next_at/2 and last_at/2 for cron time calculations

    This implements jumping functions for cron expressions. Rather than naively iterating through minutes, it uses the expression values to efficiently jump to the next or last cron run time.

  • [Executor] Always convert queue_time to native time unit

    The telemetry docs state that measurements are recorded in native time units. However, that hasn't been the case for queue_time for a while now. It usually worked anyway native and nanosecond is of the same resolution, but now it is guaranteed.

Commits
  • ce28592 Release v2.19.2
  • 1676436 Check dolphin leadership after upsert query
  • 56be721 Use Ecto.Type.cast/2 for backward compatibility
  • ae608ba Fix the unique jobs guide link (#1248)
  • c1dc3d6 Drop invalid indexes concurrently when reindexing
  • 3326dcb Update runner to ubuntu-24.04
  • adb8ab5 Bump the development-dependencies group with 2 updates (#1244)
  • 6a419f4 Bump the production-dependencies group with 2 updates (#1243)
  • 98ec7d5 Include configured timezone in cron job metadata
  • 45121b1 Fix Planetscale typo in CHANGELOG.md (#1241)
  • Additional commits viewable 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 added the dependencies Pull requests that update a dependency file label Feb 20, 2025
…y with 11 updates

Bumps the production-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ash](https://github.com/ash-project/ash) | `3.4.62` | `3.4.64` |
| [ash_admin](https://github.com/ash-project/ash_admin) | `0.12.6` | `0.13.0` |
| [ash_graphql](https://github.com/ash-project/ash_graphql) | `1.5.1` | `1.6.0` |
| [ash_json_api](https://github.com/ash-project/ash_json_api) | `1.4.18` | `1.4.19` |
| [ash_oban](https://github.com/ash-project/ash_oban) | `0.3.1` | `0.3.3` |
| [ash_postgres](https://github.com/ash-project/ash_postgres) | `2.5.1` | `2.5.5` |
| [ecto_psql_extras](https://github.com/pawurb/ecto_psql_extras) | `0.8.6` | `0.8.7` |
| [esbuild](https://github.com/phoenixframework/esbuild) | `0.8.2` | `0.9.0` |
| [makeup_eex](https://github.com/elixir-makeup/makeup_eex) | `2.0.0` | `2.0.2` |



Updates `ash` from 3.4.62 to 3.4.64
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash@v3.4.62...v3.4.64)

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

Updates `ash_graphql` from 1.5.1 to 1.6.0
- [Changelog](https://github.com/ash-project/ash_graphql/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_graphql@v1.5.1...v1.6.0)

Updates `ash_json_api` from 1.4.18 to 1.4.19
- [Changelog](https://github.com/ash-project/ash_json_api/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_json_api@v1.4.18...v1.4.19)

Updates `ash_oban` from 0.3.1 to 0.3.3
- [Changelog](https://github.com/ash-project/ash_oban/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_oban@v0.3.1...v0.3.3)

Updates `ash_phoenix` from 2.1.17 to 2.1.18
- [Changelog](https://github.com/ash-project/ash_phoenix/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_phoenix@v2.1.17...v2.1.18)

Updates `ash_postgres` from 2.5.1 to 2.5.5
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_postgres@v2.5.1...v2.5.5)

Updates `ecto_psql_extras` from 0.8.6 to 0.8.7
- [Commits](https://github.com/pawurb/ecto_psql_extras/commits)

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

Updates `makeup_eex` from 2.0.0 to 2.0.2
- [Commits](elixir-makeup/makeup_eex@v2.0.0...v2.0.2)

Updates `oban` from 2.19.1 to 2.19.2
- [Release notes](https://github.com/oban-bg/oban/releases)
- [Changelog](https://github.com/oban-bg/oban/blob/main/CHANGELOG.md)
- [Commits](oban-bg/oban@v2.19.1...v2.19.2)

---
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-minor
  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_oban
  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: ecto_psql_extras
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: esbuild
  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-patch
  dependency-group: production-dependencies
- dependency-name: oban
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/hex/production-dependencies-c5bae33348 branch from d7f58e3 to 9a4594c Compare February 20, 2025 14:13
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