Skip to content

chore(deps-dev): bump the dev-dependencies group across 1 directory with 6 updates#325

Merged
zachdaniel merged 1 commit intomainfrom
dependabot/hex/dev-dependencies-42fbf93cd9
Jun 19, 2025
Merged

chore(deps-dev): bump the dev-dependencies group across 1 directory with 6 updates#325
zachdaniel merged 1 commit intomainfrom
dependabot/hex/dev-dependencies-42fbf93cd9

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2025

Bumps the dev-dependencies group with 4 updates in the / directory: ash_postgres, floki, mix_audit and plug_cowboy.

Updates ash_postgres from 2.6.3 to 2.6.8

Release notes

Sourced from ash_postgres's releases.

v2.6.8

Bug Fixes:

  • ensure prefix is set even with create_schemas_in_migrations? false by Zach Daniel
Changelog

Sourced from ash_postgres's changelog.

v2.6.8 (2025-06-18)

Bug Fixes:

  • ensure prefix is set even with create_schemas_in_migrations? false by Zach Daniel

v2.6.7 (2025-06-13)

Bug Fixes:

  • double select error (#569) by Barnabas Jovanovics

v2.6.6 (2025-06-10)

Bug Fixes:

  • simply storage of size/scale/precision information

v2.6.5 (2025-06-10)

Bug Fixes:

  • remove spurios debug logging

  • properly detect nested array decimals

v2.6.4 (2025-06-09)

Bug Fixes:

  • reenable migrate task

  • use force: true, not force?: true calling mix.generator

  • casting integers to string in expressions works as intended (#564)

... (truncated)

Commits
  • abaa6e7 chore: release version v2.6.8
  • ebc3101 chore: update deps
  • 0994310 chore: more literal -> identifier
  • db2d60d test: add tests for new boolean expressions
  • 46f325e chore: update deps
  • f9d1329 fix: ensure prefix is set even with create_schemas_in_migrations? false
  • cb93a8f docs: Add minimum supported PostgreSQL version to README (#570)
  • d2f5d17 chore: release version v2.6.7
  • c3304a1 chore: credo
  • 25c924d fix: double select error (#569)
  • Additional commits viewable in compare view

Updates ash_sql from 0.2.77 to 0.2.82

Release notes

Sourced from ash_sql's releases.

v0.2.82

Improvements:

  • optimize/simplify boolean functions like && and || by @​zachdaniel
Changelog

Sourced from ash_sql's changelog.

v0.2.82 (2025-06-18)

Improvements:

  • optimize/simplify boolean functions like && and || by @​zachdaniel

v0.2.81 (2025-06-17)

Improvements:

v0.2.80 (2025-06-12)

Bug Fixes:

v0.2.79 (2025-06-10)

Bug Fixes:

  • ensure that subqueries have prefix set on atomic update selection by @​zachdaniel

  • apply subquery schema on many-to-many relationships (#143) by kernel-io

v0.2.78 (2025-06-05)

Bug Fixes:

  • always cast operator types, even simple ones

  • undo change that prevents casting literals

Commits
  • 77a1fab chore: release version v0.2.82
  • 5b5b94a chore: credo
  • 6b03ec8 improvement: optimize/simplify boolean functions like && and ||
  • 5acdcc7 chore: release version v0.2.81
  • 980dedc improvement: fix another double-type-casting issue
  • b5787d3 chore(deps): bump the production-dependencies group with 2 updates (#144)
  • 1c6ddb7 chore: release version v0.2.80
  • 595cbfb fix: don't double cast literals
  • 1533b11 chore: release version v0.2.79
  • 356134f chore: update deps & config
  • Additional commits viewable in compare view

Updates floki from 0.37.1 to 0.38.0

Release notes

Sourced from floki's releases.

v0.38.0

Added

  • This version adds initial support for the :has pseudo-selector. It is a great addition that enables finding elements containing matching children.

    Examples for selectors:

    • "div:has(h1)"
    • "div:has(h1, p, span)"
    • "div:has(p.foo)"
    • "div:has(img[src='https://example.com'])"
    • "tr:has(*:fl-contains('TEST'))"

    Note that combinators like ">" are not allowed yet.

    Thank you @​bvobart for this feature!

Fixed

  • Add :style option documentation to Floki.text/2. Thanks @​s3cur3 for the fix.

  • Fix deprecation warnings for upcoming Elixir 1.19.

  • Prevent from crashing when selector is an empty string.

Removed

  • Remove support for Elixir 1.14 and OTP 23.

  • Remove deprecated functions and function clauses that were accepting strings (binaries).

    Affected functions:

    • parse/1 - removed function
    • map/2 - removed function
    • attr/4 - removed clause
    • find/2 - removed clause
    • text/3 - removed clause
    • text/3 - removed clause
    • attribute/2 - removed clause
    • filter_out/2 - removed clause

Pull requests

... (truncated)

Changelog

Sourced from floki's changelog.

[0.38.0] - 2025-06-14

Added

  • This version adds initial support for the :has pseudo-selector. It is a great addition that enables finding elements containing matching children.

    Examples for selectors:

    • "div:has(h1)"
    • "div:has(h1, p, span)"
    • "div:has(p.foo)"
    • "div:has(img[src='https://example.com'])"
    • "tr:has(*:fl-contains('TEST'))"

    Note that combinators like ">" are not allowed yet.

    Thank you @​bvobart for this feature!

Fixed

  • Add :style option documentation to Floki.text/2. Thanks @​s3cur3 for the fix.

  • Fix deprecation warnings for upcoming Elixir 1.19.

  • Prevent from crashing when selector is an empty string.

Removed

  • Remove support for Elixir 1.14 and OTP 23.

  • Remove deprecated functions and function clauses that were accepting strings (binaries).

    Affected functions:

    • parse/1 - removed function
    • map/2 - removed function
    • attr/4 - removed clause
    • find/2 - removed clause
    • text/3 - removed clause
    • text/3 - removed clause
    • attribute/2 - removed clause
    • filter_out/2 - removed clause
Commits

Updates igniter from 0.6.5 to 0.6.7

Changelog

Sourced from igniter's changelog.

v0.6.7 (2025-06-08)

Bug Fixes:

  • In assert_has_issue/3 set condition with issue as function #297 (#298)

Improvements:

  • fix issue w/ type system validation on old versions of elixir

  • support private repositories

  • Use hex to support looking up org package versions (#299)

  • Add missing --only flag documentation for installer install task (#284)

  • add refute_creates

v0.6.6 (2025-06-06)

Improvements:

  • remove protocol consolidation dev changes

  • add Igniter.rm and track removed files across operations

Commits
  • 3b45871 chore: release version v0.6.7
  • caa5cc0 improvement: fix issue w/ type system validation on old versions of elixir
  • 50fb25e chore: uniq list
  • 576c4e0 chore: fix build w/ hack
  • 28b790d improvement: support private repositories
  • 8f8969f improvement: Use hex to support looking up org package versions (#299)
  • fbef00b improvement: Add missing --only flag documentation for installer install task...
  • 9cf050e improvement: add refute_creates
  • 4643213 fix: In assert_has_issue/3 set condition with issue as function #297 (#298)
  • 4bae0b6 chore: release version v0.6.6
  • Additional commits viewable in compare view

Updates mix_audit from 2.1.4 to 2.1.5

Changelog

Sourced from mix_audit's changelog.

2.1.5 (2025-06-09)

  • Update dependencies
  • Use System.stop/1 instead of System.halt/1
  • Use System.user_home() instead of System.get_env("HOME")
Commits
  • a3a6c1c v2.1.5
  • aa630f7 Update CHANGELOG.md
  • 14f3511 Bump ex_doc from 0.38.1 to 0.38.2
  • 1469864 refactor: use System.stop/1 to enable caller to rescue tasks
  • 5b43bcb Bump ex_doc from 0.37.3 to 0.38.1
  • 572a0bf Bump ex_doc from 0.34.2 to 0.37.3
  • 7247db4 Bump jason from 1.4.3 to 1.4.4
  • 11580d4 Change home to platform independent function
  • 41c96c4 Revert a commit that was temporary to test something locally 🤦‍♂️
  • 876645a Use latest Ubuntu and support Elixir 1.18 and 1.17 in CI
  • Additional commits viewable in compare view

Updates plug_cowboy from 2.7.3 to 2.7.4

Changelog

Sourced from plug_cowboy's changelog.

v2.7.4

Enhancements

  • Ensure errors from Ranch are correctly translated
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

…ith 6 updates

Bumps the dev-dependencies group with 4 updates in the / directory: [ash_postgres](https://github.com/ash-project/ash_postgres), [floki](https://github.com/philss/floki), [mix_audit](https://github.com/mirego/mix_audit) and [plug_cowboy](https://github.com/elixir-plug/plug_cowboy).


Updates `ash_postgres` from 2.6.3 to 2.6.8
- [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.6.3...v2.6.8)

Updates `ash_sql` from 0.2.77 to 0.2.82
- [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.2.77...v0.2.82)

Updates `floki` from 0.37.1 to 0.38.0
- [Release notes](https://github.com/philss/floki/releases)
- [Changelog](https://github.com/philss/floki/blob/main/CHANGELOG.md)
- [Commits](philss/floki@v0.37.1...v0.38.0)

Updates `igniter` from 0.6.5 to 0.6.7
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](ash-project/igniter@v0.6.5...v0.6.7)

Updates `mix_audit` from 2.1.4 to 2.1.5
- [Changelog](https://github.com/mirego/mix_audit/blob/main/CHANGELOG.md)
- [Commits](mirego/mix_audit@v2.1.4...v2.1.5)

Updates `plug_cowboy` from 2.7.3 to 2.7.4
- [Changelog](https://github.com/elixir-plug/plug_cowboy/blob/master/CHANGELOG.md)
- [Commits](elixir-plug/plug_cowboy@v2.7.3...v2.7.4)

---
updated-dependencies:
- dependency-name: ash_postgres
  dependency-version: 2.6.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: ash_sql
  dependency-version: 0.2.82
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: floki
  dependency-version: 0.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: igniter
  dependency-version: 0.6.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: mix_audit
  dependency-version: 2.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: plug_cowboy
  dependency-version: 2.7.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Jun 19, 2025
@zachdaniel zachdaniel merged commit ab84aed into main Jun 19, 2025
20 checks passed
@dependabot dependabot bot deleted the dependabot/hex/dev-dependencies-42fbf93cd9 branch June 19, 2025 14:54
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