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 jfmengels/elm-review from 2.14.1 to 2.15.0 in /review #210

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2025

Bumps jfmengels/elm-review from 2.14.1 to 2.15.0.

Changelog

Sourced from jfmengels/elm-review's changelog.

[2.15.0] - 2025-02-11

The project now supports multi-file fixes as well as fixes that remove files through the following functions and types:

In some places, Fix has been renamed to Edit (and a new Edit type has been added as well) as that is a more apt name. The types/functions will be renamed or removed to make the naming consistent and simpler in the next major version.

We are also adding a new convenience function Review.Rule.withModuleContextWithErrors to report errors while in the fromModuleToProject function. This can help avoid duplicate work that would otherwise be done in both the final module evaluation and in fromModuleToProject.

Also adds (provided for the CLI):

Tests

New functions and types have been added to help test the new fix APIs.

Test failure messages around fixes have been improved significantly. It should now be much easier to figure out why a test failed.

Additionally, trailing whitespace at the end of a line in a provided source code is now ignored (no need to force these to be present trough String.replace shenanigans).

Marked as deprecated

... (truncated)

Commits
  • 19cf317 2.15.0
  • bc6cbf8 Update CHANGELOG
  • c4c457e Improve documentation around Test
  • 2ee03a6 Improve documentation around Project
  • 6f9873d Improve documentation around Options
  • bb491f7 Improve documentation around ModuleNameLookupTable
  • 1ef0bf9 Improve documentation around fixes
  • a185ae1 Improve documentation for FilePattern
  • c5ab8f9 Make errorFixes use err.fixes
  • dc61586 Make type refer to a publicly exposed type
  • 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 [jfmengels/elm-review](https://github.com/jfmengels/elm-review) from 2.14.1 to 2.15.0.
- [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.14.1...2.15.0)

---
updated-dependencies:
- dependency-name: jfmengels/elm-review
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elm Pull requests that update Elm code labels Feb 12, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 14, 2025

Superseded by #213.

@dependabot dependabot bot closed this Feb 14, 2025
@dependabot dependabot bot deleted the dependabot/elm/review/jfmengels/elm-review-2.15.0 branch February 14, 2025 05:54
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.

0 participants