Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Update yarn.lock #448

Closed
wants to merge 1 commit into from
Closed

Update yarn.lock #448

wants to merge 1 commit into from

Conversation

dependencies[bot]
Copy link
Contributor

@dependencies dependencies bot commented Jul 23, 2018

Overview

The following dependencies have been updated by dependencies.io:

  • yarn.lock was updated (including 19 updated direct dependencies)

Details

yarn.lock

132 transitive dependencies were updated, 8 were added, and 9 removed. View the git diff for more details about exactly what changed.

The following 19 direct dependencies were updated:

@types/classnames was updated from 2.2.3 to 2.2.6

We 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.12

We didn't find any content for 3.1.12. 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.6

We didn't find any content for 16.0.6. 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.0

We didn't find any content for 5.4.0. 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.0

We 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.6

2.2.6
  • Fixed compatibility issue with usage in an es module environment

moment was updated from 2.22.1 to 2.22.2

2.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.13.7

1.13.7

🔗 Changelog

react was updated from 16.3.2 to 16.4.1

16.4.1

React

  • You can now assign propTypes to components returned by React.ForwardRef. (bvaughn in #12911)

React DOM

  • Fix a crash when the input type changes from some other types to text. (spirosikmd in #12135)
  • Fix a crash in IE11 when restoring focus to an SVG element. (ThaddeusJiang in #12996)
  • Fix a range input not updating in some cases. (Illu in #12939)
  • Fix input validation triggering unnecessarily in Firefox. (nhunzaker in #12925)
  • Fix an incorrect event.target value for the onChange event in IE9. (nhunzaker in #12976)
  • Fix a false positive error when returning an empty <React.Fragment /> from a component. (philipp-spiess in #12966)

React DOM Server

React Test Renderer

  • Allow multiple root children in test renderer traversal API. (gaearon in #13017)
  • Fix getDerivedStateFromProps() in the shallow renderer to not discard the pending state. (fatfisz in #13030)

react-dom was updated from 16.3.2 to 16.4.1

16.4.1

React

  • You can now assign propTypes to components returned by React.ForwardRef. (bvaughn in #12911)

React DOM

  • Fix a crash when the input type changes from some other types to text. (spirosikmd in #12135)
  • Fix a crash in IE11 when restoring focus to an SVG element. (ThaddeusJiang in #12996)
  • Fix a range input not updating in some cases. (Illu in #12939)
  • Fix input validation triggering unnecessarily in Firefox. (nhunzaker in #12925)
  • Fix an incorrect event.target value for the onChange event in IE9. (nhunzaker in #12976)
  • Fix a false positive error when returning an empty <React.Fragment /> from a component. (philipp-spiess in #12966)

React DOM Server

React Test Renderer

  • Allow multiple root children in test renderer traversal API. (gaearon in #13017)
  • Fix getDerivedStateFromProps() in the shallow renderer to not discard the pending state. (fatfisz in #13030)

react-google-charts was updated from 1.5.7 to 1.6.6

We didn't find any content for 1.6.6. 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.1

4.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.16.0

We didn't find any content for 2.16.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.1

16.4.1

React

  • You can now assign propTypes to components returned by React.ForwardRef. (bvaughn in #12911)

React DOM

  • Fix a crash when the input type changes from some other types to text. (spirosikmd in #12135)
  • Fix a crash in IE11 when restoring focus to an SVG element. (ThaddeusJiang in #12996)
  • Fix a range input not updating in some cases. (Illu in #12939)
  • Fix input validation triggering unnecessarily in Firefox. (nhunzaker in #12925)
  • Fix an incorrect event.target value for the onChange event in IE9. (nhunzaker in #12976)
  • Fix a false positive error when returning an empty <React.Fragment /> from a component. (philipp-spiess in #12966)

React DOM Server

React Test Renderer

  • Allow multiple root children in test renderer traversal API. (gaearon in #13017)
  • Fix getDerivedStateFromProps() in the shallow renderer to not discard the pending state. (fatfisz in #13030)

react-transition-group was updated from 2.3.1 to 2.4.0

2.4.0

2.4.0 (2018-06-27)

Features

  • remove deprecated lifecycle hooks and polyfill for older react versions (c1ab1cf)

Performance Improvements

  • don't reflow when there's no class to add (d7b898d)

ts-jest was updated from 22.4.5 to 22.4.6

We 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.0

5.11.0

⚠️ Deprecations

  • [deprecation] no-unused-variable is deprecated because typescript now covers most of its functionality (#3919)

🎉 Features

🛠️ Bugfixes & enhancements

  • [bugfix] no-use-before-declare Fixes false positives when using the destructuring syntax (#3761) (#3876)
  • [bugfix] Fix Copyright: license JSDoc tag was missing (#3879)
  • [bugfix] Fix missing newline at end of file (#3896)
  • [bugfix] allow-empty-functions option of no-empty rule is now properly respecting empty methods (#3897)
  • [bugfix] no-magic-numbers - support for negative zero (#3903)
  • [bugfix] Handle tsconfig.json errors without using JSON.stringify (#3908)
  • [bugfix] Fix CI: no-implicit-dependencies test failure; typescript@next failure (#4019)
  • [bugfix] Fix edge case in no-console rule (#4041)
  • [docs] Fix typos in the no-floating-promises rule docs. (#3886)
  • [docs] Updated prefer-while docs to be semantically correct (#3888)
  • [docs] Fix link to configuration page (#3891)
  • [docs] Fix docs typo (#3898)
  • [docs] Fix docs typo (#3910)
  • [enhancement] Turn on strictPropertyInitialization for src/ and test/ (#3924)
  • [enhancement] Use Buffer.allocUnsafe instead of the deprecated new Buffer() (#3985)
  • [enhancement] Improve radix rule checks (#3901)
  • [enhancement] Output +/- on diff so added/removed empty lines are visible. (#3973)
  • [rule-change] no-implicit-dependencies now always considers peer dependencies (#3875)

Thanks to our contributors!

  • Bowen Ni
  • Peter Safranek
  • Saugat Acharya
  • Jason Mendes
  • Ryan Waskiewicz
  • Dariusz Rumiński
  • Xinhu Liu
  • Rado Kirov
  • aervin_
  • Josh Goldberg
  • mertdeg2
  • Jason Killian
  • Adrian Leonhard
  • david-cannady
  • Andy Russell
  • Tibor Blenessy
  • Andrew Crites
  • Pavel Birukov
  • shalomdotnet

tslint-react was updated from 3.5.1 to 3.6.0

3.6.0

Thanks to our contributors!

  • no23reason

typescript was updated from 2.8.3 to 2.9.2

2.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:

@dependencies
Copy link
Contributor Author

dependencies bot commented Jul 25, 2018

This PR has been automatically closed in favor of #451.

@dependencies dependencies bot deleted the deps/update-9d9dcc88 branch July 25, 2018 16:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants