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

Update yarn.lock #382

Closed
wants to merge 1 commit into from
Closed

Update yarn.lock #382

wants to merge 1 commit into from

Conversation

dependencies[bot]
Copy link
Contributor

@dependencies dependencies bot commented Jun 6, 2018

Overview

The following dependencies have been updated by dependencies.io:

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

Details

yarn.lock

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

4.3.0

The major new things of this release are Redirect with params (see #5209) and the new generatePath API. We also cleaned up the code with Prettier, so browsing through it should be more enjoyable.

One other thing to mention, while I have your attention, is the deprecation of react-router-redux. It's no longer maintained and has a number of fundamental problems (particularly around time travel). Integrating Redux and the DOM History API is challenging because they don't maintain the same semantics and the resulting integration is error prone. Getting to the router context will be easier in future versions of React Router, so the main motivations for needing it will be going away. So, while I would advise against trying to integrate the two, for those that still want this functionality can turn to libraries like supasate's connected-react-router.

Changes

  • Use the pretty option in generatePath (#6172 by sibelius)
  • aria-current has incorrect value "true" (#6118 by brandonrninefive)
  • Redirect with parameters (#5209 by dlindenkreuz)
  • Fix with missing pathname: <Link to="?foo=bar"> (#5489 by pshrmn)
  • Escape NavLink path to allow special characters in path. (#5596 by esiegel)
  • Expose generatePath (#5661 by rybon)
  • Use named import of history module. (#5589 by RoboBurned)
  • Hoist dependencies for smaller UMD builds (#5720 by pshrmn)
  • Remove aria-current from navLink when inactive (#5508 by AlmeroSteyn)
  • Add invariant for missing "to" property on <Link> (#5792 by selbekk)
  • Use Prettier on the code (e6f9017 by mjackson)
  • Fix pathless route's match when parent is null (#5964 by pshrmn)
  • Use history.createLocation in <StaticRouter> (#5722 by pshrmn)

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 7, 2018

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

@dependencies dependencies bot deleted the deps/update-0fa33f13 branch June 7, 2018 16:15
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