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 com.soywiz.korlibs.krypto:krypto from 4.0.6 to 4.0.9 #230

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps com.soywiz.korlibs.krypto:krypto from 4.0.6 to 4.0.9.

Commits

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)

Bumps [com.soywiz.korlibs.krypto:krypto](https://github.com/korlibs/korge-next) from 4.0.6 to 4.0.9.
- [Release notes](https://github.com/korlibs/korge-next/releases)
- [Commits](https://github.com/korlibs/korge-next/commits)

---
updated-dependencies:
- dependency-name: com.soywiz.korlibs.krypto:krypto
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from jan-tennert as a code owner July 17, 2023 12:17
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 17, 2023
@jan-tennert jan-tennert changed the base branch from master to development July 17, 2023 17:21
@jan-tennert jan-tennert merged commit 05c3e6a into development Jul 17, 2023
9 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/com.soywiz.korlibs.krypto-krypto-4.0.9 branch July 17, 2023 17:21
jan-tennert added a commit that referenced this pull request Jul 25, 2023
* Add support for nodejs

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Fix GoTrue & Storage

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Bump com.soywiz.korlibs.krypto:krypto from 4.0.6 to 4.0.7

Bumps [com.soywiz.korlibs.krypto:krypto](https://github.com/korlibs/korge-next) from 4.0.6 to 4.0.7.
- [Release notes](https://github.com/korlibs/korge-next/releases)
- [Commits](https://github.com/korlibs/korge-next/commits)

---
updated-dependencies:
- dependency-name: com.soywiz.korlibs.krypto:krypto
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump com.vanniktech.maven.publish from 0.25.2 to 0.25.3

Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.25.2 to 0.25.3.
- [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases)
- [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md)
- [Commits](vanniktech/gradle-maven-publish-plugin@0.25.2...0.25.3)

---
updated-dependencies:
- dependency-name: com.vanniktech.maven.publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add tvos & watchos targets

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Fix GoTrue

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Add watchos & tvos tests

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Remove watchosX64

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Update Kotlin to 1.9.0 (#214)

* Update kotlin to 1.9.0-RC

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Fix tests

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Add yarn.lock to caches

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Update yarn.lock

* Remove change regarding caching

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Update kotlin

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

---------

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Update version

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Remove deprecated methods

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Add kakao OAuthProvider

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Add Figma OAuthProvider

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Use gradle configuration cache

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Add configuration cache to github cache

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Add logout scope option (#220)

* Add logout scope parameter

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Delete code verifier on logout

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Fix tests

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

---------

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Change IDToken properties (#221)

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Update gradle.properties

* Remove configuration cache for now

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Update gradle.properties

* Bump com.soywiz.korlibs.krypto:krypto from 4.0.6 to 4.0.8 (#224)

Bumps [com.soywiz.korlibs.krypto:krypto](https://github.com/korlibs/korge-next) from 4.0.6 to 4.0.8.
- [Release notes](https://github.com/korlibs/korge-next/releases)
- [Commits](https://github.com/korlibs/korge-next/commits)

---
updated-dependencies:
- dependency-name: com.soywiz.korlibs.krypto:krypto
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jan Tennert <jan.m.tennert@gmail.com>

* Bump com.vanniktech.maven.publish from 0.25.2 to 0.25.3 (#225)

Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.25.2 to 0.25.3.
- [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases)
- [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md)
- [Commits](vanniktech/gradle-maven-publish-plugin@0.25.2...0.25.3)

---
updated-dependencies:
- dependency-name: com.vanniktech.maven.publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add supabase key as fallback for Realtime

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Update README with new platform support details

The README file has been updated to include recent additions to the platform support. NodeJS has been included in the JS module, and tvOS and watchOS have been added to the list of modules. This provides a clear and updated overview of platform compatibility for users.

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Update support status in README

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Update support status in README

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Update version

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Enable parallel build

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Update build files

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Update GraphQL

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Improve GraphQL code

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Use atomic value instead of a map for Memory based caches storing only one value

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Fix tests

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Fix yarn lock

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Fix Columns#type function

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Update yarn lock

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Update Columns.kt

* Allow overriding the whole request in a EdgeFunction

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Update version

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>

* Update gradle.properties

* Update gradle.properties

* Bump com.vanniktech.maven.publish from 0.25.2 to 0.25.3 (#231)

Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.25.2 to 0.25.3.
- [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases)
- [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md)
- [Commits](vanniktech/gradle-maven-publish-plugin@0.25.2...0.25.3)

---
updated-dependencies:
- dependency-name: com.vanniktech.maven.publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump com.soywiz.korlibs.krypto:krypto from 4.0.6 to 4.0.9 (#230)

Bumps [com.soywiz.korlibs.krypto:krypto](https://github.com/korlibs/korge-next) from 4.0.6 to 4.0.9.
- [Release notes](https://github.com/korlibs/korge-next/releases)
- [Commits](https://github.com/korlibs/korge-next/commits)

---
updated-dependencies:
- dependency-name: com.soywiz.korlibs.krypto:krypto
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jan Tennert <jan.m.tennert@gmail.com>

* Bump com.vanniktech.maven.publish from 0.25.2 to 0.25.3 (#237)

Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.25.2 to 0.25.3.
- [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases)
- [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md)
- [Commits](vanniktech/gradle-maven-publish-plugin@0.25.2...0.25.3)

---
updated-dependencies:
- dependency-name: com.vanniktech.maven.publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: TheRealJan <jan.m.tennert@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant