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

Update yarn.lock #518

Closed
wants to merge 1 commit into from
Closed

Update yarn.lock #518

wants to merge 1 commit into from

Conversation

dependencies[bot]
Copy link
Contributor

@dependencies dependencies bot commented Sep 10, 2018

Overview

The following dependencies have been updated by dependencies.io:

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

Details

yarn.lock

186 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.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.13

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

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

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

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

enzyme was updated from 3.3.0 to 3.6.0

3.6.0

New Stuff

  • shallow/mount: add simulateError (#1797)

enzyme-adapter-react-16 was updated from 1.1.1 to 1.5.0

1.5.0

Minor Changes

  • Add attachTo option to mount to mount to a specific element (#160)

  • Add .debug() method to ReactWrapper (#158)

  • Add .mount() and .unmount() APIs to ReactWrapper (#155)

  • Add .render() method to ReactWrapper (#156)

  • Allow .contains() to accept an array of nodes (#154)

  • Add .context() method to ReactWrapper and ShallowWrapper (#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.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.14.2

1.14.2

🔗 Changelog

react was updated from 16.3.2 to 16.5.0

16.5.0

React

  • Add a warning if React.forwardRef render function doesn't take exactly two arguments (bvaughn in #13168)
  • Improve the error message when passing an element to createElement by mistake (DCtheTall in #13131)
  • Don't call profiler onRender until after mutations (bvaughn in #13572)

React DOM

  • Add support for React DevTools Profiler (bvaughn in #13058)
  • Add react-dom/profiling entry point alias for profiling in production (bvaughn in #13570)
  • Add onAuxClick event for browsers that support it (jquense in #11571)
  • Add movementX and movementY fields to mouse events (jasonwilliams in #9018)
  • Add tangentialPressure and twist fields to pointer events (motiz88 in #13374)
  • Minimally support iframes (nested browsing contexts) in selection event handling (acusti in #12037)
  • Support passing booleans to the focusable SVG attribute (gaearon in #13339)
  • Ignore <noscript> on the client when when hydrating (Ephem in #13537)
  • Fix gridArea to be treated as a unitless CSS property (mgol in #13550)
  • Fix incorrect data in compositionend event when typing Korean on IE11 (crux153 in #12563)
  • Fix a crash when using dynamic children in the <option> tag (Slowyn in #13261, gaearon in #13465)
  • Fix the checked attribute not getting initially set on the input (dilidili in #13114)
  • Fix hydration of dangerousSetInnerHTML when __html is not a string (gaearon in #13353)
  • Fix a warning about missing controlled onChange to fire on falsy values too (nicolevy in #12628)
  • Fix submit and reset buttons getting an empty label (ellsclytn in #12780)
  • Fix the onSelect event not being triggered after drag and drop (gaearon in #13422)
  • Fix the onClick event not working inside a portal on iOS (aweary in #11927)
  • Fix a performance issue when thousands of roots are re-rendered (gaearon in #13335)
  • Fix a performance regression that also caused onChange to not fire in some cases (gaearon in #13423)
  • Handle errors in more edge cases gracefully (gaearon in #13237 and acdlite in #13269)
  • Don't use proxies for synthetic events in development (gaearon in #12171)
  • Warn when "false" or "true" is the value of a boolean DOM prop (motiz88 in #13372)
  • Warn when this.state is initialized to props (veekas in #11658)
  • Don't compare style on hydration in IE due to noisy false positives (mgol in #13534)
  • Include StrictMode in the component stack (gaearon in #13240)
  • Don't overwrite window.event in IE (ConradIrwin in #11696)
  • Improve component stack for the folder/index.js naming convention (gaearon in #12059)
  • Improve a warning when using getDerivedStateFromProps without initialized state (flxwu in #13317)
  • Improve a warning about invalid textarea usage (raunofreiberg in #13361)
  • Treat invalid Symbol and function values more consistently (raunofreiberg in #13362 and #13389)
  • Allow Electron <webview> tag without warnings (philipp-spiess in #13301)
  • Don't show the uncaught error addendum if e.preventDefault() was called (gaearon in #13384)
  • Warn about rendering Generators (gaearon in #13312)
  • Remove irrelevant suggestion of a legacy method from a warning (zx6658 in #13169)
  • Remove unstable_deferredUpdates in favor of unstable_scheduleWork from schedule (gaearon in #13488)
  • Fix unstable asynchronous mode from doing unnecessary work when an update takes too long (acdlite in #13503)

React DOM Server

  • Fix crash with nullish children when using dangerouslySetInnerHtml in a selected <option> (mridgway in #13078)
  • Fix crash when setTimeout is missing (dustinsoftware in #13088)

React Test Renderer and Test Utils

  • Fix this in a functional component for shallow renderer to be undefined (koba04 in #13144)
  • Deprecate a Jest-specific ReactTestUtils.mockComponent() helper (bvaughn in #13193)
  • Warn about ReactDOM.createPortal usage within the test renderer (bvaughn in #12895)
  • Improve a confusing error message (gaearon in #13351)

React ART

Schedule (Experimental)

  • New package for cooperatively scheduling work in a browser environment. It's used by React internally, but its public API is not finalized yet. (flarnie in #12624)

react-autosuggest was updated from 9.3.4 to 9.4.1

9.4.1

Fixed #412 and #380

react-dom was updated from 16.3.2 to 16.5.0

16.5.0

React

  • Add a warning if React.forwardRef render function doesn't take exactly two arguments (bvaughn in #13168)
  • Improve the error message when passing an element to createElement by mistake (DCtheTall in #13131)
  • Don't call profiler onRender until after mutations (bvaughn in #13572)

React DOM

  • Add support for React DevTools Profiler (bvaughn in #13058)
  • Add react-dom/profiling entry point alias for profiling in production (bvaughn in #13570)
  • Add onAuxClick event for browsers that support it (jquense in #11571)
  • Add movementX and movementY fields to mouse events (jasonwilliams in #9018)
  • Add tangentialPressure and twist fields to pointer events (motiz88 in #13374)
  • Minimally support iframes (nested browsing contexts) in selection event handling (acusti in #12037)
  • Support passing booleans to the focusable SVG attribute (gaearon in #13339)
  • Ignore <noscript> on the client when when hydrating (Ephem in #13537)
  • Fix gridArea to be treated as a unitless CSS property (mgol in #13550)
  • Fix incorrect data in compositionend event when typing Korean on IE11 (crux153 in #12563)
  • Fix a crash when using dynamic children in the <option> tag (Slowyn in #13261, gaearon in #13465)
  • Fix the checked attribute not getting initially set on the input (dilidili in #13114)
  • Fix hydration of dangerousSetInnerHTML when __html is not a string (gaearon in #13353)
  • Fix a warning about missing controlled onChange to fire on falsy values too (nicolevy in #12628)
  • Fix submit and reset buttons getting an empty label (ellsclytn in #12780)
  • Fix the onSelect event not being triggered after drag and drop (gaearon in #13422)
  • Fix the onClick event not working inside a portal on iOS (aweary in #11927)
  • Fix a performance issue when thousands of roots are re-rendered (gaearon in #13335)
  • Fix a performance regression that also caused onChange to not fire in some cases (gaearon in #13423)
  • Handle errors in more edge cases gracefully (gaearon in #13237 and acdlite in #13269)
  • Don't use proxies for synthetic events in development (gaearon in #12171)
  • Warn when "false" or "true" is the value of a boolean DOM prop (motiz88 in #13372)
  • Warn when this.state is initialized to props (veekas in #11658)
  • Don't compare style on hydration in IE due to noisy false positives (mgol in #13534)
  • Include StrictMode in the component stack (gaearon in #13240)
  • Don't overwrite window.event in IE (ConradIrwin in #11696)
  • Improve component stack for the folder/index.js naming convention (gaearon in #12059)
  • Improve a warning when using getDerivedStateFromProps without initialized state (flxwu in #13317)
  • Improve a warning about invalid textarea usage (raunofreiberg in #13361)
  • Treat invalid Symbol and function values more consistently (raunofreiberg in #13362 and #13389)
  • Allow Electron <webview> tag without warnings (philipp-spiess in #13301)
  • Don't show the uncaught error addendum if e.preventDefault() was called (gaearon in #13384)
  • Warn about rendering Generators (gaearon in #13312)
  • Remove irrelevant suggestion of a legacy method from a warning (zx6658 in #13169)
  • Remove unstable_deferredUpdates in favor of unstable_scheduleWork from schedule (gaearon in #13488)
  • Fix unstable asynchronous mode from doing unnecessary work when an update takes too long (acdlite in #13503)

React DOM Server

  • Fix crash with nullish children when using dangerouslySetInnerHtml in a selected <option> (mridgway in #13078)
  • Fix crash when setTimeout is missing (dustinsoftware in #13088)

React Test Renderer and Test Utils

  • Fix this in a functional component for shallow renderer to be undefined (koba04 in #13144)
  • Deprecate a Jest-specific ReactTestUtils.mockComponent() helper (bvaughn in #13193)
  • Warn about ReactDOM.createPortal usage within the test renderer (bvaughn in #12895)
  • Improve a confusing error message (gaearon in #13351)

React ART

Schedule (Experimental)

  • New package for cooperatively scheduling work in a browser environment. It's used by React internally, but its public API is not finalized yet. (flarnie in #12624)

react-loadable was updated from 5.4.0 to 5.5.0

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

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

16.5.0

React

  • Add a warning if React.forwardRef render function doesn't take exactly two arguments (bvaughn in #13168)
  • Improve the error message when passing an element to createElement by mistake (DCtheTall in #13131)
  • Don't call profiler onRender until after mutations (bvaughn in #13572)

React DOM

  • Add support for React DevTools Profiler (bvaughn in #13058)
  • Add react-dom/profiling entry point alias for profiling in production (bvaughn in #13570)
  • Add onAuxClick event for browsers that support it (jquense in #11571)
  • Add movementX and movementY fields to mouse events (jasonwilliams in #9018)
  • Add tangentialPressure and twist fields to pointer events (motiz88 in #13374)
  • Minimally support iframes (nested browsing contexts) in selection event handling (acusti in #12037)
  • Support passing booleans to the focusable SVG attribute (gaearon in #13339)
  • Ignore <noscript> on the client when when hydrating (Ephem in #13537)
  • Fix gridArea to be treated as a unitless CSS property (mgol in #13550)
  • Fix incorrect data in compositionend event when typing Korean on IE11 (crux153 in #12563)
  • Fix a crash when using dynamic children in the <option> tag (Slowyn in #13261, gaearon in #13465)
  • Fix the checked attribute not getting initially set on the input (dilidili in #13114)
  • Fix hydration of dangerousSetInnerHTML when __html is not a string (gaearon in #13353)
  • Fix a warning about missing controlled onChange to fire on falsy values too (nicolevy in #12628)
  • Fix submit and reset buttons getting an empty label (ellsclytn in #12780)
  • Fix the onSelect event not being triggered after drag and drop (gaearon in #13422)
  • Fix the onClick event not working inside a portal on iOS (aweary in #11927)
  • Fix a performance issue when thousands of roots are re-rendered (gaearon in #13335)
  • Fix a performance regression that also caused onChange to not fire in some cases (gaearon in #13423)
  • Handle errors in more edge cases gracefully (gaearon in #13237 and acdlite in #13269)
  • Don't use proxies for synthetic events in development (gaearon in #12171)
  • Warn when "false" or "true" is the value of a boolean DOM prop (motiz88 in #13372)
  • Warn when this.state is initialized to props (veekas in #11658)
  • Don't compare style on hydration in IE due to noisy false positives (mgol in #13534)
  • Include StrictMode in the component stack (gaearon in #13240)
  • Don't overwrite window.event in IE (ConradIrwin in #11696)
  • Improve component stack for the folder/index.js naming convention (gaearon in #12059)
  • Improve a warning when using getDerivedStateFromProps without initialized state (flxwu in #13317)
  • Improve a warning about invalid textarea usage (raunofreiberg in #13361)
  • Treat invalid Symbol and function values more consistently (raunofreiberg in #13362 and #13389)
  • Allow Electron <webview> tag without warnings (philipp-spiess in #13301)
  • Don't show the uncaught error addendum if e.preventDefault() was called (gaearon in #13384)
  • Warn about rendering Generators (gaearon in #13312)
  • Remove irrelevant suggestion of a legacy method from a warning (zx6658 in #13169)
  • Remove unstable_deferredUpdates in favor of unstable_scheduleWork from schedule (gaearon in #13488)
  • Fix unstable asynchronous mode from doing unnecessary work when an update takes too long (acdlite in #13503)

React DOM Server

  • Fix crash with nullish children when using dangerouslySetInnerHtml in a selected <option> (mridgway in #13078)
  • Fix crash when setTimeout is missing (dustinsoftware in #13088)

React Test Renderer and Test Utils

  • Fix this in a functional component for shallow renderer to be undefined (koba04 in #13144)
  • Deprecate a Jest-specific ReactTestUtils.mockComponent() helper (bvaughn in #13193)
  • Warn about ReactDOM.createPortal usage within the test renderer (bvaughn in #12895)
  • Improve a confusing error message (gaearon in #13351)

React ART

Schedule (Experimental)

  • New package for cooperatively scheduling work in a browser environment. It's used by React internally, but its public API is not finalized yet. (flarnie in #12624)

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)

source-map-explorer was updated from 1.5.0 to 1.6.0

1.6.0

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

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

@dependencies dependencies bot deleted the deps/update-b1cad8f0 branch September 11, 2018 16:12
kornicameister pushed a commit that referenced this pull request Oct 30, 2018
## Overview

The following dependencies have been updated by [dependencies.io](https://www.dependencies.io/):

- `lint-staged` in `package.json` from "8.0.0" to "8.0.3"

## Details

### `lint-staged`

This dependency is located in `package.json` and was updated from "8.0.0" to "8.0.3".

<details>
<summary>8.0.1</summary>

## [8.0.1](http://git+https/github.com/okonet/lint-staged/compare/v8.0.0...v8.0.1) (2018-10-29)


### Bug Fixes

* **git:** Use resolveGitDir to resolve to .git for git commands ([#518](http://git+https/github.com/lint-staged/lint-staged/issues/518)) ([da42f8a](http://git+https/github.com/okonet/lint-staged/commit/da42f8a)), closes [#514](http://git+https/github.com/lint-staged/lint-staged/issues/514)

</details>

<details>
<summary>8.0.2</summary>

## [8.0.2](http://git+https/github.com/okonet/lint-staged/compare/v8.0.1...v8.0.2) (2018-10-29)


### Bug Fixes

* **git:** Use resolveGitDir in hasPartiallyStagedFiles ([#520](http://git+https/github.com/lint-staged/lint-staged/issues/520)) ([af99172](http://git+https/github.com/okonet/lint-staged/commit/af99172)), closes [#514](http://git+https/github.com/lint-staged/lint-staged/issues/514)

</details>

<details>
<summary>8.0.3</summary>

## [8.0.3](http://git+https/github.com/okonet/lint-staged/compare/v8.0.2...v8.0.3) (2018-10-30)


### Bug Fixes

* Allow to use lint-staged on CI ([#523](http://git+https/github.com/lint-staged/lint-staged/issues/523)) ([225a904](http://git+https/github.com/okonet/lint-staged/commit/225a904))

</details>
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