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

Bump ktlint.version from 0.47.0 to 0.47.1 #512

Merged
merged 1 commit into from Sep 20, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2022

Bumps ktlint.version from 0.47.0 to 0.47.1.
Updates ktlint from 0.47.0 to 0.47.1

Release notes

Sourced from ktlint's releases.

0.47.1

[0.47.1] - 2022-09-07

Fixed

  • Do not add trailing comma in empty parameter/argument list with comments (trailing-comma-on-call-site, trailing-comma-on-declaration-site) (#1602)
  • Fix class cast exception when specifying a non-string editorconfig setting in the default ".editorconfig" (#1627)
  • Fix indentation before semi-colon when it is pushed down after inserting a trailing comma (#1609)
  • Do not show deprecation warning about property "disabled_rules" when using CLi-parameter --disabled-rules (#1599)
  • Traversing directory hierarchy at Windows (#1600)
  • Ant-style path pattern support (#1601)
  • Apply @file:Suppress on all toplevel declarations (#1623)

Changed

  • Display warning instead of error when no files are matched, and return with exit code 0. (#1624)
Changelog

Sourced from ktlint's changelog.

[0.47.1] - 2022-09-07

Fixed

  • Do not add trailing comma in empty parameter/argument list with comments (trailing-comma-on-call-site, trailing-comma-on-declaration-site) (#1602)
  • Fix class cast exception when specifying a non-string editorconfig setting in the default ".editorconfig" (#1627)
  • Fix indentation before semi-colon when it is pushed down after inserting a trailing comma (#1609)
  • Do not show deprecation warning about property "disabled_rules" when using CLi-parameter --disabled-rules (#1599)
  • Traversing directory hierarchy at Windows (#1600)
  • Ant-style path pattern support (#1601)
  • Apply @file:Suppress on all toplevel declarations (#1623)

Changed

  • Display warning instead of error when no files are matched, and return with exit code 0. (#1624)
Commits
  • 49d3f81 Fix githubRelease (#1638)
  • 391fe95 Prep for 0.47.1 release (#1636)
  • 905edeb Apply @file:Suppress on all toplevel declarations (#1634)
  • 55b2048 Merge pull request #1633 from paul-dingemans/1609-enum-trailing-comma
  • e8ac8f6 Warn on no files matched (#1631)
  • 731238d Revert access to function 'expand' to private
  • 6dc9f0f Fix indentation before semi-colon when it is pushed down after inserting a tr...
  • 3c71f71 Fix traversing the directory hierarchy on WindowsOS / Ant-style path matching...
  • e5ff031 Write warning and debug messages to logger instead of to console (#1630)
  • 00d20a0 Fix class cast exception when specifying a non-string editorconfig setting in...
  • Additional commits viewable in compare view

Updates ktlint-core from 0.47.0 to 0.47.1

Release notes

Sourced from ktlint-core's releases.

0.47.1

[0.47.1] - 2022-09-07

Fixed

  • Do not add trailing comma in empty parameter/argument list with comments (trailing-comma-on-call-site, trailing-comma-on-declaration-site) (#1602)
  • Fix class cast exception when specifying a non-string editorconfig setting in the default ".editorconfig" (#1627)
  • Fix indentation before semi-colon when it is pushed down after inserting a trailing comma (#1609)
  • Do not show deprecation warning about property "disabled_rules" when using CLi-parameter --disabled-rules (#1599)
  • Traversing directory hierarchy at Windows (#1600)
  • Ant-style path pattern support (#1601)
  • Apply @file:Suppress on all toplevel declarations (#1623)

Changed

  • Display warning instead of error when no files are matched, and return with exit code 0. (#1624)
Changelog

Sourced from ktlint-core's changelog.

[0.47.1] - 2022-09-07

Fixed

  • Do not add trailing comma in empty parameter/argument list with comments (trailing-comma-on-call-site, trailing-comma-on-declaration-site) (#1602)
  • Fix class cast exception when specifying a non-string editorconfig setting in the default ".editorconfig" (#1627)
  • Fix indentation before semi-colon when it is pushed down after inserting a trailing comma (#1609)
  • Do not show deprecation warning about property "disabled_rules" when using CLi-parameter --disabled-rules (#1599)
  • Traversing directory hierarchy at Windows (#1600)
  • Ant-style path pattern support (#1601)
  • Apply @file:Suppress on all toplevel declarations (#1623)

Changed

  • Display warning instead of error when no files are matched, and return with exit code 0. (#1624)
Commits
  • 49d3f81 Fix githubRelease (#1638)
  • 391fe95 Prep for 0.47.1 release (#1636)
  • 905edeb Apply @file:Suppress on all toplevel declarations (#1634)
  • 55b2048 Merge pull request #1633 from paul-dingemans/1609-enum-trailing-comma
  • e8ac8f6 Warn on no files matched (#1631)
  • 731238d Revert access to function 'expand' to private
  • 6dc9f0f Fix indentation before semi-colon when it is pushed down after inserting a tr...
  • 3c71f71 Fix traversing the directory hierarchy on WindowsOS / Ant-style path matching...
  • e5ff031 Write warning and debug messages to logger instead of to console (#1630)
  • 00d20a0 Fix class cast exception when specifying a non-string editorconfig setting in...
  • Additional commits viewable in compare view

Updates ktlint-reporter-checkstyle from 0.47.0 to 0.47.1

Release notes

Sourced from ktlint-reporter-checkstyle's releases.

0.47.1

[0.47.1] - 2022-09-07

Fixed

  • Do not add trailing comma in empty parameter/argument list with comments (trailing-comma-on-call-site, trailing-comma-on-declaration-site) (#1602)
  • Fix class cast exception when specifying a non-string editorconfig setting in the default ".editorconfig" (#1627)
  • Fix indentation before semi-colon when it is pushed down after inserting a trailing comma (#1609)
  • Do not show deprecation warning about property "disabled_rules" when using CLi-parameter --disabled-rules (#1599)
  • Traversing directory hierarchy at Windows (#1600)
  • Ant-style path pattern support (#1601)
  • Apply @file:Suppress on all toplevel declarations (#1623)

Changed

  • Display warning instead of error when no files are matched, and return with exit code 0. (#1624)
Changelog

Sourced from ktlint-reporter-checkstyle's changelog.

[0.47.1] - 2022-09-07

Fixed

  • Do not add trailing comma in empty parameter/argument list with comments (trailing-comma-on-call-site, trailing-comma-on-declaration-site) (#1602)
  • Fix class cast exception when specifying a non-string editorconfig setting in the default ".editorconfig" (#1627)
  • Fix indentation before semi-colon when it is pushed down after inserting a trailing comma (#1609)
  • Do not show deprecation warning about property "disabled_rules" when using CLi-parameter --disabled-rules (#1599)
  • Traversing directory hierarchy at Windows (#1600)
  • Ant-style path pattern support (#1601)
  • Apply @file:Suppress on all toplevel declarations (#1623)

Changed

  • Display warning instead of error when no files are matched, and return with exit code 0. (#1624)
Commits
  • 49d3f81 Fix githubRelease (#1638)
  • 391fe95 Prep for 0.47.1 release (#1636)
  • 905edeb Apply @file:Suppress on all toplevel declarations (#1634)
  • 55b2048 Merge pull request #1633 from paul-dingemans/1609-enum-trailing-comma
  • e8ac8f6 Warn on no files matched (#1631)
  • 731238d Revert access to function 'expand' to private
  • 6dc9f0f Fix indentation before semi-colon when it is pushed down after inserting a tr...
  • 3c71f71 Fix traversing the directory hierarchy on WindowsOS / Ant-style path matching...
  • e5ff031 Write warning and debug messages to logger instead of to console (#1630)
  • 00d20a0 Fix class cast exception when specifying a non-string editorconfig setting in...
  • Additional commits viewable in compare view

Updates ktlint-reporter-json from 0.47.0 to 0.47.1

Release notes

Sourced from ktlint-reporter-json's releases.

0.47.1

[0.47.1] - 2022-09-07

Fixed

  • Do not add trailing comma in empty parameter/argument list with comments (trailing-comma-on-call-site, trailing-comma-on-declaration-site) (#1602)
  • Fix class cast exception when specifying a non-string editorconfig setting in the default ".editorconfig" (#1627)
  • Fix indentation before semi-colon when it is pushed down after inserting a trailing comma (#1609)
  • Do not show deprecation warning about property "disabled_rules" when using CLi-parameter --disabled-rules (#1599)
  • Traversing directory hierarchy at Windows (#1600)
  • Ant-style path pattern support (#1601)
  • Apply @file:Suppress on all toplevel declarations (#1623)

Changed

  • Display warning instead of error when no files are matched, and return with exit code 0. (#1624)
Changelog

Sourced from ktlint-reporter-json's changelog.

[0.47.1] - 2022-09-07

Fixed

  • Do not add trailing comma in empty parameter/argument list with comments (trailing-comma-on-call-site, trailing-comma-on-declaration-site) (#1602)
  • Fix class cast exception when specifying a non-string editorconfig setting in the default ".editorconfig" (#1627)
  • Fix indentation before semi-colon when it is pushed down after inserting a trailing comma (#1609)
  • Do not show deprecation warning about property "disabled_rules" when using CLi-parameter --disabled-rules (#1599)
  • Traversing directory hierarchy at Windows (#1600)
  • Ant-style path pattern support (#1601)
  • Apply @file:Suppress on all toplevel declarations (#1623)

Changed

  • Display warning instead of error when no files are matched, and return with exit code 0. (#1624)
Commits
  • 49d3f81 Fix githubRelease (#1638)
  • 391fe95 Prep for 0.47.1 release (#1636)
  • 905edeb Apply @file:Suppress on all toplevel declarations (#1634)
  • 55b2048 Merge pull request #1633 from paul-dingemans/1609-enum-trailing-comma
  • e8ac8f6 Warn on no files matched (#1631)
  • 731238d Revert access to function 'expand' to private
  • 6dc9f0f Fix indentation before semi-colon when it is pushed down after inserting a tr...
  • 3c71f71 Fix traversing the directory hierarchy on WindowsOS / Ant-style path matching...
  • e5ff031 Write warning and debug messages to logger instead of to console (#1630)
  • 00d20a0 Fix class cast exception when specifying a non-string editorconfig setting in...
  • Additional commits viewable in compare view

Updates ktlint-reporter-plain from 0.47.0 to 0.47.1

Release notes

Sourced from ktlint-reporter-plain's releases.

0.47.1

[0.47.1] - 2022-09-07

Fixed

  • Do not add trailing comma in empty parameter/argument list with comments (trailing-comma-on-call-site, trailing-comma-on-declaration-site) (#1602)
  • Fix class cast exception when specifying a non-string editorconfig setting in the default ".editorconfig" (#1627)
  • Fix indentation before semi-colon when it is pushed down after inserting a trailing comma (#1609)
  • Do not show deprecation warning about property "disabled_rules" when using CLi-parameter --disabled-rules (#1599)
  • Traversing directory hierarchy at Windows (#1600)
  • Ant-style path pattern support (#1601)
  • Apply @file:Suppress on all toplevel declarations (#1623)

Changed

  • Display warning instead of error when no files are matched, and return with exit code 0. (#1624)
Changelog

Sourced from ktlint-reporter-plain's changelog.

[0.47.1] - 2022-09-07

Fixed

  • Do not add trailing comma in empty parameter/argument list with comments (trailing-comma-on-call-site, trailing-comma-on-declaration-site) (#1602)
  • Fix class cast exception when specifying a non-string editorconfig setting in the default ".editorconfig" (#1627)
  • Fix indentation before semi-colon when it is pushed down after inserting a trailing comma (#1609)
  • Do not show deprecation warning about property "disabled_rules" when using CLi-parameter --disabled-rules (#1599)
  • Traversing directory hierarchy at Windows (#1600)
  • Ant-style path pattern support (#1601)
  • Apply @file:Suppress on all toplevel declarations (#1623)

Changed

  • Display warning instead of error when no files are matched, and return with exit code 0. (#1624)
Commits
  • 49d3f81 Fix githubRelease (#1638)
  • 391fe95 Prep for 0.47.1 release (#1636)
  • 905edeb Apply @file:Suppress on all toplevel declarations (#1634)
  • 55b2048 Merge pull request #1633 from paul-dingemans/1609-enum-trailing-comma
  • e8ac8f6 Warn on no files matched (#1631)
  • 731238d Revert access to function 'expand' to private
  • 6dc9f0f Fix indentation before semi-colon when it is pushed down after inserting a tr...
  • 3c71f71 Fix traversing the directory hierarchy on WindowsOS / Ant-style path matching...
  • e5ff031 Write warning and debug messages to logger instead of to console (#1630)
  • 00d20a0 Fix class cast exception when specifying a non-string editorconfig setting in...
  • Additional commits viewable in compare view

Updates ktlint-ruleset-experimental from 0.47.0 to 0.47.1

Release notes

Sourced from ktlint-ruleset-experimental's releases.

0.47.1

[0.47.1] - 2022-09-07

Fixed

  • Do not add trailing comma in empty parameter/argument list with comments (trailing-comma-on-call-site, trailing-comma-on-declaration-site) (#1602)
  • Fix class cast exception when specifying a non-string editorconfig setting in the default ".editorconfig" (#1627)
  • Fix indentation before semi-colon when it is pushed down after inserting a trailing comma (#1609)
  • Do not show deprecation warning about property "disabled_rules" when using CLi-parameter --disabled-rules (#1599)
  • Traversing directory hierarchy at Windows (#1600)
  • Ant-style path pattern support (#1601)
  • Apply @file:Suppress on all toplevel declarations (#1623)

Changed

  • Display warning instead of error when no files are matched, and return with exit code 0. (#1624)
Changelog

Sourced from ktlint-ruleset-experimental's changelog.

[0.47.1] - 2022-09-07

Fixed

  • Do not add trailing comma in empty parameter/argument list with comments (trailing-comma-on-call-site, trailing-comma-on-declaration-site) (#1602)
  • Fix class cast exception when specifying a non-string editorconfig setting in the default ".editorconfig" (#1627)
  • Fix indentation before semi-colon when it is pushed down after inserting a trailing comma (#1609)
  • Do not show deprecation warning about property "disabled_rules" when using CLi-parameter --disabled-rules (#1599)
  • Traversing directory hierarchy at Windows (#1600)
  • Ant-style path pattern support (#1601)
  • Apply @file:Suppress on all toplevel declarations (#1623)

Changed

  • Display warning instead of error when no files are matched, and return with exit code 0. (#1624)
Commits
  • 49d3f81 Fix githubRelease (#1638)
  • 391fe95 Prep for 0.47.1 release (#1636)
  • 905edeb Apply @file:Suppress on all toplevel declarations (#1634)
  • 55b2048 Merge pull request #1633 from paul-dingemans/1609-enum-trailing-comma
  • e8ac8f6 Warn on no files matched (#1631)
  • 731238d Revert access to function 'expand' to private
  • 6dc9f0f Fix indentation before semi-colon when it is pushed down after inserting a tr...
  • 3c71f71 Fix traversing the directory hierarchy on WindowsOS / Ant-style path matching...
  • e5ff031 Write warning and debug messages to logger instead of to console (#1630)
  • 00d20a0 Fix class cast exception when specifying a non-string editorconfig setting in...
  • Additional commits viewable in compare view

Updates ktlint-ruleset-standard from 0.47.0 to 0.47.1

Release notes

Sourced from ktlint-ruleset-standard's releases.

0.47.1

[0.47.1] - 2022-09-07

Fixed

  • Do not add trailing comma in empty parameter/argument list with comments (trailing-comma-on-call-site, trailing-comma-on-declaration-site) (#1602)
  • Fix class cast exception when specifying a non-string editorconfig setting in the default ".editorconfig" (#1627)
  • Fix indentation before semi-colon when it is pushed down after inserting a trailing comma (#1609)
  • Do not show deprecation warning about property "disabled_rules" when using CLi-parameter --disabled-rules (#1599)
  • Traversing directory hierarchy at Windows (#1600)
  • Ant-style path pattern support (#1601)
  • Apply @file:Suppress on all toplevel declarations (#1623)

Changed

  • Display warning instead of error when no files are matched, and return with exit code 0. (#1624)
Changelog

Sourced from ktlint-ruleset-standard's changelog.

[0.47.1] - 2022-09-07

Fixed

  • Do not add trailing comma in empty parameter/argument list with comments (trailing-comma-on-call-site, trailing-comma-on-declaration-site) (#1602)
  • Fix class cast exception when specifying a non-string editorconfig setting in the default ".editorconfig" (#1627)
  • Fix indentation before semi-colon when it is pushed down after inserting a trailing comma (#1609)
  • Do not show deprecation warning about property "disabled_rules" when using CLi-parameter --disabled-rules (#1599)
  • Traversing directory hierarchy at Windows (#1600)
  • Ant-style path pattern support (#1601)
  • Apply @file:Suppress on all toplevel declarations (#1623)

Changed

  • Display warning instead of error when no files are matched, and return with exit code 0. (#1624)
Commits
  • 49d3f81 Fix githubRelease (#1638)
  • 391fe95 Prep for 0.47.1 release (#1636)
  • 905edeb Apply @file:Suppress on all toplevel declarations (#1634)
  • 55b2048 Merge pull request #1633 from paul-dingemans/1609-enum-trailing-comma
  • e8ac8f6 Warn on no files matched (#1631)
  • 731238d Revert access to function 'expand' to private
  • 6dc9f0f Fix indentation before semi-colon when it is pushed down after inserting a tr...
  • 3c71f71 Fix traversing the directory hierarchy on WindowsOS / Ant-style path matching...
  • e5ff031 Write warning and debug messages to logger instead of to console (#1630)
  • 00d20a0 Fix class cast exception when specifying a non-string editorconfig setting in...
  • Additional commits viewable in compare view

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)

Bumps `ktlint.version` from 0.47.0 to 0.47.1.

Updates `ktlint` from 0.47.0 to 0.47.1
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](pinterest/ktlint@0.47.0...0.47.1)

Updates `ktlint-core` from 0.47.0 to 0.47.1
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](pinterest/ktlint@0.47.0...0.47.1)

Updates `ktlint-reporter-checkstyle` from 0.47.0 to 0.47.1
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](pinterest/ktlint@0.47.0...0.47.1)

Updates `ktlint-reporter-json` from 0.47.0 to 0.47.1
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](pinterest/ktlint@0.47.0...0.47.1)

Updates `ktlint-reporter-plain` from 0.47.0 to 0.47.1
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](pinterest/ktlint@0.47.0...0.47.1)

Updates `ktlint-ruleset-experimental` from 0.47.0 to 0.47.1
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](pinterest/ktlint@0.47.0...0.47.1)

Updates `ktlint-ruleset-standard` from 0.47.0 to 0.47.1
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](pinterest/ktlint@0.47.0...0.47.1)

---
updated-dependencies:
- dependency-name: com.pinterest:ktlint
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.pinterest.ktlint:ktlint-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.pinterest.ktlint:ktlint-reporter-checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.pinterest.ktlint:ktlint-reporter-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.pinterest.ktlint:ktlint-reporter-plain
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.pinterest.ktlint:ktlint-ruleset-experimental
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.pinterest.ktlint:ktlint-ruleset-standard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies java Pull requests that update Java code labels Sep 10, 2022
@codecov
Copy link

codecov bot commented Sep 10, 2022

Codecov Report

Merging #512 (a58a4f4) into main (bf52acd) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #512   +/-   ##
=========================================
  Coverage     87.98%   87.98%           
  Complexity       85       85           
=========================================
  Files            16       16           
  Lines           566      566           
  Branches         62       62           
=========================================
  Hits            498      498           
  Misses           25       25           
  Partials         43       43           

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

@freemanjp freemanjp merged commit d777d51 into main Sep 20, 2022
@freemanjp freemanjp deleted the dependabot/maven/ktlint.version-0.47.1 branch September 20, 2022 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant