-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependency com.pinterest.ktlint:ktlint-cli to v1.3.1 #643
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #643 +/- ##
==========================================
+ Coverage 86.31% 86.36% +0.04%
==========================================
Files 94 94
Lines 2171 2171
Branches 529 529
==========================================
+ Hits 1874 1875 +1
Misses 104 104
+ Partials 193 192 -1 ☔ View full report in Codecov by Sentry. |
27fb98c
to
61066e4
Compare
module/parser/src/commonMain/kotlin/org/cru/godtools/shared/tool/parser/model/Dimension.kt
Dismissed
Show dismissed
Hide dismissed
diff
kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts--- a/home/runner/work/kotlin-mpp-godtools-tool-parser/kotlin-mpp-godtools-tool-parser/diff/base/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts
+++ b/home/runner/work/kotlin-mpp-godtools-tool-parser/kotlin-mpp-godtools-tool-parser/diff/head/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts
@@ -21,7 +21,7 @@ export declare namespace org.cru.godtools.shared.tool.parser {
get manifest(): org.cru.godtools.shared.tool.parser.model.Manifest;
}
class ParserError extends org.cru.godtools.shared.tool.parser.ParserResult {
- constructor(error?: Nullable<Error>);
+ private constructor();
get error(): Nullable<Error>;
}
namespace ParserError {
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
1.2.1
->1.3.1
Release Notes
pinterest/ktlint (com.pinterest.ktlint:ktlint-cli)
v1.3.1
Compare Source
🔧 Fixes
no-unused-imports
- #2725, by @paul-dingemansFormat was not able to resolve all violations which (theoretically) can be autocorrected
- #2727, by @paul-dingemans📦 Dependencies
692973e
- #2699, by @renovate[bot]💬 Other
v1.3.0
Compare Source
🆕 Features
Support partial formatting - #2631, by @paul-dingemans
Suppress
property-name
rule forObjectPropertyName
orPrivatePropertyName
- #2643, by @paul-dingemansLet API Consumer decide whether a LintError has to be autocorrected, or not - #2671, by @paul-dingemans
Promote experimental rules to non-experimental - #2674, by @paul-dingemans
🔧 Fixes
Do not wrap operation reference after multiline string template - #2591, by @paul-dingemans
Ignore max line length in case the line contains only a string template followed by a comma - #2598, by @paul-dingemans
Ignore nested reference expressions in
chain-method-continuation
- #2606, by @paul-dingemansPrevent exception in
binary-expression-wrapping
rule - #2607, by @paul-dingemansDo not merge opening quotes of multiline string template with (single line) function signature - #2609, by @paul-dingemans
Fix replacement of redundant curly braces - #2617, by @paul-dingemans
Set and reset Locale to pass test for non-english contributor. - #2622, by @Jaehwa-Noh
Fix unwanted whitespace between super class constructor and its argument list - #2630, by @tKe
Fix typo's - #2641, by @paul-dingemans
Handle trailing space on preceding line in call to
lineLengthWithoutNewlinePrefix
- #2644, by @paul-dingemansFix KDoc for RuleSetProviderV3 - #2645, by @gumimin
Fix not checking for spacing around binary operators inside unary expression - #2653, by @cflee
Fix
blank line before declarations
rule code example - #2657, by @k-taro56Fixed [{ }] notation for issue #2675 - #2677, by @Jolanrensen
Simplify default properties loading - #2679, by @Goooler
📦 Dependencies
Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.9.20 - #2590, by @renovate[bot]
Update softprops/action-gh-release action to v2 - #2600, by @renovate[bot]
Update dependency io.github.detekt.sarif4k:sarif4k to v0.6.0 - #2605, by @renovate[bot]
Update dependency gradle to v8.7 - #2616, by @renovate[bot]
Migrate to develocity plugin - #2625, by @Goooler
Update dependency org.slf4j:slf4j-simple to v2.0.13 - #2632, by @renovate[bot]
Update gradle/wrapper-validation-action action to v3 - #2633, by @renovate[bot]
Update dependency io.github.oshai:kotlin-logging-jvm to v6.0.9 - #2634, by @renovate[bot]
Update dependency com.github.ajalt.clikt:clikt to v4.4.0 - #2647, by @renovate[bot]
Update kotlin monorepo to v1.9.24 - #2649, by @renovate[bot]
Update plugin com.gradle.develocity to v3.17.4 - #2660, by @renovate[bot]
Update dependency dev.drewhamilton.poko:poko-gradle-plugin to v0.15.3 - #2662, by @renovate[bot]
Update actions/checkout digest to
a5ac7e5
- #2664, by @renovate[bot]Update dependency org.assertj:assertj-core to v3.26.0 - #2669, by @renovate[bot]
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.