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 detekt.version from 1.23.3 to 1.23.4 #216

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps detekt.version from 1.23.3 to 1.23.4.
Updates io.gitlab.arturbosch.detekt:detekt-tooling from 1.23.3 to 1.23.4

Release notes

Sourced from io.gitlab.arturbosch.detekt:detekt-tooling's releases.

v1.23.4

1.23.4 - 2023-11-26

This is a point release for Detekt 1.23.0, where we added support for Kotlin 1.9.21 and fixed several bugs that got reported by the community.

Notable Changes
  • fix(deps): update kotlin monorepo to v1.9.21 - #6642
  • fix(deps): update kotlin monorepo to v1.9.20 - #6572
Changelog
  • Update the ruleset regex to allow numbers - #6635
  • Show deprecation message - #6614
  • Add io.gitlab.arturbosch.detekt.generator.Main to the jar manifest - #6613
  • Don't report FunctionNaming when the function's name equals to the return type's name with type arguments - #6605
  • Fix issues related to kotlin-stdlib's Gradle module metadata in Kotlin 1.9.20 - #6590
  • MethodSignature - Add the condition of receiver should be null - #6570
  • Remove check for deprectated functions toUpperCase and toLowerCase - #6548
  • Fixes false positive of trailing whitespaces in kdoc - #6370
Dependency Updates
  • Update tested AGP version to 8.1.3 - #6610
  • Switch to kctfork for Kotlin compilation testing - #6589
Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​BraisGabin, @​Gosunet, @​atulgpt, @​t-kameyama

Commits
  • fe4b3d5 Prepare Release 1.23.4 (#6650)
  • 721fe38 Opt in to ExperimentalCompilerApi in all compilations in compiler-plugin (#6534)
  • 274e742 Remove check for deprectated functions toUpperCase and toLowerCase (#6548)
  • f878a49 Update the regex to allow numbers (#6635)
  • 3705771 Add the condition of receiver should be null (#6570)
  • df260ed Don't report FunctionNaming when the function's name equals to the return typ...
  • 034e29e Add io.gitlab.arturbosch.detekt.generator.Main to the jar manifest (#6613)
  • ecf1a47 Show deprecation message (#6614)
  • 5e5f1ba Update tested AGP version to 8.1.3 (#6610)
  • 771fca9 fix(deps): update kotlin monorepo to v1.9.21 (#6642)
  • Additional commits viewable in compare view

Updates io.gitlab.arturbosch.detekt:detekt-cli from 1.23.3 to 1.23.4

Release notes

Sourced from io.gitlab.arturbosch.detekt:detekt-cli's releases.

v1.23.4

1.23.4 - 2023-11-26

This is a point release for Detekt 1.23.0, where we added support for Kotlin 1.9.21 and fixed several bugs that got reported by the community.

Notable Changes
  • fix(deps): update kotlin monorepo to v1.9.21 - #6642
  • fix(deps): update kotlin monorepo to v1.9.20 - #6572
Changelog
  • Update the ruleset regex to allow numbers - #6635
  • Show deprecation message - #6614
  • Add io.gitlab.arturbosch.detekt.generator.Main to the jar manifest - #6613
  • Don't report FunctionNaming when the function's name equals to the return type's name with type arguments - #6605
  • Fix issues related to kotlin-stdlib's Gradle module metadata in Kotlin 1.9.20 - #6590
  • MethodSignature - Add the condition of receiver should be null - #6570
  • Remove check for deprectated functions toUpperCase and toLowerCase - #6548
  • Fixes false positive of trailing whitespaces in kdoc - #6370
Dependency Updates
  • Update tested AGP version to 8.1.3 - #6610
  • Switch to kctfork for Kotlin compilation testing - #6589
Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​BraisGabin, @​Gosunet, @​atulgpt, @​t-kameyama

Commits
  • fe4b3d5 Prepare Release 1.23.4 (#6650)
  • 721fe38 Opt in to ExperimentalCompilerApi in all compilations in compiler-plugin (#6534)
  • 274e742 Remove check for deprectated functions toUpperCase and toLowerCase (#6548)
  • f878a49 Update the regex to allow numbers (#6635)
  • 3705771 Add the condition of receiver should be null (#6570)
  • df260ed Don't report FunctionNaming when the function's name equals to the return typ...
  • 034e29e Add io.gitlab.arturbosch.detekt.generator.Main to the jar manifest (#6613)
  • ecf1a47 Show deprecation message (#6614)
  • 5e5f1ba Update tested AGP version to 8.1.3 (#6610)
  • 771fca9 fix(deps): update kotlin monorepo to v1.9.21 (#6642)
  • 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 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 `detekt.version` from 1.23.3 to 1.23.4.

Updates `io.gitlab.arturbosch.detekt:detekt-tooling` from 1.23.3 to 1.23.4
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.23.3...v1.23.4)

Updates `io.gitlab.arturbosch.detekt:detekt-cli` from 1.23.3 to 1.23.4
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.23.3...v1.23.4)

---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt:detekt-tooling
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.gitlab.arturbosch.detekt:detekt-cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 27, 2023
@dependabot dependabot bot requested a review from Ozsie November 27, 2023 04:44
Copy link

coderabbitai bot commented Nov 27, 2023

Important

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.


Tips

Chat with CodeRabbit Bot (@coderabbitai)

  • If you reply to a review comment from CodeRabbit, the bot will automatically respond.
  • To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment
  • Note: Review comments are made on code diffs or files, not on the PR overview.
  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Note: For conversation with the bot, please use the review comments on code diffs or files.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (836f32b) 74.13% compared to head (865a957) 74.13%.
Report is 1 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #216   +/-   ##
=========================================
  Coverage     74.13%   74.13%           
  Complexity       39       39           
=========================================
  Files             9        9           
  Lines           174      174           
  Branches         41       41           
=========================================
  Hits            129      129           
  Misses           17       17           
  Partials         28       28           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Ozsie Ozsie merged commit c6c896e into main Nov 27, 2023
14 checks passed
@dependabot dependabot bot deleted the dependabot/maven/detekt.version-1.23.4 branch November 27, 2023 07:45
alecthomas pushed a commit to TBD54566975/ftl that referenced this pull request Nov 27, 2023
…o v1.23.4 (#656)

[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.ozsie:detekt-maven-plugin](https://togithub.com/Ozsie/detekt-maven-plugin)
([source](https://togithub.com/ozsie/detekt-maven-plugin)) | `1.23.3.1`
-> `1.23.4` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.ozsie:detekt-maven-plugin/1.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.ozsie:detekt-maven-plugin/1.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.ozsie:detekt-maven-plugin/1.23.3.1/1.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.ozsie:detekt-maven-plugin/1.23.3.1/1.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ozsie/detekt-maven-plugin
(com.github.ozsie:detekt-maven-plugin)</summary>

###
[`v1.23.4`](https://togithub.com/Ozsie/detekt-maven-plugin/releases/tag/1.23.4)

[Compare
Source](https://togithub.com/ozsie/detekt-maven-plugin/compare/1.23.3.1...1.23.4)

#### What's Changed

- Bump kotlin.version from 1.9.20 to 1.9.21 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[Ozsie/detekt-maven-plugin#215
- Bump detekt.version from 1.23.3 to 1.23.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[Ozsie/detekt-maven-plugin#216

**Full Changelog**:
Ozsie/detekt-maven-plugin@1.23.3.1...1.23.4

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/TBD54566975/ftl).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants