blackfyre / wga

Jumping forward ~30 years
https://wga-uat.blackfyre.ninja/
MIT License
138 stars 12 forks source link

Bump github.com/pocketbase/pocketbase from 0.19.0 to 0.19.1 #50

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps github.com/pocketbase/pocketbase from 0.19.0 to 0.19.1.

Release notes

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

v0.19.1 Release

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

  • Fixed tokenizer.Scan()/ScanAll() to ignore the separators from the default trim cutset. An option to return also the empty found tokens was also added via Tokenizer.KeepEmptyTokens(true). This should fix the parsing of whitespace characters around view query column names when no quotes are used (#3616).

  • Fixed the :excerpt(max, withEllipsis?) fields query param modifier to properly add space to the generated text fragment after block tags.

Changelog

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

v0.19.1

  • Fixed tokenizer.Scan()/ScanAll() to ignore the separators from the default trim cutset. An option to return also the empty found tokens was also added via Tokenizer.KeepEmptyTokens(true). This should fix the parsing of whitespace charactes around view query column names when no quotes are used (#3616).

  • Fixed the :excerpt(max, withEllipsis?) field query param modifier to properly add space to the generated text fragment after block tags.

Commits
  • 34fed67 removed old comment
  • b7a49ef fixed excerpt modifier to properly add spaces after block tags
  • 01e8c0f #3616 fixed tokenizer whitespace characters trimming
  • 94253f0 updated the supported non-cgo build targets list
  • 6cfaf34 #3531 updated README.md and CONTRIBUTING.md formatting
  • See full diff 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 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)