Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

Update redux requirement to ^4.0.0 in /services/client #54

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on redux to permit the latest version.

Release notes

Sourced from redux's releases.

v4.0.0

Redux 4 is here! 🎉

If you're a React user, this is going to be a lot like going from 15 to 16. Not a lot of user-facing changes, but some interesting improvements under the hood.

The major changes (#1342) are around our TypeScript definitions, bundled CommonJS and ES builds, throwing if you subscribe or getState from a reducer, and a bunch of other smaller things. The full changes are listed below.

Enjoy!

Changes

  • Tons of docs updates. Thanks markerikson and the Redux community for all your PRs!
  • Make middleware API dispatch pass through all call arguments (#2560 by Asvarox)
  • Refactor applyMiddleware to reduce confusion around createStore args (#2201 by jimbolla)
  • Make bindActionCreators transparently pass this (#2641 by Parakleta)
  • Remove private flag on AnyAction type definition (#2510 by alexmngn)
  • Fixed quote types inconsistency in a warning message (#2297 by Andarist)
  • Move ActionTypes to a private export (b62248b by timdorr)
  • Throw if getState, subscribe, or unsubscribe called while dispatching (#1569 by mjw56)
  • Warn when dispatching during Middleware setup (#1485 by timdorr)
  • Mapped type for combineReducers in index.d.ts (#2182 by mkusher)
  • Remove legacy jsnext entry (#2284 by TrySound)
  • Revamp TypeScript typing with more type safety (#2563 by pelotom)
  • Fix TS definitions test for new Dispatch typing (#2674 by pelotom)
  • Add DeepPartial type for preloaded state (#2679 by aikoven)
  • Bundle cjs and es formats (#2358 by TrySound)
  • REPLACE action for replaceReducers (#2673 by timdorr)
  • Update build to use babel-preset-env (#2696 by hmillison)
  • Optimize dispatch plain object check (#2599 by timdorr)
  • Update TypeScript typings (#2773 by aikoven)
  • Added prettier formatting (#2676 by adityavohra7)
  • Add a sideEffects: false flag for Webpack 4 (#2865 by timdorr)
  • Fix missed case in "observe" type check (#2919 by zerobias)
Commits

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [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 [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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.

@apoclyps apoclyps merged commit 13905e0 into master Apr 27, 2018
@apoclyps apoclyps deleted the dependabot/npm_and_yarn/services/client/redux-tw-4.0.0 branch April 27, 2018 22:44
apoclyps added a commit that referenced this pull request May 19, 2018
* Removing API meetups endpoint until data until data is modeled in the database (#36)

* Bump nginx from 1.13.5 to 1.13.12 in /services/nginx (#55)

Bumps nginx from 1.13.5 to 1.13.12.

Signed-off-by: dependabot[bot] <[email protected]>

* Bump Flask from 0.12.1 to 0.12.2 in /services/users (#56)

Bumps [Flask](https://github.com/pallets/flask) from 0.12.1 to 0.12.2.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/master/docs/changelog.rst)
- [Commits](pallets/flask@0.12.1...0.12.2)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pyjwt from 1.5.3 to 1.6.1 in /services/users (#57)

Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.5.3 to 1.6.1.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.md)
- [Commits](jpadilla/pyjwt@1.5.3...1.6.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump coverage from 4.4.1 to 4.5.1 in /services/users (#49)

Bumps [coverage](https://bitbucket.org/ned/coveragepy) from 4.4.1 to 4.5.1.
- [Changelog](https://bitbucket.org/ned/coveragepy/src/master/CHANGES.rst)
- [Commits](https://bitbucket.org/ned/coveragepy/branches/compare/coverage-4.5.1..coverage-4.4.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump Flask-Testing from 0.6.2 to 0.7.1 in /services/users (#46)

Bumps [Flask-Testing](https://github.com/jarus/flask-testing) from 0.6.2 to 0.7.1.
- [Release notes](https://github.com/jarus/flask-testing/releases)
- [Commits](jarus/flask-testing@v0.6.2...v0.7.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump psycopg2 from 2.7.3.1 to 2.7.4 in /services/users (#45)

Bumps [psycopg2](http://initd.org/psycopg/) from 2.7.3.1 to 2.7.4.

Signed-off-by: dependabot[bot] <[email protected]>

* Bump flake8 from 3.4.1 to 3.5.0 in /services/users (#48)

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.4.1 to 3.5.0.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.4.1...3.5.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump flask-cors from 3.0.3 to 3.0.4 in /services/users (#64)

Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/corydolphin/flask-cors/releases)
- [Changelog](https://github.com/corydolphin/flask-cors/blob/master/CHANGELOG.md)
- [Commits](corydolphin/flask-cors@3.0.3...3.0.4)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump Flask from 0.12.2 to 1.0 in /services/users (#63)

Bumps [Flask](https://www.palletsprojects.com/p/flask/) from 0.12.2 to 1.0.

Signed-off-by: dependabot[bot] <[email protected]>

* Bump Flask-Script from 2.0.5 to 2.0.6 in /services/users (#47)

Bumps [Flask-Script](https://github.com/smurfix/flask-script) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/smurfix/flask-script/releases)
- [Changelog](https://github.com/smurfix/flask-script/blob/master/CHANGES)
- [Commits](https://github.com/smurfix/flask-script/commits/v2.0.6)

Signed-off-by: dependabot[bot] <[email protected]>

* Update jest requirement to 22.4.3 in /services/client (#59)

Updates the requirements on [jest](https://github.com/facebook/jest) to permit the latest version.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits)

Signed-off-by: dependabot[bot] <[email protected]>

* Update sass-loader requirement to ^7.0.1 in /services/client (#58)

Updates the requirements on [sass-loader](https://github.com/webpack-contrib/sass-loader) to permit the latest version.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/commits/v7.0.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Update css-loader requirement to 0.28.11 in /services/client (#68)

Updates the requirements on [css-loader](https://github.com/webpack-contrib/css-loader) to permit the latest version.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/commits/v0.28.11)

Signed-off-by: dependabot[bot] <[email protected]>

* Update eslint requirement to 4.19.1 in /services/client (#50)

Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v4.19.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Update url-loader requirement to 1.0.1 in /services/client (#44)

Updates the requirements on [url-loader](https://github.com/webpack-contrib/url-loader) to permit the latest version.
- [Release notes](https://github.com/webpack-contrib/url-loader/releases)
- [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/url-loader/commits/v1.0.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Update query-string requirement to ^6.0.0 in /services/client (#51)

Updates the requirements on [query-string](https://github.com/sindresorhus/query-string) to permit the latest version.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/commits/v6.0.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Update eslint-loader requirement to 2.0.0 in /services/client (#69)

Updates the requirements on [eslint-loader](https://github.com/MoOx/eslint-loader) to permit the latest version.
- [Release notes](https://github.com/MoOx/eslint-loader/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MoOx/eslint-loader/commits/2.0.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Update postcss-loader requirement to 2.1.4 in /services/client (#67)

Updates the requirements on [postcss-loader](https://github.com/postcss/postcss-loader) to permit the latest version.
- [Release notes](https://github.com/postcss/postcss-loader/releases)
- [Changelog](https://github.com/postcss/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-loader/commits/v2.1.4)

Signed-off-by: dependabot[bot] <[email protected]>

* Update eslint-plugin-babel requirement to ^5.1.0 in /services/client (#66)

Updates the requirements on [eslint-plugin-babel](https://github.com/babel/eslint-plugin-babel) to permit the latest version.
- [Release notes](https://github.com/babel/eslint-plugin-babel/releases)
- [Commits](https://github.com/babel/eslint-plugin-babel/commits/v5.1.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Update postcss-flexbugs-fixes requirement to 3.3.0 in /services/client (#42)

Updates the requirements on [postcss-flexbugs-fixes](https://github.com/luisrudge/postcss-flexbugs-fixes) to permit the latest version.
- [Release notes](https://github.com/luisrudge/postcss-flexbugs-fixes/releases)
- [Changelog](https://github.com/luisrudge/postcss-flexbugs-fixes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/luisrudge/postcss-flexbugs-fixes/commits)

Signed-off-by: dependabot[bot] <[email protected]>

* Update fs-extra requirement to ^5.0.0 in /services/client (#53)

Updates the requirements on [fs-extra](https://github.com/jprichardson/node-fs-extra) to permit the latest version.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/commits/5.0.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Update eslint-plugin-prettier requirement to 2.6.0 in /services/client (#61)

Updates the requirements on [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) to permit the latest version.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/commits/v2.6.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Update eslint-plugin-flowtype requirement to 2.46.3 in /services/client (#40)

Updates the requirements on [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) to permit the latest version.
- [Release notes](https://github.com/gajus/eslint-plugin-flowtype/releases)
- [Commits](https://github.com/gajus/eslint-plugin-flowtype/commits/v2.46.3)

Signed-off-by: dependabot[bot] <[email protected]>

* Update babel-eslint requirement to ^8.2.3 in /services/client (#43)

Updates the requirements on [babel-eslint](https://github.com/babel/babel-eslint) to permit the latest version.
- [Release notes](https://github.com/babel/babel-eslint/releases)
- [Commits](https://github.com/babel/babel-eslint/commits/v8.2.3)

Signed-off-by: dependabot[bot] <[email protected]>

* Update eslint-plugin-react requirement to 7.7.0 in /services/client (#60)

Updates the requirements on [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) to permit the latest version.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yannickcr/eslint-plugin-react/commits/v7.7.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Update redux requirement to ^4.0.0 in /services/client (#54)

Updates the requirements on [redux](https://github.com/reactjs/redux) to permit the latest version.
- [Release notes](https://github.com/reactjs/redux/releases)
- [Changelog](https://github.com/reactjs/redux/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reactjs/redux/commits/v4.0.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Update react-dev-utils requirement to ^5.0.1 in /services/client (#52)

Updates the requirements on [react-dev-utils](https://github.com/facebookincubator/create-react-app) to permit the latest version.
- [Release notes](https://github.com/facebookincubator/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/next/CHANGELOG.md)
- [Commits](https://github.com/facebookincubator/create-react-app/commits)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump Flask from 1.0 to 1.0.2 in /services/users (#94)

Bumps [Flask](https://www.palletsprojects.com/p/flask/) from 1.0 to 1.0.2.

Signed-off-by: dependabot[bot] <[email protected]>

* Bump gunicorn from 19.7.1 to 19.8.1 in /services/users (#92)

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.7.1 to 19.8.1.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@19.7.1...19.8.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump nginx from 1.13.12 to 1.14.0 in /services/nginx (#99)

Bumps nginx from 1.13.12 to 1.14.0.

Signed-off-by: dependabot[bot] <[email protected]>

* Adding events service (#101)

* Adding events service (#101) (#102)

* Removing unused resources (#106)

* [no-ticket] Adding ecs task defination and staging/production deploy steps (#107)

* Adding ecs task defination and staging/production deploy steps

* Updating event modal tests
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.

2 participants