Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps ktlint from 0.33.0 to 0.34.0.

Release notes

Sourced from ktlint's releases.

0.34.0

Added

  • Support for Kotlin 1.3.41
  • Support for globally disabling rules via custom disabled_rules property in .editorconfig (#503)
  • experimental:no-empty-first-line-in-method-block (#474)
  • Unit tests for ruleset providers

Upgraded

  • AssertJ from 3.9.0 to 3.12.2 (#520)

Enabled

  • Final newline by default (#446)
  • no-wildcard-import (Re-enabled after temporarily disabling in 0.33.0)
  • experimental:annotation (#509)
  • experimental:multiline-if-else (no autocorrection)
  • experimental:package-name (currently only disallows underscores in package names)

Deprecated

Removed

  • Support for --ruleset-repository and --ruleset-update flags

Fixed

  • import-ordering will now refuse to format import lists that contain top-level comments (#408)
  • no-unused-imports reporting false negatives or false positives in some cases (#405) and (#506)
  • experimental:indent incorrectly formatting a lambda's closing brace (#479)
Changelog

Sourced from ktlint's changelog.

[0.34.0] - 2019-07-15

Added

  • Support for Kotlin 1.3.41
  • Support for globally disabling rules via custom disabled_rules property in .editorconfig (#503)
  • experimental:no-empty-first-line-in-method-block (#474)
  • Unit tests for ruleset providers

Upgraded

  • AssertJ from 3.9.0 to 3.12.2 (#520)

Enabled

  • Final newline by default (#446)
  • no-wildcard-import (Re-enabled after temporarily disabling in 0.33.0)
  • experimental:annotation (#509)
  • experimental:multiline-if-else (no autocorrection)
  • experimental:package-name (currently only disallows underscores in package names)

Deprecated

  • MavenDependencyResolver. Scheduled to be removed in 0.35.0 (#468)
  • --install-git-pre-commit-hook flag; use installGitPreCommitHook subcommand instead (#487)
  • --print-ast flag; use printAST subcommand instead (#500)

Removed

  • Support for --ruleset-repository and --ruleset-update flags

Fixed

  • import-ordering will now refuse to format import lists that contain top-level comments (#408)
  • no-unused-imports reporting false negatives or false positives in some cases (#405) and (#506)
  • experimental:indent incorrectly formatting a lambda's closing brace (#479)
Commits
  • c518d8d Updating CHANGELOG and README for 0.34.0 (#524)
  • adb4d4d Prep new rules for 0.34.0 release (#525)
  • a3f4c2b Cleanup + comments for newly-enabled AnnotationRule (#523)
  • 1fc0836 Consider comments when searching for multiline annotations (#499)
  • 215056a Upgrade AssertJ to 3.12.2 (#520)
  • b997561 Allow unreferenced provideDelegate if there is a by keyword in the file (#513)
  • 68069a8 Move Gradle plugins section above no-plugins section (#517)
  • fd5ef5d Update Kotlin to 1.3.41 version. (#516)
  • e5fd74c Fix AnnotationRule exception and re-enable rule (#509)
  • 657299b Add tests for missing rules in a ruleset (#477)
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [ktlint](https://github.com/pinterest/ktlint) from 0.33.0 to 0.34.0.
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](pinterest/ktlint@0.33.0...0.34.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added 3. to review dependencies Pull requests that update a dependency file labels Jul 16, 2019
@tobiasKaminsky tobiasKaminsky merged commit ee060bd into master Jul 16, 2019
@tobiasKaminsky tobiasKaminsky deleted the dependabot/gradle/com.pinterest-ktlint-0.34.0 branch July 16, 2019 05:15
@tobiasKaminsky tobiasKaminsky restored the dependabot/gradle/com.pinterest-ktlint-0.34.0 branch July 16, 2019 05:16
@tobiasKaminsky tobiasKaminsky deleted the dependabot/gradle/com.pinterest-ktlint-0.34.0 branch July 16, 2019 05:16
@tobiasKaminsky tobiasKaminsky restored the dependabot/gradle/com.pinterest-ktlint-0.34.0 branch July 16, 2019 05:16
tobiasKaminsky added a commit that referenced this pull request Jul 17, 2019
4f1a725 Merge pull request #4238 from nextcloud/removeBottomBar
e2d34d1 Merge pull request #4237 from nextcloud/removeSSO_SAML
d868fcc remove old and unmaintained bottom bar
49cca17 Remove last usage of SSO/Saml
ee060bd Bump ktlint from 0.33.0 to 0.34.0 (#4236)
f71a605 [tx-robot] updated from transifex
e83f45a daily dev 20190716
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants