Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/packages
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a933c3016f6c
Choose a base ref
...
head repository: flutter/packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 31d332900d98
Choose a head ref
  • 6 commits
  • 81 files changed
  • 5 contributors

Commits on May 28, 2024

  1. Roll Flutter from 0b31ffc to a1a33e6 (6 revisions) (#6822)

    flutter/flutter@0b31ffc...a1a33e6
    
    2024-05-28 engine-flutter-autoroll@skia.org Roll Flutter Engine from 6e0f812d82fe to b1751088c7e9 (1 revision) (flutter/flutter#149157)
    2024-05-28 kustermann@google.com [web] Remove --dart-sdk flag to dart2wasm compiler (flutter/flutter#149129)
    2024-05-28 engine-flutter-autoroll@skia.org Roll Flutter Engine from 416c619829a6 to 6e0f812d82fe (1 revision) (flutter/flutter#149155)
    2024-05-28 engine-flutter-autoroll@skia.org Roll Flutter Engine from cf201b119585 to 416c619829a6 (1 revision) (flutter/flutter#149148)
    2024-05-27 engine-flutter-autoroll@skia.org Roll Flutter Engine from dcc063c8deae to cf201b119585 (1 revision) (flutter/flutter#149143)
    2024-05-27 engine-flutter-autoroll@skia.org Roll Packages from 7b423f5 to b7bcb4b (7 revisions) (flutter/flutter#149136)
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/flutter-packages
    Please CC camillesimon@google.com,rmistry@google.com,stuartmorgan@google.com on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Packages: https://github.com/flutter/flutter/issues/new/choose
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    engine-flutter-autoroll authored May 28, 2024
    Configuration menu
    Copy the full SHA
    f175de5 View commit details
    Browse the repository at this point in the history
  2. [webview]: Bump androidx.webkit:webkit from 1.10.0 to 1.11.0 in /pack…

    …ages/webview_flutter/webview_flutter_android/android (#6805)
    
    Bumps androidx.webkit:webkit from 1.10.0 to 1.11.0.
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.webkit:webkit&package-manager=gradle&previous-version=1.10.0&new-version=1.11.0)](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`.
    
    ---
    
    <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>
    dependabot[bot] authored May 28, 2024
    Configuration menu
    Copy the full SHA
    f8cf711 View commit details
    Browse the repository at this point in the history
  3. [go_router] docs: updated link in navigation.md to correct file path …

    …for push_with_shell_route.dart (#6670)
    
    [go_router] docs: updated link in navigation.md to correct file path for push_with_shell_route.dart
    altynbek132 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    b4d134e View commit details
    Browse the repository at this point in the history
  4. [many] Remove references to v1 embedding (#6494)

    I have a WIP effort to remove the v1 embedding entirely (flutter/flutter#146523 is the latest pr).
    
    `registerWith` references the v1 embedding, which has been deprecated for many years, so this PR removes it from all plugins.
    
    Also removes some additional references, see in particular these three commits:
    
    1. Modifies private `ActivityState` class to remove `PluginRegistry.Registrar` member in `image_picker`: c2e4c87
    2. Replaces `FlutterMain.getLookupKeyForAsset()` with `FlutterLoader.getLookupKeyForAsset()` in `google_maps` plugin: 73c3de3
    3. Removes deprecated `RegistrarFlutterAssetManager` class in `webview_flutter`: cc842c6
    
    Fixes flutter/flutter#70923
    gmackall authored May 28, 2024
    Configuration menu
    Copy the full SHA
    b16a7e3 View commit details
    Browse the repository at this point in the history
  5. [google_maps_flutter] Implement polyline patterns in google maps ios (#…

    …5757)
    
    This PR Implements patterns in google maps ios polylines. Currently the patterns param is simply ignored on ios, despite the official google maps SDK for ios having instructions on how to achieve repeated patterns: https://developers.google.com/maps/documentation/ios-sdk/shapes#add-a-repeating-color-pattern-to-a-polyline
    
    *List which issues are fixed by this PR. You must list at least one issue.*
    flutter/flutter#60083
    
    *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
    Nil
    Hari-07 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    a61103b View commit details
    Browse the repository at this point in the history
  6. [pigeon]: Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.22 …

    …to 2.0.0 in /packages/pigeon/platform_tests/test_plugin/android (#6815)
    
    Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.22 to 2.0.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin:kotlin-gradle-plugin's releases</a>.</em></p>
    <blockquote>
    <h2>Kotlin 2.0.0</h2>
    <h2>Changelog</h2>
    <h3>Analysis. API</h3>
    <h4>New Features</h4>
    <ul>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-65327"><code>KT-65327</code></a> Support reading klib contents in Analysis API</li>
    </ul>
    <h4>Performance Improvements</h4>
    <ul>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-65560"><code>KT-65560</code></a> K2: Anaysis API: ContextCollector triggers redundant resolution in the case of file elements</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-64987"><code>KT-64987</code></a> Analysis API: 50GB memory allocation on creating empty kotlinx.collections.immutable.persistentMapOf</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-61789"><code>KT-61789</code></a> K2: optimize getFirForNonKtFileElement for references inside super type reference</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59498"><code>KT-59498</code></a> K2: getOnAirGetTowerContextProvider took too much time due to on air resolve</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-61728"><code>KT-61728</code></a> Analysis API: optimize AllCandidatesResolver.getAllCandidates</li>
    </ul>
    <h4>Fixes</h4>
    <ul>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-65561"><code>KT-65561</code></a> Analysis API: dummy.kt is not a physical file</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-65616"><code>KT-65616</code></a> K2: FirDeclarationStatusImpl cannot be cast to FirResolvedDeclarationStatus from STATUS</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-65600"><code>KT-65600</code></a> Analysis Api: FirFile for KtCodeFragments are created and not updated on changes</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-64919"><code>KT-64919</code></a> K2 IDE: Implement KMP support for sealed class inheritors</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-64241"><code>KT-64241</code></a> K2: Unresolved calls to functions in scripts depending on included projects</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-65813"><code>KT-65813</code></a> Analysis API Standalone: <code>FirDeclarationForCompiledElementSearcher</code> does not find compiled elements</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66052"><code>KT-66052</code></a> AA: render expect/actual modifier</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66795"><code>KT-66795</code></a> KtCodeFragment.clone() is broken</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66532"><code>KT-66532</code></a> K2 CodeGen AA: missing annotation setup for function in source module but not in a compile target file</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-64833"><code>KT-64833</code></a> Analysis API: Members implemented by delegation have no overridden symbols</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-62405"><code>KT-62405</code></a> Analysis API:  Symbols <code>SUBSTITUTION_OVERRIDE</code> have no overridden symbols</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66749"><code>KT-66749</code></a> K2: &quot;Collection contains no element matching the predicate&quot; on an unresolved call</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-62832"><code>KT-62832</code></a> K2: ClassCastException: FirDeclarationStatusImpl cannot be cast to FirResolvedDeclarationStatus</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66719"><code>KT-66719</code></a> AbstractGetKlibSourceFileNameTest: The dependency to &quot;:native:analysis-api-klib-reader&quot; breaks JPS compilation</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66603"><code>KT-66603</code></a> Analysis API: support type annotations in KtPsiTypeProviderMixIn#asPsiType</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-64505"><code>KT-64505</code></a> Analysis API Standalone: Remove test-specific calculation of sealed class inheritors</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66013"><code>KT-66013</code></a> Analysis API Standalone: Sealed inheritors aren't correctly calculated for source classes</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-62880"><code>KT-62880</code></a> K2 IDE: Unresolved java annotation methods in KDoc</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66530"><code>KT-66530</code></a> K2: Analysis API: KtPsiTypeProvider#asKtType crashes on PsiClassType for Java type parameter with wrong use site</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-65571"><code>KT-65571</code></a> Support VirtualFile inputs to Analysis API modules</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66485"><code>KT-66485</code></a> Substituted types are not provided for callable references</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66498"><code>KT-66498</code></a> Analysis API: 'KtFe10SymbolDeclarationOverridesProvider' considers a class to be a subclass of itself</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-64579"><code>KT-64579</code></a> K2 IDE: &quot;Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(Source) but FirArgumentListImpl found&quot;</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-65978"><code>KT-65978</code></a> Analysis API: Use soft references in <code>FileStructureCache</code></li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-64051"><code>KT-64051</code></a> K2 IDE: Analysis API: Unresolved links to typealias in KDoc</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66189"><code>KT-66189</code></a> K2 / IDE: KtFirExpressionTypeProvider bugs</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-61422"><code>KT-61422</code></a> K2 IDE: &quot;No array element type for vararg value parameter: org.jetbrains.kotlin.fir.declarations.impl.FirValueParameterImpl&quot;</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66276"><code>KT-66276</code></a> K2: Analysis API: <code>TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM</code> false positive for script parameter</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66232"><code>KT-66232</code></a> K2: Analysis API: cover ScriptWithCustomDefDiagnosticsTestBaseGenerated by LL FIR tests</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60996"><code>KT-60996</code></a> K2: Stub Based Deserializer: Set versionRequirements to enable VERSION_REQUIREMENT_DEPRECATION diagnostics</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66306"><code>KT-66306</code></a> K2: Analysis API: drop ability to enable global phase resolve lock</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-55750"><code>KT-55750</code></a> LL FIR: Implement multi-threaded resolve</li>
    </ul>
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md">org.jetbrains.kotlin:kotlin-gradle-plugin's changelog</a>.</em></p>
    <blockquote>
    <h2>2.0.0</h2>
    <h3>Analysis. API</h3>
    <h4>New Features</h4>
    <ul>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-65327"><code>KT-65327</code></a> Support reading klib contents in Analysis API</li>
    </ul>
    <h4>Performance Improvements</h4>
    <ul>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-65560"><code>KT-65560</code></a> K2: Anaysis API: ContextCollector triggers redundant resolution in the case of file elements</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-64987"><code>KT-64987</code></a> Analysis API: 50GB memory allocation on creating empty kotlinx.collections.immutable.persistentMapOf</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-61789"><code>KT-61789</code></a> K2: optimize getFirForNonKtFileElement for references inside super type reference</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-59498"><code>KT-59498</code></a> K2: getOnAirGetTowerContextProvider took too much time due to on air resolve</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-61728"><code>KT-61728</code></a> Analysis API: optimize AllCandidatesResolver.getAllCandidates</li>
    </ul>
    <h4>Fixes</h4>
    <ul>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-65561"><code>KT-65561</code></a> Analysis API: dummy.kt is not a physical file</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-65616"><code>KT-65616</code></a> K2: FirDeclarationStatusImpl cannot be cast to FirResolvedDeclarationStatus from STATUS</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-65600"><code>KT-65600</code></a> Analysis Api: FirFile for KtCodeFragments are created and not updated on changes</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-64919"><code>KT-64919</code></a> K2 IDE: Implement KMP support for sealed class inheritors</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-64241"><code>KT-64241</code></a> K2: Unresolved calls to functions in scripts depending on included projects</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-65813"><code>KT-65813</code></a> Analysis API Standalone: <code>FirDeclarationForCompiledElementSearcher</code> does not find compiled elements</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66052"><code>KT-66052</code></a> AA: render expect/actual modifier</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66795"><code>KT-66795</code></a> KtCodeFragment.clone() is broken</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66532"><code>KT-66532</code></a> K2 CodeGen AA: missing annotation setup for function in source module but not in a compile target file</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-64833"><code>KT-64833</code></a> Analysis API: Members implemented by delegation have no overridden symbols</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-62405"><code>KT-62405</code></a> Analysis API:  Symbols <code>SUBSTITUTION_OVERRIDE</code> have no overridden symbols</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66749"><code>KT-66749</code></a> K2: &quot;Collection contains no element matching the predicate&quot; on an unresolved call</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-62832"><code>KT-62832</code></a> K2: ClassCastException: FirDeclarationStatusImpl cannot be cast to FirResolvedDeclarationStatus</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66719"><code>KT-66719</code></a> AbstractGetKlibSourceFileNameTest: The dependency to &quot;:native:analysis-api-klib-reader&quot; breaks JPS compilation</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66603"><code>KT-66603</code></a> Analysis API: support type annotations in KtPsiTypeProviderMixIn#asPsiType</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-64505"><code>KT-64505</code></a> Analysis API Standalone: Remove test-specific calculation of sealed class inheritors</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66013"><code>KT-66013</code></a> Analysis API Standalone: Sealed inheritors aren't correctly calculated for source classes</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-62880"><code>KT-62880</code></a> K2 IDE: Unresolved java annotation methods in KDoc</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66530"><code>KT-66530</code></a> K2: Analysis API: KtPsiTypeProvider#asKtType crashes on PsiClassType for Java type parameter with wrong use site</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-65571"><code>KT-65571</code></a> Support VirtualFile inputs to Analysis API modules</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66485"><code>KT-66485</code></a> Substituted types are not provided for callable references</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66498"><code>KT-66498</code></a> Analysis API: 'KtFe10SymbolDeclarationOverridesProvider' considers a class to be a subclass of itself</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-64579"><code>KT-64579</code></a> K2 IDE: &quot;Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(Source) but FirArgumentListImpl found&quot;</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-65978"><code>KT-65978</code></a> Analysis API: Use soft references in <code>FileStructureCache</code></li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-64051"><code>KT-64051</code></a> K2 IDE: Analysis API: Unresolved links to typealias in KDoc</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66189"><code>KT-66189</code></a> K2 / IDE: KtFirExpressionTypeProvider bugs</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-61422"><code>KT-61422</code></a> K2 IDE: &quot;No array element type for vararg value parameter: org.jetbrains.kotlin.fir.declarations.impl.FirValueParameterImpl&quot;</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66276"><code>KT-66276</code></a> K2: Analysis API: <code>TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM</code> false positive for script parameter</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66232"><code>KT-66232</code></a> K2: Analysis API: cover ScriptWithCustomDefDiagnosticsTestBaseGenerated by LL FIR tests</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-60996"><code>KT-60996</code></a> K2: Stub Based Deserializer: Set versionRequirements to enable VERSION_REQUIREMENT_DEPRECATION diagnostics</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-66306"><code>KT-66306</code></a> K2: Analysis API: drop ability to enable global phase resolve lock</li>
    <li><a href="https://youtrack.jetbrains.com/issue/KT-55750"><code>KT-55750</code></a> LL FIR: Implement multi-threaded resolve</li>
    </ul>
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/JetBrains/kotlin/commit/e84e83568cde569ee54980542e37c87507e914bc"><code>e84e835</code></a> Add changelog for 2.0.0</li>
    <li><a href="https://github.com/JetBrains/kotlin/commit/975dea282fbc4968b913bfd15babc735bf7f2509"><code>975dea2</code></a> Add changelog for 2.0.0-RC3</li>
    <li><a href="https://github.com/JetBrains/kotlin/commit/b618ee4e954bfe80540d82366281f3b5436a4bd4"><code>b618ee4</code></a> [FIR] Prohibit referencing java field in case of conflict with property..</li>
    <li><a href="https://github.com/JetBrains/kotlin/commit/b239239cc1eb55db990c3c6951dcc555c3fcf97d"><code>b239239</code></a> K2: build outer classes sequence in FirImplicitBodyResolve properly</li>
    <li><a href="https://github.com/JetBrains/kotlin/commit/afc5b49b8e92e83e8fb6166a3449c92f0b960e27"><code>afc5b49</code></a> [IR] Assume IrFile has at least one offset entry</li>
    <li><a href="https://github.com/JetBrains/kotlin/commit/be1804cd908414ab40ec66830336aab9cfb8b7fc"><code>be1804c</code></a> [K/N][tests] Don't attempt to download simulator after first failure</li>
    <li><a href="https://github.com/JetBrains/kotlin/commit/b6661605d6ee893ea2466910edbdb6e29b4433f7"><code>b666160</code></a> K2: fix captureFromExpressionInternal for nullable intersection types</li>
    <li><a href="https://github.com/JetBrains/kotlin/commit/f04f0514100e4d976608b809621a19a19ae326b2"><code>f04f051</code></a> K2: fix withNullability() for ConeIntersectionType</li>
    <li><a href="https://github.com/JetBrains/kotlin/commit/cda1ad413239a610eeea355d2e4a763e0107f01e"><code>cda1ad4</code></a> K2: reproduce KT-67912</li>
    <li><a href="https://github.com/JetBrains/kotlin/commit/8e0919e3a1d333ef67572791e315a556489b11d7"><code>8e0919e</code></a> [K2/JS] Use declaration session for looking up containing declaration</li>
    <li>Additional commits viewable in <a href="https://github.com/JetBrains/kotlin/compare/v1.9.22...v2.0.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.kotlin:kotlin-gradle-plugin&package-manager=gradle&previous-version=1.9.22&new-version=2.0.0)](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`.
    
    ---
    
    <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>
    dependabot[bot] authored May 28, 2024
    Configuration menu
    Copy the full SHA
    31d3329 View commit details
    Browse the repository at this point in the history
Loading