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

Merged
merged 2 commits into from
Sep 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 22, 2024

Bumps the production-dependencies group with 3 updates in the / directory: ash, ash_postgres and joken.

Updates ash from 3.3.2 to 3.4.1

Changelog

Sourced from ash's changelog.

v3.4.1 (2024-08-13)

Bug Fixes:

  • properly pass actor, action, tenant etc. to lazy loaded relationships

v3.4.0 (2024-08-12)

Features:

  • [Ash.Policy.Authorizer] add policy groups

  • [authorization] support authorize_with option on Ash.read, allowing to error if any forbidden matching data exists

  • [Ash.Resource] Add @type t typespec to resource if it doesn't exist

Bug Fixes:

  • [calculations] remove pattern match error when exceptions come from calculations

  • [calculations] resolve nested expression calculation references in runtime filters

  • [arrays] Fix error with nil value on structure types (#1380)

  • [bulk actions] Pass options without :templated tuple to after_batch (#1376)

  • [bulk actions] after_batch arguments for bulk_create with return_records? disabled (#1371)

  • [bulk actions] set upsert? option when managing relationships in bulk creation

  • [Ash.Resource] check for nil resource_calculation in Ash.Resource.loaded?/2

  • [Ash.Expr] properly consider not-loaded record calculations as :unknown

  • [atomic updates] handle nil in atomic array casting

  • [aggregates] respect previously validated-for-action query for aggregates

  • [mix ash.gen.resource] use timestamps() instead of timestamps

  • [belongs_to relationships] prefer source_attribute is required, instead of relationship name

Improvements:

  • [performance] optimizations around allocating strings

  • [performance] optimizations around list operations for embedded resources

... (truncated)

Commits
  • 3fce3bf chore: release version v3.4.1
  • 1654ccd fix: properly pass actor, action, tenant etc. to lazy loaded relationships
  • 622561d chore: add actor to policy errors for later use
  • f0c6e86 chore: remove unnecessary line in docs
  • 542179c chore: changelog formatting
  • a7a3a7d chore: update changelog
  • fb55cee chore: release version v3.4.0
  • 074b65e chore: Report which module is at fault, when raising an error about relations...
  • 5b40040 chore: fix recent calculation optimization to never prune authorization calcs
  • 7991d84 chore: don't enumerate empty list
  • Additional commits viewable in compare view

Updates ash_postgres from 2.1.17 to 2.2.3

Changelog

Sourced from ash_postgres's changelog.

v2.2.3 (2024-08-18)

Bug Fixes:

  • [mix ash_postgres.install] was not adding ash_functions/min_pg_version

v2.2.2 (2024-08-17)

Bug Fixes:

  • [mix ash_postgres.install] properly handle new igniter installer functions

v2.2.1 (2024-08-16)

Bug Fixes:

  • [AshPostgres.DataLayer] set a proper default for skip_unique_indexes

Improvements:

  • [mix ash_postgres.install] include min_pg_version in new generators

v2.2.0 (2024-08-13)

Bug Fixes:

  • [AshPostgres.Repo] remove Agent "convenience" for determining min pg version

We need to require that users provide this function. To that end we're adding a warning in a minor release branch telling users to define this. The agent was acting as a bottleneck that all queries must go through, causing nontrivial performance issues at scale.

  • [upserts] handle filter condition on create (#368)

v2.1.19 (2024-08-12)

Bug Fixes:

  • [ecto compatibility] we missed a change when preparing for ecto 3.12 parameterized type changes

  • [exists aggregates] update ash_sql for exists aggregate fixes

v2.1.18 (2024-08-09)

Improvements:

  • [ash_postgres.gen.migration] dynamically select and allow setting a repo
Commits
  • 555063d chore: release version v2.2.3
  • b437e3f fix: mix ash_postgres.install not adding ash_functions/min_pg_version
  • 73a070e chore: release version v2.2.2
  • 59d1c3d fix: properly handle new igniter installer functions
  • 3fbd551 chore: update changelog
  • dda21bc chore: release version v2.2.1
  • a94ee98 chore: release version v2.2.1
  • 8bf9864 improvement: include min_pg_version in new generators
  • d2b73fc fix: set a proper default for skip_unique_indexes
  • e7ea05e chore: unlock deps
  • Additional commits viewable in compare view

Updates joken from 2.6.1 to 2.6.2

Changelog

Sourced from joken's changelog.

[2.6.2] - 2024-08-10

Changed

  • Updated deps and CI versions
  • Fix deprecated CI badge (#427 - thanks to @​kianmeng once again!)
Commits

Updates spark from 2.2.11 to 2.2.22

Changelog

Sourced from spark's changelog.

v2.2.22 (2024-08-20)

Bug Fixes:

  • Macro.escape persisted keys

  • properly handle {:error, error} when validating opts

Improvements:

  • add fetch_persisted

  • add options type to option validators

v2.2.21 (2024-08-14)

Bug Fixes:

  • add private? to options spec, and fix incorrect error output

v2.2.20 (2024-08-14)

Bug Fixes:

  • show proper list of known options

  • validate schema at compile time

v2.2.19 (2024-08-13)

Bug Fixes:

  • cast default values

v2.2.18 (2024-08-13)

... (truncated)

Commits
  • 82db45a chore: release version v2.2.22
  • 31318a4 fix: Macro.escape persisted keys
  • f564372 improvement: add options type to option validators
  • b5ed0c4 fix: properly handle {:error, error} when validating opts
  • 7a0dcbf chore: release version v2.2.21
  • b80c205 fix: add private? to options spec, and fix incorrect error output
  • 017985b chore: release version v2.2.20
  • e8f6876 fix: show proper list of known options
  • aa90f7b fix: validate schema at compile time
  • 63dd620 chore: release version v2.2.19
  • 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

…y with 4 updates

Bumps the production-dependencies group with 3 updates in the / directory: [ash](https://github.com/ash-project/ash), [ash_postgres](https://github.com/ash-project/ash_postgres) and [joken](https://github.com/joken-elixir/joken).


Updates `ash` from 3.3.2 to 3.4.1
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash@v3.3.2...v3.4.1)

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

Updates `joken` from 2.6.1 to 2.6.2
- [Release notes](https://github.com/joken-elixir/joken/releases)
- [Changelog](https://github.com/joken-elixir/joken/blob/main/CHANGELOG.md)
- [Commits](https://github.com/joken-elixir/joken/commits)

Updates `spark` from 2.2.11 to 2.2.22
- [Changelog](https://github.com/ash-project/spark/blob/main/CHANGELOG.md)
- [Commits](ash-project/spark@v2.2.11...v2.2.22)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ash_postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: joken
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: spark
  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 dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Aug 22, 2024
@jimsynz jimsynz merged commit ad29a2a into main Sep 1, 2024
17 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-7b3cf0eb06 branch September 1, 2024 20:44
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