Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps elm-review from 2.12.0 to 2.13.1.

Release notes

Sourced from elm-review's releases.

v2.13.1

  • Fixed an issue causing fix diff proposals not to be properly indented.
  • Improve the error message when getting rate limit errors from GitHub after using --template too often.
  • Only require the personal access token (and not the username + personal access token) when using --github-auth (to prevent GitHub rate limits).
  • Improved performance around listing files to load.
  • Removed dependency glob.

jfmengels/node-elm-review@v2.13.0...v2.13.1

Multi-file fixes!

Now requires jfmengels/elm-review v2.15.0, as well as Node.js 14 and newer.

  • Added support for multi-file fixes and file removals introduced in the Elm package (see its CHANGELOG).

  • Added --allow-remove-files to enable file removal in fixes

  • Improved the output of the error report.

  • Added --explain-fix-failure to get more information about why an automatic fix failed.

  • Publicly documented the --fix-all-without-prompt CLI flag. Please use it well!

  • The --compiler flag now additionally resolves the compiler path using the PATH environment variable (more easily enabling elm-review --compiler lamdera for instance).

  • The --elm-format-path flag now additionally resolves the path to elm-format using the PATH environment variable.

  • Fixed an issue where the initial rule created with elm-review new-package was always a module rule, even when it was requested to be a project rule. Thanks to @​mateusfpleite!

  • Fixed an issue where files in source-directories under elm-stuff/ would not be included in the analysis.

  • Fixed an issue where colors would not show up.

  • Plenty of behind the scenes improvement to the maintenance of the repository. Thanks to @​lishaduck for all of those.

  • Optimized the usages of >> and << used in the Elm code to be run.

Changelog

Sourced from elm-review's changelog.

[2.13.1] - 2025-02-13

  • Fixed an issue causing fix diff proposals not to be properly indented.
  • Improve the error message when getting rate limit errors from GitHub after using --template too often.
  • Only require the personal access token (and not the username + personal access token) when using --github-auth (to prevent GitHub rate limits).
  • Improved performance around listing files to load.
  • Removed dependency glob.

[2.13.0] - 2025-02-11

Now requires jfmengels/elm-review v2.15.0, as well as Node.js 14 and newer.

  • Added support for multi-file fixes and file removals introduced in the Elm package (see its CHANGELOG).
  • Added --allow-remove-files to enable file removal in fixes
  • Improved the output of the error report.
  • Added --explain-fix-failure to get more information about why an automatic fix failed.
  • Publicly documented the --fix-all-without-prompt CLI flag. Please use it well!
  • The --compiler flag now additionally resolves the compiler path using the PATH environment variable (more easily enabling elm-review --compiler lamdera for instance).
  • The --elm-format-path flag now additionally resolves the path to elm-format using the PATH environment variable.
  • Fixed an issue where the initial rule created with elm-review new-package was always a module rule, even when it was requested to be a project rule. Thanks to @​mateusfpleite!
  • Fixed an issue where files in source-directories under elm-stuff/ would not be included in the analysis.
  • Fixed an issue where colors would not show up.
  • Plenty of behind the scenes improvement to the maintenance of the repository. Thanks to @​lishaduck for all of those.
  • Optimized the usages of >> and << used in the Elm code to be run.
Commits
  • cd19f03 2.13.1
  • 5ea6e63 Update CHANGELOG
  • 21d7dec chore(deps-dev): bump zx from 8.3.0 to 8.3.2
  • a03a8c0 Bump the turbo group across 1 directory with 2 updates
  • e5949d2 fix: add newlines between recorded snapshots
  • d59fa47 perf: don't emit dirs if we're looking for files
  • 5035acd fix: don't include elm-test cache in turbo hashes
  • 8077e86 chore: replace glob with tinyglobby
  • 7c447f3 feat: set gh rest api version
  • 31801b1 feat: enhance rate limit error
  • 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 [elm-review](https://github.com/jfmengels/node-elm-review) from 2.12.0 to 2.13.1.
- [Release notes](https://github.com/jfmengels/node-elm-review/releases)
- [Changelog](https://github.com/jfmengels/node-elm-review/blob/main/CHANGELOG.md)
- [Commits](jfmengels/node-elm-review@v2.12.0...v2.13.1)

---
updated-dependencies:
- dependency-name: elm-review
  dependency-type: direct:development
  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 javascript Pull requests that update Javascript code labels Feb 17, 2025
@dependabot dependabot bot requested review from Flo0807 and tufteddeer February 17, 2025 05:34
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 24, 2025

Superseded by #180.

@dependabot dependabot bot closed this Feb 24, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/elm-review-2.13.1 branch February 24, 2025 05:10
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant