Closed renovate[bot] closed 2 weeks ago
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
Details:
Package | Change |
---|---|
github.com/aws/aws-sdk-go-v2 |
v1.31.0 -> v1.32.2 |
github.com/aws/smithy-go |
v1.21.0 -> v1.22.0 |
golang.org/x/crypto |
v0.27.0 -> v0.28.0 |
golang.org/x/net |
v0.29.0 -> v0.30.0 |
golang.org/x/sys |
v0.25.0 -> v0.26.0 |
golang.org/x/term |
v0.24.0 -> v0.25.0 |
golang.org/x/text |
v0.18.0 -> v0.19.0 |
This PR contains the following updates:
v0.22.21
->v0.22.23
Release Notes
pocketbase/pocketbase (github.com/pocketbase/pocketbase)
### [`v0.22.23`](https://redirect.github.com/pocketbase/pocketbase/blob/HEAD/CHANGELOG.md#v02223) [Compare Source](https://redirect.github.com/pocketbase/pocketbase/compare/v0.22.22...v0.22.23) - Updated the hooks watcher to account for the case when hooksDir is a symlink ([#5789](https://redirect.github.com/pocketbase/pocketbase/issues/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`](https://redirect.github.com/pocketbase/pocketbase/blob/HEAD/CHANGELOG.md#v02222) [Compare Source](https://redirect.github.com/pocketbase/pocketbase/compare/v0.22.21...v0.22.22) - Added deprecation log in case Instagram OAuth2 is used (*related to [#5652](https://redirect.github.com/pocketbase/pocketbase/discussions/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.* ```js 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.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.