This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
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.
Overview
The following dependencies have been updated by dependencies.io:
yarn.lock
was updated (including 24 updated direct dependencies)Details
yarn.lock
223 transitive dependencies were updated, 14 were added, and 17 removed. View the git diff for more details about exactly what changed.
The following 24 direct dependencies were updated:
@types/classnames
was updated from 2.2.3 to 2.2.6We didn't find any content for 2.2.6. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.
@types/enzyme
was updated from 3.1.10 to 3.1.14We didn't find any content for 3.1.14. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.
@types/react-autosuggest
was updated from 9.3.4 to 9.3.6We didn't find any content for 9.3.6. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.
@types/react-dom
was updated from 16.0.5 to 16.0.9We didn't find any content for 16.0.9. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.
@types/react-loadable
was updated from 5.3.4 to 5.4.1We didn't find any content for 5.4.1. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.
@types/react-router-dom
was updated from 4.2.6 to 4.3.1We didn't find any content for 4.3.1. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.
classnames
was updated from 2.2.5 to 2.2.62.2.6
enzyme
was updated from 3.3.0 to 3.7.03.7.0
New Stuff
mount
:.state()
/.setState()
: allow calling on children (#1802, ljharb)configuration
: addreset
(commit)Fixes
makeOptions
: ensure that config-levelattachTo
/hydrateIn
are inherited into wrapper options (#1836, ljharb)shallow
/Utils
: call into adapter’sisCustomComponentElement
if present (#1832, SinHouse)shallow
/mount
: throw an explicit error when state is null/undefined (commit)ROOT_NODES
for child wrappers (#1811, jgzuke)shallow
:.parents
: ensure that one.find
call does not affect another (#1781, ljharb)mount
: update aftersimulateError
(#1812, jgzuke)Refactors
mount
/shallow
:getElement
: usethis.single
(commit)enzyme-adapter-react-16
was updated from 1.1.1 to 1.6.01.6.0
Minor Changes
ReactWrapper
(#171)Patches
Prevent null or false nodes from being passed into tree traversal (#174)
setProps no longer swallows exceptions (#170)
.type()
and.props()
should not fail on null now (#162)moment
was updated from 2.22.1 to 2.22.22.22.2
Release May 31, 2018
#4564 [bugfix] Avoid using trim()
#4453 [bugfix] Treat periods as periods, not regex-anything period, for weekday parsing in strict mode.
Minor locale improvements (pa-in, be, az)
prettier
was updated from 1.12.1 to 1.14.31.14.3
🔗 Changelog
react
was updated from 16.3.2 to 16.6.016.6.0
React
React.memo()
as an alternative toPureComponent
for functions. (acdlite in #13748)React.lazy()
for code splitting components. (acdlite in #13885)React.StrictMode
now warns about legacy context API. (bvaughn in #13760)React.StrictMode
now warns aboutfindDOMNode
. (sebmarkbage in #13841)unstable_AsyncMode
tounstable_ConcurrentMode
. (trueadm in #13732)unstable_Placeholder
toSuspense
, anddelayMs
tomaxDuration
. (gaearon in #13799 and sebmarkbage in #13922)React DOM
contextType
as a more ergonomic way to subscribe to context from a class. (bvaughn in #13728)getDerivedStateFromError
lifecycle method for catching errors in a future asynchronous server-side renderer. (bvaughn in #13746)<Context>
is used instead of<Context.Consumer>
. (trueadm in #13829)window.event
in development. (sergei-startsev in #13697)React DOM Server
React.memo()
. (alexmckenley in #13855)contextType
. (alexmckenley and sebmarkbage in #13889)Scheduler (Experimental)
scheduler
. (gaearon in #13683)requestAnimationFrame
earlier. (acdlite in #13785)envify
transform to the package. (mridgway in #13766)react-autosuggest
was updated from 9.3.4 to 9.4.29.4.2
Fixes #568
react-dom
was updated from 16.3.2 to 16.6.016.6.0
React
React.memo()
as an alternative toPureComponent
for functions. (acdlite in #13748)React.lazy()
for code splitting components. (acdlite in #13885)React.StrictMode
now warns about legacy context API. (bvaughn in #13760)React.StrictMode
now warns aboutfindDOMNode
. (sebmarkbage in #13841)unstable_AsyncMode
tounstable_ConcurrentMode
. (trueadm in #13732)unstable_Placeholder
toSuspense
, anddelayMs
tomaxDuration
. (gaearon in #13799 and sebmarkbage in #13922)React DOM
contextType
as a more ergonomic way to subscribe to context from a class. (bvaughn in #13728)getDerivedStateFromError
lifecycle method for catching errors in a future asynchronous server-side renderer. (bvaughn in #13746)<Context>
is used instead of<Context.Consumer>
. (trueadm in #13829)window.event
in development. (sergei-startsev in #13697)React DOM Server
React.memo()
. (alexmckenley in #13855)contextType
. (alexmckenley and sebmarkbage in #13889)Scheduler (Experimental)
scheduler
. (gaearon in #13683)requestAnimationFrame
earlier. (acdlite in #13785)envify
transform to the package. (mridgway in #13766)react-loadable
was updated from 5.4.0 to 5.5.0We didn't find any content for 5.5.0. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.
react-router-dom
was updated from 4.2.2 to 4.3.14.3.1
Just a patch to fix an accidental move of
warning
from a normal dependency to a devDependency, which was causing issues with installation.react-scripts-ts
was updated from 2.15.1 to 2.17.0We didn't find any content for 2.17.0. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.
react-test-renderer
was updated from 16.3.2 to 16.6.016.6.0
React
React.memo()
as an alternative toPureComponent
for functions. (acdlite in #13748)React.lazy()
for code splitting components. (acdlite in #13885)React.StrictMode
now warns about legacy context API. (bvaughn in #13760)React.StrictMode
now warns aboutfindDOMNode
. (sebmarkbage in #13841)unstable_AsyncMode
tounstable_ConcurrentMode
. (trueadm in #13732)unstable_Placeholder
toSuspense
, anddelayMs
tomaxDuration
. (gaearon in #13799 and sebmarkbage in #13922)React DOM
contextType
as a more ergonomic way to subscribe to context from a class. (bvaughn in #13728)getDerivedStateFromError
lifecycle method for catching errors in a future asynchronous server-side renderer. (bvaughn in #13746)<Context>
is used instead of<Context.Consumer>
. (trueadm in #13829)window.event
in development. (sergei-startsev in #13697)React DOM Server
React.memo()
. (alexmckenley in #13855)contextType
. (alexmckenley and sebmarkbage in #13889)Scheduler (Experimental)
scheduler
. (gaearon in #13683)requestAnimationFrame
earlier. (acdlite in #13785)envify
transform to the package. (mridgway in #13766)react-transition-group
was updated from 2.3.1 to 2.5.02.5.0
2.5.0 (2018-09-26)
Features
source-map-explorer
was updated from 1.5.0 to 1.6.01.6.0
ts-jest
was updated from 22.4.5 to 22.4.6We didn't find any content for 22.4.6. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.
tslint
was updated from 5.10.0 to 5.11.05.11.0
no-unused-variable
is deprecated because typescript now covers most of its functionality (#3919)🎉 Features
file-name-casing
(#3978)switch-final-break
(#3615)member-ordering
and added corresponding tests. (#3935)no-implicit-dependencies
(#3979)🛠️ Bugfixes & enhancements
no-use-before-declare
Fixes false positives when using the destructuring syntax (#3761) (#3876)no-empty
rule is now properly respecting empty methods (#3897)no-magic-numbers
- support for negative zero (#3903)no-implicit-dependencies
test failure; typescript@next failure (#4019)no-console
rule (#4041)no-floating-promises
rule docs. (#3886)prefer-while
docs to be semantically correct (#3888)radix
rule checks (#3901)no-implicit-dependencies
now always considers peer dependencies (#3875)Thanks to our contributors!
tslint-react
was updated from 3.5.1 to 3.6.03.6.0
jsx-space-before-trailing-slash
(Couple styling tweaks #125)jsx-boolean-value
(Update react-dom in / from 16.1.1 to 16.2.0 #154)jsx-ban-elements
andjsx-curly-spacing
rules can be enabled for.jsx
files (Update @types/reactstrap in / from 5.0.3 to 5.0.4 #163)Thanks to our contributors!
typescript
was updated from 2.8.3 to 2.9.22.9.2
This release include a set of bug fixes reported against TypeScript 2.9.1. For the complete list of fixed issues, check out the fixed issues query for TypeScript 2.9.2.
Download: