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

Bump sqldelightVersion from 1.5.2 to 1.5.3 #72

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 2, 2022

Bumps sqldelightVersion from 1.5.2 to 1.5.3.
Updates sqlite-driver from 1.5.2 to 1.5.3

Release notes

Sourced from sqlite-driver'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])
  • Exposed columns named value will be exposed as value_

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 sqlite-driver'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])
  • 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
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

Updates runtime-jvm from 1.5.2 to 1.5.3

Release notes

Sourced from runtime-jvm'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])
  • Exposed columns named value will be exposed as value_

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 runtime-jvm'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])
  • 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
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 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)

Bumps `sqldelightVersion` from 1.5.2 to 1.5.3.

Updates `sqlite-driver` from 1.5.2 to 1.5.3
- [Release notes](https://github.com/square/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@1.5.2...1.5.3)

Updates `runtime-jvm` from 1.5.2 to 1.5.3
- [Release notes](https://github.com/square/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@1.5.2...1.5.3)

---
updated-dependencies:
- dependency-name: com.squareup.sqldelight:sqlite-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.squareup.sqldelight:runtime-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants