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
189 transitive dependencies were updated, 14 were added, and 18 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.0We didn't find any content for 4.3.0. 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.016.5.0
React
React.forwardRef
render function doesn't take exactly two arguments (bvaughn in #13168)createElement
by mistake (DCtheTall in #13131)onRender
until after mutations (bvaughn in #13572)React DOM
react-dom/profiling
entry point alias for profiling in production (bvaughn in #13570)onAuxClick
event for browsers that support it (jquense in #11571)movementX
andmovementY
fields to mouse events (jasonwilliams in #9018)tangentialPressure
andtwist
fields to pointer events (motiz88 in #13374)focusable
SVG attribute (gaearon in #13339)<noscript>
on the client when when hydrating (Ephem in #13537)gridArea
to be treated as a unitless CSS property (mgol in #13550)compositionend
event when typing Korean on IE11 (crux153 in #12563)children
in the<option>
tag (Slowyn in #13261, gaearon in #13465)checked
attribute not getting initially set on theinput
(dilidili in #13114)dangerousSetInnerHTML
when__html
is not a string (gaearon in #13353)onChange
to fire on falsy values too (nicolevy in #12628)submit
andreset
buttons getting an empty label (ellsclytn in #12780)onSelect
event not being triggered after drag and drop (gaearon in #13422)onClick
event not working inside a portal on iOS (aweary in #11927)onChange
to not fire in some cases (gaearon in #13423)"false"
or"true"
is the value of a boolean DOM prop (motiz88 in #13372)this.state
is initialized toprops
(veekas in #11658)style
on hydration in IE due to noisy false positives (mgol in #13534)StrictMode
in the component stack (gaearon in #13240)window.event
in IE (ConradIrwin in #11696)folder/index.js
naming convention (gaearon in #12059)getDerivedStateFromProps
without initialized state (flxwu in #13317)<webview>
tag without warnings (philipp-spiess in #13301)e.preventDefault()
was called (gaearon in #13384)unstable_deferredUpdates
in favor ofunstable_scheduleWork
fromschedule
(gaearon in #13488)React DOM Server
dangerouslySetInnerHtml
in a selected<option>
(mridgway in #13078)setTimeout
is missing (dustinsoftware in #13088)React Test Renderer and Test Utils
this
in a functional component for shallow renderer to beundefined
(koba04 in #13144)ReactTestUtils.mockComponent()
helper (bvaughn in #13193)ReactDOM.createPortal
usage within the test renderer (bvaughn in #12895)React ART
Schedule (Experimental)
react-autosuggest
was updated from 9.3.4 to 9.4.19.4.1
Fixed #412 and #380
react-dom
was updated from 16.3.2 to 16.5.016.5.0
React
React.forwardRef
render function doesn't take exactly two arguments (bvaughn in #13168)createElement
by mistake (DCtheTall in #13131)onRender
until after mutations (bvaughn in #13572)React DOM
react-dom/profiling
entry point alias for profiling in production (bvaughn in #13570)onAuxClick
event for browsers that support it (jquense in #11571)movementX
andmovementY
fields to mouse events (jasonwilliams in #9018)tangentialPressure
andtwist
fields to pointer events (motiz88 in #13374)focusable
SVG attribute (gaearon in #13339)<noscript>
on the client when when hydrating (Ephem in #13537)gridArea
to be treated as a unitless CSS property (mgol in #13550)compositionend
event when typing Korean on IE11 (crux153 in #12563)children
in the<option>
tag (Slowyn in #13261, gaearon in #13465)checked
attribute not getting initially set on theinput
(dilidili in #13114)dangerousSetInnerHTML
when__html
is not a string (gaearon in #13353)onChange
to fire on falsy values too (nicolevy in #12628)submit
andreset
buttons getting an empty label (ellsclytn in #12780)onSelect
event not being triggered after drag and drop (gaearon in #13422)onClick
event not working inside a portal on iOS (aweary in #11927)onChange
to not fire in some cases (gaearon in #13423)"false"
or"true"
is the value of a boolean DOM prop (motiz88 in #13372)this.state
is initialized toprops
(veekas in #11658)style
on hydration in IE due to noisy false positives (mgol in #13534)StrictMode
in the component stack (gaearon in #13240)window.event
in IE (ConradIrwin in #11696)folder/index.js
naming convention (gaearon in #12059)getDerivedStateFromProps
without initialized state (flxwu in #13317)<webview>
tag without warnings (philipp-spiess in #13301)e.preventDefault()
was called (gaearon in #13384)unstable_deferredUpdates
in favor ofunstable_scheduleWork
fromschedule
(gaearon in #13488)React DOM Server
dangerouslySetInnerHtml
in a selected<option>
(mridgway in #13078)setTimeout
is missing (dustinsoftware in #13088)React Test Renderer and Test Utils
this
in a functional component for shallow renderer to beundefined
(koba04 in #13144)ReactTestUtils.mockComponent()
helper (bvaughn in #13193)ReactDOM.createPortal
usage within the test renderer (bvaughn in #12895)React ART
Schedule (Experimental)
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.016.5.0
React
React.forwardRef
render function doesn't take exactly two arguments (bvaughn in #13168)createElement
by mistake (DCtheTall in #13131)onRender
until after mutations (bvaughn in #13572)React DOM
react-dom/profiling
entry point alias for profiling in production (bvaughn in #13570)onAuxClick
event for browsers that support it (jquense in #11571)movementX
andmovementY
fields to mouse events (jasonwilliams in #9018)tangentialPressure
andtwist
fields to pointer events (motiz88 in #13374)focusable
SVG attribute (gaearon in #13339)<noscript>
on the client when when hydrating (Ephem in #13537)gridArea
to be treated as a unitless CSS property (mgol in #13550)compositionend
event when typing Korean on IE11 (crux153 in #12563)children
in the<option>
tag (Slowyn in #13261, gaearon in #13465)checked
attribute not getting initially set on theinput
(dilidili in #13114)dangerousSetInnerHTML
when__html
is not a string (gaearon in #13353)onChange
to fire on falsy values too (nicolevy in #12628)submit
andreset
buttons getting an empty label (ellsclytn in #12780)onSelect
event not being triggered after drag and drop (gaearon in #13422)onClick
event not working inside a portal on iOS (aweary in #11927)onChange
to not fire in some cases (gaearon in #13423)"false"
or"true"
is the value of a boolean DOM prop (motiz88 in #13372)this.state
is initialized toprops
(veekas in #11658)style
on hydration in IE due to noisy false positives (mgol in #13534)StrictMode
in the component stack (gaearon in #13240)window.event
in IE (ConradIrwin in #11696)folder/index.js
naming convention (gaearon in #12059)getDerivedStateFromProps
without initialized state (flxwu in #13317)<webview>
tag without warnings (philipp-spiess in #13301)e.preventDefault()
was called (gaearon in #13384)unstable_deferredUpdates
in favor ofunstable_scheduleWork
fromschedule
(gaearon in #13488)React DOM Server
dangerouslySetInnerHtml
in a selected<option>
(mridgway in #13078)setTimeout
is missing (dustinsoftware in #13088)React Test Renderer and Test Utils
this
in a functional component for shallow renderer to beundefined
(koba04 in #13144)ReactTestUtils.mockComponent()
helper (bvaughn in #13193)ReactDOM.createPortal
usage within the test renderer (bvaughn in #12895)React ART
Schedule (Experimental)
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: