Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps jfmengels/elm-review from 2.15.5 to 2.16.2.

Changelog

Sourced from jfmengels/elm-review's changelog.

[2.16.2] - 2026-01-09

  • Fixed an issue where ModuleNameLookupTable would sometimes yield an incorrect result for values in let expressions appearing after another let declaration without arguments, when the argument is an argument but is named the same as an imported value.

[2.16.1] - 2025-12-30

  • Fixed an issue where Review.Rule.withIsFileFixable would not always yield the correct result.

[2.16.0] - 2025-12-30

  • Added Review.Rule.ignoreErrorsFor which allows using Glob-like FilePatterns to ignore files, instead or in addition to Review.Rule.ignoreErrorsForDirectories and Review.Rule.ignoreErrorsForFiles.
  • Added Review.Rule.ignoreFixesFor to make files unfixable in the review configuration: Automatic fixes touching those files will be entirely ignored. Files that are ignored have their fixes ignored automatically.
  • Added Review.Rule.withIsFileFixable which allows rules to know whether the current Elm module is fixable or not.
  • Improved test failure message when one of the source files can't be parsed, it now includes the parser's error messages.
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)

Bumps [jfmengels/elm-review](https://github.com/jfmengels/elm-review) from 2.15.5 to 2.16.2.
- [Release notes](https://github.com/jfmengels/elm-review/releases)
- [Changelog](https://github.com/jfmengels/elm-review/blob/main/CHANGELOG.md)
- [Commits](jfmengels/elm-review@2.15.5...2.16.2)

---
updated-dependencies:
- dependency-name: jfmengels/elm-review
  dependency-version: 2.16.2
  dependency-type: direct:production
  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 elm Pull requests that update Elm code labels Jan 19, 2026
@dependabot dependabot bot requested a review from r-k-b as a code owner January 19, 2026 20:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elm Pull requests that update Elm code labels Jan 19, 2026
@r-k-b r-k-b enabled auto-merge January 20, 2026 21:35
@r-k-b r-k-b merged commit d1e0916 into main Jan 20, 2026
1 check passed
@r-k-b r-k-b deleted the dependabot/elm/review/jfmengels/elm-review-2.16.2 branch January 20, 2026 21:42
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