Skip to content
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

chore(deps): update dependency roslynator.analyzers to v4.6.4 #203

Merged
merged 1 commit into from
Dec 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Roslynator.Analyzers 4.2.0 -> 4.6.4 age adoption passing confidence

Release Notes

dotnet/roslynator (Roslynator.Analyzers)

v4.6.4

v4.6.3

Added
  • [CLI] Add command find-symbol (PR)
    • This command can be used not only to find symbols but also to find unused symbols and optionally remove them.
    • Example: roslynator find-symbol --symbol-kind type --visibility internal private --unused --remove
Changed
  • Bump Roslyn to 4.6.0 (PR).
  • [CLI] Add support for .NET 8 (PR).
Fixed

v4.6.2

Added
  • [CLI] Add note to docs that Roslynator CLI does not contain any analyzers itself (PR)
Fixed
  • Fix RCS1234 (PR)
  • Fix refactoring Inline method (PR)
  • [CLI] Fix globbing (PR)
  • [CLI] Remove assembly resolving (PR)
  • Detect false positive from Unity code (RCS1169) (PR)
    • Introduce config option roslynator_unity_code_analysis.enabled = true|false
    • Make option roslynator_suppress_unity_script_methods obsolete

v4.6.1

Fixed

v4.6.0

Added
  • Add social card (PR).
  • Add nullable annotation to public API (PR).
  • Add refactoring "Remove directive (including content)" (PR).
Changed
  • Update logo (PR, PR).
  • Migrate to .NET Foundation (PR, PR, PR).
  • Bump Roslyn to 4.7.0 (PR).
    • Applies to CLI and testing library.
  • Bump Microsoft.Build.Locator to 1.6.1 (PR)
  • Improve testing framework (PR)
    • Add methods to DiagnosticVerifier, RefactoringVerifier and CompilerDiagnosticFixVerifier.
    • Add property DiagnosticVerifier.Descriptor (BREAKING CHANGE).
    • Add property CompilerDiagnosticFixVerifier.DiagnosticId (BREAKING CHANGE).
    • Make property DiagnosticTestData.Descriptor obsolete.
    • Make property CompilerDiagnosticFixTestData.DiagnosticId obsolete.
Fixed

v4.5.0

Added
  • Add SECURITY.md (PR)
  • Add custom FixAllProvider for RCS1014 (PR).
  • Add more cases to RCS1097 (PR).
  • Add analyzer "Use enum field explicitly" (RCS1257) (PR).
    • Enabled by default.
  • Add analyzer "Unnecessary enum flag" RCS1258 (PR).
    • Enabled by default.
  • Make Roslynator.Rename.SymbolRenamer public (PR)
  • Analyzer 'Remove empty syntax' (RCS1259) (PR).
    • This analyzer replaces following analyzers:
      • Remove empty empty statement (RCS1038)
      • Remove empty 'else' clause (RCS1040)
      • Remove empty object initializer (RCS1041)
      • Remove empty 'finally' clause (RCS1066)
      • Remove empty namespace declaration (RCS1072)
      • Remove empty region directive (RCS1091)
      • Remove empty destructor (RCS1106)
  • [CLI] Add glob pattern matching (--include or/and --exclude) (PR, PR).
  • Add analyzer "Include/omit trailing comma" (RCS1256) (PR).
    • Required option: roslynator_trailing_comma_style = include|omit|omit_when_single_line
    • Not enabled by default
Changed
  • [CLI] Open help in web browser when running command roslynator help <COMMAND> (PR)
Fixed

v4.4.0

Added
Changed
Fixed

v4.3.0

Changed
  • [CLI] Bump Roslyn to 4.5.0 (#​1043).
  • [CLI] Downgrade version of Microsoft.Build.Locator from 1.5.5 to 1.4.1 (#​1079)
  • [CLI] Add more information about the found diagnostics to the XML output file (#​1078 by @​PeterKaszab).
Fixed

Configuration

📅 Schedule: Branch creation - "after 3am on the first day of the month" (UTC), 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 added the 🚚 private-dependencies Pull requests that update a dependency nobody sees label May 1, 2023
@github-actions github-actions bot added this to the v0.10.2 milestone May 1, 2023
@codecov
Copy link

codecov bot commented May 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c9a7301) 48.25% compared to head (c43b542) 48.25%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #203   +/-   ##
=======================================
  Coverage   48.25%   48.25%           
=======================================
  Files          56       56           
  Lines         833      833           
  Branches       38       38           
=======================================
  Hits          402      402           
  Misses        431      431           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update dependency roslynator.analyzers to v4.3.0 chore(deps): update dependency roslynator.analyzers to v4.4.0 Aug 1, 2023
@renovate renovate bot changed the title chore(deps): update dependency roslynator.analyzers to v4.4.0 chore(deps): update dependency roslynator.analyzers to v4.5.0 Aug 27, 2023
@renovate renovate bot changed the title chore(deps): update dependency roslynator.analyzers to v4.5.0 chore(deps): update dependency roslynator.analyzers to v4.6.0 Oct 18, 2023
@renovate renovate bot changed the title chore(deps): update dependency roslynator.analyzers to v4.6.0 chore(deps): update dependency roslynator.analyzers to v4.6.1 Oct 23, 2023
@renovate renovate bot force-pushed the renovate/roslynator branch 2 times, most recently from 8880cd0 to cafdc43 Compare October 31, 2023 13:29
@renovate renovate bot changed the title chore(deps): update dependency roslynator.analyzers to v4.6.1 chore(deps): update dependency roslynator.analyzers to v4.6.2 Nov 11, 2023
@renovate renovate bot changed the title chore(deps): update dependency roslynator.analyzers to v4.6.2 chore(deps): update dependency roslynator.analyzers to v4.6.4 Nov 26, 2023
@renovate renovate bot force-pushed the renovate/roslynator branch 3 times, most recently from aeb6d0e to 5450f5c Compare December 2, 2023 00:42
@github-actions github-actions bot modified the milestones: v0.10.2, v0.11.0 Dec 2, 2023
@renovate renovate bot force-pushed the renovate/roslynator branch 5 times, most recently from f2bc004 to b6dd791 Compare December 2, 2023 23:21
@RLittlesII RLittlesII enabled auto-merge (squash) December 2, 2023 23:22
@renovate renovate bot force-pushed the renovate/roslynator branch 2 times, most recently from 4bd9070 to 0acedb0 Compare December 3, 2023 00:21
@renovate renovate bot force-pushed the renovate/roslynator branch 3 times, most recently from e26039e to 636100c Compare December 3, 2023 02:10
@RLittlesII RLittlesII merged commit b7d8951 into master Dec 3, 2023
5 checks passed
@RLittlesII RLittlesII deleted the renovate/roslynator branch December 3, 2023 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚚 private-dependencies Pull requests that update a dependency nobody sees
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant