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.19.0 in /server #560

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2022

Bumps realm from 10.0.0-beta.6 to 10.19.0.

Changelog

Sourced from realm's changelog.

10.19.0 Release notes (2022-6-2)

Enhancements

  • Creating an object for a class that has no subscriptions opened for it will throw an exception. (realm/realm-core#5488)
  • Added support asymmetric sync. Object schemas can be marked as asymmetric when opening the Realm. Upon creation, asymmetric objects are sync'd unidirectionally and cannot be accessed locally. Asymmetric sync is compatible with flexible sync. (#4503)
const Person = {
  name: "Person",
  asymmetric: true, // this marks "Person" as asymmetric
  primaryKey: "id",
  properties: {
    id: "objectId",
    name: "string",
    age: "int",
  },
};

Fixed

  • Add canonical schema type for returned schemas. (#4580)
  • Fixed invalid type for schema properties. (#4577)
  • FLX sync subscription state changes will now correctly be reported after sync progress is reported. (realm/realm-core#5553, since v10.18.0)

Compatibility

  • Atlas Device Sync.
  • Realm Studio v12.0.0.
  • APIs are backwards compatible with all previous releases of Realm JavaScript in the 10.5.x series.
  • File format: generates Realms with format v22 (reads and upgrades file format v5 or later for non-synced Realm, upgrades file format v10 or later for synced Realms).

Internal

  • Upgraded Realm Core from v12.0.0 to v12.1.0.
  • Fix for updated FLX sync error message. (#4611)
  • Updated build script to use Xcode 13.1 to match latest Apple App Store compatibility. (#4605)

10.18.0 Release notes (2022-5-29)

Enhancements

  • Switch to building xcframeworks with Xcode 13.1. Xcode 12 is no longer supported.

  • Added an initialSubscriptions option to the sync config, which allows users to specify a subscription update function to bootstrap a set of flexible sync subscriptions when the Realm is first opened (or every time the app runs, using the rerunOnOpen flag). (#4561[https://github-redirect.dependabot.com/Add initialSubscriptions sync config option to bootstrap initial set of flexible sync subscriptions realm/realm-js#4561])

    Example usage:

    const thirtyDaysAgo = new Date(new Date().setDate(new Date().getDate() - 30));
    const config = {
      // ...
      sync: {
        flexible: true,
        user,
        initialSubscriptions: {

... (truncated)

Commits
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)

Bumps [realm](https://github.com/realm/realm-js) from 10.0.0-beta.6 to 10.19.0.
- [Release notes](https://github.com/realm/realm-js/releases)
- [Changelog](https://github.com/realm/realm-js/blob/master/CHANGELOG.md)
- [Commits](realm/realm-js@v10.0.0-beta.6...v10.19.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from Admiralfeb as a code owner June 3, 2022 02:58
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 3, 2022
@codecov
Copy link

codecov bot commented Jun 3, 2022

Codecov Report

Merging #560 (f886a6f) into master (aac97a3) will increase coverage by 0.19%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #560      +/-   ##
==========================================
+ Coverage   16.05%   16.25%   +0.19%     
==========================================
  Files          26       26              
  Lines         411      406       -5     
  Branches       74       66       -8     
==========================================
  Hits           66       66              
+ Misses        345      340       -5     
Flag Coverage Δ
unittests 16.25% <ø> (+0.19%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ent/src/app/components/foodmenu/food.component.tsx 0.00% <0.00%> (ø)
...ent/src/app/components/gamemenu/game.component.tsx 0.00% <0.00%> (ø)
.../src/app/components/comics/comicList.component.tsx 0.00% <0.00%> (ø)
...src/app/components/memoriam/memoriam.component.tsx 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aac97a3...f886a6f. Read the comment docs.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 8, 2022

Superseded by #566.

@dependabot dependabot bot closed this Jun 8, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/server/realm-10.19.0 branch June 8, 2022 00:03
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