jeremyrempel / yahnapp

Yet Another Hacker News App
GNU General Public License v3.0
11 stars 2 forks source link

Bump coroutines-extensions from 1.5.1 to 1.5.3 #200

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps coroutines-extensions from 1.5.1 to 1.5.3.

Release notes

Sourced from coroutines-extensions's releases.

Version 1.5.3 (2021-11-23)

Added

  • [JDBC Driver] Open JdbcDriver for 3rd party driver implementations (#2672 by [Philip Wedemann][hfhbd])
  • [MySQL Dialect] Add missing functions for time increments (#2671 by [Sam Doward][sdoward])
  • [Coroutines Extension] Add M1 targets for coroutines-extensions (by [Philip Dukhov][PhilipDukhov])

Changed

  • [Paging3 Extension] Distribute sqldelight-android-paging3 as JAR instead of AAR (#2634 by [Marco Romano][julioromano])

Fixed

  • [Compiler] Don't extract variables for duplicate array parameters (by Alexander Perfilyev)

  • [Gradle Plugin] add kotlin.mpp.enableCompatibilityMetadataVariant. (#2628 by Martin Bonnin)

  • [IDE Plugin] Find usages processing requires a read action

... (truncated)

Changelog

Sourced from coroutines-extensions's changelog.

[1.5.3] - 2021-11-23

Added

  • [JDBC Driver] Open JdbcDriver for 3rd party driver implementations (#2672 by [Philip Wedemann][hfhbd])
  • [MySQL Dialect] Add missing functions for time increments (#2671 by [Sam Doward][sdoward])
  • [Coroutines Extension] Add M1 targets for coroutines-extensions (by [Philip Dukhov][PhilipDukhov])

Changed

  • [Paging3 Extension] Distribute sqldelight-android-paging3 as JAR instead of AAR (#2634 by [Marco Romano][julioromano])

Fixed

  • [Compiler] Don't extract variables for duplicate array parameters (by [Alexander Perfilyev][aperfilyev])
  • [Gradle Plugin] add kotlin.mpp.enableCompatibilityMetadataVariant. (#2628 by [Martin Bonnin][martinbonnin])
  • [IDE Plugin] Find usages processing requires a read action

[1.5.2] - 2021-10-12

Added

  • [Gradle Plugin] HMPP support (#2548 by [Martin Bonnin][martinbonnin])
  • [IDE Plugin] Add NULL comparison inspection (by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Add inspection suppressor (#2519 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Mixed named and positional parameters inspection (by [Alexander Perfilyev][aperfilyev])
  • [SQLite Driver] Add mingwX86 target. (#2558 by [Nikita Kozhemyakin][enginegl])
  • [SQLite Driver] Add M1 targets
  • [SQLite Driver] Add linuxX64 support (#2456 by [Cedric Hippmann][chippmann])
  • [MySQL Dialect] Add ROW_COUNT function to mysql (#2523)
  • [PostgreSQL Dialect] postgres rename, drop column (by [Juan Liska][pabl0rg])
  • [PostgreSQL Dialect] PostgreSQL grammar doesn't recognize CITEXT
  • [PostgreSQL Dialect] Include TIMESTAMP WITH TIME ZONE and TIMESTAMPTZ
  • [PostgreSQL Dialect] Add grammar for PostgreSQL GENERATED columns
  • [Runtime] Provide SqlDriver as a parameter to AfterVersion (#2534, 2614 by [Ahmed El-Helw][ahmedre])

Changed

  • [Gradle Plugin] explicitely require Gradle 7.0 (#2572 by [Martin Bonnin][martinbonnin])
  • [Gradle Plugin] Make VerifyMigrationTask support Gradle's up-to-date checks (#2533 by [Matthew Haughton][3flex])
  • [IDE Plugin] Don't warn with "Join compares two columns of different types" when joining nullable with non-nullable type (#2550 by [Piotr Chmielowski][pchmielowski])
  • [IDE Plugin] Clarify the error for the lowercase 'as' in column type (by [Alexander Perfilyev][aperfilyev])

Fixed

  • [IDE Plugin] Do not reparse under a new dialect if the project is already disposed (#2609)
  • [IDE Plugin] If the associated virtual file is null, the module is null (#2607)
  • [IDE Plugin] Avoid crashing during the unused query inspection (#2610)
  • [IDE Plugin] Run the database sync write inside of a write action (#2605)
  • [IDE Plugin] Let the IDE schedule SQLDelight syncronization
  • [IDE Plugin] Fix npe in JavaTypeMixin (#2603 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Fix IndexOutOfBoundsException in MismatchJoinColumnInspection (#2602 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Add description for UnusedColumnInspection (#2600 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Wrap PsiElement.generatedVirtualFiles into read action (#2599 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Remove unnecessary nonnull cast (#2596)
  • [IDE Plugin] Properly handle nulls for find usages (#2595)
  • [IDE Plugin] Fix IDE autocomplete for generated files for Android (#2573 by [Martin Bonnin][martinbonnin])

... (truncated)

Commits
  • 258a92f Prepare for release 1.5.3
  • f73e091 Open JdbcDriver for 3rd party driver implementations (#2672)
  • 14fa04e Add missing functions for time increments (#2671)
  • a31cbac Create a shared config which also increases the heap gradle testkit uses (#2668)
  • 62a49ab Merge pull request #2666 from cashapp/astrong/2021-11-04/update-them-deps
  • faa4964 Update a bunch of deps
  • e2a1c8b Docs: Add instructions how to apply the snapshot repo (#2662)
  • b106d84 Merge pull request #2650 from hfhbd/patch-1
  • 8678f94 Bump Coroutines to 1.5.2 to support Apple Arm targets
  • c8b56f4 Merge pull request #2649 from PhilipDukhov/m1_targets_coroutines_extensions
  • 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 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)
jeremyrempel commented 2 years ago

@dependabot recreate