Skip to content

Chore(deps): Bump @nozbe/watermelondb from 0.23.0 to 0.25.4#158

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/nozbe/watermelondb-0.25.4
Closed

Chore(deps): Bump @nozbe/watermelondb from 0.23.0 to 0.25.4#158
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/nozbe/watermelondb-0.25.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 1, 2023

Copy link
Copy Markdown

Bumps @nozbe/watermelondb from 0.23.0 to 0.25.4.

Changelog

Sourced from @​nozbe/watermelondb's changelog.

0.25.4 - 2023-01-31

  • [Sync] Improve memory consumption (less likely to get "Maximum callstack exceeded" error)
  • [TypeScript] Fix type of DirtyRaw to { [key: string]: any } (from Object)

0.25.3 - 2023-01-30

  • Fixed TypeError regression

0.25.2 - 2023-01-30

Fixes

  • Fix TypeScript issues (@​paulrostorp feat. @​enahum)
  • Fix compilation on Kotlin 1.7
  • Fix regression in Sync that could cause Record ID xxx#yyy was sent over the bridge, but it's not cached error

Internal

  • Update internal dependencies
  • Fix Android CI
  • Improve TypeScript CI

0.25.1 - 2023-01-23

  • Fix React Native 0.71+ Android broken build

0.25 - 2023-01-20

Highlights

  • Fix broken build on React Native 0.71+
  • [Expo] Fixes Expo SDK 44+ build errors (@​Kudo)
  • [JSI] Fix an issue that sometimes led to crashing app upon database close

BREAKING CHANGES

  • [Query] Q.where(xxx, undefined) will now throw an error. This is a bug fix, since comparing to undefined was never allowed and would either error out or produce a wrong result in some cases. However, it could technically break an app that relied on existing buggy behavior
  • [JSI+Swift] If you use watermelondbProvideSyncJson() native iOS API, you might need to add import WatermelonDB

New features

  • [adapters] Adapter objects can now be distinguished by checking their static adapterType
  • [Query] New Q.includes('foo') query for case-sensitive exact string includes comparison
  • [adapters] Adapter objects now returns dbName
  • [Sync] Replacement Sync - a new advanced sync feature. Server can now send a full dataset (same as during initial sync) and indicate with { experimentalStrategy: 'replacement' } that instead of applying a diff, local database should be replaced with the dataset sent. Local records not present in the changeset

... (truncated)

Commits

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 [@nozbe/watermelondb](https://github.com/Nozbe/WatermelonDB) from 0.23.0 to 0.25.4.
- [Release notes](https://github.com/Nozbe/WatermelonDB/releases)
- [Changelog](https://github.com/Nozbe/WatermelonDB/blob/master/CHANGELOG.md)
- [Commits](Nozbe/WatermelonDB@v0.23.0...v0.25.4)

---
updated-dependencies:
- dependency-name: "@nozbe/watermelondb"
  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 1, 2023
@dependabot @github

dependabot Bot commented on behalf of github Feb 2, 2023

Copy link
Copy Markdown
Author

Superseded by #162.

@dependabot dependabot Bot closed this Feb 2, 2023
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/nozbe/watermelondb-0.25.4 branch February 2, 2023 03:39
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