Skip to content

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

Merged
jimsynz merged 1 commit into
mainfrom
dependabot/hex/production-dependencies-013fea4a7c
May 5, 2026
Merged

chore(deps): Bump the production-dependencies group across 1 directory with 3 updates#311
jimsynz merged 1 commit into
mainfrom
dependabot/hex/production-dependencies-013fea4a7c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Bumps the production-dependencies group with 3 updates in the / directory: jason, spark and splode.

Updates jason from 1.4.4 to 1.4.5

Changelog

Sourced from jason's changelog.

1.4.5 (05.05.2026)

  • Add support for Decimal 3.0
Commits
  • 4ede428 Bump v1.4.5
  • b8c2185 Fix dialyzer job
  • a363975 Modernise CI to currently supported versions
  • 243c8a8 Allow decimal 3.0
  • c8e8d05 Revert the experimental 1.5 branch and jason_native experiment
  • 0e7a3e2 Add example/doctest for Jason.OrderedObject.new/1
  • 984bc07 fix broken link
  • f775592 Raise if trying to decode decimals without decimal
  • 79d59df Remove unneeded workarounds for xref warnings
  • baac78e Fix warnings by conditionally compiling Decimal support
  • Additional commits viewable in compare view

Updates spark from 2.6.1 to 2.7.0

Release notes

Sourced from spark's releases.

v2.7.0

Features:

  • add Spark.Test for testing verifier errors and warnings as data (#272) by alfieV

Bug Fixes:

  • shuffle optional args to the end properly by Zach Daniel

  • Spark.Test now ignores empty warnings (#277) by alfieV

  • fixed info generator to handle tuples of more than 2 elements (#270) by Matt Beanland

Changelog

Sourced from spark's changelog.

v2.7.0 (2026-05-04)

Features:

  • add Spark.Test for testing verifier errors and warnings as data (#272) by alfieV

Bug Fixes:

  • shuffle optional args to the end properly by Zach Daniel

  • Spark.Test now ignores empty warnings (#277) by alfieV

  • fixed info generator to handle tuples of more than 2 elements (#270) by Matt Beanland

Commits
  • 3f4296a chore: release version v2.7.0
  • 6d6c514 fix: shuffle optional args to the end properly
  • c413be3 fix : Spark.Test now ignores empty warnings (#277)
  • 5428c9e chore(deps-dev): bump git_ops from 2.9.3 to 2.10.0 (#273)
  • de4b441 chore(deps-dev): bump credo from 1.7.17 to 1.7.18 (#274)
  • ebb266c chore(deps-dev): bump elixir_sense from bd6c527 to fb9ee0e (#275)
  • b96c53a chore(deps): bump igniter from 0.7.7 to 0.7.9 (#276)
  • 184d542 feat: add Spark.Test for testing verifier errors and warnings as data (#272)
  • fa95b5f fix: fixed info generator to handle tuples of more than 2 elements (#270)
  • b2f7a55 docs: improve documentation for Transformers, Persisters, and Verifiers (#271)
  • Additional commits viewable in compare view

Updates splode from 0.3.0 to 0.3.1

Release notes

Sourced from splode's releases.

v0.3.1

Improvements:

  • add traverse_errors/2 callback and function to Splode by Zach Daniel

  • warn on using reserved splode fields by Zach Daniel

Changelog

Sourced from splode's changelog.

v0.3.1 (2026-04-13)

Improvements:

  • add traverse_errors/2 callback and function to Splode by Zach Daniel

  • warn on using reserved splode fields by Zach Daniel

Commits
  • f66d353 chore: release version v0.3.1
  • 7c782b6 chore(deps-dev): bump git_ops from 2.9.2 to 2.9.3 (#115)
  • b58489d chore(deps-dev): bump igniter from 0.7.2 to 0.7.7 (#114)
  • f6bee98 chore(deps-dev): bump credo from 1.7.16 to 1.7.17 (#113)
  • 945286c chore(deps-dev): bump git_ops from 2.9.0 to 2.9.2 (#112)
  • d042ff5 improvement: add traverse_errors/2 callback and function to Splode
  • a9be699 improvement: warn on using reserved splode fields
  • 388d6ad chore(deps-dev): bump mix_audit from 2.1.4 to 2.1.5 (#71)
  • fb1a703 chore(deps-dev): bump igniter from 0.7.0 to 0.7.2 (#109)
  • 0a82633 chore(deps-dev): bump credo from 1.7.15 to 1.7.16 (#110)
  • 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 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

…y with 3 updates

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


Updates `jason` from 1.4.4 to 1.4.5
- [Release notes](https://github.com/michalmuskala/jason/releases)
- [Changelog](https://github.com/michalmuskala/jason/blob/master/CHANGELOG.md)
- [Commits](michalmuskala/jason@v1.4.4...v1.4.5)

Updates `spark` from 2.6.1 to 2.7.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.6.1...v2.7.0)

Updates `splode` from 0.3.0 to 0.3.1
- [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.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: jason
  dependency-version: 1.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: spark
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: splode
  dependency-version: 0.3.1
  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 May 5, 2026
@jimsynz jimsynz merged commit 1545d26 into main May 5, 2026
25 checks passed
@dependabot dependabot Bot deleted the dependabot/hex/production-dependencies-013fea4a7c branch May 5, 2026 23:52
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