Skip to content

Bump elm-review from 2.7.2 to 2.8.5 #17

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 12, 2022

Bumps elm-review from 2.7.2 to 2.8.5.

Release notes

Sourced from elm-review's releases.

Fix bug preventing automatic fixes from working

  • Avoid saving the project in the initial run 09cd068
  • Security vulnerability - Upgrade minimist to 1.2.6 (#89) 73d16c8
  • Update snapshots a0dd88c

jfmengels/node-elm-review@v2.8.4...v2.8.5

v2.8.4

  • Update snapshots bae3f0b
  • Prepare changelog for 2.8.4 212b66e
  • Add missing changelog 49a5524
  • Fix incorrect reports in watch mode 55faca9
  • Remove unnecessary Project.precomputeModuleGraph 9876dd7

jfmengels/node-elm-review@v2.8.3...v2.8.4

Small communication & docs improvements + bug fix

  • Don't call process.stdout.clearLine when the environment doesn't support it fba84c0
  • Update snapshots 8aa63d0
  • Document --extract flag 830e704
  • Document --benchmark-info 95f4b26
  • Update description for --debug in help 07c7bb6
  • Give a more helpful error when using an outdated version of the package 7f0538b
  • Update elm-test and elm-syntax in new packages 92c1477

jfmengels/node-elm-review@v2.8.2...v2.8.3

v2.8.2

Bug fix: the tests/ folder at the root of the project was not included in the folders to analyze


  • Re-introduce looking for the tests/ folder at the root a3d3a2e
  • Update initial configuration for new-package 9f693e2

jfmengels/node-elm-review@v2.8.1...v2.8.2

Much faster fixes and extract functionality

(A technical mishap caused 2.8.0 to not be publishable, hence why the jump from 2.7.6 to 2.8.1)

Now requires running jfmengels/elm-review v2.10.0.

This release is partially announced by this announcement blog post.

  • By using the package's new way of handling fixes, fixes have become much faster
  • Introduce --fix-limit=N flag to limit the number of fixes to apply before prompting the user
  • Introduce --extract to extract data from the project (needs to be run with --report=json)
  • Include the information of how long a rule ran for when running with --benchmark-info
  • More tests folders are now included. Before, elm-review looked at the source-directories plus the tests/ folder in the root of the Elm project. Instead, elm-review will now look for a tests/ folder next to every source-directory. This should accommodate projects with multiple Elm subprojects.

... (truncated)

Changelog

Sourced from elm-review's changelog.

Changelog

[2.8.4] - 2022-12-02

  • Fix incorrect reports in --watch mode

[2.8.3] - 2022-12-01

  • Document the --debug flag better in --help
  • Document the --extract flag better in --help
  • Document the --benchmark-info flag in --help
  • Give a more helpful error when using an outdated version of the package
  • Fix a crash when running with --fix in non-TTY mode (in CI for instance)

[2.8.2] - 2022-11-09

The tests/ folder at the root of the project is now included in the tests folder to look for.

[2.8.0] / [2.8.1] - 2022-11-08

(A technical mishap caused 2.8.0 to not be publishable, so this is technically only 2.8.1)

Now requires running jfmengels/elm-review v2.10.0.

This release is partially announced by this announcement blog post.

  • By using the package's new way of handling fixes, fixes have become much faster
  • Introduce --fix-limit=N flag to limit the number of fixes to apply before prompting the user
  • Introduce --extract to extract data from the project (needs to be run with --report=json)
  • Include the information of how long a rule ran for when running with --benchmark-info
  • More tests folders are now included. Before, elm-review looked at the source-directories plus the tests/ folder in the root of the Elm project. Instead, elm-review will now look for a tests/ folder next to every source-directory. This should accommodate projects with multiple Elm subprojects.

[2.7.6] - 2022-10-12

Updated the packages created by elm-review new-package to

[2.7.5] - 2022-09-10

  • Fixed an issue where elm-review init --template ... could sometimes crash if the project already had a review configuration
  • Updated the GitHub Actions workflow so that the project always runs on the latest LTS version of Node

[2.7.4] - 2022-08-21

  • Fixed an issue on Windows where suppressed didn't work #80
  • Improved the error message when a source-directory in the review configuration's elm.json is unknown (fixes #79)
  • Changed the error message for suppressed error messages to be nicer
  • Documented the --no-color flag, and forced colors to be enabled so that elm-review's output stays colored when piped to commands like less

... (truncated)

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 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.7.2 to 2.8.5.
- [Release notes](https://github.com/jfmengels/node-elm-review/releases)
- [Changelog](https://github.com/jfmengels/node-elm-review/blob/master/CHANGELOG.md)
- [Commits](jfmengels/node-elm-review@v2.7.2...v2.8.5)

---
updated-dependencies:
- dependency-name: elm-review
  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 javascript Pull requests that update Javascript code labels Dec 12, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 19, 2022

Superseded by #18.

@dependabot dependabot bot closed this Dec 19, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/elm-review-2.8.5 branch December 19, 2022 11:00
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.

0 participants