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 phoenix_test from 0.3.1 to 0.4.0 #1575

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps phoenix_test from 0.3.1 to 0.4.0.

Changelog

Sourced from phoenix_test's changelog.

0.4.0

Breaking

  • Select options were previously matched inexactly (as a substring match). That made it impossible to differentiate between two options where one was a subset of the other.

    For example, using select(session, "Email", from: "Contact") could not differentiate between the Email and Email and SMS options. Select options are now matched exactly. Commits dc7ba01 and e675561.

    This is a technically a bug fix, but it's also a potentially breaking change for existing tests that accidentally relied on that behavior. If you need inexact matches on options, please open an issue describing your use case.

Added

Improvements

  • Raise nice error if field is missing name attribute. Commit bb6950f
  • Docs: Add syntax highlighting for heex and html. Commit e308f9f

Fixes

  • Ignore phx-* attrs when inferring selector. Commit b5d28c8
  • Don't error on default form input without name attribute. Commit 3bd6d7a

... (truncated)

Commits
  • 87e07dd Publish version 0.4.0
  • 2a49cdc Add test that documents upload/3 behavior with submit
  • c4f9164 ✨ Form helpers now take :exact option (#129)
  • e675561 🛠️ Select options are always exact
  • cb19f86 ♻️ Lift exact: true out of nested query
  • eb76464 ♻️ Remove unused Query code and outdated docs
  • bb6950f Raise nice error if field is missing name attribute
  • 4e01f67 ♻️ Add empty name test on Form
  • 3bd6d7a Fix: Don't error on input without name attribute (#123)
  • 30b4eca Adds upload/4 to allow for passing CSS selectors
  • 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 <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)

Bumps [phoenix_test](https://github.com/germsvel/phoenix_test) from 0.3.1 to 0.4.0.
- [Changelog](https://github.com/germsvel/phoenix_test/blob/main/CHANGELOG.md)
- [Commits](germsvel/phoenix_test@v0.3.1...v0.4.0)

---
updated-dependencies:
- dependency-name: phoenix_test
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Oct 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2024

Superseded by #1601.

@dependabot dependabot bot closed this Oct 14, 2024
@dependabot dependabot bot deleted the dependabot/hex/phoenix_test-0.4.0 branch October 14, 2024 18:15
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.

0 participants