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 phoenix from 1.7.7 to 1.7.10 #697

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2023

Bumps phoenix from 1.7.7 to 1.7.10.

Changelog

Sourced from phoenix's changelog.

1.7.10 (2023-11-03)

Bug fixes

  • [phx.new] – fix CoreComponents.flash generating incorrect id's causing flash messages to fail to be closed when clicked

Enhancements

  • Support dynamic port for Endpoint.url/0

1.7.9 (2023-10-11)

Bug fixes

  • [Phoenix.CodeReloader] - Fix error in code reloader causing compilation errors
  • [phx.new] – fix LiveView debug heex configuration being generated when --no-html pas passed

1.7.8 (2023-10-09)

Bug fixes

  • [Phoenix.ChannelTest] Stringify lists when pushing data
  • [Phoenix.Controller] Fix filename when sending downloads with non-ascii names
  • [Phoenix.CodeReloader] Remove duplicate warnings on recent Elixir versions
  • [Phoenix.CodeReloader] Do not crash code reloader if file information is missing from diagnostic
  • [Phoenix.Logger] Do not crash when status is atom
  • [phx.gen.release] Fix mix phx.gen.release --docker failing with :http_util error on Elixir v1.15
  • [phx.gen.*] Skip map inputs in generated forms as there is no trivial matching input
  • [phx.new] Fix tailwind/esbuild config and paths in umbrella projects
  • [phx.new] Do not render th for actions if actions are empty

Enhancements

  • [Phoenix] Allow latest plug_crypto
  • [Phoenix.Endpoint] Support dynamic socket drainer configuration
  • [Phoenix.Logger] Change socket serializer/version logs to warning
  • [Phoenix.VerifiedRoutes] Add support for static resources with fragments in ~p
  • [phx.gen.schema] Support --repo and --migration-dir flags
  • [phx.new] Allow <.input type="checkbox"> without value attr in core components
  • [phx.new] Allow UTC datetimes in the generators
  • [phx.new] Automatically migrate when release starts when using sqlite 3
  • [phx.new] Allow ID to be assigned in flash component
  • [phx.new] Add --adapter flag for generating application with bandit
  • [phx.new] Include DNSCluster for simple clustering
  • [phx.routes] Support --method option
Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Nov 3, 2023
@bklebe
Copy link
Contributor

bklebe commented Nov 14, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/hex/phoenix-1.7.10 branch from 9b66729 to 180dd68 Compare November 14, 2023 20:22
Copy link

Coverage of commit 180dd68

Summary coverage rate:
  lines......: 89.1% (4128 of 4631 lines)
  functions..: 70.9% (2231 of 3145 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@bklebe bklebe force-pushed the dependabot/hex/phoenix-1.7.10 branch from 180dd68 to d7c65aa Compare November 15, 2023 19:21
Copy link

Coverage of commit d7c65aa

Summary coverage rate:
  lines......: 89.1% (4127 of 4631 lines)
  functions..: 70.9% (2231 of 3145 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@bklebe
Copy link
Contributor

bklebe commented Nov 17, 2023

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@bklebe
Copy link
Contributor

bklebe commented Nov 17, 2023

@dependabot recreate

Bumps [phoenix](https://github.com/phoenixframework/phoenix) from 1.7.7 to 1.7.10.
- [Release notes](https://github.com/phoenixframework/phoenix/releases)
- [Changelog](https://github.com/phoenixframework/phoenix/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix@v1.7.7...v1.7.10)

---
updated-dependencies:
- dependency-name: phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/hex/phoenix-1.7.10 branch from d7c65aa to 0c8f35f Compare November 17, 2023 19:44
Copy link

Coverage of commit 0c8f35f

Summary coverage rate:
  lines......: 89.2% (4129 of 4631 lines)
  functions..: 70.9% (2231 of 3145 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@bklebe bklebe merged commit 1c85cb7 into master Nov 20, 2023
6 checks passed
@bklebe bklebe deleted the dependabot/hex/phoenix-1.7.10 branch November 20, 2023 17:56
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