Skip to content

chore(deps): Bump the production-dependencies group with 2 updates#260

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/production-dependencies-06d7eb3b72
Closed

chore(deps): Bump the production-dependencies group with 2 updates#260
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/production-dependencies-06d7eb3b72

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps the production-dependencies group with 2 updates: igniter and spark.

Updates igniter from 0.6.22 to 0.6.28

Release notes

Sourced from igniter's releases.

v0.6.25

Bug Fixes:

  • remove another enumeration of the rewrite by Zach Daniel

v0.6.24

Bug Fixes:

  • iterate over sources, not rewrite, in one more place by Zach Daniel

v0.6.23

Bug Fixes:

  • remove case where we iterate a rewrite by Zach Daniel
Changelog

Sourced from igniter's changelog.

v0.6.28 (2025-08-21)

Bug Fixes:

  • use appropriate function name function -> function? (#326) by Ciarán Walsh

Improvements:

  • igniter.new Don't run git init if already in git repo (#328) by Erik André Jakobsen

v0.6.27 (2025-08-14)

  • releasing a new version to handle locally published version with IO.inspects left in 🤦‍♂️

v0.6.26 (2025-07-29)

Bug Fixes:

  • improve Phoenix web module detection in list_routers (#325) by James Harton

v0.6.25 (2025-07-23)

Bug Fixes:

  • remove another enumeration of the rewrite by Zach Daniel

v0.6.24 (2025-07-23)

Bug Fixes:

  • iterate over sources, not rewrite, in one more place by Zach Daniel

v0.6.23 (2025-07-23)

... (truncated)

Commits
  • 3234063 chore: release version v0.6.28
  • 924a724 improvement: igniter.new Don't run git init if already in git repo (#328)
  • ff45e81 chore: update changelog
  • fa22a3c chore: release version v0.6.27
  • 99d5145 fix: use appropriate function name function -> function? (#326)
  • a803b22 chore: release version v0.6.26
  • d023d3e chore: don't require a web module
  • 956bd4e fix: improve Phoenix web module detection in list_routers (#325)
  • bf9c097 chore: release version v0.6.25
  • a0c4689 fix: remove another enumeration of the rewrite
  • Additional commits viewable in compare view

Updates spark from 2.2.67 to 2.2.68

Release notes

Sourced from spark's releases.

v2.2.68

Bug Fixes:

  • add after_define option, and use pdict for inline info generation by Zach Daniel
Changelog

Sourced from spark's changelog.

v2.2.68 (2025-08-11)

Bug Fixes:

  • add after_define option, and use pdict for inline info generation by Zach Daniel
Commits
  • b105fa7 chore: release version v2.2.68
  • d985a38 fix: add after_define option, and use pdict for inline info generation
  • 67f8224 Update dependabot schedule to monthly
  • d657bd6 chore(deps): bump igniter from 0.6.18 to 0.6.19 (#205)
  • 387da41 chore(deps): bump igniter from 0.6.16 to 0.6.18 (#204)
  • 1841e61 chore(deps): bump igniter from 0.6.14 to 0.6.16 (#203)
  • 0360053 chore(deps): bump igniter from 0.6.13 to 0.6.14 (#202)
  • 4430768 chore(deps): bump igniter from 0.6.11 to 0.6.13 (#201)
  • cfc6119 chore(deps): bump igniter from 0.6.10 to 0.6.11 (#200)
  • c0a4adc chore(deps): bump igniter from 0.6.9 to 0.6.10 (#199)
  • See full diff 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 2 updates: [igniter](https://github.com/ash-project/igniter) and [spark](https://github.com/ash-project/spark).


Updates `igniter` from 0.6.22 to 0.6.28
- [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.6.22...v0.6.28)

Updates `spark` from 2.2.67 to 2.2.68
- [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.2.67...v2.2.68)

---
updated-dependencies:
- dependency-name: igniter
  dependency-version: 0.6.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: spark
  dependency-version: 2.2.68
  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 added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Sep 2, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 2, 2025
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-06d7eb3b72 branch September 2, 2025 20:28
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