Skip to content

chore(deps-dev): bump the dev-dependencies group with 5 updates - #417

Merged
zachdaniel merged 1 commit into
mainfrom
dependabot/hex/dev-dependencies-8d7de9edf8
Aug 1, 2026
Merged

chore(deps-dev): bump the dev-dependencies group with 5 updates#417
zachdaniel merged 1 commit into
mainfrom
dependabot/hex/dev-dependencies-8d7de9edf8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 5 updates:

Package From To
ash_postgres 2.10.0 2.11.0
ash_sql 0.6.5 0.6.6
igniter 0.8.2 0.8.3
lazy_html 0.1.11 0.1.12
phoenix_live_reload 1.6.2 1.7.0

Updates ash_postgres from 2.10.0 to 2.11.0

Release notes

Sourced from ash_postgres's releases.

v2.11.0

Features:

  • allow custom indexes to exclude base filters (#796) by Jechol Lee

Bug Fixes:

  • fix generated reference type value for identity and bigserial (#800) by Dmitry Maganov

  • return skipped upserts with nil identity values (#794) by Jechol Lee

  • warn when resources are skipped due to migrate?: false during miâ�¦ (#792) by Jsime34

  • set tenant on destroy so exists() subqueries resolve against the tenant schema (#790) by Francisco-Castro

  • resolve actor/context templates in through relationship filters (#789) by Barnabas Jovanovics

  • correlate bulk upsert records by identity on the MERGE path (#786) by Johannes Welebil

  • ensure timeouts applied at repo level (#784) by torazar

Improvements:

  • Add partial index conditions for references (#795) by Jechol Lee

  • avoid generating uuidv7 by default, once postgres v18 is detected (#793) by Luca Venir

  • Added sort direction support to custom_indexes fields. (#775) by Thomas Lucas

Changelog

Sourced from ash_postgres's changelog.

v2.11.0 (2026-07-22)

Features:

  • allow custom indexes to exclude base filters (#796) by Jechol Lee

Bug Fixes:

  • fix generated reference type value for identity and bigserial (#800) by Dmitry Maganov

  • return skipped upserts with nil identity values (#794) by Jechol Lee

  • warn when resources are skipped due to migrate?: false during miâ�¦ (#792) by Jsime34

  • set tenant on destroy so exists() subqueries resolve against the tenant schema (#790) by Francisco-Castro

  • resolve actor/context templates in through relationship filters (#789) by Barnabas Jovanovics

  • correlate bulk upsert records by identity on the MERGE path (#786) by Johannes Welebil

  • ensure timeouts applied at repo level (#784) by torazar

Improvements:

  • Add partial index conditions for references (#795) by Jechol Lee

  • avoid generating uuidv7 by default, once postgres v18 is detected (#793) by Luca Venir

  • Added sort direction support to custom_indexes fields. (#775) by Thomas Lucas

Commits
  • 40673e8 chore: release version v2.11.0
  • 7fc5582 chore: update deps
  • a10170c chore: update docs
  • 7192a3e chore: Add (currently failing) test for aggregates ignoring relationship limi...
  • 609db8e fix: fix generated reference type value for identity and bigserial (#800)
  • 601a993 chore: add tests for ash_sql #239 (#797)
  • 8f9b5b1 feat: allow custom indexes to exclude base filters (#796)
  • 7595d11 chore: DSL docs
  • 7e59115 chore: update tool versions
  • 1f54832 improvement: Add partial index conditions for references (#795)
  • Additional commits viewable in compare view

Updates ash_sql from 0.6.5 to 0.6.6

Release notes

Sourced from ash_sql's releases.

v0.6.6

Bug Fixes:

Improvements:

Changelog

Sourced from ash_sql's changelog.

v0.6.6 (2026-07-22)

Bug Fixes:

Improvements:

Commits
  • de44252 chore: release version v0.6.6
  • ee54634 fix: ensure limits/offsets are applied in all aggregates
  • 4437706 fix: use aggregate read_action instead of using default relationship read (#239)
  • 35c712f improvement: Use relationship read action arguments in joins (#237)
  • 467de7c fix: preserve shared context in lateral join source queries (#238)
  • 97a7b28 chore(deps): bump ash (#236)
  • 8a4e6e5 chore(deps-dev): bump the dev-dependencies group with 3 updates (#235)
  • See full diff in compare view

Updates igniter from 0.8.2 to 0.8.3

Release notes

Sourced from igniter's releases.

v0.8.3

Bug Fixes:

  • ensure verbose is passed all the way down by Zach Daniel

  • properly check igniter.rms in --check by Zach Daniel

  • resolve Elixir 1.20 type-check warnings (#387) by Gilbert

Improvements:

  • add Igniter.Libs.Phoenix.web_module_for_router/2 (#393) by James Harton

  • update to Elixir 1.20 (#391) by ESmithByui

  • direct users to format command for unless refactor by Zach Daniel

Changelog

Sourced from igniter's changelog.

v0.8.3 (2026-07-26)

Bug Fixes:

  • ensure verbose is passed all the way down by Zach Daniel

  • properly check igniter.rms in --check by Zach Daniel

  • resolve Elixir 1.20 type-check warnings (#387) by Gilbert

Improvements:

  • add Igniter.Libs.Phoenix.web_module_for_router/2 (#393) by James Harton

  • update to Elixir 1.20 (#391) by ESmithByui

  • direct users to format command for unless refactor by Zach Daniel

Commits
  • 5a167c0 chore: release version v0.8.3
  • 83e46ba fix: ensure verbose is passed all the way down
  • 1357303 fix: properly check igniter.rms in --check
  • e7885c1 chore(deps): Update mint to 1.9.3
  • aceac7a test: cover declined igniter.install dependency prompt (#394)
  • e9d0084 improvement: add Igniter.Libs.Phoenix.web_module_for_router/2 (#393)
  • a4b5364 test: Add regression tests for nested keyword config updates (#392)
  • b29e9d6 chore: warnings
  • 2768e68 improvement: update to Elixir 1.20 (#391)
  • 479c495 improvement: direct users to format command for unless refactor
  • Additional commits viewable in compare view

Updates lazy_html from 0.1.11 to 0.1.12

Release notes

Sourced from lazy_html's releases.

v0.1.12

Changed

  • Relaxed elixir_make requirement (#35)
Changelog

Sourced from lazy_html's changelog.

Commits

Updates phoenix_live_reload from 1.6.2 to 1.7.0

Changelog

Sourced from phoenix_live_reload's changelog.

1.7.0 (2026-07-29)

  • Enhancements
    • Add JavaScript helper function to capture keyboard shortcuts to open HEEx components
    • Forward log events to window for custom behaviour
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 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 dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [ash_postgres](https://github.com/ash-project/ash_postgres) | `2.10.0` | `2.11.0` |
| [ash_sql](https://github.com/ash-project/ash_sql) | `0.6.5` | `0.6.6` |
| [igniter](https://github.com/ash-project/igniter) | `0.8.2` | `0.8.3` |
| [lazy_html](https://github.com/dashbitco/lazy_html) | `0.1.11` | `0.1.12` |
| [phoenix_live_reload](https://github.com/phoenixframework/phoenix_live_reload) | `1.6.2` | `1.7.0` |


Updates `ash_postgres` from 2.10.0 to 2.11.0
- [Release notes](https://github.com/ash-project/ash_postgres/releases)
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_postgres@v2.10.0...v2.11.0)

Updates `ash_sql` from 0.6.5 to 0.6.6
- [Release notes](https://github.com/ash-project/ash_sql/releases)
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_sql@v0.6.5...v0.6.6)

Updates `igniter` from 0.8.2 to 0.8.3
- [Release notes](https://github.com/ash-project/igniter/releases)
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](ash-project/igniter@v0.8.2...v0.8.3)

Updates `lazy_html` from 0.1.11 to 0.1.12
- [Release notes](https://github.com/dashbitco/lazy_html/releases)
- [Changelog](https://github.com/dashbitco/lazy_html/blob/main/CHANGELOG.md)
- [Commits](dashbitco/lazy_html@v0.1.11...v0.1.12)

Updates `phoenix_live_reload` from 1.6.2 to 1.7.0
- [Changelog](https://github.com/phoenixframework/phoenix_live_reload/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_reload@v1.6.2...v1.7.0)

---
updated-dependencies:
- dependency-name: ash_postgres
  dependency-version: 2.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: ash_sql
  dependency-version: 0.6.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: igniter
  dependency-version: 0.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: lazy_html
  dependency-version: 0.1.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: phoenix_live_reload
  dependency-version: 1.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Aug 1, 2026
@zachdaniel
zachdaniel merged commit 5eb316c into main Aug 1, 2026
22 of 25 checks passed
@dependabot
dependabot Bot deleted the dependabot/hex/dev-dependencies-8d7de9edf8 branch August 1, 2026 17:03
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