dalen / puppetexplorer

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

Bump redux from 4.0.0 to 4.0.4 #602

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps redux from 4.0.0 to 4.0.4.

Release notes *Sourced from [redux's releases](https://github.com/reduxjs/redux/releases).* > ## v4.0.4 > This is a republish of 4.0.3 with an updated version of Babel to fix [#3468](https://github-redirect.dependabot.com/reduxjs/redux/issues/3468) > > ## [Changes](https://github.com/reactjs/redux/compare/v4.0.3...v4.0.4) > > ## v4.0.3 > This is a quick revert of a change to our typings that broke compatibility. Apologies for the problems. > > Also, if you are experiencing type errors related to `[Symbol.observable]`, please ensure you have the same version of redux installed for all your dependencies with `npm ls redux`. > > ## [Changes](https://github.com/reactjs/redux/compare/v4.0.2...v4.0.3) > > - Reverts the change to `combineReducers`' type parameters ([#3467](https://github-redirect.dependabot.com/reduxjs/redux/issues/3467) by [@​timdorr](https://github.com/timdorr)) > > ## v4.0.2 > This is a very minor release with some nice improvements to our TypeScript type definitions. Enjoy! > > ## [Changes](https://github.com/reactjs/redux/compare/v4.0.1...v4.0.2) > > - Iterate in combineReducers using `for in` ([#3371](https://github-redirect.dependabot.com/reduxjs/redux/issues/3371) by [@​pvorona](https://github.com/pvorona)) > - Fix `DeepPartial` type ([#3369](https://github-redirect.dependabot.com/reduxjs/redux/issues/3369) by [@​OliverJAsh](https://github.com/OliverJAsh)) > - Add types for Observable interface ([#3067](https://github-redirect.dependabot.com/reduxjs/redux/issues/3067) by [@​pinyin](https://github.com/pinyin)) > - Make reducer optional in JSDocs ([#3408](https://github-redirect.dependabot.com/reduxjs/redux/issues/3408) by [@​pingfengafei](https://github.com/pingfengafei)) > - Infer action types from `combineReducers` ([#3411](https://github-redirect.dependabot.com/reduxjs/redux/issues/3411) by [@​appden](https://github.com/appden)) > > > ## v4.0.1 > A very minor release. We've upgraded to Babel 7 internally and now provide a `.mjs` file which you can import cleanly into browsers that support ES modules natively. Enjoy! > > ## [Changes](https://github.com/reactjs/redux/compare/v4.0.0...v4.0.1) > > - Update mixed NODE_ENV message for Webpack 4 (4a215fb by [@​timdorr](https://github.com/timdorr)) > - Add unpkg field to package.json ([#3003](https://github-redirect.dependabot.com/reduxjs/redux/issues/3003) by [@​andrewbridge](https://github.com/andrewbridge)) > - Use same return type for both StoreCreator signatures ([#2985](https://github-redirect.dependabot.com/reduxjs/redux/issues/2985) by [@​reklawnos](https://github.com/reklawnos)) > - Mark StoreCreator's preloadedState argument as optional ([#3080](https://github-redirect.dependabot.com/reduxjs/redux/issues/3080) by [@​srittau](https://github.com/srittau)) > - Add ES browser build ([#3143](https://github-redirect.dependabot.com/reduxjs/redux/issues/3143) by [@​TimvdLippe](https://github.com/TimvdLippe)) > - Throw an error if createStore is passed several enhancers ([#3151](https://github-redirect.dependabot.com/reduxjs/redux/issues/3151) by [@​selbekk](https://github.com/selbekk)) > - Upgrade to Babel 7 (b9ee1cf by [@​timdorr](https://github.com/timdorr))
Commits - [`8aca937`](https://github.com/reduxjs/redux/commit/8aca937f695997e979bf8c0e03dbf22a2bf284dc) 4.0.4 - [`5cbfdf9`](https://github.com/reduxjs/redux/commit/5cbfdf92c69469957174eb4c5850669dcdcede06) Upgrade Babel to fix objectSpread2 bug - [`d4ceb7e`](https://github.com/reduxjs/redux/commit/d4ceb7eea8640a1fd5f139c7ee1da95d500e594e) 4.0.3 - [`0c3a2c7`](https://github.com/reduxjs/redux/commit/0c3a2c7dd589db612f616b66b7ec5324793ec528) Revert "Infer action types from combineReducers" ([#3467](https://github-redirect.dependabot.com/reduxjs/redux/issues/3467)) - [`5893473`](https://github.com/reduxjs/redux/commit/589347325775a6b011c9ed12285978401d97fa4d) 4.0.2 - [`4ae0352`](https://github.com/reduxjs/redux/commit/4ae03522e159a205f2fae1b9fc44c62c2b5dbd3a) Upgrade some deps - [`a3aa378`](https://github.com/reduxjs/redux/commit/a3aa378a5b64848e12da08ed4edc78f4b38c0711) Remove deprecated jsnext option - [`d4075e1`](https://github.com/reduxjs/redux/commit/d4075e111612a7bfb5a1fbeabc219ae81c4eb099) docs: Fix fragment identifier ([#3461](https://github-redirect.dependabot.com/reduxjs/redux/issues/3461)) - [`ff8fce0`](https://github.com/reduxjs/redux/commit/ff8fce055b79c63e085c4e1d394bf637523626b7) Update UsageWithReactRouter.md ([#3459](https://github-redirect.dependabot.com/reduxjs/redux/issues/3459)) - [`beb1fc2`](https://github.com/reduxjs/redux/commit/beb1fc29ca6ebe45226caa3a064476072cd9ed26) removed distinctState() filter ([#3450](https://github-redirect.dependabot.com/reduxjs/redux/issues/3450)) - Additional commits viewable in [compare view](https://github.com/reduxjs/redux/compare/v4.0.0...v4.0.4)


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 patch 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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@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). To ignore the version in this PR you can just close it - `@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 4 years ago

Superseded by #630.