Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sortier (source) 2.0.0-beta.0 -> 2.0.0 age adoption passing confidence

Release Notes

snowcoders/sortier

v2.0.0

Compare Source

  • Added --ignore-unknown flag support so sortier can return an exit code of 0 on files it doesn't support. For those using lint-staged, your config can be simplified to something like:
    {
      "*": ["prettier --ignore-unknown --write", "sortier --ignore-unknown"]
    }
  • Better console output now prints each matched file, any errors if encountered, and the time it takes to sort that file. For example running sortier "*{package,sortier}*" in this repository prints:
    .sortierignore - No parser could be inferred - 2ms
    .sortierrc.cjs - 28ms
    package.json - 23ms
  • Breaking
    • Fixed dot files being skipped
    • formatFile throws an error when run on an ignored filepath
    • Dropped support for node 12 and 14, only support >=16

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (rebase) April 10, 2023 02:11
@coveralls
Copy link

coveralls commented Apr 10, 2023

Pull Request Test Coverage Report for Build 4653807949

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 88.949%

Totals Coverage Status
Change from base Build 4653802923: 0.0%
Covered Lines: 398
Relevant Lines: 427

💛 - Coveralls

@renovate renovate bot merged commit 39d0ef0 into main Apr 10, 2023
@coveralls
Copy link

coveralls commented Nov 18, 2024

Pull Request Test Coverage Report for Build 4653807949

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 88.949%

Totals Coverage Status
Change from base Build 4653802923: 0.0%
Covered Lines: 398
Relevant Lines: 427

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants