Skip to content
This repository was archived by the owner on Mar 7, 2020. It is now read-only.

Update inferno-mobx to the latest version 🚀#37

Open
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/inferno-mobx-4.0.0
Open

Update inferno-mobx to the latest version 🚀#37
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/inferno-mobx-4.0.0

Conversation

@greenkeeper

@greenkeeper greenkeeper Bot commented Feb 11, 2018

Copy link
Copy Markdown

Version 4.0.0 of inferno-mobx was just published.

Dependency inferno-mobx
Current Version 3.10.1
Type dependency

The version 4.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of inferno-mobx.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


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 Bot added a commit that referenced this pull request Feb 11, 2018
@greenkeeper

greenkeeper Bot commented Feb 11, 2018

Copy link
Copy Markdown
Author

Version 4.0.1 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Feb 11, 2018
@greenkeeper

greenkeeper Bot commented Feb 11, 2018

Copy link
Copy Markdown
Author

Version 4.0.2 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Feb 13, 2018
@greenkeeper

greenkeeper Bot commented Feb 13, 2018

Copy link
Copy Markdown
Author

Version 4.0.3 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Feb 19, 2018
@greenkeeper

greenkeeper Bot commented Feb 19, 2018

Copy link
Copy Markdown
Author

Version 4.0.4 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Feb 27, 2018
@greenkeeper

greenkeeper Bot commented Feb 27, 2018

Copy link
Copy Markdown
Author

Version 4.0.5 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Feb 27, 2018
@greenkeeper

greenkeeper Bot commented Feb 27, 2018

Copy link
Copy Markdown
Author

Version 4.0.6 just got published.

Update to this version instead 🚀

Release Notes Inferno v4.0.6

Core

Added inferno-shared as dependency to inferno to satisfy typescript types. Fixes #1284

Inferno-compat

Fixed typo in WrapperComponent 1bd6c46

note: 4.0.5 was skipped due to bad publish.

greenkeeper Bot added a commit that referenced this pull request Mar 1, 2018
@greenkeeper

greenkeeper Bot commented Mar 1, 2018

Copy link
Copy Markdown
Author

Version 4.0.7 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Mar 5, 2018
@greenkeeper

greenkeeper Bot commented Mar 5, 2018

Copy link
Copy Markdown
Author

Version 4.0.8 just got published.

Update to this version instead 🚀

Release Notes Inferno v4.0.8

Inferno core

  • Fixes bug where default functional component lifecycle hooks did not work with spread operator

Inferno-redux

  • Fixes bug where functional component lifecycle hooks did not get attached

Small documentation improvements

greenkeeper Bot added a commit that referenced this pull request Mar 17, 2018
@greenkeeper

greenkeeper Bot commented Mar 17, 2018

Copy link
Copy Markdown
Author

Version 5.0.0 just got published.

Update to this version instead 🚀

Release Notes Inferno v5.0.0

Breaking change

All modules have been renamed from .mjs to .esm.js for better Webpack 4 compatibility. #1296
fe: ( inferno/dist/inferno.dev.mjs => inferno/dist/inferno.dev.esm.js )

Safari7, IE9 and PhantomJS support has been dropped. These browsers might or might not work, they are not tested anymore.

Better typescript support

Typescript support has been improved. PR d7f0408
It resolved the following issues: #1209 #1295 #686

Fixture tests

All packaging tests have been updated to the latest versions. Webpack, systemjs, requirejs, amd, brunch, globals and browserify. https://github.com/infernojs/inferno/tree/master/fixtures/packaging

Unit tests

All tests are now run using inferno-compat on/off to have better compatibility with React.
You can now use npm run test:browser:debug to debug inferno tests using your favorite browser

Inferno-core

Fixes the issue where hoisted Components might unnecessarily get re-mounted
Removed side-effects from patchKeyedChildren. This fixes the issue where dom nodes become null.
Fixes bug where it was possible to patch same DOM twice by chaining setStates
Fixes IE10-IE11 exception when calling render asynchronously in strict mode (TypeError: Invalid calling object)

Inferno-compat + SSR

Fixes bug where className attribute was rendered to output html

Inferno-compat

Added simple polyfills for Event.isPropagationStopped and Event.isDefaultPrevented methods

Inferno-router

deprecated: IndexLink and IndexRoute components have been removed. Replace them with Link and Route

Inferno-mobx

Updated Inferno-mobx to support Mobx v4

Inferno-devtools

initDevTools is no longer called automatically. #1289

greenkeeper Bot added a commit that referenced this pull request Mar 19, 2018
@greenkeeper

greenkeeper Bot commented Mar 19, 2018

Copy link
Copy Markdown
Author

Version 5.0.1 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Apr 5, 2018
@greenkeeper

greenkeeper Bot commented Apr 5, 2018

Copy link
Copy Markdown
Author

Version 5.0.2 just got published.

Update to this version instead 🚀

Release Notes Inferno v5.0.2

Typescript type improvements

  • Support class and styleName attributes (#1307)
  • Allow EventHandlers to be null (#1313)
  • Fix Router and Switch component types (#1318)

Inferno-router

  • Fixes bug where changing route did not update DOM (#1322)

greenkeeper Bot added a commit that referenced this pull request Apr 9, 2018
@greenkeeper

greenkeeper Bot commented Apr 9, 2018

Copy link
Copy Markdown
Author

Version 5.0.3 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Apr 15, 2018
@greenkeeper

greenkeeper Bot commented Apr 15, 2018

Copy link
Copy Markdown
Author

Version 5.0.4 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request May 12, 2018
@greenkeeper

greenkeeper Bot commented May 12, 2018

Copy link
Copy Markdown
Author

Version 5.0.5 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Feb 11, 2019
@greenkeeper

greenkeeper Bot commented Feb 11, 2019

Copy link
Copy Markdown
Author
  • The dependency inferno-mobx was updated from 3.10.1 to 7.1.5.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Feb 11, 2019
@greenkeeper

greenkeeper Bot commented Feb 11, 2019

Copy link
Copy Markdown
Author
  • The dependency inferno-mobx was updated from 3.10.1 to 7.1.6.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Feb 11, 2019
@greenkeeper

greenkeeper Bot commented Feb 11, 2019

Copy link
Copy Markdown
Author
  • The dependency inferno-mobx was updated from 3.10.1 to 7.1.7.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • bd7f790 v7.1.7
  • 36fd965 Remove .gitignore and use files property in package.json

See the full diff

greenkeeper Bot added a commit that referenced this pull request Feb 19, 2019
@greenkeeper

greenkeeper Bot commented Feb 19, 2019

Copy link
Copy Markdown
Author
  • The dependency inferno-mobx was updated from 3.10.1 to 7.1.8.

Update to this version instead 🚀

Release Notes for Inferno v7.1.8

Inferno core

  • Fixes an issue where vNode key could change after multiple normalizations #1447
Commits

The new version differs by 3 commits.

  • 67048b1 v7.1.8
  • 2745b2c Fixed an issue where vNode key could change after multiple normalizations Github #1447
  • e0332c2 Added more tests for normalization, small code clean up

See the full diff

greenkeeper Bot added a commit that referenced this pull request Feb 20, 2019
@greenkeeper

greenkeeper Bot commented Feb 20, 2019

Copy link
Copy Markdown
Author
  • The dependency inferno-mobx was updated from 3.10.1 to 7.1.9.

Update to this version instead 🚀

Release Notes for Inferno v7.1.9

Inferno core

  • Changed opencollective script to use opencollective-postinstall package to reduce inferno package size #1450
Commits

The new version differs by 4 commits.

  • ae0df8f v7.1.9
  • 9af8bb4 Updated babel-plugin-inferno
  • 0ea17d0 Start using opencollective-postinstall to reduce npm installation size Github #1450
  • 5fb3fd5 Updated License year

See the full diff

greenkeeper Bot added a commit that referenced this pull request Mar 12, 2019
@greenkeeper

greenkeeper Bot commented Mar 12, 2019

Copy link
Copy Markdown
Author
  • The dependency inferno-mobx was updated from 3.10.1 to 7.1.10.

Update to this version instead 🚀

Release Notes for Inferno v7.1.10

Inferno-test-utils

Removed props.children from snapshot when using inferno-compat. Fixes #1451

Commits

The new version differs by 3 commits.

  • ddd874d v7.1.10
  • 0fbb093 Added test cases for renderToSnapshot to not include props.children Github #1451
  • 537efd0 Fix compat: remove all props.children for snapshot testing (#1456)

See the full diff

greenkeeper Bot added a commit that referenced this pull request Mar 24, 2019
@greenkeeper

greenkeeper Bot commented Mar 24, 2019

Copy link
Copy Markdown
Author
  • The dependency inferno-mobx was updated from 3.10.1 to 7.1.11.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • ddd40fc v7.1.11
  • 5b62cc1 Ran prettier & removed docs about dev branch
  • 93c39af Updated dev dependencies
  • 27343e8 allow suppress warnings for polyfilled components using legacy life cycle APIs (#1461)

See the full diff

greenkeeper Bot added a commit that referenced this pull request Apr 24, 2019
@greenkeeper

greenkeeper Bot commented Apr 24, 2019

Copy link
Copy Markdown
Author
  • The dependency inferno-mobx was updated from 3.10.1 to 7.1.12.

Update to this version instead 🚀

Release Notes for Inferno 7.1.12

Inferno core

  • Fixes an issue where value of Inferno.createRef() did not update correctly #1465 #1466
  • Fixes an issue where <select> element selectIndex attribute was rendered to DOM #1468
Commits

The new version differs by 4 commits.

  • 6f3fe7f v7.1.12
  • 7e9d3b3 Updated dependencies, ran prettier, inlined pushRef method.
  • 3e3bc4c Do not render property 'selectedIndex' as attribute of element 'select' (#1468)
  • c339047 Fix ref objects (#1466)

See the full diff

greenkeeper Bot added a commit that referenced this pull request May 30, 2019
@greenkeeper

greenkeeper Bot commented May 30, 2019

Copy link
Copy Markdown
Author
  • The dependency inferno-mobx was updated from 3.10.1 to 7.1.13.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jul 24, 2019
@greenkeeper

greenkeeper Bot commented Jul 24, 2019

Copy link
Copy Markdown
Author
  • The dependency inferno-mobx was updated from 3.10.1 to 7.2.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jul 25, 2019
@greenkeeper

greenkeeper Bot commented Jul 25, 2019

Copy link
Copy Markdown
Author
  • The dependency inferno-mobx was updated from 3.10.1 to 7.2.1.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Aug 13, 2019
@greenkeeper

greenkeeper Bot commented Aug 13, 2019

Copy link
Copy Markdown
Author
  • The dependency inferno-mobx was updated from 3.10.1 to 7.3.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Aug 22, 2019
@greenkeeper

greenkeeper Bot commented Aug 22, 2019

Copy link
Copy Markdown
Author
  • The dependency inferno-mobx was updated from 3.10.1 to 7.3.1.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Oct 8, 2019
@greenkeeper

greenkeeper Bot commented Oct 8, 2019

Copy link
Copy Markdown
Author
  • The dependency inferno-mobx was updated from 3.10.1 to 7.3.2.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Nov 19, 2019
@greenkeeper

greenkeeper Bot commented Nov 19, 2019

Copy link
Copy Markdown
Author
  • The dependency inferno-mobx was updated from 3.10.1 to 7.3.3.

Update to this version instead 🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants