jfmengels / node-elm-review

CLI for elm-review
https://package.elm-lang.org/packages/jfmengels/elm-review/latest/
BSD 3-Clause "New" or "Revised" License
48 stars 25 forks source link

chore(deps): bump jfmengels/elm-review-unused from 1.1.29 to 1.2.3 in /new-package/review-config-templates/2.3.0 #203

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 4 months ago

Bumps jfmengels/elm-review-unused from 1.1.29 to 1.2.3.

Changelog

Sourced from jfmengels/elm-review-unused's changelog.

[1.2.3] - 2024-04-10

NoUnused.Variables now finds unused imported functions when they have been shadowed by let destructuring variables. Thanks @​matzko.

[1.2.2] - 2024-04-02

Fixed issues in [NoUnused.Exports] where type aliases and custom types would incorrectly be reported. Thanks Eric from the Elm Slack for reporting!

[1.2.1] - 2024-04-01

  • [NoUnused.Exports] now reports (and removes using --fix) elements even if the module is exposing everything (module X exposing (..)) if the element is unused both locally and across the project. Thanks @​tfausak.

[1.2.0] - 2023-07-28

Add configuration setting for [NoUnused.Exports] for reporting exports that is only used in non-production code. This includes multiple new functions and types in that module centered around reportUnusedProductionExports.

[1.1.30] - 2023-06-16

Fix false positive in [NoUnused.CustomTypeConstructors] related to non-ASCII constructor names (#79). Thanks @​lydell and @​marc136.

Commits
  • ba62348 1.2.3
  • 10e73f4 Catch unused imported functions when shadowed in a tuple let declaration.
  • dc3990d Refactor getDeclaredNamesFromPattern
  • 604f361 Fix typo in docs for NoUnused.CustomTypeConstructors
  • dde1b22 1.2.2
  • e83096e NoUnused.Exports: Fixed types being incorrectly reported
  • ff06235 1.2.1
  • 20bc9d8 NoUnused.Exports: Report recursive functions when exposing (..)
  • 869a303 Don't report a custom type if a constructor is used locally
  • 15560c2 Make wording in tests more consistent
  • Additional commits viewable in compare view


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 show 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

lishaduck commented 4 months ago

Should be good to merge.

jfmengels commented 3 weeks ago

@dependabot rebase

dependabot[bot] commented 3 weeks ago

Looks like jfmengels/elm-review-unused is up-to-date now, so this is no longer needed.