Skip to content

Comments

Bump pocketbase from 0.8.1 to 0.11.0#72

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/pocketbase-0.11.0
Closed

Bump pocketbase from 0.8.1 to 0.11.0#72
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/pocketbase-0.11.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2023

Bumps pocketbase from 0.8.1 to 0.11.0.

Release notes

Sourced from pocketbase's releases.

v0.11.0 Release

  • Aliased/soft-deprecated ClientResponseError.data in favor of ClientResponseError.response to avoid the stuttering when accessing the inner error response data key (aka. err.data.data now is err.response.data). The ClientResponseError.data will still work but it is recommend for new code to use the response key.

  • Added getFullList(queryParams = {}) overload since the default batch size in most cases doesn't need to change (it can be defined as query parameter). The old form getFullList(batch = 200, queryParams = {}) will still work, but it is recommend for new code to use the shorter form.

v0.10.2 Release

  • Updated getFileUrl() to accept custom types as record argument (#150).

v0.10.1 Release

  • Added check for the collection name before auto updating the pb.authStore state on auth record update/delete.

v0.10.0 Release

  • Added more helpful message for the ECONNREFUSED ::1 localhost error (related to #21).

  • Preserved the "original" function and class names in the minified output for those who rely on *.prototype.name.

  • Allowed sending the existing valid auth token with the authWithPassword() calls.

  • Updated the Nuxt3 SSR examples to use the built-in useCookie() helper.

v0.9.1 Release

  • Normalized Record.expand items to Record|Array<Record> instances.

v0.9.0 Release

  • Added pb.health.check() that checks the health status of the API service (available in PocketBase v0.10.0)

v0.8.4 Release

  • Added type declarations for the action query parameters (#102; thanks @​sewera).
    BaseQueryParams
    ListQueryParams
    RecordQueryParams
    RecordListQueryParams
    LogStatsQueryParams
    FileQueryParams

v0.8.3 Release

  • Renamed the declaration file extension from .d.ts to .d.mts to prevent type resolution issues #92.

v0.8.2 Release

  • Allowed catching the initial realtime connect error as part of the subscribe() Promise resolution.

  • Implemented custom realtime retry mechanism for better control and more consistent behavior across different platforms.

Changelog

Sourced from pocketbase's changelog.

0.11.0

  • Aliased/soft-deprecated ClientResponseError.data in favor of ClientResponseError.response to avoid the stuttering when accessing the inner error response data key (aka. err.data.data now is err.response.data). The ClientResponseError.data will still work but it is recommend for new code to use the response key.

  • Added getFullList(queryParams = {}) overload since the default batch size in most cases doesn't need to change (it can be defined as query parameter). The old form getFullList(batch = 200, queryParams = {}) will still work, but it is recommend for new code to use the shorter form.

0.10.2

  • Updated getFileUrl() to accept custom types as record argument.

0.10.1

  • Added check for the collection name before auto updating the pb.authStore state on auth record update/delete.

0.10.0

  • Added more helpful message for the ECONNREFUSED ::1 localhost error (related to #21).

  • Preserved the "original" function and class names in the minified output for those who rely on *.prototype.name.

  • Allowed sending the existing valid auth token with the authWithPassword() calls.

  • Updated the Nuxt3 SSR examples to use the built-in useCookie() helper.

0.9.1

  • Normalized nested expand items to Record|Array<Record> instances.

0.9.0

  • Added pb.health.check() that checks the health status of the API service (available in PocketBase v0.10.0)

0.8.4

  • Added type declarations for the action query parameters (#102; thanks @​sewera).
    BaseQueryParams
    ListQueryParams
    RecordQueryParams
    RecordListQueryParams
    LogStatsQueryParams
    FileQueryParams

... (truncated)

Commits
  • cc76d75 renamed ClientResponseError.data to ClientResponseError.response and added ge...
  • ec042ab updated changelog
  • 3125c28 #150 updated getFileUrl to accept custom types as record argument
  • d7b9fdb added Collection.isView helper in preparation for pb v0.13
  • 588b056 update EventSource polyfill note for React Native
  • d37fd4f #138 update link to API documentation
  • 09c08ac updated dist bundle
  • 29a006d #134 improved errors message grammar
  • b4f503d fixed custom type example
  • f167843 updated dist bundles
  • 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 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 [pocketbase](https://github.com/pocketbase/js-sdk) from 0.8.1 to 0.11.0.
- [Release notes](https://github.com/pocketbase/js-sdk/releases)
- [Changelog](https://github.com/pocketbase/js-sdk/blob/master/CHANGELOG.md)
- [Commits](pocketbase/js-sdk@v0.8.1...v0.11.0)

---
updated-dependencies:
- dependency-name: pocketbase
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 20, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 24, 2023

Superseded by #73.

@dependabot dependabot bot closed this Feb 24, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/pocketbase-0.11.0 branch February 24, 2023 05:41
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants