Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An in-range update of mobx is breaking the build 🚨 #31

Open
greenkeeper bot opened this issue Mar 30, 2019 · 10 comments
Open

An in-range update of mobx is breaking the build 🚨 #31

greenkeeper bot opened this issue Mar 30, 2019 · 10 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Mar 30, 2019

The dependency mobx was updated from 5.9.0 to 5.9.4.

🚨 View failing branch.

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

mobx 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
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 32 commits.

  • 9e6c6fa Merge pull request #1934 from pyprism/patch-1
  • fdcbb47 Merge pull request #1937 from Coriou/readme-google-crawler
  • 78db110 Merge pull request #1930 from pimterry/symbol-map-keys
  • 77abcdb Update README - Google's crawler
  • ad6002d Update README.md
  • 9f12565 Allow Symbol keys in observable maps (fixes #1925)
  • 4451340 Updated changelog for 4.9.3
  • 6a0a16f updated sponsors
  • 09ad5db Added invariant: disposed reactions sould not attempt to track
  • 7719c74 Merge pull request #1895 from ItamarShDev/fix-readme-contribute
  • 63b5ebc Merge pull request #1918 from vonovak/patch-4
  • b8512c2 Merge pull request #1919 from vonovak/patch-5
  • bcc00ee fix flow types
  • d7620c2 Update CHANGELOG.md
  • 6df2f5a Merge pull request #1894 from ItamarShDev/keep-ref-in-spy

There are 32 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 30, 2019

After pinning to 5.9.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 4, 2019

  • The dependency mobx was updated from 5.9.4 to 5.10.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 31 commits.

  • e3f4487 Merge branch 'loklaan-feature/symbol-support'
  • f3e3065 better implementation of getPlainObjectKeys (only enumerables)
  • f38010f Merge branch 'feature/symbol-support' of https://github.com/loklaan/mobx into loklaan-feature/symbol-support
  • 36f51a0 cherry picked #1960: improve property descriptor type for flow
  • b56ca5f Cherry-picked #1975: update size-limit
  • a5011ad Warn instead of die on double disposals
  • 39dd64e update tooling (rollup, etc) (ignore red x, it is coveralls) (#1931)
  • a934b3d Merge pull request #1981 from mobxjs/fix-observableset-ts
  • 421e793 Support Symbol named observable properties
  • f05f952 Merge pull request #1982 from Jason-Cooke/patch-1
  • 5bea697 docs: fix typo
  • d0faeec fix observable set ts typing
  • 6d2e38e Merge pull request #1964 from mobxjs/fix-array-update-not-returning-proxy
  • 05e56b3 added funding.yml (test)
  • 9e16d8b Merge pull request #1966 from runnez/master

There are 31 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 9, 2019

  • The dependency mobx was updated from 5.10.0 to 5.10.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 34 commits.

  • 1cacbbb updated changelog for 5.10.1
  • 585c553 Fix array update proxy (#1985)
  • d8ac621 Published version 5.10.0
  • e3f4487 Merge branch 'loklaan-feature/symbol-support'
  • f3e3065 better implementation of getPlainObjectKeys (only enumerables)
  • f38010f Merge branch 'feature/symbol-support' of https://github.com/loklaan/mobx into loklaan-feature/symbol-support
  • 36f51a0 cherry picked #1960: improve property descriptor type for flow
  • b56ca5f Cherry-picked #1975: update size-limit
  • a5011ad Warn instead of die on double disposals
  • 39dd64e update tooling (rollup, etc) (ignore red x, it is coveralls) (#1931)
  • a934b3d Merge pull request #1981 from mobxjs/fix-observableset-ts
  • 421e793 Support Symbol named observable properties
  • f05f952 Merge pull request #1982 from Jason-Cooke/patch-1
  • 5bea697 docs: fix typo
  • d0faeec fix observable set ts typing

There are 34 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 3, 2019

  • The dependency mobx was updated from 5.10.1 to 5.11.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 43 commits.

  • 1188f26 Typings improvement (#2018)
  • b6da43c fix(extendObservable): use regular for on array of keys (#1998)
  • 14bfbcd rename faulty file extension name in #2016 (#2017)
  • 286056a Add stale bot config (#2016)
  • 3a4d981 Adds computedConfigurable to changelog (#2013)
  • 6f095ed Adds computedConfigurable (#2014)
  • 38f2c51 Updated changelog
  • 56063d5 Use circleci instead of travis for ci (#1996)
  • 6491189 Published version 5.10.1
  • 1cacbbb updated changelog for 5.10.1
  • 585c553 Fix array update proxy (#1985)
  • d8ac621 Published version 5.10.0
  • e3f4487 Merge branch 'loklaan-feature/symbol-support'
  • f3e3065 better implementation of getPlainObjectKeys (only enumerables)
  • f38010f Merge branch 'feature/symbol-support' of https://github.com/loklaan/mobx into loklaan-feature/symbol-support

There are 43 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 17, 2019

  • The dependency mobx was updated from 5.11.0 to 5.13.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 53 commits.

  • ade0785 Updated changelog
  • e262f2e Added reproduction for #2021, reused tests from #2023
  • 2547808 Merge pull request #2046 from mobxjs/fix-symbol-on-array
  • 9302c44 Make it possible to store other non-numeric keys as well, while we are at it.
  • 5ff67e8 added test and fix for #2044
  • bf2a60c Merge pull request #2032 from mobxjs/fix-observablemap-leak
  • b1861d7 Fix typo in sponsors.md (#2045)
  • 152f283 use onBecomeUnobserved for ObservableMap._hasMap gc, fixes #2031
  • e7e03e5 Updated sponsors section
  • edfdf85 Published version 5.11.0
  • 1188f26 Typings improvement (#2018)
  • b6da43c fix(extendObservable): use regular for on array of keys (#1998)
  • 14bfbcd rename faulty file extension name in #2016 (#2017)
  • 286056a Add stale bot config (#2016)
  • 3a4d981 Adds computedConfigurable to changelog (#2013)

There are 53 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 28, 2019

  • The dependency mobx was updated from 5.13.0 to 5.13.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 81 commits.

  • e2216a6 expose startAction and endAction (#2117)
  • f26e9d1 Use correct spelling of "suppress" (#2115)
  • bf4fece fix typo (#2108)
  • b072a81 Use convergent global (#2104)
  • cc872a5 Update CHANGELOG.md
  • 2bce97d Use yarn-deduplicate with NPX (#2081)
  • 0c4b0a0 Merge pull request #2078 from mobxjs/apply-yarn-deduplicate
  • 52ef3b3 chore: Add & apply yarn deduplicate
  • a3ec6b1 fix: onBecome(Un)Observed didn't trigger when using number as key of observable map.
  • cb07a4f fix: self and global error in alipay appx (#2071)
  • ec011d5 Update README.md
  • a6eb47a Update README.md
  • ef0876e Revert "fix issues 1980 and 2003 (#2057)" (#2059)
  • e3dc636 Merge branch 'farwayer-rn-runtime-ver'
  • b09333c Some additional clarifications

There are 81 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 2, 2019

  • The dependency mobx was updated from 5.13.1 to 5.14.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 89 commits.

  • 55ff676 Update sponsors.md (#2132)
  • 61ee41a Merge pull request #2129 from mobxjs/followup-2079
  • d73a0e8 docs: polish/add flowtype for requiresObservable
  • 82c67f8 Merge pull request #2079 from mobxjs/observables-requires-derivation
  • b1a30f5 docs: Update changelog
  • 9089f98 feat: Add additional optional dev time checks
  • 81c1bcd fix changelog
  • 6fc1361 Published version 5.13.1
  • e2216a6 expose startAction and endAction (#2117)
  • f26e9d1 Use correct spelling of "suppress" (#2115)
  • bf4fece fix typo (#2108)
  • b072a81 Use convergent global (#2104)
  • cc872a5 Update CHANGELOG.md
  • 2bce97d Use yarn-deduplicate with NPX (#2081)
  • 0c4b0a0 Merge pull request #2078 from mobxjs/apply-yarn-deduplicate

There are 89 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 18, 2019

  • The dependency mobx was updated from 5.14.0 to 5.14.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 136 commits.

  • 5b15106 Updated bugsnag URL
  • 9919f89 Fix error when interception is removed in intercept (#1950) (#2157)
  • 90c7466 fix a broken link (#2154)
  • 4d22593 Another attempt at fixing getting-started
  • c88be97 restored getting-started
  • b3ba479 fix for 2135 (#2136)
  • 92cc3e8 Merge pull request #2151 from mobxjs/shallow-comparer
  • 9005817 update changelog
  • fc70ee3 add shallow comparer
  • 0502539 Docs: Fix title of @observable page (#2149)
  • eae6d5b chore: updated sponsor section
  • 8d653d1 Remove obsolete donation info (#2144)
  • 2b6f301 Prettier docs (#2143)
  • 2fe7ed1 Fixed a typo in the OrderLine example (#2141)
  • a480b9c Fix dead links in docs about Action (#2138)

There are 136 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 19, 2019

  • The dependency mobx was updated from 5.14.1 to 5.14.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 2 commits.

  • 745f170 Fix 2165 use prepare (#2166)
  • aa22c76 Published version 5.14.1

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 7, 2019

  • The dependency mobx was updated from 5.14.2 to 5.15.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 14 commits.

  • 5ddb86e funding and docs updates
  • 728ad70 Fix flow typings [requires TS3.6] (#2160)
  • 4d56bf6 Observable decorator on computed symbol keys (#2175)
  • e5a2170 cancelled flow() to reject with new FlowCancellationError (#2172)
  • fec0ff9 Fix typo in observer documentation (#2189)
  • 49f1ed9 improved docs
  • 71e507c allow mobx to run in web worker (#2184)
  • c42c6e5 Update 'What will Mobx react to' Link (#2177)
  • 40a1406 Don't stale documentation issues
  • b3d2c84 fix Flow typings for flow() (#2164)
  • c9aa346 fix error message typo (#2171)
  • 827647f Published version 5.14.2
  • 745f170 Fix 2165 use prepare (#2166)
  • aa22c76 Published version 5.14.1

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants