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

fix(deps): update dependency com.squareup.sqldelight:gradle-plugin to v1.5.5 #154

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.squareup.sqldelight:gradle-plugin 1.5.1 -> 1.5.5 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

square/sqldelight (com.squareup.sqldelight:gradle-plugin)

v1.5.5

Compare Source

This is a compatibility release for Kotlin 1.8 and IntelliJ 2021+, supporting JDK 17.

v1.5.4

Compare Source

This is a compatibility update for Kotlin 1.7.20 and AGP 7.3.0.

v1.5.3

Compare Source

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])
  • Property names which are also soft keywords will now be suffixed with underscores. For instance value will be exposed as value_
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

v1.5.2

Compare Source

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])
  • [IDE Plugin] Fix npe in SqlDelightGotoDeclarationHandler (by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Mangle kotlin keywords in arguments inside insert stmt (#​2433 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Fix npe in SqlDelightFoldingBuilder (#​2382 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Catch ClassCastException in CopyPasteProcessor (#​2369 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Fix update live template (by [Ilias Redissi][IliasRedissi])
  • [IDE Plugin] Adds descriptions to intention actions (#​2489 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Fix exception in CreateTriggerMixin if table is not found (by [Alexander Perfilyev][aperfilyev])
  • [Compiler] Topologically sort table creation statemenets
  • [Compiler] Stop invoking forDatabaseFiles callback on directories (#​2532)
  • [Gradle Plugin] Propagate generateDatabaseInterface task dependency to potential consumers (#​2518 by [Martin Bonnin][martinbonnin])

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/com.squareup.sqldelight-gradle-plugin-1.x branch from b9a255c to c088d3d Compare October 16, 2021 04:37
@renovate renovate bot force-pushed the renovate/com.squareup.sqldelight-gradle-plugin-1.x branch 2 times, most recently from 4ada4c5 to f8dae44 Compare October 24, 2021 17:18
@renovate renovate bot force-pushed the renovate/com.squareup.sqldelight-gradle-plugin-1.x branch 4 times, most recently from a2807fd to 6f72d19 Compare November 10, 2021 01:33
@renovate renovate bot force-pushed the renovate/com.squareup.sqldelight-gradle-plugin-1.x branch 3 times, most recently from a76a65e to fbdfa15 Compare November 20, 2021 03:45
@renovate renovate bot force-pushed the renovate/com.squareup.sqldelight-gradle-plugin-1.x branch 3 times, most recently from c1274bd to 2adfdb7 Compare November 23, 2021 23:23
@renovate renovate bot changed the title chore(deps): update dependency com.squareup.sqldelight:gradle-plugin to v1.5.2 chore(deps): update dependency com.squareup.sqldelight:gradle-plugin to v1.5.3 Nov 23, 2021
@renovate renovate bot force-pushed the renovate/com.squareup.sqldelight-gradle-plugin-1.x branch 4 times, most recently from de3066d to 6f5d62a Compare November 27, 2021 11:33
@renovate renovate bot force-pushed the renovate/com.squareup.sqldelight-gradle-plugin-1.x branch 3 times, most recently from 49d34d1 to d4c4546 Compare December 4, 2021 09:40
@renovate renovate bot force-pushed the renovate/com.squareup.sqldelight-gradle-plugin-1.x branch 6 times, most recently from 94f9289 to 93560c2 Compare June 19, 2022 15:18
@renovate renovate bot changed the title chore(deps): update dependency com.squareup.sqldelight:gradle-plugin to v1.5.3 fix(deps): update dependency com.squareup.sqldelight:gradle-plugin to v1.5.3 Aug 1, 2022
@renovate renovate bot force-pushed the renovate/com.squareup.sqldelight-gradle-plugin-1.x branch from 93560c2 to 86ea1c4 Compare November 20, 2022 07:39
@renovate renovate bot changed the title fix(deps): update dependency com.squareup.sqldelight:gradle-plugin to v1.5.3 fix(deps): update dependency com.squareup.sqldelight:gradle-plugin to v1.5.4 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/com.squareup.sqldelight-gradle-plugin-1.x branch from 86ea1c4 to 5ef84e2 Compare March 18, 2023 09:56
@renovate renovate bot changed the title fix(deps): update dependency com.squareup.sqldelight:gradle-plugin to v1.5.4 fix(deps): update dependency com.squareup.sqldelight:gradle-plugin to v1.5.5 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/com.squareup.sqldelight-gradle-plugin-1.x branch from 5ef84e2 to 2fed08a Compare May 28, 2023 12:52
@renovate renovate bot force-pushed the renovate/com.squareup.sqldelight-gradle-plugin-1.x branch 4 times, most recently from e2c5977 to 53b32a7 Compare September 23, 2023 16:03
@renovate renovate bot force-pushed the renovate/com.squareup.sqldelight-gradle-plugin-1.x branch from 53b32a7 to 98b4d24 Compare September 23, 2023 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants