Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the production-dependencies group with 3 updates #1735

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

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

Updates igniter from 0.5.16 to 0.5.20

Changelog

Sourced from igniter's changelog.

v0.5.20 (2025-01-27)

Improvements:

  • raise when installing igniter as an archive

v0.5.19 (2025-01-27)

Features:

  • Igniter.Code.Module.move_to_attribute_definition (#207)

Bug Fixes:

  • handle single length list config paths that already exist

v0.5.18 (2025-01-27)

Improvements:

  • show yellow text indicating generated notices

v0.5.17 (2025-01-26)

Improvements:

  • remove warnings about Phx.New in some new projects

  • properly parse with_args in igniter.new

Commits
  • 6362b1b chore: release version v0.5.20
  • 924c9ec improvement: raise when installing igniter as an archive
  • 6342bb9 chore: release version v0.5.19
  • 4c4b3d2 chore: fix tests
  • 9f3d4c2 fix: handle single length list config paths that already exist
  • 4547901 feat: Igniter.Code.Module.move_to_attribute_definition (#207)
  • 0e1623d docs: clearer description of adds_deps and installs
  • 80d2524 chore: fix build
  • 2b8a810 chore: release version v0.5.18
  • d446acf improvement: show yellow text indicating generated notices
  • Additional commits viewable in compare view

Updates owl from 0.12.0 to 0.12.1

Release notes

Sourced from owl's releases.

v0.12.1

What's Changed

New Contributors

Full Changelog: fuelen/owl@v0.12.0...v0.12.1

Commits

Updates splode from 0.2.7 to 0.2.8

Changelog

Sourced from splode's changelog.

v0.2.8 (2025-01-27)

Improvements:

  • accept raw stacktraces in exception
Commits
  • fe54f62 chore: release version v0.2.8
  • 5c09343 chore(deps-dev): bump igniter from 0.5.16 to 0.5.19 (#18)
  • 11fa54a chore(deps-dev): bump dialyxir from 1.4.3 to 1.4.5 (#16)
  • 2cfd7b2 chore(deps-dev): bump mimic from 1.7.4 to 1.11.0 (#17)
  • e745063 chore(deps-dev): bump doctor from 0.21.0 to 0.22.0 (#11)
  • 81099cd chore(deps-dev): bump git_ops from 2.6.0 to 2.6.3 (#13)
  • a1fa16c chore(deps-dev): bump benchee from 1.3.0 to 1.3.1 (#15)
  • 099e018 chore: update deps & elixir
  • f6e286b chore(deps-dev): bump mix_audit from 2.1.3 to 2.1.4 (#12)
  • d257844 chore: only update lock file compatible deps
  • 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), [owl](https://github.com/fuelen/owl) and [splode](https://github.com/ash-project/splode).


Updates `igniter` from 0.5.16 to 0.5.20
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](ash-project/igniter@v0.5.16...v0.5.20)

Updates `owl` from 0.12.0 to 0.12.1
- [Release notes](https://github.com/fuelen/owl/releases)
- [Commits](fuelen/owl@v0.12.0...v0.12.1)

Updates `splode` from 0.2.7 to 0.2.8
- [Changelog](https://github.com/ash-project/splode/blob/main/CHANGELOG.md)
- [Commits](ash-project/splode@v0.2.7...v0.2.8)

---
updated-dependencies:
- dependency-name: igniter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: owl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: splode
  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 the dependencies Pull requests that update a dependency file label Jan 27, 2025
@zachdaniel zachdaniel merged commit 7ff5b81 into main Jan 27, 2025
36 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-4362798eea branch January 27, 2025 22:25
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant