orbit-model / main

[WIP] A model based abstrction layer for orbit.js
MIT License
6 stars 0 forks source link

An in-range update of @orbit/coordinator is breaking the build 🚨 #11

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency @orbit/coordinator was updated from 0.16.3 to 0.16.4.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@orbit/coordinator is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **Travis CI - Branch:** The build **failed**.

Commits

The new version differs by 5 commits.

  • e7a053d v0.16.4
  • 160c5fd Merge pull request #713 from orbitjs/backport-fixes
  • 863e9c8 Allow mergeOperations to set null for hasOne relationship (#710)
  • ac7110a fix: allow setting attributes to null
  • a04db5d test: add failing test for #711

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v0.16.5

v0.16.5 (2020-03-12)

This release backports PR #735 to v0.16 to improve the mergeRecords function to better handle links, meta, and relationships members when merging records. This fixes a bug (#709) in which data members in a relationship were replaced when the updated relationship contained only links or meta (but not a replacement data).

πŸš€ Enhancement

  • @orbit/data, @orbit/memory, @orbit/record-cache
    • #739 Backport PR 735 to v0.16 (Improve mergeRecords to better handle links, meta, and relationships) (@dgeb)

Committers: 1

Commits

The new version differs by 5 commits.

  • 2d21ec6 v0.16.5
  • a750183 Merge pull request #739 from orbitjs/backport-735
  • bafecfb Updated records are always cloned, and won't strictly match the updates
  • f063f7f Expand mergeRecords to handle meta, links, and relationships
  • 2c137b5 mergeRecords should clone updated record if no current record is provided

See the full diff