Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 3 updates#37

Merged
jimsynz merged 1 commit into
mainfrom
dependabot/hex/production-dependencies-969cd204c5
Jun 5, 2026
Merged

chore(deps): bump the production-dependencies group across 1 directory with 3 updates#37
jimsynz merged 1 commit into
mainfrom
dependabot/hex/production-dependencies-969cd204c5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 2 updates in the / directory: igniter and reactor.

Updates igniter from 0.7.9 to 0.8.1

Release notes

Sourced from igniter's releases.

v0.8.1

Improvements:

  • adding hex confirmation for igniter.install (#379) by ESmithByui

  • accept content-checking function in assert_creates/3 (#291) by Lars Wikman

v0.8.0

Features:

  • add Igniter.Code.Pattern for ExAST-powered pattern matching (#375) by Danila Poyarkov

Bug Fixes:

  • tolerate 3-tuple dep entries in recursively_compose_schema (#372) by Matt Pruitt
Changelog

Sourced from igniter's changelog.

v0.8.1 (2026-06-02)

Improvements:

  • adding hex confirmation for igniter.install (#379) by ESmithByui

  • accept content-checking function in assert_creates/3 (#291) by Lars Wikman

v0.8.0 (2026-05-09)

Features:

  • add Igniter.Code.Pattern for ExAST-powered pattern matching (#375) by Danila Poyarkov

Bug Fixes:

  • tolerate 3-tuple dep entries in recursively_compose_schema (#372) by Matt Pruitt
Commits
  • 3ea1fb0 chore: release version v0.8.1
  • d26d9b3 improvement: adding hex confirmation for igniter.install (#379)
  • d870189 improvement: accept content-checking function in assert_creates/3 (#291)
  • 8c9c4be chore: release version v0.8.0
  • 4bbdb82 fix: don't drop --key=value flags when value contains a dot (#377)
  • 427b2da build(deps): bump the production-dependencies group with 2 updates (#376)
  • 0e433e6 feat: add Igniter.Code.Pattern for ExAST-powered pattern matching (#375)
  • 3ca42d6 improvement: add rename_module/4 and mix igniter.refactor.rename_modu… (#374)
  • 601d010 fix: tolerate 3-tuple dep entries in recursively_compose_schema (#372)
  • See full diff in compare view

Updates reactor from 1.0.1 to 1.0.2

Release notes

Sourced from reactor's releases.

v1.0.2

Bug Fixes:

  • compile error with Elixir 1.19. (#313) by James Harton
Changelog

Sourced from reactor's changelog.

v1.0.2 (2026-05-16)

Bug Fixes:

  • compile error with Elixir 1.19. (#313) by James Harton
Commits
  • ba81f01 chore: release version v1.0.2
  • 1bf7e35 fix: compile error with Elixir 1.19. (#313)
  • 995749b chore(deps): update dependency erlang to v28.5 (#308)
  • 1545d26 chore(deps): Bump the production-dependencies group across 1 directory with 3...
  • c404d0a chore(deps-dev): Bump the dev-dependencies group with 2 updates (#309)
  • bee5b67 chore(deps): replace libgraph with multigraph
  • See full diff in compare view

Updates req from 0.5.17 to 0.5.18

Changelog

Sourced from req's changelog.

v0.5.18 (2026-05-20)

  • [run_finch]: Allow :finch option with IPv6 URLs.

  • [run_finch]: Normalize Finch.TransportError and Finch.HTTPError (introduced in Finch v0.22.0) into Req.TransportError and Req.HTTPError.

  • [retry]: Automatically retry on :pool_not_available.

  • Require Finch ~> 0.21.0 or ~> 0.22.0.

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Jun 2, 2026
@jimsynz

jimsynz commented Jun 3, 2026

Copy link
Copy Markdown
Collaborator

@dependabot rebase

…y with 3 updates

Bumps the production-dependencies group with 2 updates in the / directory: [igniter](https://github.com/ash-project/igniter) and [reactor](https://github.com/ash-project/reactor).


Updates `igniter` from 0.7.9 to 0.8.1
- [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.7.9...v0.8.1)

Updates `reactor` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/ash-project/reactor/releases)
- [Changelog](https://github.com/ash-project/reactor/blob/main/CHANGELOG.md)
- [Commits](ash-project/reactor@v1.0.1...v1.0.2)

Updates `req` from 0.5.17 to 0.5.18
- [Release notes](https://github.com/wojtekmach/req/releases)
- [Changelog](https://github.com/wojtekmach/req/blob/main/CHANGELOG.md)
- [Commits](wojtekmach/req@v0.5.17...v0.5.18)

---
updated-dependencies:
- dependency-name: igniter
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: reactor
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: req
  dependency-version: 0.5.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the production-dependencies group with 3 updates chore(deps): bump the production-dependencies group across 1 directory with 3 updates Jun 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/hex/production-dependencies-969cd204c5 branch from f89dd50 to 22e6c87 Compare June 3, 2026 21:15
@jimsynz jimsynz merged commit 9e26a40 into main Jun 5, 2026
45 of 49 checks passed
@dependabot dependabot Bot deleted the dependabot/hex/production-dependencies-969cd204c5 branch June 5, 2026 08:14
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