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 app.cash.sqldelight:runtime from 2.0.0-alpha05 to 2.0.0-rc01 in /whiskers-ktor #154

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2023

Bumps app.cash.sqldelight:runtime from 2.0.0-alpha05 to 2.0.0-rc01.

Release notes

Sourced from app.cash.sqldelight:runtime's releases.

Version 2.0.0-rc01 (2023-05-30)

NOTE: IntelliJ plugins now go through an approval process, if you want the latest plugin you can download it below in these release notes.

Added

  • [Paging] Add js browser target to paging extensions (#3843 by [Sean Proctor][sproctor])
  • [Paging] Add iosSimulatorArm64 target to androidx-paging3 extension (#4117)
  • [PostgreSQL Dialect] add support and test for gen_random_uuid() (#3855 by [David Wheeler][davidwheeler123])
  • [PostgreSQL Dialect] Alter table add constraint postgres (#4116 by [Griffio][griffio])
  • [PostgreSQL Dialect] Alter table add constraint check (#4120 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgreSql character length functions (#4121 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgreSql column default interval (#4142 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgreSql interval column result (#4152 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgreSql Alter Column (#4165 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSQL: Add date_part (#4198 by [Philip Wedemann][hfhbd])
  • [MySQL Dialect] Add sql char length functions (#4134 by [Griffio][griffio])
  • [IDE Plugin] Add sqldelight directory suggestions (#3976 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Compact middle packages in project tree (#3992 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Add join clause completion (#4086 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Create view intention and live template (#4074 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Warn about missing WHERE inside DELETE or UPDATE (#4058 by [Alexander Perfilyev][aperfilyev])
  • [Gradle Plugin] Enable typesafe project accessors (#4005 by [Philip Wedemann][hfhbd])

Changed

  • [Gradle Plugin] Allow registering DriverInitializer for VerifyMigrationTask with ServiceLoader mechanism (#3986 by [Alex Doubov][C2H6O])
  • [Gradle Plugin] Create explicit compiler env (#4079 by [Philip Wedemann][hfhbd])
  • [JS Driver] Split web worker driver into separate artifact
  • [JS Driver] Don't expose JsWorkerSqlCursor (#3874 by [Philip Wedemann][hfhbd])
  • [JS Driver] Disable publication of the sqljs driver (#4108)
  • [Runtime] Enforce that synchronous drivers require a synchronous schema initializer (#4013)
  • [Runtime] Improve async support for Cursors (#4102)
  • [Runtime] Remove deprecated targets (#4149 by [Philip Wedemann][hfhbd])
  • [Runtime] Remove support for old MM (#4148 by [Philip Wedemann][hfhbd])

Fixed

  • [R2DBC Driver] R2DBC: Await closing the driver (#4139 by [Philip Wedemann][hfhbd])
  • [Compiler] Include PRAGMAs from migrations in database create(SqlDriver) (#3845 by [Marius Volkhart][MariusV])
  • [Compiler] Fix codegen for RETURNING clause (#3872 by [Marius Volkhart][MariusV])
  • [Compiler] Dont generate types for virtual tables (#4015)
  • [Gradle Plugin] Small Gradle plugin QoL improvements (#3930 by [Zac Sweers][zacsweers])
  • [IDE Plugin] Fix unresolved kotlin types (#3924 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Fix for expand wildcard intention to work with qualifier (#3979 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Use available jdk if java home is missing (#3925 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Fix find usages on package names (#4010)
  • [IDE Plugin] Dont show auto imports for invalid elements (#4008)
  • [IDE Plugin] Do not resolve if a dialect is missing (#4009)
  • [IDE Plugin] Ignore IDE runs of the compiler during an invalidated state (#4016)
  • [IDE Plugin] Add support for IntelliJ 2023.1 (#4037 by [Madis Pink][madisp])
  • [IDE Plugin] Rename named argument usage on column rename (#4027 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Fix add migration popup (#4105 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Disable SchemaNeedsMigrationInspection in migration files (#4106 by [Alexander Perfilyev][aperfilyev])

... (truncated)

Changelog

Sourced from app.cash.sqldelight:runtime's changelog.

[2.0.0-rc01] - 2023-05-29

Added

  • [Paging] Add js browser target to paging extensions (#3843 by [Sean Proctor][sproctor])
  • [Paging] Add iosSimulatorArm64 target to androidx-paging3 extension (#4117)
  • [PostgreSQL Dialect] add support and test for gen_random_uuid() (#3855 by [David Wheeler][davidwheeler123])
  • [PostgreSQL Dialect] Alter table add constraint postgres (#4116 by [Griffio][griffio])
  • [PostgreSQL Dialect] Alter table add constraint check (#4120 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgreSql character length functions (#4121 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgreSql column default interval (#4142 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgreSql interval column result (#4152 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgreSql Alter Column (#4165 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSQL: Add date_part (#4198 by [Philip Wedemann][hfhbd])
  • [MySQL Dialect] Add sql char length functions (#4134 by [Griffio][griffio])
  • [IDE Plugin] Add sqldelight directory suggestions (#3976 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Compact middle packages in project tree (#3992 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Add join clause completion (#4086 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Create view intention and live template (#4074 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Warn about missing WHERE inside DELETE or UPDATE (#4058 by [Alexander Perfilyev][aperfilyev])
  • [Gradle Plugin] Enable typesafe project accessors (#4005 by [Philip Wedemann][hfhbd])

Changed

  • [Gradle Plugin] Allow registering DriverInitializer for VerifyMigrationTask with ServiceLoader mechanism (#3986 by [Alex Doubov][C2H6O])
  • [Gradle Plugin] Create explicit compiler env (#4079 by [Philip Wedemann][hfhbd])
  • [JS Driver] Split web worker driver into separate artifact
  • [JS Driver] Don't expose JsWorkerSqlCursor (#3874 by [Philip Wedemann][hfhbd])
  • [JS Driver] Disable publication of the sqljs driver (#4108)
  • [Runtime] Enforce that synchronous drivers require a synchronous schema initializer (#4013)
  • [Runtime] Improve async support for Cursors (#4102)
  • [Runtime] Remove deprecated targets (#4149 by [Philip Wedemann][hfhbd])
  • [Runtime] Remove support for old MM (#4148 by [Philip Wedemann][hfhbd])

Fixed

  • [R2DBC Driver] R2DBC: Await closing the driver (#4139 by [Philip Wedemann][hfhbd])
  • [Compiler] Include PRAGMAs from migrations in database create(SqlDriver) (#3845 by [Marius Volkhart][MariusV])
  • [Compiler] Fix codegen for RETURNING clause (#3872 by [Marius Volkhart][MariusV])
  • [Compiler] Dont generate types for virtual tables (#4015)
  • [Gradle Plugin] Small Gradle plugin QoL improvements (#3930 by [Zac Sweers][zacsweers])
  • [IDE Plugin] Fix unresolved kotlin types (#3924 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Fix for expand wildcard intention to work with qualifier (#3979 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Use available jdk if java home is missing (#3925 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Fix find usages on package names (#4010)
  • [IDE Plugin] Dont show auto imports for invalid elements (#4008)
  • [IDE Plugin] Do not resolve if a dialect is missing (#4009)
  • [IDE Plugin] Ignore IDE runs of the compiler during an invalidated state (#4016)
  • [IDE Plugin] Add support for IntelliJ 2023.1 (#4037 by [Madis Pink][madisp])
  • [IDE Plugin] Rename named argument usage on column rename (#4027 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Fix add migration popup (#4105 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Disable SchemaNeedsMigrationInspection in migration files (#4106 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Use sql column name for migration generation instead of type name (#4112 by [Alexander Perfilyev][aperfilyev])
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 31, 2023
@github-actions github-actions bot enabled auto-merge May 31, 2023 10:02
@jesperancinha jesperancinha self-assigned this May 31, 2023
@dependabot dependabot bot force-pushed the dependabot/gradle/whiskers-ktor/app.cash.sqldelight-runtime-2.0.0-rc01 branch 2 times, most recently from 3265fbc to b6beeaf Compare June 1, 2023 10:23
@dependabot dependabot bot force-pushed the dependabot/gradle/whiskers-ktor/app.cash.sqldelight-runtime-2.0.0-rc01 branch 10 times, most recently from 5c6189f to a9bce40 Compare June 12, 2023 18:51
@dependabot dependabot bot force-pushed the dependabot/gradle/whiskers-ktor/app.cash.sqldelight-runtime-2.0.0-rc01 branch from a9bce40 to 52f8b94 Compare June 19, 2023 10:21
Bumps [app.cash.sqldelight:runtime](https://github.com/cashapp/sqldelight) from 2.0.0-alpha05 to 2.0.0-rc01.
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.0.0-alpha05...2.0.0-rc01)

---
updated-dependencies:
- dependency-name: app.cash.sqldelight:runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/whiskers-ktor/app.cash.sqldelight-runtime-2.0.0-rc01 branch from 52f8b94 to 9cd6e4a Compare June 19, 2023 10:39
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 28, 2023

A newer version of app.cash.sqldelight:runtime exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@jesperancinha jesperancinha added the help wanted Extra attention is needed label Jul 2, 2023
@jesperancinha
Copy link
Owner

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 23, 2024

Superseded by #318.

@dependabot dependabot bot closed this Jan 23, 2024
auto-merge was automatically disabled January 23, 2024 23:05

Pull request was closed

@dependabot dependabot bot deleted the dependabot/gradle/whiskers-ktor/app.cash.sqldelight-runtime-2.0.0-rc01 branch January 23, 2024 23:05
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 help wanted Extra attention is needed java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant