fix(deps): update module github.com/pocketbase/pocketbase to v0.22.23 #87
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.22.21
->v0.22.23
Release Notes
pocketbase/pocketbase (github.com/pocketbase/pocketbase)
v0.22.23
Compare Source
Updated the hooks watcher to account for the case when hooksDir is a symlink (#5789).
(Backported from v0.23.0-rc) Registered a default
http.Server.ErrorLog
handler to report general server connection errors as app Debug level logs (e.g. invalid TLS handshakes caused by bots trying to access your server via its IP or other similar errors).Other minor fixes (updated npm dev deps to fix the vulnerabilities warning, added more user friendly realtime topic length error, regenerated JSVM types, etc.)
v0.22.22
Compare Source
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 ofreaderToString()
) 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 usetoString
as replacement for ofString.fromCharCode
to properly stringify multi-byte unicode characters like emojis.Updated
aws-sdk-go-v2
and removed deprecatedWithEndpointResolverWithOptions
.Backported some of the v0.23.0-rc form validators, fixes and tests.
Bumped GitHub action min Go version and dependencies.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.