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

Update eslint requirement to 4.19.1 in /services/client #50

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 25, 2018

Updates the requirements on eslint to permit the latest version.

Release notes

Sourced from eslint's releases.

v4.19.1

  • 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes #10112) (#10113) (薛定谔的猫)
  • abc765c Fix: object-curly-newline minProperties w/default export (fixes #10101) (#10103) (Kevin Partington)
  • 6f9e155 Docs: Update ambiguous for...in example for guard-for-in (#10114) (CJ R)
  • 0360cc2 Chore: Adding debug logs on successful plugin loads (#10100) (Kevin Partington)
  • a717c5d Chore: Adding log at beginning of unit tests in Makefile.js (#10102) (Kevin Partington)
Changelog

Sourced from eslint's changelog.

v4.19.1 - March 21, 2018

  • 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes #10112) (#10113) (薛定谔的猫)
  • abc765c Fix: object-curly-newline minProperties w/default export (fixes #10101) (#10103) (Kevin Partington)
  • 6f9e155 Docs: Update ambiguous for...in example for guard-for-in (#10114) (CJ R)
  • 0360cc2 Chore: Adding debug logs on successful plugin loads (#10100) (Kevin Partington)
  • a717c5d Chore: Adding log at beginning of unit tests in Makefile.js (#10102) (Kevin Partington)

v4.19.0 - March 16, 2018

  • 55a1593 Update: consecutive option for one-var (fixes #4680) (#9994) (薛定谔的猫)
  • 8d3814e Fix: false positive about ES2018 RegExp enhancements (fixes #9893) (#10062) (Toru Nagashima)
  • 935f4e4 Docs: Clarify default ignoring of node_modules (#10092) (Matijs Brinkhuis)
  • 72ed3db Docs: Wrap Buffer() in backticks in no-buffer-constructor rule description (#10084) (Stephen Edgar)
  • 3aded2f Docs: Fix lodash typos, make spacing consistent (#10073) (Josh Smith)
  • e33bb64 Chore: enable no-param-reassign on ESLint codebase (#10065) (Teddy Katz)
  • 66a1e9a Docs: fix possible typo (#10060) (Vse Mozhet Byt)
  • 2e68be6 Update: give a node at least the indentation of its parent (fixes #9995) (#10054) (Teddy Katz)
  • 72ca5b3 Update: Correctly indent JSXText with trailing linebreaks (fixes #9878) (#10055) (Teddy Katz)
  • 2a4c838 Docs: Update ECMAScript versions in FAQ (#10047) (alberto)

v4.18.2 - March 2, 2018

  • 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" (#10022) (Mathieu Seiler)
  • 3c697de Chore: fix incorrect comment about linter.verify return value (#10030) (Teddy Katz)
  • 9df8653 Chore: refactor parser-loading out of linter.verify (#10028) (Teddy Katz)
  • f6901d0 Fix: remove catastrophic backtracking vulnerability (fixes #10002) (#10019) (Jamie Davis)
  • e4f52ce Chore: Simplify dataflow in linter.verify (#10020) (Teddy Katz)
  • 33177cd Chore: make library files non-executable (#10021) (Teddy Katz)
  • 558ccba Chore: refactor directive comment processing (#10007) (Teddy Katz)
  • 18e15d9 Chore: avoid useless catch clauses that just rethrow errors (#10010) (Teddy Katz)
  • a1c3759 Chore: refactor populating configs with defaults in linter (#10006) (Teddy Katz)
  • aea07dc Fix: Make max-len ignoreStrings ignore JSXText (fixes #9954) (#9985) (Rachael Sim)

v4.18.1 - February 20, 2018

  • f417506 Fix: ensure no-await-in-loop reports the correct node (fixes #9992) (#9993) (Teddy Katz)
  • 3e99363 Docs: Fixed typo in key-spacing rule doc (#9987) (Jaid)
  • 7c2cd70 Docs: deprecate experimentalObjectRestSpread (#9986) (Toru Nagashima)

v4.18.0 - February 16, 2018

  • 70f22f3 Chore: Apply memoization to config creation within glob utils (#9944) (Kenton Jacobsen)
  • 0e4ae22 Update: fix indent bug with binary operators/ignoredNodes (fixes #9882) (#9951) (Teddy Katz)
  • 47ac478 Update: add named imports and exports for object-curly-newline (#9876) (Nicholas Chua)
  • e8efdd0 Fix: support Rest/Spread Properties (fixes #9885) (#9943) (Toru Nagashima)
  • f012b8c Fix: support Async iteration (fixes #9891) (#9957) (Toru Nagashima)
  • 74fa253 Docs: Clarify no-mixed-operators options (fixes #9962) (#9964) (Ivan Hayes)
  • 426868f Docs: clean up key-spacing docs (fixes #9900) (#9963) (Abid Uzair)
  • 4a6f22e Update: support eslint-disable-* block comments (fixes #8781) (#9745) (Erin)
... (truncated)
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.


⚠️ Dependabot is rebasing this PR ⚠️

Sit tight and this PR will be updated for you in a minute. If you make any changes yourself then they'll take precedence over the rebase (which will be abandoned).

@apoclyps apoclyps merged commit ec726c7 into master Apr 27, 2018
@apoclyps apoclyps deleted the dependabot/npm_and_yarn/services/client/eslint-4.19.1 branch April 27, 2018 22:16
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