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 23 updated direct dependencies)Details
yarn.lock
160 transitive dependencies were updated, 11 were added, and 11 removed. View the git diff for more details about exactly what changed.
The following 23 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.4.13.4.1
Fixes
shallow
:setProps
: merge instead of replace props (commit)Documentation
enzyme-adapter-react-16
was updated from 1.1.1 to 1.2.01.2.0
Minor Changes
Patches
nodeHasId
fix for some 0.14 corner cases (#65)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.4.216.4.2
React DOM Server
Fix a potential XSS vulnerability when the attacker controls an attribute name (
CVE-2018-6341
). This fix is available in the latest[email protected]
, as well as in previous affected minor versions:[email protected]
,[email protected]
,[email protected]
, and[email protected]
. (gaearon in #13302)Fix a crash in the server renderer when an attribute is called
hasOwnProperty
. This fix is only available in[email protected]
. (gaearon in #13303)react-dom
was updated from 16.3.2 to 16.4.216.4.2
React DOM Server
Fix a potential XSS vulnerability when the attacker controls an attribute name (
CVE-2018-6341
). This fix is available in the latest[email protected]
, as well as in previous affected minor versions:[email protected]
,[email protected]
,[email protected]
, and[email protected]
. (gaearon in #13302)Fix a crash in the server renderer when an attribute is called
hasOwnProperty
. This fix is only available in[email protected]
. (gaearon in #13303)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.4.216.4.2
React DOM Server
Fix a potential XSS vulnerability when the attacker controls an attribute name (
CVE-2018-6341
). This fix is available in the latest[email protected]
, as well as in previous affected minor versions:[email protected]
,[email protected]
,[email protected]
, and[email protected]
. (gaearon in #13302)Fix a crash in the server renderer when an attribute is called
hasOwnProperty
. This fix is only available in[email protected]
. (gaearon in #13303)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: