Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the production-dependencies group with 3 updates: igniter, spark and splode.

Updates igniter from 0.7.0 to 0.7.2

Release notes

Sourced from igniter's releases.

v0.7.2

Bug Fixes:

  • don't fail on missing .formatter.exs by Zach Daniel

v0.7.1

Improvements:

  • Add more context to umbrella error message (#358) by José Valim
Changelog

Sourced from igniter's changelog.

v0.7.2 (2026-01-28)

Bug Fixes:

  • don't fail on missing .formatter.exs by Zach Daniel

v0.7.1 (2026-01-21)

Improvements:

  • Add more context to umbrella error message (#358) by José Valim
Commits
  • 22aa432 chore: release version v0.7.2
  • d64e9a4 fix: don't fail on missing .formatter.exs
  • 0d5de8d chore: release version v0.7.1
  • 3cd35a2 chore: bump installer version
  • a527c28 chore: include change in non-archive as well
  • ae7ec10 improvement: Add more context to umbrella error message (#358)
  • 94aadda chore: credo
  • a845564 chore: Remove unused require statements as picked up by the Elixir 1.20.0-r...
  • ae59c7d build(deps-dev): bump the dev-dependencies group with 4 updates (#354)
  • 18b1e05 build(deps): bump the production-dependencies group with 2 updates (#355)
  • Additional commits viewable in compare view

Updates spark from 2.3.14 to 2.4.0

Changelog

Sourced from spark's changelog.

v2.4.0 (2026-01-15)

Features:

  • Add {:and, subtypes} option type. (#246) by James Harton

Improvements:

  • add Spark.Docs.redirects_for/2 to generate DSL doc redirects by Zach Daniel
Commits
  • 9e0e8d4 chore: release version v2.4.0
  • 3dba579 improvement: add Spark.Docs.redirects_for/2 to generate DSL doc redirects
  • e7b69a8 test: Adding cheat_sheet test file (#251)
  • b985057 refactor: Enhance describe function to preserve code blocks while formattin...
  • 4903eb4 docs: fix typo (#249)
  • e8c3c3b chore(deps-dev): bump credo from 1.7.14 to 1.7.15 (#247)
  • 56f7dc1 chore(deps-dev): bump ex_doc from 0.39.1 to 0.39.3 (#248)
  • da2ca7d feat: Add {:and, subtypes} option type. (#246)
  • de9ea15 chore(deps-dev): bump dialyxir from 1.4.6 to 1.4.7 (#244)
  • 9a6ef84 chore(deps-dev): bump elixir_sense from 0e6278a to bd6c527 (#243)
  • Additional commits viewable in compare view

Updates splode from 0.2.9 to 0.3.0

Release notes

Sourced from splode's releases.

v0.3.0

Features:

  • support filtering stacktrace modules in Splode errors by Zach Daniel

v0.2.10

Improvements:

  • add error_class? flag to Splode.ErrorClass structs by Zach Daniel
Changelog

Sourced from splode's changelog.

v0.3.0 (2026-01-16)

Features:

  • support filtering stacktrace modules in Splode errors by Zach Daniel

v0.2.10 (2026-01-04)

Improvements:

  • add error_class? flag to Splode.ErrorClass structs by Zach Daniel
Commits
  • 5d1ced5 chore: release version v0.3.0
  • 786c16a feat: support filtering stacktrace modules in Splode errors
  • 4a2a57a chore: release version v0.2.10
  • 6b95de5 improvement: add error_class? flag to Splode.ErrorClass structs
  • 0ae3a0a chore(deps-dev): bump credo from 1.7.14 to 1.7.15 (#104)
  • 8d8efd0 chore(deps-dev): bump ex_doc from 0.39.1 to 0.39.3 (#105)
  • 44fbc52 chore(deps-dev): bump dialyxir from 1.4.6 to 1.4.7 (#100)
  • c5617d1 chore(deps-dev): bump igniter from 0.6.30 to 0.7.0 (#101)
  • fc5d92e chore(deps-dev): bump credo from 1.7.13 to 1.7.14 (#102)
  • e8b09c8 chore(deps-dev): bump mimic from 2.1.1 to 2.2.0 (#103)
  • 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

Bumps the production-dependencies group with 3 updates: [igniter](https://github.com/ash-project/igniter), [spark](https://github.com/ash-project/spark) and [splode](https://github.com/ash-project/splode).


Updates `igniter` from 0.7.0 to 0.7.2
- [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.0...v0.7.2)

Updates `spark` from 2.3.14 to 2.4.0
- [Release notes](https://github.com/ash-project/spark/releases)
- [Changelog](https://github.com/ash-project/spark/blob/main/CHANGELOG.md)
- [Commits](ash-project/spark@v2.3.14...v2.4.0)

Updates `splode` from 0.2.9 to 0.3.0
- [Release notes](https://github.com/ash-project/splode/releases)
- [Changelog](https://github.com/ash-project/splode/blob/main/CHANGELOG.md)
- [Commits](ash-project/splode@v0.2.9...v0.3.0)

---
updated-dependencies:
- dependency-name: igniter
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: spark
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: splode
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 1, 2026
@jimsynz jimsynz merged commit 88eb335 into main Feb 8, 2026
23 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-fc578f0b57 branch February 8, 2026 23:11
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