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
191 transitive dependencies were updated, 14 were added, and 19 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.13We didn't find any content for 3.1.13. 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.5We didn't find any content for 9.3.5. 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.7We didn't find any content for 16.0.7. 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.6.03.6.0
New Stuff
shallow
/mount
: addsimulateError
(#1797)enzyme-adapter-react-16
was updated from 1.1.1 to 1.5.01.5.0
Minor Changes
Add
attachTo
option tomount
to mount to a specific element (#160)Add
.debug()
method toReactWrapper
(#158)Add
.mount()
and.unmount()
APIs toReactWrapper
(#155)Add
.render()
method toReactWrapper
(#156)Allow
.contains()
to accept an array of nodes (#154)Add
.context()
method toReactWrapper
andShallowWrapper
(#152)Patches
Fixed some behavior with
.contains()
matching on strings (#148)Fixed
.debug()
's output for numeric children (#149)Documentation fixes
Update versions of dependencies
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.21.14.2
🔗 Changelog
react
was updated from 16.3.2 to 16.5.116.5.1
16.5.1 (September 13, 2018)
React
React.forwardRef
receives an unexpected number of arguments. (andresroberto in #13636)React DOM
isReactComponent
. (gaearon in #13608)react-dom/profiling
withschedule/tracking
. (bvaughn in #13605)ForwardRef
component defines adisplayName
, use it in warnings. (probablyup in #13615)Schedule (Experimental)
schedule/tracking-profiling
. (bvaughn in #13605)react-autosuggest
was updated from 9.3.4 to 9.4.19.4.1
Fixes #412 and #380
react-dom
was updated from 16.3.2 to 16.5.116.5.1
16.5.1 (September 13, 2018)
React
React.forwardRef
receives an unexpected number of arguments. (andresroberto in #13636)React DOM
isReactComponent
. (gaearon in #13608)react-dom/profiling
withschedule/tracking
. (bvaughn in #13605)ForwardRef
component defines adisplayName
, use it in warnings. (probablyup in #13615)Schedule (Experimental)
schedule/tracking-profiling
. (bvaughn in #13605)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.5.116.5.1
16.5.1 (September 13, 2018)
React
React.forwardRef
receives an unexpected number of arguments. (andresroberto in #13636)React DOM
isReactComponent
. (gaearon in #13608)react-dom/profiling
withschedule/tracking
. (bvaughn in #13605)ForwardRef
component defines adisplayName
, use it in warnings. (probablyup in #13615)Schedule (Experimental)
schedule/tracking-profiling
. (bvaughn in #13605)react-transition-group
was updated from 2.3.1 to 2.4.02.4.0
2.4.0 (2018-06-27)
Features
Performance Improvements
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: