fix(deps): update dependency inferno to v8 - autoclosed #288
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.3.3
->^8.0.0
Release Notes
infernojs/inferno (inferno)
v8.2.3
Compare Source
Inferno-core
Inferno-router
Switch
component where single route does not get resolved in resolveLoaders method https://github.com/infernojs/inferno/pull/1657/filesv8.2.2
Compare Source
Inferno-Router
Uncaught TypeError: e is not a function call
error in<Prompt/>
component by adapting to a new history blocking API infernojs/inferno@68213f0Internal
v8.2.1
Compare Source
Inferno v8.2.1
Inferno core
ComponenType<P>
was not assignable to parameter"type"
ofcreateComponentVNode
method infernojs/inferno@4bc0268v8.2.0
Compare Source
Inferno v8.2.0
Inferno router
Internal
v8.1.1
Compare Source
Typescript
indeterminate
andfor
native attributesInternal
v8.1.0
: Inferno v8.1.0Compare Source
Typescript
Inferno.JSX.Element
type has been removed in favor of more correct automatic typingInfernoNode
andInfernoNodeSingle
has been added as top level exports toinferno
package.InfernoNode
can be used as a replacement forInferno.JSX.Element
for type checking "any" JSX entryInfernoNodeSingle
can be used to restrict Component children to a single JSX node ( excluding arrays )This fixeshttps://github.com/infernojs/inferno/issues/1630ues/1630
select
attributesKey
has been unified and moved as top level export ofinferno
packageInferno-vnode-flags
Internal
v8.0.6
: Inferno v8.0.6Compare Source
Typescript
Inferno
v8.0.5
: Inferno v8.0.5Compare Source
Typescript
Inferno router
v8.0.4
Compare Source
Typescript
AnimatedMoveComponent
,PureComponent
andComponent
are now abstract classes to indicate they must be extendednull
value infernojs/inferno@eb88122Ref
s now acceptnull
value infernojs/inferno@12be729Internal
v8.0.3
: Inferno v8.0.3Compare Source
Inferno-core
Typescript
Dependencies
inferno-shared
moved to devDependencies in all packages infernojs/inferno@231d717v8.0.2
: Inferno v8.0.2Compare Source
Typescript
inferno-router
typings improvedIComponentConstructor
removed it was not needed for anythingv8.0.1
: Inferno v8.0.1Compare Source
Typescript
v8.0.0
: Inferno v8.0.0Compare Source
Inferno
componentWillMove
,componentDidAppear
andcomponentWillDisappear
javascript:
URLs infernojs/inferno@7bc3763String.prototype.substring
instead of deprecatedString.prototype.substr
infernojs/inferno@06195ad https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substrTypescript
Inferno-animation
inferno-animation
is a new package that eases animation work using inferno v8componentDidAppear
andcomponentWillDisappear
hooks to coordinate animations and reduce number of repaints browsers have to do https://github.com/infernojs/inferno/tree/master/packages/inferno-animation https://github.com/infernojs/inferno/pull/1583Special thanks for improving inferno animations to @jhsware
Inferno-router
history
package has been updated to version 5Inferno-mobx
Special thanks for improving inferno-mobx to @Gwenio
Build system and internal changes
Breaking changes
VNodeFlags.Void
has been removed infernojs/inferno@c658a41, use null or undefined vNode insteadinferno-component
package has been removed. Component is available in "inferno" main packageinferno-devtools
is discontinued infernojs/inferno@537cb2dConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.