Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2026

Bumps elm-explorations/test from 2.2.0 to 2.2.1.

Changelog

Sourced from elm-explorations/test's changelog.

Releases

Version Notes
2.2.1 Test.Html.Query: Support classes set using the class attribute
2.2.0 Fuzz: Add Fuzz.filterMap
2.1.2 Fuzz: Remove arbitrary limit on amount of randomness drawn
2.1.1 Test.Html.Query: Change how boolean attributes are rendered
2.1.0 Add Test.Html.Selector.exactText
2.0.1 Documentation fixes
2.0.0 Reimplements fuzzing+shrinking, adds fuzzer distribution reporting. Most notably readds Fuzz.andThen. See "Changes in 2.0.0"
1.2.2 Fixes a crash in Test.Html when the HTML contains nested Html.Lazy nodes. #78
1.2.1 Many small documentation fixes. Improve error messages when failing to simulate an event.
1.2.0 Add HTML tests. #41
1.0.0 Update for Elm 0.19. Remove Fuzz.andThen, Fuzz.conditional, and Test.Runner.getFailure. Fail on equating floats to encourage checks with tolerance. Test.Runner.fuzz now returns a Result.
renamed from elm-community/elm-test (below) to elm-explorations/test (above)
4.0.0 Add only, skip, todo; change Fuzz.frequency to fail rather than crash on bad input, disallow tests with blank or duplicate descriptions.
3.1.0 Add Expect.all
3.0.0 Update for Elm 0.18; switch the argument order of Fuzz.andMap.
2.1.0 Switch to rose trees for Fuzz.andThen, other API additions.
2.0.0 Scratch-rewrite to project-fuzzball
1.0.0 ElmTest initial release

Changes in 2.0.0

The changes can be grouped into these categories:

  1. Fuzzing and shrinking reimplementation (re-adding Fuzz.andThen etc.)
  2. Test.Distribution: fuzzer distribution reporting
  3. Test.Html.Event additions
  4. Expect.true and Expect.false removal
  5. Test.Runner.Failure.format removal
  6. Fuzzer behaviour changes

1. Fuzzing and shrinking reimplementation

Fuzzing and shrinking has been reimplemented: the rose tree approach has been replaced with the "internal shrinking" approach found in the Python test library Hypothesis.

In short, shrinking is now done on the PRNG history instead of on the generated values themselves. This is hidden from the user: the Shrink module has now been removed.

This new approach allows us to reintroduce Fuzz.andThen and remove Fuzz.custom: in case you were forced to use Fuzz.custom and a Random generator, you'll now be able to express this logic with Fuzz alone.

We've also taken the opportunity to expand the Fuzz module API with functions that you'd normally reach into *-extra packages for: sequence, traverse,

... (truncated)

Commits
  • 81dc48e Bump to 2.2.1
  • e953267 Merge pull request #252 from elm-explorations/ci-remove-old-node-versions
  • 37c10f3 Node 12, 14 can't be found anymore
  • bc56ad6 One more elm-tooling-action upgrade
  • 6b1f5ca Update CI test matrix
  • 7c8e682 Merge pull request #247 from lydell/class-attribute
  • a5b34be Detect the edge case and show a nice error message
  • 0238246 Match nothing if both class and className are used
  • 9ebb232 Support classes set using the class attribute
  • eef7f1a Fix a typo
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elm Pull requests that update Elm code labels Jan 30, 2026
@dependabot dependabot bot requested a review from jerith666 as a code owner January 30, 2026 17:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elm Pull requests that update Elm code labels Jan 30, 2026
Bumps [elm-explorations/test](https://github.com/elm-explorations/test) from 2.2.0 to 2.2.1.
- [Changelog](https://github.com/elm-explorations/test/blob/master/CHANGELOG.md)
- [Commits](elm-explorations/test@2.2.0...2.2.1)

---
updated-dependencies:
- dependency-name: elm-explorations/test
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@jerith666 jerith666 force-pushed the dependabot/elm/src/client/elm-explorations/test-2.2.1 branch from f8594af to 0131002 Compare January 31, 2026 03:06
@github-actions
Copy link

I have prepared an Elbum Demo Site using this PR's code

@jerith666 jerith666 merged commit 0131002 into dev Jan 31, 2026
3 checks passed
@dependabot dependabot bot deleted the dependabot/elm/src/client/elm-explorations/test-2.2.1 branch January 31, 2026 03:46
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 elm Pull requests that update Elm code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant