Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 43 dependencies from npm #3673

Merged
merged 47 commits into from May 30, 2018

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented May 28, 2018

Overview

The following dependencies have been updated:

  • cross-env in / from "5.1.5" to "5.1.6"
  • eslint-plugin-jest in / from "21.15.1" to "21.17.0"
  • jest-enzyme in / from "6.0.0" to "6.0.1"
  • jest-image-snapshot in / from "2.4.1" to "2.4.2"
  • prettier in / from "1.12.1" to "1.13.0"
  • react in / from "16.3.2" to "16.4.0"
  • react-dom in / from "16.3.2" to "16.4.0"
  • react-test-renderer in / from "16.3.2" to "16.4.0"
  • airbnb-js-shims in lib/core from "1.5.1" to "1.5.2"
  • autoprefixer in lib/core from "8.5.0" to "8.5.1"
  • webpack in lib/core from "4.8.3" to "4.9.2"
  • core-js in app/angular from "2.5.6" to "2.5.7"
  • common-tags in app/html from "1.7.2" to "1.8.0"
  • common-tags in app/marko from "1.7.2" to "1.8.0"
  • common-tags in app/mithril from "1.7.2" to "1.8.0"
  • common-tags in app/polymer from "1.7.2" to "1.8.0"
  • common-tags in app/react from "1.7.2" to "1.8.0"
  • common-tags in app/vue from "1.7.2" to "1.8.0"
  • vue-loader in app/vue from "14.2.2" to "14.2.3"
  • core-js in addons/info from "2.5.6" to "2.5.7"
  • react-test-renderer in addons/info from "16.3.2" to "16.4.0"
  • prettier in addons/storysource from "1.12.1" to "1.13.0"
  • events in lib/ui from "2.0.0" to "2.1.0"
  • jest-image-snapshot in addons/storyshots from "2.4.1" to "2.4.2"
  • react in addons/storyshots from "16.3.2" to "16.4.0"
  • webpack in app/react-native from "4.8.3" to "4.9.2"
  • marko in examples/marko-cli from "4.9.7" to "4.10.0"
  • prettier in examples/marko-cli from "1.12.1" to "1.13.0"
  • webpack in examples/marko-cli from "4.8.3" to "4.9.2"
  • webpack in examples/polymer-cli from "4.8.3" to "4.9.2"
  • core-js in examples/angular-cli from "2.5.6" to "2.5.7"
  • rxjs in examples/angular-cli from "5.5.10" to "5.5.11"
  • ts-node in examples/angular-cli from "6.0.3" to "6.0.5"
  • react in examples/cra-kitchen-sink from "16.3.2" to "16.4.0"
  • react-dom in examples/cra-kitchen-sink from "16.3.2" to "16.4.0"
  • webpack in examples/cra-kitchen-sink from "4.8.3" to "4.9.2"
  • webpack in examples/mithril-kitchen-sink from "4.8.3" to "4.9.2"
  • cross-env in examples/vue-kitchen-sink from "5.1.5" to "5.1.6"
  • vue-loader in examples/vue-kitchen-sink from "14.2.2" to "14.2.3"
  • webpack in examples/vue-kitchen-sink from "4.8.3" to "4.9.2"
  • react in examples/official-storybook from "16.3.2" to "16.4.0"
  • react-dom in examples/official-storybook from "16.3.2" to "16.4.0"
  • webpack in examples/official-storybook from "4.8.3" to "4.9.2"

Details

Dependencies.io has updated cross-env (a npm dependency in /) from "5.1.5" to "5.1.6".

5.1.6

5.1.6 (2018-05-22)

Bug Fixes

  • check for sigint before setting exit code to 1 (#181) (b88977c)

Dependencies.io has updated eslint-plugin-jest (a npm dependency in /) from "21.15.1" to "21.17.0".

21.17.0

21.17.0 (2018-05-28)

Features

21.16.1

21.16.1 (2018-05-27)

Bug Fixes

  • handle callexpressions with anonymous calles (885ce17)
21.16.0

21.16.0 (2018-05-27)

Features

21.15.3

21.15.3 (2018-05-27)

Bug Fixes

21.15.2

21.15.2 (2018-05-23)

Bug Fixes

  • valid-describe: allow concise body arrow function (#106) (4586bdc)

Dependencies.io has updated jest-enzyme (a npm dependency in /) from "6.0.0" to "6.0.1".

6.0.1
  • Fix jest-environment-enzyme to actually work with different react adapter versions. (evocateur)

Dependencies.io has updated jest-image-snapshot (a npm dependency in /) from "2.4.1" to "2.4.2".

2.4.2

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated prettier (a npm dependency in /) from "1.12.1" to "1.13.0".

1.13.0

🔗 Release Notes


Dependencies.io has updated react (a npm dependency in /) 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)


Dependencies.io has updated react-dom (a npm dependency in /) 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)


Dependencies.io has updated react-test-renderer (a npm dependency in /) 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)


Dependencies.io has updated airbnb-js-shims (a npm dependency in lib/core) from "1.5.1" to "1.5.2".

1.5.2

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated autoprefixer (a npm dependency in lib/core) from "8.5.0" to "8.5.1".

8.5.1
  • Remove unnecessary warning on -webkit-fill-available.

Dependencies.io has updated webpack (a npm dependency in lib/core) from "4.8.3" to "4.9.2".

4.9.2

Bugfixes

  • functions is defined because used (fixes undeclared function error in firefox)
  • progress plugin works now in MultiCompiler scenarios again
4.9.1

Bugfixes

  • fix parameter references in default parameters

Internal changes

  • change test cases to text format
4.9.0

Features

  • BannerPlugin supports a function as banner option
  • allow serve property in configuration schema
  • add entryOnly option to DllPlugin to only expose modules in the entry point
  • Allow to choose between webpack-cli and webpack-command
  • improve error message when JSON parsing fails
  • allow BOM in JSON
  • sort usedIds in records for stablility

Bugfixes

  • align module not found error message with node.js
  • fix behavior of splitChunks when request limit has reached (caused suboptimal splitting)
  • fix handling of RegExp in records (caused absolute path in records)
  • fix handling of circular chunks (caused missing __webpack_require__.e)
  • runtimeChunk is even generated when all modules are moved by splitChunks (caused multiple runtime chunks instead of single one)
  • string ids are no longer recorded (caused duplicate chunk ids)
  • fix link to migration guide in error message

Internal changes

  • add more typings
  • Use travis stages
  • add many-pages example

Dependencies.io has updated core-js (a npm dependency in app/angular) from "2.5.6" to "2.5.7".

2.5.7
  • Get rid of reserved variable name final, related #400

Dependencies.io has updated common-tags (a npm dependency in app/html) from "1.7.2" to "1.8.0".

1.8.0

Bug Fixes

  • Previously valueOf was called on objects in templates before toString - now the order is in line with the spec (Fix error on Firefox #144)

Plumbing


Dependencies.io has updated common-tags (a npm dependency in app/marko) from "1.7.2" to "1.8.0".

1.8.0

Bug Fixes

  • Previously valueOf was called on objects in templates before toString - now the order is in line with the spec (Fix error on Firefox #144)

Plumbing


Dependencies.io has updated common-tags (a npm dependency in app/mithril) from "1.7.2" to "1.8.0".

1.8.0

Bug Fixes

  • Previously valueOf was called on objects in templates before toString - now the order is in line with the spec (Fix error on Firefox #144)

Plumbing


Dependencies.io has updated common-tags (a npm dependency in app/polymer) from "1.7.2" to "1.8.0".

1.8.0

Bug Fixes

  • Previously valueOf was called on objects in templates before toString - now the order is in line with the spec (Fix error on Firefox #144)

Plumbing


Dependencies.io has updated common-tags (a npm dependency in app/react) from "1.7.2" to "1.8.0".

1.8.0

Bug Fixes

  • Previously valueOf was called on objects in templates before toString - now the order is in line with the spec (Fix error on Firefox #144)

Plumbing


Dependencies.io has updated common-tags (a npm dependency in app/vue) from "1.7.2" to "1.8.0".

1.8.0

Bug Fixes

  • Previously valueOf was called on objects in templates before toString - now the order is in line with the spec (Fix error on Firefox #144)

Plumbing


Dependencies.io has updated vue-loader (a npm dependency in app/vue) from "14.2.2" to "14.2.3".

14.2.3

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated core-js (a npm dependency in addons/info) from "2.5.6" to "2.5.7".

2.5.7
  • Get rid of reserved variable name final, related #400

Dependencies.io has updated react-test-renderer (a npm dependency in addons/info) 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)


Dependencies.io has updated prettier (a npm dependency in addons/storysource) from "1.12.1" to "1.13.0".

1.13.0

🔗 Release Notes


Dependencies.io has updated events (a npm dependency in lib/ui) from "2.0.0" to "2.1.0".

2.1.0

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated jest-image-snapshot (a npm dependency in addons/storyshots) from "2.4.1" to "2.4.2".

2.4.2

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated react (a npm dependency in addons/storyshots) 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)


Dependencies.io has updated webpack (a npm dependency in app/react-native) from "4.8.3" to "4.9.2".

4.9.2

Bugfixes

  • functions is defined because used (fixes undeclared function error in firefox)
  • progress plugin works now in MultiCompiler scenarios again
4.9.1

Bugfixes

  • fix parameter references in default parameters

Internal changes

  • change test cases to text format
4.9.0

Features

  • BannerPlugin supports a function as banner option
  • allow serve property in configuration schema
  • add entryOnly option to DllPlugin to only expose modules in the entry point
  • Allow to choose between webpack-cli and webpack-command
  • improve error message when JSON parsing fails
  • allow BOM in JSON
  • sort usedIds in records for stablility

Bugfixes

  • align module not found error message with node.js
  • fix behavior of splitChunks when request limit has reached (caused suboptimal splitting)
  • fix handling of RegExp in records (caused absolute path in records)
  • fix handling of circular chunks (caused missing __webpack_require__.e)
  • runtimeChunk is even generated when all modules are moved by splitChunks (caused multiple runtime chunks instead of single one)
  • string ids are no longer recorded (caused duplicate chunk ids)
  • fix link to migration guide in error message

Internal changes

  • add more typings
  • Use travis stages
  • add many-pages example

Dependencies.io has updated marko (a npm dependency in examples/marko-cli) from "4.9.7" to "4.10.0".

4.10.0

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated prettier (a npm dependency in examples/marko-cli) from "1.12.1" to "1.13.0".

1.13.0

🔗 Release Notes


Dependencies.io has updated webpack (a npm dependency in examples/marko-cli) from "4.8.3" to "4.9.2".

4.9.2

Bugfixes

  • functions is defined because used (fixes undeclared function error in firefox)
  • progress plugin works now in MultiCompiler scenarios again
4.9.1

Bugfixes

  • fix parameter references in default parameters

Internal changes

  • change test cases to text format
4.9.0

Features

  • BannerPlugin supports a function as banner option
  • allow serve property in configuration schema
  • add entryOnly option to DllPlugin to only expose modules in the entry point
  • Allow to choose between webpack-cli and webpack-command
  • improve error message when JSON parsing fails
  • allow BOM in JSON
  • sort usedIds in records for stablility

Bugfixes

  • align module not found error message with node.js
  • fix behavior of splitChunks when request limit has reached (caused suboptimal splitting)
  • fix handling of RegExp in records (caused absolute path in records)
  • fix handling of circular chunks (caused missing __webpack_require__.e)
  • runtimeChunk is even generated when all modules are moved by splitChunks (caused multiple runtime chunks instead of single one)
  • string ids are no longer recorded (caused duplicate chunk ids)
  • fix link to migration guide in error message

Internal changes

  • add more typings
  • Use travis stages
  • add many-pages example

Dependencies.io has updated webpack (a npm dependency in examples/polymer-cli) from "4.8.3" to "4.9.2".

4.9.2

Bugfixes

  • functions is defined because used (fixes undeclared function error in firefox)
  • progress plugin works now in MultiCompiler scenarios again
4.9.1

Bugfixes

  • fix parameter references in default parameters

Internal changes

  • change test cases to text format
4.9.0

Features

  • BannerPlugin supports a function as banner option
  • allow serve property in configuration schema
  • add entryOnly option to DllPlugin to only expose modules in the entry point
  • Allow to choose between webpack-cli and webpack-command
  • improve error message when JSON parsing fails
  • allow BOM in JSON
  • sort usedIds in records for stablility

Bugfixes

  • align module not found error message with node.js
  • fix behavior of splitChunks when request limit has reached (caused suboptimal splitting)
  • fix handling of RegExp in records (caused absolute path in records)
  • fix handling of circular chunks (caused missing __webpack_require__.e)
  • runtimeChunk is even generated when all modules are moved by splitChunks (caused multiple runtime chunks instead of single one)
  • string ids are no longer recorded (caused duplicate chunk ids)
  • fix link to migration guide in error message

Internal changes

  • add more typings
  • Use travis stages
  • add many-pages example

Dependencies.io has updated core-js (a npm dependency in examples/angular-cli) from "2.5.6" to "2.5.7".

2.5.7
  • Get rid of reserved variable name final, related #400

Dependencies.io has updated rxjs (a npm dependency in examples/angular-cli) from "5.5.10" to "5.5.11".

5.5.11

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated ts-node (a npm dependency in examples/angular-cli) from "6.0.3" to "6.0.5".

6.0.5

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.

6.0.4

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated react (a npm dependency in examples/cra-kitchen-sink) 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)


Dependencies.io has updated react-dom (a npm dependency in examples/cra-kitchen-sink) 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)


Dependencies.io has updated webpack (a npm dependency in examples/cra-kitchen-sink) from "4.8.3" to "4.9.2".

4.9.2

Bugfixes

  • functions is defined because used (fixes undeclared function error in firefox)
  • progress plugin works now in MultiCompiler scenarios again
4.9.1

Bugfixes

  • fix parameter references in default parameters

Internal changes

  • change test cases to text format
4.9.0

Features

  • BannerPlugin supports a function as banner option
  • allow serve property in configuration schema
  • add entryOnly option to DllPlugin to only expose modules in the entry point
  • Allow to choose between webpack-cli and webpack-command
  • improve error message when JSON parsing fails
  • allow BOM in JSON
  • sort usedIds in records for stablility

Bugfixes

  • align module not found error message with node.js
  • fix behavior of splitChunks when request limit has reached (caused suboptimal splitting)
  • fix handling of RegExp in records (caused absolute path in records)
  • fix handling of circular chunks (caused missing __webpack_require__.e)
  • runtimeChunk is even generated when all modules are moved by splitChunks (caused multiple runtime chunks instead of single one)
  • string ids are no longer recorded (caused duplicate chunk ids)
  • fix link to migration guide in error message

Internal changes

  • add more typings
  • Use travis stages
  • add many-pages example

Dependencies.io has updated webpack (a npm dependency in examples/mithril-kitchen-sink) from "4.8.3" to "4.9.2".

4.9.2

Bugfixes

  • functions is defined because used (fixes undeclared function error in firefox)
  • progress plugin works now in MultiCompiler scenarios again
4.9.1

Bugfixes

  • fix parameter references in default parameters

Internal changes

  • change test cases to text format
4.9.0

Features

  • BannerPlugin supports a function as banner option
  • allow serve property in configuration schema
  • add entryOnly option to DllPlugin to only expose modules in the entry point
  • Allow to choose between webpack-cli and webpack-command
  • improve error message when JSON parsing fails
  • allow BOM in JSON
  • sort usedIds in records for stablility

Bugfixes

  • align module not found error message with node.js
  • fix behavior of splitChunks when request limit has reached (caused suboptimal splitting)
  • fix handling of RegExp in records (caused absolute path in records)
  • fix handling of circular chunks (caused missing __webpack_require__.e)
  • runtimeChunk is even generated when all modules are moved by splitChunks (caused multiple runtime chunks instead of single one)
  • string ids are no longer recorded (caused duplicate chunk ids)
  • fix link to migration guide in error message

Internal changes

  • add more typings
  • Use travis stages
  • add many-pages example

Dependencies.io has updated cross-env (a npm dependency in examples/vue-kitchen-sink) from "5.1.5" to "5.1.6".

5.1.6

5.1.6 (2018-05-22)

Bug Fixes

  • check for sigint before setting exit code to 1 (#181) (b88977c)

Dependencies.io has updated vue-loader (a npm dependency in examples/vue-kitchen-sink) from "14.2.2" to "14.2.3".

14.2.3

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated webpack (a npm dependency in examples/vue-kitchen-sink) from "4.8.3" to "4.9.2".

4.9.2

Bugfixes

  • functions is defined because used (fixes undeclared function error in firefox)
  • progress plugin works now in MultiCompiler scenarios again
4.9.1

Bugfixes

  • fix parameter references in default parameters

Internal changes

  • change test cases to text format
4.9.0

Features

  • BannerPlugin supports a function as banner option
  • allow serve property in configuration schema
  • add entryOnly option to DllPlugin to only expose modules in the entry point
  • Allow to choose between webpack-cli and webpack-command
  • improve error message when JSON parsing fails
  • allow BOM in JSON
  • sort usedIds in records for stablility

Bugfixes

  • align module not found error message with node.js
  • fix behavior of splitChunks when request limit has reached (caused suboptimal splitting)
  • fix handling of RegExp in records (caused absolute path in records)
  • fix handling of circular chunks (caused missing __webpack_require__.e)
  • runtimeChunk is even generated when all modules are moved by splitChunks (caused multiple runtime chunks instead of single one)
  • string ids are no longer recorded (caused duplicate chunk ids)
  • fix link to migration guide in error message

Internal changes

  • add more typings
  • Use travis stages
  • add many-pages example

Dependencies.io has updated react (a npm dependency in examples/official-storybook) 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)


Dependencies.io has updated react-dom (a npm dependency in examples/official-storybook) 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)


Dependencies.io has updated webpack (a npm dependency in examples/official-storybook) from "4.8.3" to "4.9.2".

4.9.2

Bugfixes

  • functions is defined because used (fixes undeclared function error in firefox)
  • progress plugin works now in MultiCompiler scenarios again
4.9.1

Bugfixes

  • fix parameter references in default parameters

Internal changes

  • change test cases to text format
4.9.0

Features

  • BannerPlugin supports a function as banner option
  • allow serve property in configuration schema
  • add entryOnly option to DllPlugin to only expose modules in the entry point
  • Allow to choose between webpack-cli and webpack-command
  • improve error message when JSON parsing fails
  • allow BOM in JSON
  • sort usedIds in records for stablility

Bugfixes

  • align module not found error message with node.js
  • fix behavior of splitChunks when request limit has reached (caused suboptimal splitting)
  • fix handling of RegExp in records (caused absolute path in records)
  • fix handling of circular chunks (caused missing __webpack_require__.e)
  • runtimeChunk is even generated when all modules are moved by splitChunks (caused multiple runtime chunks instead of single one)
  • string ids are no longer recorded (caused duplicate chunk ids)
  • fix link to migration guide in error message

Internal changes

  • add more typings
  • Use travis stages
  • add many-pages example

@codecov
Copy link

codecov bot commented May 29, 2018

Codecov Report

Merging #3673 into master will increase coverage by 50.96%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #3673       +/-   ##
==========================================
+ Coverage   41.53%   92.5%   +50.96%     
==========================================
  Files         458       6      -452     
  Lines        5054      40     -5014     
  Branches      849       2      -847     
==========================================
- Hits         2099      37     -2062     
+ Misses       2450       2     -2448     
+ Partials      505       1      -504
Impacted Files Coverage Δ
addons/actions/src/lib/util/typeReviver.js
lib/ui/src/modules/ui/containers/routed_link.js
addons/backgrounds/src/events.js
addons/storysource/register.js
addons/actions/src/manager.js
app/vue/src/server/build.js
addons/actions/src/lib/decycle.js
addons/viewport/src/shared/index.js
...es__/update-addon-info/update-addon-info.output.js
lib/core/src/server/build-static.js
... and 442 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bcff86c...6b3604c. Read the comment docs.

@storybook-bot storybook-bot merged commit 6b3604c into master May 30, 2018
@Hypnosphi Hypnosphi deleted the dependencies.io-update-build-345.0.0 branch May 30, 2018 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants