depado / pb-templ-htmx-tailwind

POC with PocketBase, Templ, HTMX and Tailwind
MIT License
14 stars 2 forks source link

fix(deps): update module github.com/pocketbase/pocketbase to v0.22.23 #62

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/pocketbase/pocketbase v0.22.21 -> v0.22.23 age adoption passing confidence

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.

renovate[bot] commented 2 weeks ago

ℹ Artifact update notice

File name: go.mod

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
github-actions[bot] commented 2 weeks ago
:arrow_right: Go test coverage stayed the same at 0.0% compared to 1f144092379a7c279fe7711ca2a6f6a3f208b19a
:warning: 10 of 10 packages have zero coverage. * github.com/depado/pb-templ-htmx-tailwind * github.com/depado/pb-templ-htmx-tailwind/assets * github.com/depado/pb-templ-htmx-tailwind/components * github.com/depado/pb-templ-htmx-tailwind/components/auth * github.com/depado/pb-templ-htmx-tailwind/components/icons * github.com/depado/pb-templ-htmx-tailwind/components/shared * github.com/depado/pb-templ-htmx-tailwind/htmx * github.com/depado/pb-templ-htmx-tailwind/migrations * github.com/depado/pb-templ-htmx-tailwind/models * github.com/depado/pb-templ-htmx-tailwind/router
:no_entry: Coverage does not meet minimum requirement of 0%. No change in coverage for any package.
View coverage for all packages ```diff # Package Name | Coverage - github.com/depado/pb-templ-htmx-tailwind | 0.0% - github.com/depado/pb-templ-htmx-tailwind/assets | 0.0% - github.com/depado/pb-templ-htmx-tailwind/components | 0.0% - github.com/depado/pb-templ-htmx-tailwind/components/auth | 0.0% - github.com/depado/pb-templ-htmx-tailwind/components/icons | 0.0% - github.com/depado/pb-templ-htmx-tailwind/components/shared | 0.0% - github.com/depado/pb-templ-htmx-tailwind/htmx | 0.0% - github.com/depado/pb-templ-htmx-tailwind/migrations | 0.0% - github.com/depado/pb-templ-htmx-tailwind/models | 0.0% - github.com/depado/pb-templ-htmx-tailwind/router | 0.0% ```