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 github.com/pocketbase/pocketbase from 0.22.18 to 0.22.22 in /kubelab-backend #229

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps github.com/pocketbase/pocketbase from 0.22.18 to 0.22.22.

Release notes

Sourced from github.com/pocketbase/pocketbase's releases.

v0.22.22 Release

To update the prebuilt executable you can run ./pocketbase update.

  • Added deprecation log in case Instagram OAuth2 is used (related to #5652).

  • Added update command warning to prevent unnecessary downloading PocketBase v0.23.0 since it will contain breaking changes.

  • Added global JSVM toString() helper (successor of readerToString()) to stringify any value (bool, number, multi-byte array, io.Reader, etc.). readerToString is still available but it is marked as deprecated. You can also use toString as replacement for of String.fromCharCode to properly stringify multi-byte unicode characters like emojis.

    decodeURIComponent(escape(String.fromCharCode(...bytes))) -> toString(bytes)
  • Updated aws-sdk-go-v2 and removed deprecated WithEndpointResolverWithOptions.

  • Backported some of the v0.23.0-rc form validators, fixes and tests.

  • Bumped the GitHub action min Go version and dependencies.

v0.22.21 Release

To update the prebuilt executable you can run ./pocketbase update.

  • Lock the logs database during backup to prevent database disk image is malformed errors in case there is a log write running in the background (#5541).

v0.22.20 Release

To update the prebuilt executable you can run ./pocketbase update.

  • Fixed the Admin UI isEmpty check to allow submitting zero uuid, datetime and date strings (#5398).

  • Updated goja and the other Go deps.

v0.22.19 Release

To update the prebuilt executable you can run ./pocketbase update.

  • Added additional parsing for the Apple OAuth2 user token response field to attempt fetching the name of the authenticated user (#5074-10317207). Note that Apple only returns the user object the first time the user authorizes the app (at least based on their docs).
Changelog

Sourced from github.com/pocketbase/pocketbase's changelog.

v0.22.22

  • Added deprecation log in case Instagram OAuth2 is used (related to #5652).

  • Added update command warning to prevent unnecessary downloading PocketBase v0.23.0 since it will contain breaking changes.

  • Added global JSVM toString() helper (successor of readerToString()) to stringify any value (bool, number, multi-byte array, io.Reader, etc.). readerToString is still available but it is marked as deprecated. You can also use toString as replacement for of String.fromCharCode to properly stringify multi-byte unicode characters like emojis.

    decodeURIComponent(escape(String.fromCharCode(...bytes))) -> toString(bytes)
  • Updated aws-sdk-go-v2 and removed deprecated WithEndpointResolverWithOptions.

  • Backported some of the v0.23.0-rc form validators, fixes and tests.

  • Bumped GitHub action min Go version and dependencies.

v0.22.21

  • Lock the logs database during backup to prevent database disk image is malformed errors in case there is a log write running in the background (#5541).

v0.22.20

  • Fixed the Admin UI isEmpty check to allow submitting zero uuid, datetime and date strings (#5398).

  • Updated goja and the other Go deps.

v0.22.19

  • Added additional parsing for the Apple OAuth2 user token response field to attempt returning the name of the authenticated user (#5074). Note that Apple only returns the user object the first time the user authorizes the app (at least based on their docs).
Commits
  • 0b30435 updated go.mod
  • c4b1e2d updated changelog
  • 58a0b28 updated aws-sdk-go-v2 and moved the trimmed s3 driver in internal to preven g...
  • 2ff2cd8 updated ui/dist
  • 3dd644c updated changelog and min Go version
  • cffbe83 backported JSVM toString
  • e18ea88 updated ghupdate to prevent downloading unnecessary v0.23+ since it contains ...
  • 3786e08 added Instagram OAuth2 provider deprecation log
  • cbc88d7 backported some of the v0.23.0 form validators, fixes and tests
  • e92d3cc updated jsvm types
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [github.com/pocketbase/pocketbase](https://github.com/pocketbase/pocketbase) from 0.22.18 to 0.22.22.
- [Release notes](https://github.com/pocketbase/pocketbase/releases)
- [Changelog](https://github.com/pocketbase/pocketbase/blob/master/CHANGELOG.md)
- [Commits](pocketbase/pocketbase@v0.22.18...v0.22.22)

---
updated-dependencies:
- dependency-name: github.com/pocketbase/pocketbase
  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 janlauber as a code owner October 21, 2024 11:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 21, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2024

Superseded by #234.

@dependabot dependabot bot closed this Nov 4, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/kubelab-backend/github.com/pocketbase/pocketbase-0.22.22 branch November 4, 2024 10:24
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants