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 production-dependencies group with 5 updates #585

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 27, 2025

Bumps the production-dependencies group with 5 updates:

Package From To
ash 3.4.64 3.4.65
ash_authentication 4.5.1 4.5.2
igniter 0.5.25 0.5.29
phoenix 1.7.19 1.7.20
phoenix_html 4.2.0 4.2.1

Updates ash from 3.4.64 to 3.4.65

Changelog

Sourced from ash's changelog.

v3.4.65 (2025-02-25)

Bug Fixes:

  • properly enumerate :_pkey in notifier

  • Always rollback input.resource when running generic actions. (#1817)

  • fix case where batch before/after action callbacks could be skipped

  • return NotFound error in proper cases on bulk intefaces

  • don't eagerly return records on bulk update/destroys

  • ensure actor templates are hydrated for aggregates

  • properly use operator overloads for evaluating operators at runtime

  • Missing case clause for bulk update/destroy with get?: true in interface (#1806)

  • always run update filter on skipped updates

  • don't change update defaults unless something changes

Improvements:

  • better parent resource tracking in expressions

  • Generic actions to raise if they don't have return type but have an return value (#1805)

Commits
  • dfc084d chore: release version v3.4.65
  • 6767b4e chore: data copy optimization
  • 882d5c0 docs: fix link to define option
  • 0bd0220 fix: properly enumerate :_pkey in notifier
  • ba186fd docs: fixes typo in manage_relationship doc example (#1821)
  • 3e08103 chore(deps-dev): bump git_ops in the dev-dependencies group (#1819)
  • b8b2954 chore(deps): bump igniter (#1820)
  • 0a30988 ci: better subproject testing
  • 55acc5f Revert "fix: properly use operator overloads for evaluating operators at runt...
  • a0ad393 Revert "chore: evaluate if evaluate_operator is not available"
  • Additional commits viewable in compare view

Updates ash_authentication from 4.5.1 to 4.5.2

Changelog

Sourced from ash_authentication's changelog.

v4.5.2 (2025-02-25)

Bug Fixes:

  • ensure token expunger sets context that allows it to run (#921)

  • pass opts to Confirmation.Actions.store_changes/4

  • use the stringified tenant in the token

  • JWT: Generate tenant claims and validate them. (#914)

  • ensure that tenant is set and ferried through all operations

  • pass tenant through token revoked check

  • assume tokens are revoked on error

Improvements:

  • authorize with error to make expunge errors clearer

  • Add tenant to new user confirmation sender (#920)

  • Add multi tenant tests (#915)

  • adding example repo for multi tenant enabled user

Commits
  • cdf9e4f chore: release version v4.5.2
  • cc850db chore(deps): Bump the production-dependencies group across 1 directory with 2...
  • 922db0d chore(deps-dev): Bump the dev-dependencies group with 2 updates (#919)
  • 8d83fee fix: ensure token expunger sets context that allows it to run (#921)
  • 2970ab7 fix: pass opts to Confirmation.Actions.store_changes/4
  • 0dc1422 improvement: Add tenant to new user confirmation sender (#920)
  • 3609614 fix: use the stringified tenant in the token
  • bffb700 chore: typo (#917)
  • 62e3ee5 fix(JWT): Generate tenant claims and validate them. (#914)
  • 499e171 improvement: Add multi tenant tests (#915)
  • Additional commits viewable in compare view

Updates igniter from 0.5.25 to 0.5.29

Changelog

Sourced from igniter's changelog.

v0.5.29 (2025-02-25)

Bug Fixes:

  • remove erroneous diff displaying code

v0.5.28 (2025-02-24)

Improvements:

  • add phx_test_project for testing(#239)

v0.5.27 (2025-02-20)

Improvements:

  • support dep_opts in schema info

v0.5.26 (2025-02-20)

Bug Fixes:

  • only look for .formatter.exs files in known directories

  • load all known archives when running the archive installer

Commits
  • 43f2447 chore: release version v0.5.29
  • 9daba4c fix: remove erroneous diff displaying code
  • ccbc233 chore: release version v0.5.28
  • 53b20ce chore: revert accidental version change
  • f001e52 improvement: add phx_test_project for testing(#239)
  • 072c7ce chore: fix env
  • 6327440 chore: update & fix git_ops
  • bf6d4b6 chore: release version v0.5.27
  • c0a7fec improvement: support dep_opts in schema info
  • 93d8da2 chore: release version v0.5.26
  • Additional commits viewable in compare view

Updates phoenix from 1.7.19 to 1.7.20

Changelog

Sourced from phoenix's changelog.

1.7.20 (2025-02-20)

Enhancements

  • Add [:phoenix, :socket_drain] telemetry event to track socket draining and use it for logging
  • Address Elixir 1.18 warnings in phx.new
  • Add PHX_NEW_CACHE_DIR env var for cached phx.new builds

Bug fixes

  • Fix code reloader error when mix.lock is touched without its content changing
Commits
  • 072fcef Release 1.7.20
  • 24ed7c8 Backport PHX_NEW_CACHE_DIR
  • 3ca973b use makeup_syntect instead of makeup_lexers
  • 477d2e9 set PHX_CI for integration tests
  • 2400164 update changelog
  • a31aa15 phx.new - Fix deprecation warning when using Elixir ~> 1.18 (#5940)
  • 668a973 fix unused clause warning in installer on Elixir 1.18 (#6088)
  • 315eeff revert code reloader changed file detection (#6085)
  • d9ef909 update changelog
  • 83f2f03 add [:phoenix, :socket_drain] telemetry event (#6070)
  • Additional commits viewable in compare view

Updates phoenix_html from 4.2.0 to 4.2.1

Changelog

Sourced from phoenix_html's changelog.

4.2.1 (2025-02-21)

  • Enhancements
    • Add type to Phoenix.HTML.FormField
    • Allow keyword lists in options to use nil as key/value
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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [ash](https://github.com/ash-project/ash) | `3.4.64` | `3.4.65` |
| [ash_authentication](https://github.com/team-alembic/ash_authentication) | `4.5.1` | `4.5.2` |
| [igniter](https://github.com/ash-project/igniter) | `0.5.25` | `0.5.29` |
| [phoenix](https://github.com/phoenixframework/phoenix) | `1.7.19` | `1.7.20` |
| [phoenix_html](https://github.com/phoenixframework/phoenix_html) | `4.2.0` | `4.2.1` |


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

Updates `ash_authentication` from 4.5.1 to 4.5.2
- [Release notes](https://github.com/team-alembic/ash_authentication/releases)
- [Changelog](https://github.com/team-alembic/ash_authentication/blob/main/CHANGELOG.md)
- [Commits](team-alembic/ash_authentication@v4.5.1...v4.5.2)

Updates `igniter` from 0.5.25 to 0.5.29
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](ash-project/igniter@v0.5.25...v0.5.29)

Updates `phoenix` from 1.7.19 to 1.7.20
- [Release notes](https://github.com/phoenixframework/phoenix/releases)
- [Changelog](https://github.com/phoenixframework/phoenix/blob/v1.7.20/CHANGELOG.md)
- [Commits](phoenixframework/phoenix@v1.7.19...v1.7.20)

Updates `phoenix_html` from 4.2.0 to 4.2.1
- [Changelog](https://github.com/phoenixframework/phoenix_html/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_html@v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_authentication
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: igniter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: phoenix_html
  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 Feb 27, 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 elixir Pull requests that update Elixir code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants