Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.devtools.ksp:symbol-processing-api (source) 1.8.0-1.0.8 -> 1.8.10-1.0.9 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

google/ksp

v1.8.10-1.0.9

Compare Source

v1.8.0-1.0.9

Compare Source

New Features

  • Supported definitely non null type
    • Added corresponding KSDefNonNullReference for definitely non null types.
    • If you are implementing KSVisitor directly, you need to override visitDefNonNullReference in your visitor as well.
  • excludedProcessors is added to Gradle extensions to allow excluding certain processors.
  • Any? is added to unbounded type parameters

Issues fixed

  • Incremental compilation fails with "Number of loaded files in snapshots differs" #​1280
  • Type T & Any can't be analyzed even in the latest version. #​1127
  • Can't differentiate between @​A(int.class) and @​A(Integer.class) #​870
  • Non-embeddable compiler JAR compilations are broken in 1.0.7 #​1155
  • Need a way to specify and exclude processors #​1234
  • Bug of KSPropertyDeclaration.findOverridee() #​1182
  • KSTypeParameter#bounds returns when the bounds is another type parameter #​1250
  • Resolved KSTypeParameter doesn't equal the source #​971

Contributors

Thanks for your contributions!
@​3flex
@​danysantiago


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.


  • 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 changed the title fix(deps): update dependency com.google.devtools.ksp:symbol-processing-api to v1.8.0-1.0.9 fix(deps): update dependency com.google.devtools.ksp:symbol-processing-api to v1.8.10-1.0.9 Feb 3, 2023
@itsaky itsaky merged commit e70b126 into dev Feb 12, 2023
@itsaky itsaky deleted the renovate/ksp branch February 12, 2023 03:03
itsaky added a commit that referenced this pull request Feb 13, 2023
* fix: attribute name not shown in delete attribute dialog

* chore: use collapsed versions in Nyx config

* refactor(lsp/java): remove unused imports and methods

* chore: fix jvmTarget warnings in subprojects

* fix: remove usage of partial reparser to reduce LSP errors

* fix: NPE in FindHelper while finding definition of a symbol

* fix: ensure openedFiles.json always exists

* chore: update crowdin contributors table

* tests: ignore PartialReparserTest

* fix(deps): update dependency com.google.code.gson:gson to v2.10.1

* chore: update bug report template

* chore: update feature request template

* tests: fix assertion error in CompilationTaskProcessor implementation

* refactor(lsp/java): refactor code in JavaParserUtils

* fix(lsp/java): fully qualified names are used in generated setters

* fix(lsp/java): type params not included in generated constructor parameter types

* Update FUNDING.yml

* fix(deps): update editor to v0.21.0

closes #731, closes #725

* fix: dynamic colors are not applied to main activity

* fix: try to fix #734

* chore(deps): update agp to v7.4.0

* fix(xml-inflater,uidesigner): attributes without namespaces are not handled

fixes #729

* fix(xml-inflater): log messages instead of throwing exceptions while parsing attribute values

While parsing attribute values, if the value is a reference to a resource and its type is unexpected, throwing exceptions will result in the IDE crash as the view adapters call these methods on the UI thread. Instead, logging warning messages would be a better option.

(closes #744)

* refactor: remove unused subprojects

* fix: remove unused 'scheme.langs' property from color schemes

* fix: undefined file types are not handled by TreeSitterLanguage

* chore(deps): update plugin com.mooltiverse.oss.nyx to v1.3.1

* fix(deps): update dependency androidx.appcompat:appcompat to v1.6.0

* fix(deps): update dependency org.jetbrains:annotations to v24

* fix: detect leaked closable objects

* feat: replace Toaster with Flashbar

* fix: address some memory leaks

* fix(editor,lsp/java): avoid reflective access to IDEEditor

* refactor: move hardcoded dependencies to version catalog

* fix(deps/tooling-api): update builder-model to v7.4.0

* tests: test tooling api implementation with minimum supported version by default

* tests: test AGP 7.4.0 with tooling API implementation

* chore: disable collapsed versions for mainline release

* chore: do not run publish job for pull requests

* fix(flashbar): always show on UI thread

* feat(actions): add API to destroy ActionItem instances

* fix: release dialog instance when RunTasksAction is destroyed

Not releasing the dialog instance causes a memory leak

* fix: memory leak caused due to retained ViewInfoSheet instance in DesignerWorkspaceFragment

* fix: fix memory leaks related to GradleBuildService and editor activity

* chore(deps): update plugin com.mooltiverse.oss.nyx to v1.3.2

* refactor: refactor

* refactor: remove 'Gradle daemon status' action

* fix: memory leak in APK installation callback

* docs: add docs for UI Designer

* docs: update docs

* docs(editor): update docs for color scheme

* docs(editor): update docs for color scheme

* docs: add docs for dark variant of a color scheme

* chore(deps): update plugin com.mooltiverse.oss.nyx to v1.3.3

* fix(tooling-api): register custom GSON adapter for java.io.File

* fix: update tests to be compatible with JDK 17

* refactor(javac): update nb-javac-android

This replaces the usage of 'com.sun' package from javac to 'openjdk'.

* fix(xml-inflater): attributes on <include> tag are not applied to IncludeView

* fix(xml-inflater): some required methods are not overridden by IncludeView

* fix(tooling-api): FileTypeAdapter is incorrectly implemented

* refactor: removed unnecessary JavacTaskUtil class

* fix: crash if the built application cannot be launched (closes #759)

* chore: run workflow build with JDK 17

* Add API 33 in Project Creator

* refactor: rename package 'javax' to 'jdkx'

* refactor: resolve some compiler warnings

* fix(xml-inflater,uidesigner): exclude unsupported view adapters from adapters index

* docs: update javadoc for IViewAdapter

* fix(xml-inflater): invalid IView instance is added to parent view in onCreateIncludedView

* fix(xml-inflater): invalid IView instance is added to parent view in onCreateIncludedView

* fix(tests): update LayoutInflaterTest

* fix: fix memory leak when application is closed while initializing project (closes #781)

* refactor: fix typo in method name

* fix: invalid path specified in :subprojects:tooling-api-model:copyToTestDir Gradle task

* fix: UTF-8 character in CharOperation causes build issues on Windows (closes #762)

* chore(deps): update plugin com.mooltiverse.oss.nyx to v2 (#767)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update kotlin monorepo to v1.8.10 (#776)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update agp to v7.4.1 (#773)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency com.google.devtools.ksp:symbol-processing-api to v1.8.10-1.0.9 (#765)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency androidx.appcompat:appcompat to v1.6.1 (#789)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency com.google.android.material:material to v1.8.0 (#761)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(resources): some unstranslatable strings are translatable

* fix(resources): some unstranslatable strings are translatable

* fix(deps): update tree-sitter to v1.2.1 (#791)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency com.github.javaparser:javaparser-symbol-solver-core to v3.25.0 (#769)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency com.android.tools.build:builder-model to v7.4.1 (#774)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(resources): some unstranslatable strings are translatable

* chore: update crowdin contributors table (#760)

Co-authored-by: itsaky <itsaky@users.noreply.github.com>

* New Crowdin updates (#728)

* New Crowdin updates (#793)

* chore: update crowdin contributors table (#792)

Co-authored-by: itsaky <itsaky@users.noreply.github.com>

* chore: add proguard rules to ignore 'jdkx.**' classes

---------

Co-authored-by: itsaky <itsaky@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Deep Kr. Ghosh <75083264+deepkrg17@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants