dkorotych / gradle-maven-exec-plugin

Gradle plugin which provides an Maven exec task
Apache License 2.0
57 stars 7 forks source link

Bump rewrite-gradle from 7.30.0 to 7.31.0 #69

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps rewrite-gradle from 7.30.0 to 7.31.0.

Release notes

Sourced from rewrite-gradle's releases.

7.31.0

What's Changed

  • Adapt java.AutoDetect to separate spaces vs tabs by @​shanman190 #2289
  • Snake case should contain at least one underscore by @​murdos #2296
  • ChangeLiteral: Javadoc typo fix by @​murdos #2297
  • Add OWASP suppression date recipes #2284 #2288
  • Until date should not be required #2286
  • More improvements to owasp recipes #2288
  • Add failing disabled test for issues/2290 #2291
  • Fix RenameVariable and RenamePrivateFieldsToCamelCase #2285 #2292
  • Fixed edge case where project dependencyManagement would inaccurately override transitive dependency scope 2a07fc4
  • RenamePrivateFieldsToCamelCaseTest RewriteTest conversion dded8ff
  • CategoryTree improvements b4b6dd0
  • Fix CategoryTree removeAll d8db05d
  • PrintOptions on CategoryTree 6a4e691
  • Fix getRecipe on CategoryTreeTest ed862bb
  • Add org.openrewrite as category root 319893e
  • Category precidence 46f3c88
  • Convert TryCatchJava17Test to be a RewriteTest b7de931
  • Add NamedStyles.merge() overload which merges many NamedStyles into one fc0d988 c0f1002
  • Prevent AutoFormat from reformatting entire Groovy source files, while still allowing subtrees to be reformatted 21a10ed
  • Avoid ParseExceptionResult failing to serialize/deserialize because of Throwables with potentially circular causes (or other fields) dd300b1
  • Fix #2287, MultipleVariableDeclarations does not format appropriately when linebreaks are present in variable declaration prefixes dd1deeb
  • Update DateBoundSuppressions. Until date should not be required #2286
  • Introduce Markup marker to surface informational or failure messages in context from recipes d57b925 6331638
  • Move RecipeRunException to org.openrewrite a8dad18
  • Delete RecipeRunExceptionTest as it is redundant with RecipeExceptionDemonstrationTest 2bf20f6
  • Fix RenameVariable and RenamePrivateFieldsToCamelCase #2285 #2292
  • Fix AutoDetect tabs and indents counting spaces which do not represent indents. ddcf857
  • Do not use jackson 2.14.0 release canndidates t10c5dd
  • Gradle UpgradePluginVersion should skip querying gradle plugin portal when an exact version number is specified 4098b30
  • Add facility for customizing marker printing. fixes #2293 03ff8f3
  • No release candidates from maven 87fdb9e 958f820
  • Use SearchResult.found ea3f0b6 7af7f0c
  • Prevent RenamePrivateFieldsToCamelCase from renaming field when a variable exists with the proposed name. fixes #2294 bdbaba09
  • Markers needs JsonIdentityInfo, revert change to Properties#Value to make it a Properties impl 09ba389
  • RecipeMarkupDemonstration fab1353
  • Result#diff that accepts a custom marker printer aa2df3e
  • TreeVisitor#collect and TreeVisitor#reduce 2818b02
  • Add Markup#level 8e552c0
  • Simplify RenameFileTest bcd9d59

Full Changelog: https://github.com/openrewrite/rewrite/compare/v7.30.1...v7.31.0

7.30.1

What's Changed

... (truncated)

Commits
  • 9fb343d Avoid ClassCastException on MergeYaml when encountering a scalar list
  • 5ea9d78 License headers
  • 53c27dc Convert YAML tests to Java
  • 325378f Convert rewrite-json tests to Java
  • 258749b Add note to Recipe.visit() about treating the list as immutable
  • 9c5553f Re-enable RenamePrivateFieldsToCamelCase in static-analysis-cleanup.yml
  • b86eac6 Revert "Avoid breaking change to YamlKey by ensuring all implementations have...
  • fbc0ea4 Snake case should contain at least one underscore (#2296)
  • 72cd082 ChangeLiteral: Javadoc typo fix (#2297)
  • 352dd94 Fix tests
  • Additional commits viewable in compare view


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)
codecov-commenter commented 2 years ago

Codecov Report

Merging #69 (b6eb427) into master (1af4524) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master      #69   +/-   ##
=========================================
  Coverage     93.99%   93.99%           
  Complexity      448      448           
=========================================
  Files            15       15           
  Lines           849      849           
  Branches         52       52           
=========================================
  Hits            798      798           
  Misses           39       39           
  Partials         12       12           
Flag Coverage Δ
LINUX 93.99% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

dependabot[bot] commented 1 year ago

Superseded by #76.