Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Bump elm-review from 2.7.2 to 2.8.4#471

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/elm-review-2.8.4
Closed

Bump elm-review from 2.7.2 to 2.8.4#471
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/elm-review-2.8.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps elm-review from 2.7.2 to 2.8.4.

Release notes

Sourced from elm-review's releases.

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.

Commits: jfmengels/node-elm-review@v2.7.6...v2.8.1

  • Update changelog 4a7f5e0
  • Update snapshots feb2c18

... (truncated)

Changelog

Sourced from elm-review's 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
    • Please report an issue if this causes problems for you

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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.4.
- [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.4)

---
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 Dec 5, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Dec 7, 2022

Superseded by #474.

@dependabot dependabot bot closed this Dec 7, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/elm-review-2.8.4 branch December 7, 2022 20:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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