Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps io.nlopez.compose.rules:ktlint from 0.4.15 to 0.4.16.

Release notes

Sourced from io.nlopez.compose.rules:ktlint's releases.

v0.4.16

[!NOTE]
This version contains a fix for the detekt default config: ContentSlotReused wasn't enabled by default and it should have been. The new test in #348 caught the issue, so now it's enabled by default. That test is already paying for itself 😆

What's changed

Commits
  • 1d0a44d Bump version to 0.4.16
  • 0001cf4 Update plugin mavenPublish to v0.30.0 (#357)
  • ccf1a87 Update dependency org.jetbrains.kotlin:kotlin-compiler-embeddable to v2.0.21 ...
  • 1f7474a Update kotlin to v2.0.21 (#355)
  • ea45ecf Add script to create all files necessary for a new rule (#352)
  • f13f3fd Added dark theme (#351)
  • 265a606 Update junit5 monorepo to v5.11.2 (#350)
  • b942ecf Add tests to make sure rules have tests (#349)
  • e91ba45 Add test to ensure the default config.yml in detekt has all the rules added t...
  • 5fb3a93 Bump version to 0.4.16-SNAPSHOT
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [io.nlopez.compose.rules:ktlint](https://github.com/mrmans0n/compose-rules) from 0.4.15 to 0.4.16.
- [Release notes](https://github.com/mrmans0n/compose-rules/releases)
- [Commits](mrmans0n/compose-rules@v0.4.15...v0.4.16)

---
updated-dependencies:
- dependency-name: io.nlopez.compose.rules:ktlint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 14, 2024
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 14, 2024

Deploying flutter-maplibre with  Cloudflare Pages  Cloudflare Pages

Latest commit: 327a9ff
Status: ✅  Deploy successful!
Preview URL: https://d80539f1.flutter-maplibre.pages.dev
Branch Preview URL: https://dependabot-gradle-android-io.flutter-maplibre.pages.dev

View logs

@josxha josxha enabled auto-merge (squash) October 14, 2024 17:32
@josxha josxha merged commit 154dd60 into main Oct 14, 2024
11 checks passed
@josxha josxha deleted the dependabot/gradle/android/io.nlopez.compose.rules-ktlint-0.4.16 branch October 14, 2024 17:35
gabbopalma pushed a commit to gabbopalma/flutter-maplibre that referenced this pull request Nov 10, 2024
…6 in /android (josxha#88)

Bumps
[io.nlopez.compose.rules:ktlint](https://github.com/mrmans0n/compose-rules)
from 0.4.15 to 0.4.16.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mrmans0n/compose-rules/releases">io.nlopez.compose.rules:ktlint's
releases</a>.</em></p>
<blockquote>
<h2>v0.4.16</h2>
<blockquote>
<p>[!NOTE]<br />
This version contains a fix for the detekt default config:
<code>ContentSlotReused</code> wasn't enabled by default and it should
have been. The new test in <a
href="https://redirect.github.com/mrmans0n/compose-rules/issues/348">#348</a>
caught the issue, so now it's enabled by default. That test is already
paying for itself 😆</p>
</blockquote>
<h2>What's changed</h2>
<ul>
<li>Update plugin mavenPublish to v0.30.0 (<a
href="https://redirect.github.com/mrmans0n/compose-rules/issues/357">#357</a>)
<a href="https://github.com/renovate"><code>@​renovate</code></a></li>
<li>Update dependency org.jetbrains.kotlin:kotlin-compiler-embeddable to
v2.0.21 - autoclosed (<a
href="https://redirect.github.com/mrmans0n/compose-rules/issues/354">#354</a>)
<a href="https://github.com/renovate"><code>@​renovate</code></a></li>
<li>Update kotlin to v2.0.21 (<a
href="https://redirect.github.com/mrmans0n/compose-rules/issues/355">#355</a>)
<a href="https://github.com/renovate"><code>@​renovate</code></a></li>
<li>Add script to create all files necessary for a new rule (<a
href="https://redirect.github.com/mrmans0n/compose-rules/issues/352">#352</a>)
<a href="https://github.com/mrmans0n"><code>@​mrmans0n</code></a></li>
<li>Added dark theme (<a
href="https://redirect.github.com/mrmans0n/compose-rules/issues/351">#351</a>)
<a href="https://github.com/rmarquis"><code>@​rmarquis</code></a></li>
<li>Update junit5 monorepo to v5.11.2 (<a
href="https://redirect.github.com/mrmans0n/compose-rules/issues/350">#350</a>)
<a href="https://github.com/renovate"><code>@​renovate</code></a></li>
<li>Add tests to make sure rules have tests (<a
href="https://redirect.github.com/mrmans0n/compose-rules/issues/349">#349</a>)
<a href="https://github.com/mrmans0n"><code>@​mrmans0n</code></a></li>
<li>Add test to make sure the detekt default config is correct (<a
href="https://redirect.github.com/mrmans0n/compose-rules/issues/348">#348</a>)
<a href="https://github.com/mrmans0n"><code>@​mrmans0n</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mrmans0n/compose-rules/commit/1d0a44df02d1fa5fdd66c34f5d28c9dd6710fd5f"><code>1d0a44d</code></a>
Bump version to 0.4.16</li>
<li><a
href="https://github.com/mrmans0n/compose-rules/commit/0001cf47af3ed7d3fa7f68653f3671a9e45d90c8"><code>0001cf4</code></a>
Update plugin mavenPublish to v0.30.0 (<a
href="https://redirect.github.com/mrmans0n/compose-rules/issues/357">#357</a>)</li>
<li><a
href="https://github.com/mrmans0n/compose-rules/commit/ccf1a878a943b02f9e84472d7c1aa2c1c3ee1e03"><code>ccf1a87</code></a>
Update dependency org.jetbrains.kotlin:kotlin-compiler-embeddable to
v2.0.21 ...</li>
<li><a
href="https://github.com/mrmans0n/compose-rules/commit/1f7474ad1190ee2948370fecbdba0e4b30e80fa3"><code>1f7474a</code></a>
Update kotlin to v2.0.21 (<a
href="https://redirect.github.com/mrmans0n/compose-rules/issues/355">#355</a>)</li>
<li><a
href="https://github.com/mrmans0n/compose-rules/commit/ea45ecfac9abeaefe1273ab8d9a5fdc072838727"><code>ea45ecf</code></a>
Add script to create all files necessary for a new rule (<a
href="https://redirect.github.com/mrmans0n/compose-rules/issues/352">#352</a>)</li>
<li><a
href="https://github.com/mrmans0n/compose-rules/commit/f13f3fd6baa65fbf9469e7e36837ba8e7a1bd96b"><code>f13f3fd</code></a>
Added dark theme (<a
href="https://redirect.github.com/mrmans0n/compose-rules/issues/351">#351</a>)</li>
<li><a
href="https://github.com/mrmans0n/compose-rules/commit/265a60687aa4812dbbd468ce7c48735238deae99"><code>265a606</code></a>
Update junit5 monorepo to v5.11.2 (<a
href="https://redirect.github.com/mrmans0n/compose-rules/issues/350">#350</a>)</li>
<li><a
href="https://github.com/mrmans0n/compose-rules/commit/b942ecfb8be029c4b33afd89cb652ba27740040c"><code>b942ecf</code></a>
Add tests to make sure rules have tests (<a
href="https://redirect.github.com/mrmans0n/compose-rules/issues/349">#349</a>)</li>
<li><a
href="https://github.com/mrmans0n/compose-rules/commit/e91ba459169f7b9dec54ae8fae92d3237ad4c7df"><code>e91ba45</code></a>
Add test to ensure the default config.yml in detekt has all the rules
added t...</li>
<li><a
href="https://github.com/mrmans0n/compose-rules/commit/5fb3a93d412023485d0ce176caf05d6295c29d0d"><code>5fb3a93</code></a>
Bump version to 0.4.16-SNAPSHOT</li>
<li>See full diff in <a
href="https://github.com/mrmans0n/compose-rules/compare/v0.4.15...v0.4.16">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.nlopez.compose.rules:ktlint&package-manager=gradle&previous-version=0.4.15&new-version=0.4.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants