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

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

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

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

Updates the requirements on fs-extra to permit the latest version.

Changelog

Sourced from fs-extra's changelog.

5.0.0 / 2017-12-11

Significant refactor of copy() & copySync(), including breaking changes. No changes to other functions in this release.

Huge thanks to [manidlou](https://github.com/manidlou) for doing most of the work on this release.

  • The filter option can no longer be a RegExp (must be a function). This was deprecated since fs-extra v1.0.0. #512
  • copy()'s filter option can now be a function that returns a Promise. #518
  • copy() & copySync() now use fs.copyFile()/fs.copyFileSync() in environments that support it (currently Node 8.5.0+). Older Node versions still get the old implementation. #505
  • Don't allow copying a directory into itself. #83
  • Handle copying between identical files. #198
  • Error out when copying an empty folder to a path that already exists. #464
  • Don't create dest's parent if the filter function aborts the copy() operation. #517
  • Fix writeStream not being closed if there was an error in copy(). #516

4.0.3 / 2017-12-05

  • Fix wrong chmod values in fs.remove() #501
  • Fix TypeError on systems that don't have some fs operations like lchown #520

4.0.2 / 2017-09-12

  • Added EOL option to writeJson* & outputJson* (via upgrade to jsonfile v4)
  • Added promise support to fs.copyFile() in Node 8.5+
  • Added .js extension to main field in package.json for better tooling compatibility. #485

4.0.1 / 2017-07-31

Fixed

  • Previously, ensureFile() & ensureFileSync() would do nothing if the path was a directory. Now, they error out for consistency with ensureDir(). #465, #466, #470

4.0.0 / 2017-07-14

Changed

  • BREAKING: The promisified versions of fs.read() & fs.write() now return objects. See the docs for details. #436, #449
  • fs.move() now errors out when destination is a subdirectory of source. #458
  • Applied upstream fixes from rimraf to fs.remove() & fs.removeSync(). #459

Fixed

  • Got fs.outputJSONSync() working again; it was broken due to refactoring. #428

Also clarified the docs in a few places.

... (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-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/services/client/fs-extra-tw-5.0.0 branch from 6bcaec3 to 67da4de Compare April 27, 2018 22:16
@apoclyps apoclyps merged commit bee7547 into master Apr 27, 2018
@apoclyps apoclyps deleted the dependabot/npm_and_yarn/services/client/fs-extra-tw-5.0.0 branch April 27, 2018 22:40
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