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

chore(deps): bump dev.drewhamilton.poko from 0.17.2 to 0.18.2 #340

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps dev.drewhamilton.poko from 0.17.2 to 0.18.2.

Release notes

Sourced from dev.drewhamilton.poko's releases.

0.18.2

Add compatibility with Kotlin 2.1.20-Beta1.

0.18.1

Add ability to skip individual properties with @Poko.Skip. These properties will be omitted from all generated functions. This feature is experimental and requires opt-in via @SkipSupport.

Replace @ArrayContentBased with @Poko.ReadArrayContent. Add a deprecated typealias for the former to aid migration.

Add support for use optional property-level features with custom Poko annotation. Nested annotations with the same name as the optional feature, such as @MyData.ReadArrayContent and @MyData.Skip, will be respected.

Fix issue with FIR checkers. K2-enabled IDEs should now highlight Poko errors and warnings in consumer source code.

0.18.0

Compile with Kotlin 2.1.0.

Changelog

Sourced from dev.drewhamilton.poko's changelog.

0.18.2

2024-12-27

Add compatibility with Kotlin 2.1.20-Beta1.

0.18.1

2024-12-13

Add ability to skip individual properties with @Poko.Skip. These properties will be omitted from all generated functions. This feature is experimental and requires opt-in via @SkipSupport.

Replace @ArrayContentBased with @Poko.ReadArrayContent. Add a deprecated typealias for the former to aid migration.

Add support for use optional property-level features with custom Poko annotation. Nested annotations with the same name as the optional feature, such as @MyData.ReadArrayContent and @MyData.Skip, will be respected.

Fix issue with FIR checkers. K2-enabled IDEs should now highlight Poko errors and warnings in consumer source code.

0.18.0

2024-12-2

Compile with Kotlin 2.1.0.

Commits
  • 2f573db Release 0.18.2
  • 3d630a2 chore(deps): update dependency gradle to v8.12 (#459)
  • 79f4f90 chore(deps): update plugin kotlinx-binarycompatibilityvalidator to v0.17.0 (#...
  • ce056ce Kotlin 2.1.20-Beta1 support via reflection (#456)
  • d474b17 Move single-use FIR annotation matching from PokoFirExtensionSessionComponent...
  • 042f048 fix(deps): update dependency org.jetbrains.dokka:dokka-gradle-plugin to v2 (#...
  • 84e6124 fix(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to v0...
  • 79e50bf Replace KotlinTopLevelExtensionConfig with KotlinBaseExtension in PokoBuildPl...
  • 9281ce8 Fix changelog date formatting
  • f28b36c Prepare next development version
  • 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 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 [dev.drewhamilton.poko](https://github.com/drewhamilton/Poko) from 0.17.2 to 0.18.2.
- [Release notes](https://github.com/drewhamilton/Poko/releases)
- [Changelog](https://github.com/drewhamilton/Poko/blob/main/CHANGELOG.md)
- [Commits](drewhamilton/Poko@0.17.2...0.18.2)

---
updated-dependencies:
- dependency-name: dev.drewhamilton.poko
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 30, 2024
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.

0 participants