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

Update yarn.lock #383

Closed
wants to merge 1 commit into from
Closed

Update yarn.lock #383

wants to merge 1 commit into from

Conversation

dependencies[bot]
Copy link
Contributor

@dependencies dependencies bot commented Jun 7, 2018

Overview

The following dependencies have been updated by dependencies.io:

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

Details

yarn.lock

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

The following 16 direct dependencies were updated:

@types/classnames was updated from 2.2.3 to 2.2.4

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

We didn't find any content for 4.2.7. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.

@types/reactstrap was updated from 5.0.24 to 5.0.27

We didn't find any content for 5.0.27. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.

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

1.13.4

link

  • Fix a regression when printing graphql-in-js (#4616)

react was updated from 16.3.2 to 16.4.0

16.4.0

React

React DOM

  • Add support for the Pointer Events specification. (philipp-spiess in #12507)
  • Properly call getDerivedStateFromProps() regardless of the reason for re-rendering. (acdlite in #12600 and #12802)
  • Fix a bug that prevented context propagation in some cases. (gaearon in #12708)
  • Fix re-rendering of components using forwardRef() on a deeper setState(). (gaearon in #12690)
  • Fix some attributes incorrectly getting removed from custom element nodes. (airamrguez in #12702)
  • Fix context providers to not bail out on children if there's a legacy context provider above. (gaearon in #12586)
  • Add the ability to specify propTypes on a context provider component. (nicolevy in #12658)
  • Fix a false positive warning when using react-lifecycles-compat in <StrictMode>. (bvaughn in #12644)
  • Warn when the forwardRef() render function has propTypes or defaultProps. (bvaughn in #12644)
  • Improve how forwardRef() and context consumers are displayed in the component stack. (sophiebits in #12777)
  • Change internal event names. This can break third-party packages that rely on React internals in unsupported ways. (philipp-spiess in #12629)

React Test Renderer

  • Fix the getDerivedStateFromProps() support to match the new React DOM behavior. (koba04 in #12676)
  • Fix a testInstance.parent crash when the parent is a fragment or another special node. (gaearon in #12813)
  • forwardRef() components are now discoverable by the test renderer traversal methods. (gaearon in #12725)
  • Shallow renderer now ignores setState() updaters that return null or undefined. (koba04 in #12756)

React ART

  • Fix reading context provided from the tree managed by React DOM. (acdlite in #12779)

React Call Return (Experimental)

  • This experiment was deleted because it was affecting the bundle size and the API wasn't good enough. It's likely to come back in the future in some other form. (gaearon in #12820)

React Reconciler (Experimental)

react-dom was updated from 16.3.2 to 16.4.0

16.4.0

React

React DOM

  • Add support for the Pointer Events specification. (philipp-spiess in #12507)
  • Properly call getDerivedStateFromProps() regardless of the reason for re-rendering. (acdlite in #12600 and #12802)
  • Fix a bug that prevented context propagation in some cases. (gaearon in #12708)
  • Fix re-rendering of components using forwardRef() on a deeper setState(). (gaearon in #12690)
  • Fix some attributes incorrectly getting removed from custom element nodes. (airamrguez in #12702)
  • Fix context providers to not bail out on children if there's a legacy context provider above. (gaearon in #12586)
  • Add the ability to specify propTypes on a context provider component. (nicolevy in #12658)
  • Fix a false positive warning when using react-lifecycles-compat in <StrictMode>. (bvaughn in #12644)
  • Warn when the forwardRef() render function has propTypes or defaultProps. (bvaughn in #12644)
  • Improve how forwardRef() and context consumers are displayed in the component stack. (sophiebits in #12777)
  • Change internal event names. This can break third-party packages that rely on React internals in unsupported ways. (philipp-spiess in #12629)

React Test Renderer

  • Fix the getDerivedStateFromProps() support to match the new React DOM behavior. (koba04 in #12676)
  • Fix a testInstance.parent crash when the parent is a fragment or another special node. (gaearon in #12813)
  • forwardRef() components are now discoverable by the test renderer traversal methods. (gaearon in #12725)
  • Shallow renderer now ignores setState() updaters that return null or undefined. (koba04 in #12756)

React ART

  • Fix reading context provided from the tree managed by React DOM. (acdlite in #12779)

React Call Return (Experimental)

  • This experiment was deleted because it was affecting the bundle size and the API wasn't good enough. It's likely to come back in the future in some other form. (gaearon in #12820)

React Reconciler (Experimental)

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

16.4.0

React

React DOM

  • Add support for the Pointer Events specification. (philipp-spiess in #12507)
  • Properly call getDerivedStateFromProps() regardless of the reason for re-rendering. (acdlite in #12600 and #12802)
  • Fix a bug that prevented context propagation in some cases. (gaearon in #12708)
  • Fix re-rendering of components using forwardRef() on a deeper setState(). (gaearon in #12690)
  • Fix some attributes incorrectly getting removed from custom element nodes. (airamrguez in #12702)
  • Fix context providers to not bail out on children if there's a legacy context provider above. (gaearon in #12586)
  • Add the ability to specify propTypes on a context provider component. (nicolevy in #12658)
  • Fix a false positive warning when using react-lifecycles-compat in <StrictMode>. (bvaughn in #12644)
  • Warn when the forwardRef() render function has propTypes or defaultProps. (bvaughn in #12644)
  • Improve how forwardRef() and context consumers are displayed in the component stack. (sophiebits in #12777)
  • Change internal event names. This can break third-party packages that rely on React internals in unsupported ways. (philipp-spiess in #12629)

React Test Renderer

  • Fix the getDerivedStateFromProps() support to match the new React DOM behavior. (koba04 in #12676)
  • Fix a testInstance.parent crash when the parent is a fragment or another special node. (gaearon in #12813)
  • forwardRef() components are now discoverable by the test renderer traversal methods. (gaearon in #12725)
  • Shallow renderer now ignores setState() updaters that return null or undefined. (koba04 in #12756)

React ART

  • Fix reading context provided from the tree managed by React DOM. (acdlite in #12779)

React Call Return (Experimental)

  • This experiment was deleted because it was affecting the bundle size and the API wasn't good enough. It's likely to come back in the future in some other form. (gaearon in #12820)

React Reconciler (Experimental)

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-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.1

2.9.1

For release notes, check out the release announcement

For new features, check out the What's new in TypeScript 2.9.

For breaking changes, check out the Breaking changes in TypeScript 2.9 page.

For the complete list of fixed issues, check out the issues fixed in TypeScript 2.9 RC and after TypeScript 2.9 RC.

Download:

Special thanks to all contributors to this release:

  • Aditya Daflapurkar
  • Adrien Gibrat
  • Alan Agius
  • Alex Khomchenko
  • Alex Ryan
  • Alexander Tarasyuk
  • Anders Hejlsberg
  • Andrew Casey
  • Andrew Faulkner
  • Andy Hanson
  • Armando Aguirre
  • Artem Tyurin
  • Arthur Ozga
  • Benjamin Lichtman
  • bluelovers
  • Bowden Kenny
  • Brandon Slade
  • Daniel Rosenwasser
  • Derek P Sifford
  • Dhruv Rajvanshi
  • Ecole Keine
  • falsandtru
  • Holger Jeromin
  • Jack Williams
  • Jordi Oliveras Rovira
  • Joscha Feth
  • Josh Goldberg
  • Kevin Donnelly
  • Khải
  • Klaus Meinhardt
  • Maarten Sijm
  • Matt Bierner
  • Mine Starks
  • Mohamed Hegazy
  • Nathan Shively-Sanders
  • Paul Koerbitz
  • rhysd
  • Ron Buckton
  • Ryan Cavanaugh
  • Sheetal Nandi
  • TravCav
  • Vakhurin Sergey
  • Wenlu Wang
  • Wesley Wigham
  • Zzzen

@dependencies
Copy link
Contributor Author

dependencies bot commented Jun 9, 2018

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

@dependencies dependencies bot deleted the deps/update-89195238 branch June 9, 2018 16:10
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.

None yet

2 participants