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): update ksp to v1.9.22-1.0.17 #91

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.devtools.ksp (source) 1.8.20-1.0.11 -> 1.9.22-1.0.17 age adoption passing confidence
com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin (source) 1.8.20-1.0.11 -> 1.9.22-1.0.17 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

google/ksp (com.google.devtools.ksp)

v1.9.22-1.0.17

Compare Source

Issues fixed
  • Annotations missing on KSTypeArgument of typealias #​1679
  • unhandled visibility: private to this #​1515
  • Resolver#getJvmCheckedException results in <ERROR TYPE> when throwing type variable. #​1460
  • Class annotation values with $ in name are null when used in Kotlin source #​1671
  • KSP 1.9.21-1.0.15 leaking memory and causing OOMs #​1653
  • KSP processing fails with Java enum #​1482
  • [KSP2] Support Package annotations #​1641

v1.9.22-1.0.16

Compare Source

This is KSP 1.0.16 for Kotlin compiler 1.9.22

v1.9.21-1.0.16

Compare Source

Issue fixed

#​1653 KSP 1.9.21-1.0.15 leaking memory and causing OOMs

v1.9.21-1.0.15

Compare Source

This is a hot fix to #​1591 where multiple KMP projects were affected.

Issues Fixed / PRs Merged

#​1591 Error: Rewrite at slice LEXICAL_SCOPE key: ANNOTATION_ENTRY old value
#​1612 Filter out the -progressive compiler flag in KSP tasks
#​1614 Revert back to the non-thread-local KSP compiler plugin implementation.

v1.9.20-1.0.14

Compare Source

issues fixed
  • #​1474 Unresolvable types in annotation value are incorrectly displayed as null values instead of error types.
  • #​1522 KspTaskNative is not configuration cacheable
  • #​1554 KSP Incremental Processing: Removing a file does not remove transitively generated files
  • #​1555 KSP Incremental Processing: Clean source files should have generated output cache accessible via Resolver.
  • #​1568 KSP resolves dependencies too early

v1.9.20-1.0.13

Compare Source

Bumping Kotlin to 1.9.20 for KSP 1.0.13.

v1.9.10-1.0.13

Compare Source

KSP 1.0.13 for kotlin compiler version 1.9.10

v1.9.0-1.0.13

Compare Source

Issues fixed
  • Fixed an issue in KSP Gradle plugin where KMP source set is not set correctly.
  • Fixed an issue in incremental building where timestamp for generated java sources are incorrect.

v1.9.0-1.0.12

Compare Source

Issues Fixed

The complete list of issues fixed in this release can be found here.

Other Notable Changes

While there is still no direct model of package elements, the following APIs in Resolver are added to better support the operations around packages:

  • fun getPackageAnnotations(packageName: String): Sequence<KSAnnotation>
  • fun getPackagesWithAnnotation(annotationName: String): Sequence<String>
Contributors

Thank you for the PRs!

@​cdsap
@​damianw
@​danysantiago
@​lukellmann
@​ribafish

v1.9.0-1.0.11

Compare Source

v1.8.22-1.0.11: Release

Compare Source

v1.8.21-1.0.11: Release

Compare Source

Bump Kotlin Compiler to 1.8.21 for 1.0.11 release


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "every 4 hour after 00:00 and before 23:59 every day" in timezone Asia/Tokyo.

🚦 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/ksp branch 2 times, most recently from ec6fec5 to 42ac4eb Compare May 13, 2023 05:15
@renovate renovate bot changed the title chore(deps): update ksp to v1.8.21-1.0.11 chore(deps): update ksp to v1.8.22-1.0.11 Jun 8, 2023
@renovate renovate bot force-pushed the renovate/ksp branch from 42ac4eb to c53ceb2 Compare June 8, 2023 22:27
@renovate renovate bot force-pushed the renovate/ksp branch from c53ceb2 to 1514f2a Compare July 1, 2023 06:18
@renovate renovate bot changed the title chore(deps): update ksp to v1.8.22-1.0.11 chore(deps): update ksp to v1.9.0-1.0.11 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/ksp branch from 1514f2a to fa647ae Compare July 6, 2023 22:55
@renovate renovate bot changed the title chore(deps): update ksp to v1.9.0-1.0.11 chore(deps): update ksp to v1.9.0-1.0.12 Jul 20, 2023
@renovate renovate bot changed the title chore(deps): update ksp to v1.9.0-1.0.12 chore(deps): update ksp to v1.9.0-1.0.13 Aug 2, 2023
@renovate renovate bot changed the title chore(deps): update ksp to v1.9.0-1.0.13 chore(deps): update ksp to v1.9.10-1.0.13 Aug 24, 2023
@renovate renovate bot changed the title chore(deps): update ksp to v1.9.10-1.0.13 chore(deps): update dependency com.google.devtools.ksp to v1.9.10-1.0.13 Sep 28, 2023
@renovate renovate bot changed the title chore(deps): update dependency com.google.devtools.ksp to v1.9.10-1.0.13 chore(deps): update dependency com.google.devtools.ksp to v1.9.10-1.0.13 - autoclosed Oct 3, 2023
@renovate renovate bot closed this Oct 3, 2023
@renovate renovate bot deleted the renovate/ksp branch October 3, 2023 06:18
@renovate renovate bot changed the title chore(deps): update dependency com.google.devtools.ksp to v1.9.10-1.0.13 - autoclosed chore(deps): update dependency com.google.devtools.ksp to v1.9.10-1.0.13 Oct 3, 2023
@renovate renovate bot reopened this Oct 3, 2023
@renovate renovate bot restored the renovate/ksp branch October 3, 2023 10:05
@renovate renovate bot changed the title chore(deps): update dependency com.google.devtools.ksp to v1.9.10-1.0.13 chore(deps): update dependency com.google.devtools.ksp to v1.9.20-1.0.13 Nov 1, 2023
@renovate renovate bot changed the title chore(deps): update dependency com.google.devtools.ksp to v1.9.20-1.0.13 chore(deps): update dependency com.google.devtools.ksp to v1.9.20-1.0.14 Nov 3, 2023
@renovate renovate bot changed the title chore(deps): update dependency com.google.devtools.ksp to v1.9.20-1.0.14 chore(deps): update dependency com.google.devtools.ksp to v1.9.21-1.0.15 Nov 28, 2023
@renovate renovate bot changed the title chore(deps): update dependency com.google.devtools.ksp to v1.9.21-1.0.15 chore(deps): update ksp to v1.9.21-1.0.15 Dec 3, 2023
@renovate renovate bot changed the title chore(deps): update ksp to v1.9.21-1.0.15 chore(deps): update ksp to v1.9.21-1.0.16 Dec 14, 2023
@renovate renovate bot changed the title chore(deps): update ksp to v1.9.21-1.0.16 chore(deps): update ksp to v1.9.22-1.0.16 Dec 25, 2023
@renovate renovate bot changed the title chore(deps): update ksp to v1.9.22-1.0.16 chore(deps): update ksp to v1.9.22-1.0.17 Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants