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 4 updates #306

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production-dependencies group with 4 updates: ash, igniter, phoenix_live_view and spark.

Updates ash from 3.4.56 to 3.4.60

Changelog

Sourced from ash's changelog.

v3.4.60 (2025-01-27)

Bug Fixes:

  • traverse custom expressions when listing refs

v3.4.59 (2025-01-27)

Bug Fixes:

  • better placed validations of aggregate support for data layers

v3.4.58 (2025-01-26)

Bug Fixes:

  • properly check query aggregate support

Improvements:

  • support authorize_with option in Ash.get (#1732)

v3.4.57 (2025-01-23)

Bug Fixes:

  • [Ash.Resource.Validation.Compare] ensure compare validation doesn't put functions in exceptions
Commits
  • efd582d chore: release version v3.4.60
  • 589440a chore: update spark
  • cea3d55 fix: traverse custom expressions when listing refs
  • f1617ff chore: release version v3.4.59
  • 16f080f chore: add back in function that should not have been removed
  • 7f867e5 docs: work on docs coverage & update ex_doc
  • 0ce7feb fix: better placed validations of aggregate support for data layers
  • 24045c3 ci: support toggling releases on/off for ci runs
  • 8372310 chore: release version v3.4.58
  • 968ea19 fix: properly check query aggregate support
  • Additional commits viewable in compare view

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 phoenix_live_view from 1.0.2 to 1.0.3

Changelog

Sourced from phoenix_live_view's changelog.

1.0.3 (2025-01-28)

Bug fixes

  • Fix regression where browser back/forward buttons used patch instead of navigate, failing to update the page (#3529)
  • Fix client hooks inside streams that contain nested LiveViews (#3530)
  • Fix LiveComponents in nested LiveViews not updating under certain conditions (#3626)
  • Fix client-side hooks not being cleared properly (#3628)
  • Fix LiveUpload from client hook not auto uploading when immediately followed by form event (#3647)
  • Fix inputs being cleared in some cases when patching locked trees (#3647)
  • Fix client hooks with dynamic IDs not being destroyed properly when parts of the DOM are locked (#3651)

Enhancements

  • Allow to configure if duplicate IDs / other detected errors should warn or raise by passing on_error to Phoenix.LiveViewTest.live/3 / Phoenix.LiveViewTest.live_isolated/3 (#3653)
  • Also detect duplicate LiveComponents that are added dynamically to the page in LiveViewTest (#3653)
  • Log an error in the JavaScript console when detecting a stream container with missing phx-update="stream" attribute (#3645)
  • Update documentation to mention :fun and {:fun, arity} as valid attribute types for Phoenix.Component.attr/3 (#3635)
  • Update documentation to mention ways for dynamically rendering function components (#3632)
  • Update documentation to mention {:inner, selector} and {:closest, selector} as valid options for to in JS commands (#3638)
Commits

Updates spark from 2.2.40 to 2.2.43

Changelog

Sourced from spark's changelog.

v2.2.43 (2025-01-28)

Bug Fixes:

  • fix anchor links to top level sections in ex_doc search

v2.2.42 (2025-01-28)

Bug Fixes:

  • include nested sections in search data

v2.2.41 (2025-01-27)

Improvements:

  • show DSL entities & sections in search
Commits
  • eeb7602 chore: release version v2.2.43
  • 4551cae fix: fix anchor links to top level sections in ex_doc search
  • aee95a7 chore: format
  • 21e21ae chore: release version v2.2.42
  • e100e65 fix: include nested sections in search data
  • 003fc6e chore: release version v2.2.41
  • bcd411a improvement: show DSL entities & sections in search
  • 45a3db7 chore(deps): bump igniter from 0.5.16 to 0.5.20 (#125)
  • d889cfc docs: fix options validator docs example
  • 3f253e3 docs: fix spark options example
  • 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 4 updates: [ash](https://github.com/ash-project/ash), [igniter](https://github.com/ash-project/igniter), [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) and [spark](https://github.com/ash-project/spark).


Updates `ash` from 3.4.56 to 3.4.60
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash@3.4.56...v3.4.60)

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 `phoenix_live_view` from 1.0.2 to 1.0.3
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/v1.0.3/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_view@v1.0.2...v1.0.3)

Updates `spark` from 2.2.40 to 2.2.43
- [Changelog](https://github.com/ash-project/spark/blob/main/CHANGELOG.md)
- [Commits](ash-project/spark@v2.2.40...v2.2.43)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: igniter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: phoenix_live_view
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: spark
  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 30, 2025
@zachdaniel zachdaniel merged commit 0809010 into main Jan 30, 2025
18 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-29e409193a branch January 30, 2025 13: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant