Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

build(deps): bump realm-web from 1.0.0 to 1.1.0 #19

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps realm-web from 1.0.0 to 1.1.0.

Release notes

Sourced from realm-web's releases.

Realm Web v1.1.0

Breaking Changes

  • None

Enhancements

  • Added support of OpenID Connect credential for the Google authentication provider. (#3383)

Fixed

  • Fixed the type returned by getApp and App.getApp, such that an app.currentUser will match the User exported by the package. (#3420, since v1.0.0-rc.1)
Changelog

Sourced from realm-web's changelog.

x.x.x Release notes (yyyy-MM-dd)

Enhancements

  • None.

Fixed

  • (#????, since v?.?.?)
  • None.

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

  • None.

10.1.0 Release notes (2020-12-8)

Enhancements

  • Added support of OpenID Connect credential for the Google authentication provider. (#3383)

Fixed

  • Fixing the construction of Realm instances declararing the schema, when running in the React Native Chrome debugging mode, by removing it. Note: This is not considered a breaking change, since this behaviour was never documented. (#3442, since v10.0.0)
  • Fixed a bug that would prevent eventual consistency during conflict resolution. Affected clients would experience data divergence and potentially consistency errors as a result if they experienced conflict resolution between cycles of Create-Erase-Create for objects with primary keys.

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 Sync from v10.1.3 to v10.1.4
  • The sync client now requires a server that speaks protocol version 2 (Cloud version 20201202 or newer).

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)

... (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)

@dependabot dependabot bot requested a review from Admiralfeb as a code owner December 9, 2020 00:35
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2020
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/realm-web-1.1.0 branch 2 times, most recently from e093733 to 292bc63 Compare December 9, 2020 18:30
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/realm-web-1.1.0 branch from 292bc63 to f0919f6 Compare December 10, 2020 20:29
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 12, 2020

Looks like realm-web is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 12, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/realm-web-1.1.0 branch December 12, 2020 20:58
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