mobxjs / mobx-react

React bindings for MobX
https://mobx.js.org/react-integration.html
MIT License
4.85k stars 350 forks source link

Next release #909

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

mobx-react@6.3.1

Patch Changes

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 95.664% when pulling 8204b972c20d5625902b437f42ec547463a24069 on changeset-release/master into 8950e2908e5091082f3c2c81765d3eabd5c79955 on master.

RomanHotsiy commented 3 years ago

@mweststrate any estimates on when this is going to be released?

We're getting errors with npm@7 which installs peer dependencies by default: https://github.com/Redocly/redoc/issues/1442

mweststrate commented 3 years ago

@RomanHotsiy what is 'this'?

RomanHotsiy commented 3 years ago

This release. In particular I am interested in peerDependencies update.

mweststrate commented 3 years ago

@RomanHotsiy hmm, that seems to be missing in the changelog. Anyway, I'll release it that should help :)

RomanHotsiy commented 3 years ago

@mweststrate I was wrong.

For some reason, peerDependencies are updated in the repo master: https://github.com/mobxjs/mobx-react/blob/master/package.json#L45 but not in the package in npm.

So I get this warning with npm:

npm WARN mobx-react@6.3.1 requires a peer of mobx@^5.15.4 || ^4.15.4 but none is installed. You must install peer dependencies yourself.
npm WARN mobx-react-lite@2.2.2 requires a peer of mobx@^4.0.0 || ^5.0.0 but none is installed. You must install peer dependencies yourself.