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

Bump polymorphic_embed from 2.0.0 to 3.0.5 #352

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2022

Bumps polymorphic_embed from 2.0.0 to 3.0.5.

Release notes

Sourced from polymorphic_embed's releases.

v3.0.5

Release v3.0.5

v3.0.4

Release v3.0.4

v3.0.3

Release v3.0.3

v3.0.2

Release v3.0.2

v3.0.1

Release v3.0.1

v3.0.0

Release v3.0.0

v2.0.1

Release v2.0.1

Changelog

Sourced from polymorphic_embed's changelog.

Changelog

3.0.x

  • Default value for polymorphic list of embeds is [] instead of nil (following embeds_many/3)

Migration from 2.x to 3.x

  • Use polymorphic_embeds_one/2 and polymorphic_embeds_many/2 macros instead of field/3

2.0.x

  • Support IDs

Migration from 1.x to 2.x

  • Make sure that every existing polymorphic embedded_schema contains the setting @primary_key false

1.10.x

  • Add polymorphic_embed_inputs_for/2 for displaying forms in LiveView
  • Add polymorphic_embed_inputs_for/3 for displaying forms in Phoenix templates without needing to specify the type

1.9.x

  • Add PolymorphicEmbed.types/2 function returning the possible types for a polymorphic field

1.8.x

  • Add :nilify and :ignore for :on_type_not_found option

1.7.x

  • Support the SQLite3 Ecto adapter ecto_sqlite3

1.6.x

  • Fix errors in form for embeds_one nested into polymorphic_embed
  • Refactor PolymorphicEmbed.HTML.Form

1.5.x

  • Add traverse_errors/2

1.4.x

  • Support custom changeset functions through :with option

1.3.x

... (truncated)

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 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)

Bumps [polymorphic_embed](https://github.com/mathieuprog/polymorphic_embed) from 2.0.0 to 3.0.5.
- [Release notes](https://github.com/mathieuprog/polymorphic_embed/releases)
- [Changelog](https://github.com/mathieuprog/polymorphic_embed/blob/master/CHANGELOG.md)
- [Commits](mathieuprog/polymorphic_embed@v2.0.0...v3.0.5)

---
updated-dependencies:
- dependency-name: polymorphic_embed
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Oct 10, 2022
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.

None yet

0 participants