Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

build(deps): bump realm from 10.0.0-beta.6 to 10.0.2 in /server #126

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 7, 2020

Bumps realm from 10.0.0-beta.6 to 10.0.2.

Changelog

Sourced from realm's changelog.

10.0.2 Release notes (2020-12-5)

Enhancements

  • None.

Fixed

  • Fixed an issue in toJSON(), in combination with primaryKeys, where data from another table could be returned. (#3331, since v10.0.0)
  • Fixed an issue in toJSON() where data would output as {}, it now returns the data base64 encoded. (#3356, since v10.0.0)
  • Fixed a bug where setting shouldCompactOnLaunch would lead to a crash with the error Fatal error in HandleScope::HandleScope (on node.js). (since v1.0.0)
  • TS: RealmInsertionModel<T> used in realm.create<T>(...) now ignores functions on Class Models. (#3421, since v10.0.0)
  • Fixing the creation of an RPC session when running in React Native Chrome debugging mode. (#3411, #3358, #3361, since v10.0.0)
  • Fixed a crash in case insensitive query on indexed string properties when nothing matches. (realm/realm-cocoa#6836, since v6.0.0)
  • Fixed a bug where queries for the size of a list of primitive nullable ints returned size + 1. (realm/realm-core#4016, since v6.0.0)
  • Files upgraded on 32-bit devices could end up being inconsistent resulting in Key not found exception to be thrown. ([Error when deleting RealmObject: Key not found realm/realm-java#6992)(https://github-redirect.dependabot.com/Error when deleting RealmObject: Key not found realm/realm-java#6992), since v6.0.5)

Compatibility

  • MongoDB Realm Cloud.
  • APIs are backwards compatible with all previous releases of Realm JavaScript in the 10.x.y series.
  • File format: generates Realms with format v20 (reads and upgrades file format v5 or later for non-synced Realm, upgrades file format v10 for synced Realms).

Internal

  • Upgraded to Realm Core from v10.0.0 to v10.1.3
  • Upgraded to Realm Sync from v10.0.0 to v10.1.3

6.1.5 Release notes (2020-11-4)

Enhancements

  • None.

Fixed

  • Fixed a bug preventing caching of Realm instances. In certain cases, the Realm file would grow without any new objects added. (#3322, since v6.0.0).
  • Fixed an issue in toJSON(), in combination with primaryKeys, where data from another table could be returned. (#3331, since v6.1.0)
  • Fixed an issue in toJSON() where data would output as {}, it now returns the data base64 encoded. (#3356, since v6.1.0)
  • Fixed a crash in case insensitive query on indexed string properties when nothing matches. (realm/realm-cocoa#6836, since v6.0.0)
  • Fixed a bug where queries for the size of a list of primitive nullable ints returned size + 1. (realm/realm-core#4016, since v6.0.0)

Compatibility

  • Realm Object Server: 3.23.1 or later.
  • APIs are backwards compatible with all previous release of Realm JavaScript in the 6.x.y series.
  • File format: Generates Realms with format v11 (reads and upgrades previous file format).

Internal

  • Upgraded Realm Core from v6.1.4 to v6.2.0.
  • Upgraded Realm Sync from v5.0.29 to v5.0.30.

10.0.1 Release notes (2020-10-16)

NOTE: Support for syncing with realm.cloud.io and/or Realm Object Server has been replaced with support for syncing with MongoDB Realm Cloud.

NOTE: This version uses the Realm file format to version 20. It is not possible to downgrade to earlier versions than v10.0.0-beta.13. Non-sync Realms will be upgraded automatically. Synced Realms can only be automatically upgraded if created with Realm JavaScript v10.0.0-beta.1 and above.

... (truncated)

Commits
  • 13370b5 [10.0.2] Bump version
  • e191e3f Prepare release (#3439)
  • 38211c7 Fix a bug where shouldCompactOnLaunch would lead to a crash (#3416)
  • 2177723 Fixing chrome debugging on v10 (#3411)
  • 7466b47 Merge pull request #3438 from realm/docs-site-typo
  • e4b6a96 Fix typo on the SDK reference homepage
  • 9272820 Rolling back PR 3356, toJSON should not make assumptions as to how ArrayBuffe...
  • ec1b8ce update OS to latest master (#3425)
  • 2b12587 Realm.Sync -> Realm.App.Sync a few places (#3431)
  • 1f13774 Fixing some formatting typos
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by kneth, a new releaser for realm since your current version.


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)

@dependabot dependabot bot requested a review from Admiralfeb as a code owner December 7, 2020 00:18
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 7, 2020
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2020

Superseded by #129.

@dependabot dependabot bot closed this Dec 9, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/server/realm-10.0.2 branch December 9, 2020 00:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants