dalen / puppetexplorer

Puppet web interface written in CoffeeScript using AngularJS
demo.puppetexplorer.io
Other
413 stars 43 forks source link

Bump react from 16.5.2 to 16.7.0 #550

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps react from 16.5.2 to 16.7.0.

Release notes *Sourced from [react's releases](https://github.com/facebook/react/releases).* > ## v16.7.0 > ### React DOM > > * Fix performance of `React.lazy` for large numbers of lazily-loaded components. ([[**acdlite**](https://github.com/acdlite)](http://github.com/acdlite) in [#14429](https://github-redirect.dependabot.com/facebook/react/pull/14429)) > * Clear fields on unmount to avoid memory leaks. ([[**trueadm**](https://github.com/trueadm)](http://github.com/trueadm) in [#14276](https://github-redirect.dependabot.com/facebook/react/pull/14276)) > * Fix bug with SSR and context when mixing `react-dom/server@16.6` and `react@<16.6`. ([[**gaearon**](https://github.com/gaearon)](http://github.com/gaearon) in [#14291](https://github-redirect.dependabot.com/facebook/react/pull/14291)) > * Fix a performance regression in profiling mode. ([[**bvaughn**](https://github.com/bvaughn)](http://github.com/bvaughn) in [#14383](https://github-redirect.dependabot.com/facebook/react/pull/14383)) > > ### Scheduler (Experimental) > > * Post to MessageChannel instead of window. ([[**acdlite**](https://github.com/acdlite)](http://github.com/acdlite) in [#14234](https://github-redirect.dependabot.com/facebook/react/pull/14234)) > * Reduce serialization overhead. ([[**developit**](https://github.com/developit)](http://github.com/developit) in [#14249](https://github-redirect.dependabot.com/facebook/react/pull/14249)) > * Fix fallback to `setTimeout` in testing environments. ([[**bvaughn**](https://github.com/bvaughn)](http://github.com/bvaughn) in [#14358](https://github-redirect.dependabot.com/facebook/react/pull/14358)) > * Add methods for debugging. ([[**mrkev**](https://github.com/mrkev)](http://github.com/mrkev) in [#14053](https://github-redirect.dependabot.com/facebook/react/pull/14053)) > > ## v16.6.3 > ## 16.6.3 (November 12, 2018) > > ### React DOM > > * Fix bugs in `Suspense` and `lazy`. ([[**acdlite**](https://github.com/acdlite)](https://github.com/acdlite) in [#14133](https://github-redirect.dependabot.com/facebook/react/pull/14133), [#14157](https://github-redirect.dependabot.com/facebook/react/pull/14157), and [#14164](https://github-redirect.dependabot.com/facebook/react/pull/14164)) > * Fix highlighting of `React.memo` updates in React DevTools. ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#14141](https://github-redirect.dependabot.com/facebook/react/pull/14141)) > * Fix interaction of Suspense with the React Profiler. ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#14065](https://github-redirect.dependabot.com/facebook/react/pull/14065)) > * Fix a false positive warning when using Suspense. ([[**acdlite**](https://github.com/acdlite)](https://github.com/acdlite) in [#14158](https://github-redirect.dependabot.com/facebook/react/pull/14158)) > > ### React DOM Server > > * Fix incorrect sharing of context state between `renderToNodeStream()` calls. ([[**sebmarkbage**](https://github.com/sebmarkbage)](https://github.com/sebmarkbage) in [#14182](https://github-redirect.dependabot.com/facebook/react/pull/14182)) > * Add a warning about incorrect usage of the context API. ([[**trueadm**](https://github.com/trueadm)](https://github.com/trueadm) in [#14033](https://github-redirect.dependabot.com/facebook/react/pull/14033)) > > ## v16.6.1 > ## 16.6.1 (November 6, 2018) > > ### React DOM > > * Fallback should not remount every time a promise resolves. ([[**acdlite**](https://github.com/acdlite)](https://github.com/acdlite) in [#14083](https://github-redirect.dependabot.com/facebook/react/pull/14083)) > * Fix bug where Suspense keeps showing fallback even after everything finishes loading. ([[**acdlite**](https://github.com/acdlite)](https://github.com/acdlite) in [#14083](https://github-redirect.dependabot.com/facebook/react/pull/14083)) > * Fix unresolved default props in lifecycle methods of a lazy component. ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#14112](https://github-redirect.dependabot.com/facebook/react/pull/14112)) > * Fix bug when recovering from an error thrown during complete phase. ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#14104](https://github-redirect.dependabot.com/facebook/react/pull/14104)) > > ### Scheduler (Experimental) > > * Switch from deadline object to `shouldYield` API. ([[**acdlite**](https://github.com/acdlite)](https://github.com/acdlite) in [#14025](https://github-redirect.dependabot.com/facebook/react/pull/14025)) > > ## v16.6.0 > ## 16.6.0 (October 23, 2018) > > ### React > > * Add `React.memo()` as an alternative to `PureComponent` for functions. ([[**acdlite**](https://github.com/acdlite)](https://github.com/acdlite) in [#13748](https://github-redirect.dependabot.com/facebook/react/pull/13748)) > ... (truncated)
Changelog *Sourced from [react's changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md).* > ## 16.7.0 (December 19, 2018) > > ### React DOM > > * Fix performance of `React.lazy` for large numbers of lazily-loaded components. ([[**acdlite**](https://github.com/acdlite)](http://github.com/acdlite) in [#14429](https://github-redirect.dependabot.com/facebook/react/pull/14429)) > * Clear fields on unmount to avoid memory leaks. ([[**trueadm**](https://github.com/trueadm)](http://github.com/trueadm) in [#14276](https://github-redirect.dependabot.com/facebook/react/pull/14276)) > * Fix bug with SSR and context when mixing `react-dom/server@16.6` and `react@<16.6`. ([[**gaearon**](https://github.com/gaearon)](http://github.com/gaearon) in [#14291](https://github-redirect.dependabot.com/facebook/react/pull/14291)) > * Fix a performance regression in profiling mode. ([[**bvaughn**](https://github.com/bvaughn)](http://github.com/bvaughn) in [#14383](https://github-redirect.dependabot.com/facebook/react/pull/14383)) > > ### Scheduler (Experimental) > > * Post to MessageChannel instead of window. ([[**acdlite**](https://github.com/acdlite)](http://github.com/acdlite) in [#14234](https://github-redirect.dependabot.com/facebook/react/pull/14234)) > * Reduce serialization overhead. ([[**developit**](https://github.com/developit)](http://github.com/developit) in [#14249](https://github-redirect.dependabot.com/facebook/react/pull/14249)) > * Fix fallback to `setTimeout` in testing environments. ([[**bvaughn**](https://github.com/bvaughn)](http://github.com/bvaughn) in [#14358](https://github-redirect.dependabot.com/facebook/react/pull/14358)) > * Add methods for debugging. ([[**mrkev**](https://github.com/mrkev)](http://github.com/mrkev) in [#14053](https://github-redirect.dependabot.com/facebook/react/pull/14053)) > > > ## 16.6.3 (November 12, 2018) > > ### React DOM > > * Fix bugs in `Suspense` and `lazy`. ([[**acdlite**](https://github.com/acdlite)](https://github.com/acdlite) in [#14133](https://github-redirect.dependabot.com/facebook/react/pull/14133), [#14157](https://github-redirect.dependabot.com/facebook/react/pull/14157), and [#14164](https://github-redirect.dependabot.com/facebook/react/pull/14164)) > * Fix highlighting of `React.memo` updates in React DevTools. ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#14141](https://github-redirect.dependabot.com/facebook/react/pull/14141)) > * Fix interaction of Suspense with the React Profiler. ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#14065](https://github-redirect.dependabot.com/facebook/react/pull/14065)) > * Fix a false positive warning when using Suspense. ([[**acdlite**](https://github.com/acdlite)](https://github.com/acdlite) in [#14158](https://github-redirect.dependabot.com/facebook/react/pull/14158)) > > ### React DOM Server > > * Fix incorrect sharing of context state between `renderToNodeStream()` calls. ([[**sebmarkbage**](https://github.com/sebmarkbage)](https://github.com/sebmarkbage) in [#14182](https://github-redirect.dependabot.com/facebook/react/pull/14182)) > * Add a warning about incorrect usage of the context API. ([[**trueadm**](https://github.com/trueadm)](https://github.com/trueadm) in [#14033](https://github-redirect.dependabot.com/facebook/react/pull/14033)) > > ## 16.6.2 (November 12, 2018) > > This release was published in a broken state and should be skipped. > > ## 16.6.1 (November 6, 2018) > > ### React DOM > > * Fallback should not remount every time a promise resolves. ([[**acdlite**](https://github.com/acdlite)](https://github.com/acdlite) in [#14083](https://github-redirect.dependabot.com/facebook/react/pull/14083)) > * Fix bug where Suspense keeps showing fallback even after everything finishes loading. ([[**acdlite**](https://github.com/acdlite)](https://github.com/acdlite) in [#14083](https://github-redirect.dependabot.com/facebook/react/pull/14083)) > * Fix unresolved default props in lifecycle methods of a lazy component. ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#14112](https://github-redirect.dependabot.com/facebook/react/pull/14112)) > * Fix bug when recovering from an error thrown during complete phase. ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#14104](https://github-redirect.dependabot.com/facebook/react/pull/14104)) > > ### Scheduler (Experimental) > > * Switch from deadline object to `shouldYield` API. ([[**acdlite**](https://github.com/acdlite)](https://github.com/acdlite) in [#14025](https://github-redirect.dependabot.com/facebook/react/pull/14025)) > > > ## 16.6.0 (October 23, 2018) > ... (truncated)
Commits - [`4a10721`](https://github.com/facebook/react/commit/4a1072194fcef2da1aae2510886c274736017fbd) Memoize promise listeners to prevent exponential growth ([#14429](https://github-redirect.dependabot.com/facebook/react/issues/14429)) - [`535804f`](https://github.com/facebook/react/commit/535804f5c822e12bd6d89ad0081d45355e01cea3) Removed Fabric-specific feature flag files and updated Rollup to use the (non... - [`2743fb7`](https://github.com/facebook/react/commit/2743fb7b23a5af42059a9b07c5f6048f941709d9) Enable hooks by default for FB React Native renderer ([#14435](https://github-redirect.dependabot.com/facebook/react/issues/14435)) - [`7325ebe`](https://github.com/facebook/react/commit/7325ebe4d6e5b7ccf5a78128b825c8a6e383caa6) Inject overrideProps() fn to DevTools ([#14427](https://github-redirect.dependabot.com/facebook/react/issues/14427)) - [`a22880e`](https://github.com/facebook/react/commit/a22880e5e59d5cb17fffe04af093ea54e356538d) Add support for Suspense & lazy() to the react-is package ([#14423](https://github-redirect.dependabot.com/facebook/react/issues/14423)) - [`947bddd`](https://github.com/facebook/react/commit/947bddd5cf94b185166d51f8d36873492b5bd57c) Remove redundant argument of getPlugins function ([#14419](https://github-redirect.dependabot.com/facebook/react/issues/14419)) - [`ce43a8c`](https://github.com/facebook/react/commit/ce43a8cd07c355647922480977b46713bd51883e) Updated version incrementing suggestion in release script based on team discu... - [`f64906f`](https://github.com/facebook/react/commit/f64906fba1ccec5273e87f7ed3cdbf5a643ca44a) Dangerfile exits early if build failed ([#14400](https://github-redirect.dependabot.com/facebook/react/issues/14400)) - [`8df4d59`](https://github.com/facebook/react/commit/8df4d59be532e56b6513815184094f57f566df09) Implement pauseExecution, continueExecution, dumpQueue for Scheduler ([#14053](https://github-redirect.dependabot.com/facebook/react/issues/14053)) - [`5bb4ad7`](https://github.com/facebook/react/commit/5bb4ad7376b315b61865ea5424e9f76ba6a5c5a3) Added ErrorBoundary tests for useEffect and useLayoutEffect ([#14401](https://github-redirect.dependabot.com/facebook/react/issues/14401)) - Additional commits viewable in [compare view](https://github.com/facebook/react/compare/v16.5.2...v16.7.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes a minor update to a production dependency.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #570.