woylie / flop_phoenix

Components for pagination, sortable tables and filter forms using Phoenix, Ecto and Flop
MIT License
354 stars 37 forks source link

Bump ex_machina from 2.7.0 to 2.8.0 #349

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps ex_machina from 2.7.0 to 2.8.0.

Release notes

Sourced from ex_machina's releases.

v2.8.0

2.8.0 (2024-06-24)

Features

  • ExMachina.start/2: return a supervisor from Application callback (#434) (c9ebb47)

Bug Fixes

  • Revert code changes breaking ecto record loading (#447) (b796311)

Miscellaneous

  • Add release please manifest file (ae31578)
  • Clear up log level warning (821a61a)
  • Fix missing , in configuration file (cf74a91)
  • README updates (#444) (a4352dd)
  • Remove circleci, update tools-version (#438) (b06f4b6)
  • Remove extra character from test configuration file (e8edf47)
  • Resolve config warning (#440) (a327830)
  • Satisfy Credo consistency check (5aa4f01)
  • Support common-config (#436) (2c2a309)
  • Sync files with beam-community/common-config (#437) (72e4038)
  • Sync files with beam-community/common-config (#441) (c809bce)
  • Sync files with beam-community/common-config (#448) (cca2acf)
  • Sync files with beam-community/common-config (#450) (69612ae)
  • Update and run formatter (#439) (8bb6057)
  • Update mix.exs and deps (c6c76f0)
  • Update test postgres configuration (6aab2c8)
Changelog

Sourced from ex_machina's changelog.

2.8.0 (2024-06-24)

Features

  • ExMachina.start/2: return a supervisor from Application callback (#434) (c9ebb47)

Bug Fixes

  • Revert code changes breaking ecto record loading (#447) (b796311)

Miscellaneous

  • Add release please manifest file (ae31578)
  • Clear up log level warning (821a61a)
  • Fix missing , in configuration file (cf74a91)
  • README updates (#444) (a4352dd)
  • Remove circleci, update tools-version (#438) (b06f4b6)
  • Remove extra character from test configuration file (e8edf47)
  • Resolve config warning (#440) (a327830)
  • Satisfy Credo consistency check (5aa4f01)
  • Support common-config (#436) (2c2a309)
  • Sync files with beam-community/common-config (#437) (72e4038)
  • Sync files with beam-community/common-config (#441) (c809bce)
  • Sync files with beam-community/common-config (#448) (cca2acf)
  • Sync files with beam-community/common-config (#450) (69612ae)
  • Update and run formatter (#439) (8bb6057)
  • Update mix.exs and deps (c6c76f0)
  • Update test postgres configuration (6aab2c8)
Commits
  • d1ec5e4 chore(main): release 2.8.0 (#443)
  • 69612ae chore: sync files with beam-community/common-config (#450)
  • cca2acf chore: sync files with beam-community/common-config (#448)
  • 88c6450 Document another way to build derived attributes (#449)
  • a4352dd chore: README updates (#444)
  • 5b05689 docs: update ex_docs to v0.32 (#446)
  • b796311 fix: revert code changes breaking ecto record loading (#447)
  • c9ebb47 feat: ExMachina.start/2: return a supervisor from Application callback (#434)
  • e8edf47 chore: remove extra character from test configuration file
  • cf74a91 chore: fix missing , in configuration file
  • Additional commits viewable in compare view


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 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)
coveralls commented 3 weeks ago

Coverage Status

coverage: 98.805%. remained the same when pulling d38b42887b2d685db0b97ba6aa3767dc13a99820 on dependabot/hex/ex_machina-2.8.0 into 8764eb1dbe84890bb3843eb27d5e6aad3e006f96 on main.