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 across 1 directory with 7 updates #265

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2024

Bumps the production-dependencies group with 6 updates in the / directory:

Package From To
appsignal_phoenix 2.5.1 2.6.0
ash_graphql 1.4.3 1.4.4
ash_postgres 2.4.12 2.4.14
ecto_psql_extras 0.8.2 0.8.3
makeup_eex 0.1.2 1.0.0
req 0.5.7 0.5.8

Updates appsignal_phoenix from 2.5.1 to 2.6.0

Changelog

Sourced from appsignal_phoenix's changelog.

2.6.0

Published on 2024-12-03.

Added

  • Handle live component update events (minor 24b9d94)
Commits

Updates ash_graphql from 1.4.3 to 1.4.4

Changelog

Sourced from ash_graphql's changelog.

v1.4.4 (2024-12-02)

Bug Fixes:

  • don't assume required pagination in actions means relationships are paginated

  • define subscription to handle case where no subscriptions exist

  • load relationships and calculations in fragments (#246)

Commits
  • c0ae6cf chore: release version v1.4.4
  • e9e4638 fix: don't assume required pagination in actions means relationships are pagi...
  • ad956e6 fix: define subscription to handle case where no subscriptions exist
  • 4ff09c5 chore(deps): bump igniter in the production-dependencies group (#247)
  • 572934e chore: unskip test
  • 898ff13 fix: load relationships and calculations in fragments (#246)
  • dbbe082 chore(deps): bump ash in the production-dependencies group (#243)
  • acbba62 chore(deps-dev): bump dialyxir in the dev-dependencies group (#244)
  • 56973d3 docs: Move the playground route before the endpoint route (#241)
  • See full diff in compare view

Updates ash_postgres from 2.4.12 to 2.4.14

Changelog

Sourced from ash_postgres's changelog.

v2.4.14 (2024-11-27)

Bug Fixes:

  • pass AST to deal with stupid igniter behavior

v2.4.13 (2024-11-26)

Bug Fixes:

  • [mix ash.migrate] honor the snapshots_only option

Improvements:

  • [mix ash.migrate] honor repo configuration in migration generator

  • [mix ash.codegen] honor :priv in migration generator, and make it explicitly configurable

  • [mix ash_postgres.install] don't generate task aliases that run seeds in test

Commits
  • 97568de chore: release version v2.4.14
  • 83e251d fix: pass AST to deal with stupid igniter behavior
  • dfb4efb chore: update changelog
  • 7bdb77d chore: release version v2.4.13
  • 1cfb446 fix: honor the snapshots_only option
  • bd65cb6 chore: small fixes from previous PRs
  • 17abe38 improvement: honor repo configuration in migration generator
  • 9eef1f4 chore: fix typo
  • 0bfc8b8 improvement: honor :priv in migration generator, and make it explicitly con...
  • 05d417c chore(deps): bump the production-dependencies group across 1 directory with 4...
  • Additional commits viewable in compare view

Updates ecto_psql_extras from 0.8.2 to 0.8.3

Commits

Updates makeup_eex from 0.1.2 to 1.0.0

Commits

Updates phoenix from 1.7.14 to 1.7.17

Changelog

Sourced from phoenix's changelog.

Changelog for v1.7

See the upgrade guide to upgrade from Phoenix 1.6.x.

Phoenix v1.7 requires Elixir v1.11+ & Erlang v22.1+.

Introduction of Verified Routes

Phoenix 1.7 includes a new Phoenix.VerifiedRoutes feature which provides ~p for route generation with compile-time verification.

Use of the sigil_p macro allows paths and URLs throughout your application to be compile-time verified against your Phoenix router(s). For example the following path and URL usages:

<.link href={~p"/sessions/new"} method="post">Log in</.link>

redirect(to: url(~p"/posts/#{post}"))

Will be verified against your standard Phoenix.Router definitions:

get "/posts/:post_id", PostController, :show
post "/sessions/new", SessionController, :create

Unmatched routes will issue compiler warnings:

warning: no route path for AppWeb.Router matches "/postz/#{post}"
  lib/app_web/controllers/post_controller.ex:100: AppWeb.PostController.show/2

Note: Elixir v1.14+ is required for comprehensive warnings. Older versions will work properly and warn on new compilations, but changes to the router file will not issue new warnings.

This feature replaces the Helpers module generated in your Phoenix router, but helpers will continue to work and be generated. You can disable router helpers by passing the helpers: false option to use Phoenix.Router.

phx.new revamp

The phx.new application generator has been improved to rely on function components for both Controller and LiveView rendering, ultimately simplifying the rendering stack of Phoenix applications and providing better reuse.

New applications come with a collection of well-documented and accessible core components, styled with Tailwind CSS by default. You can opt-out of Tailwind CSS with the --no-tailwind flag (the Tailwind CSS classes are kept in the generated components as reference for future styling).

Commits

Updates req from 0.5.7 to 0.5.8

Changelog

Sourced from req's changelog.

v0.5.8 (2024-11-29)

  • [Req]: Check legacy headers when streaming headers

  • [Req]: Ignore :into collectable for non-200 responses

  • [put_aws_sigv4]: Fix encoding path

  • [run_finch]: Add option to configure Finch :pool_max_idle_time

  • [run_finch]: Prepare for upcoming Finch v0.20

Commits

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

…y with 7 updates

Bumps the production-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [appsignal_phoenix](https://github.com/appsignal/appsignal-elixir-phoenix) | `2.5.1` | `2.6.0` |
| [ash_graphql](https://github.com/ash-project/ash_graphql) | `1.4.3` | `1.4.4` |
| [ash_postgres](https://github.com/ash-project/ash_postgres) | `2.4.12` | `2.4.14` |
| [ecto_psql_extras](https://github.com/pawurb/ecto_psql_extras) | `0.8.2` | `0.8.3` |
| [makeup_eex](https://github.com/elixir-makeup/makeup_eex) | `0.1.2` | `1.0.0` |
| [req](https://github.com/wojtekmach/req) | `0.5.7` | `0.5.8` |



Updates `appsignal_phoenix` from 2.5.1 to 2.6.0
- [Release notes](https://github.com/appsignal/appsignal-elixir-phoenix/releases)
- [Changelog](https://github.com/appsignal/appsignal-elixir-phoenix/blob/main/CHANGELOG.md)
- [Commits](appsignal/appsignal-elixir-phoenix@v2.5.1...v2.6.0)

Updates `ash_graphql` from 1.4.3 to 1.4.4
- [Changelog](https://github.com/ash-project/ash_graphql/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_graphql@v1.4.3...v1.4.4)

Updates `ash_postgres` from 2.4.12 to 2.4.14
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_postgres@v2.4.12...v2.4.14)

Updates `ecto_psql_extras` from 0.8.2 to 0.8.3
- [Commits](https://github.com/pawurb/ecto_psql_extras/commits)

Updates `makeup_eex` from 0.1.2 to 1.0.0
- [Commits](elixir-makeup/makeup_eex@v0.1.2...v1.0.0)

Updates `phoenix` from 1.7.14 to 1.7.17
- [Release notes](https://github.com/phoenixframework/phoenix/releases)
- [Changelog](https://github.com/phoenixframework/phoenix/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix@v1.7.14...v1.7.17)

Updates `req` from 0.5.7 to 0.5.8
- [Release notes](https://github.com/wojtekmach/req/releases)
- [Changelog](https://github.com/wojtekmach/req/blob/main/CHANGELOG.md)
- [Commits](wojtekmach/req@v0.5.7...v0.5.8)

---
updated-dependencies:
- dependency-name: appsignal_phoenix
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ash_graphql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ecto_psql_extras
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: makeup_eex
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: req
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 5, 2024
@zachdaniel zachdaniel merged commit 8f2fcc0 into main Dec 5, 2024
2 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-4f118512e6 branch December 5, 2024 15: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant