ahmadnassri / node-metalsmith-request

Metalsmith plugin to grab content from the web and expose the results to metadata
https://www.npmjs.com/package/metalsmith-request
MIT License
15 stars 3 forks source link

chore(deps): update dependency echint to v4 - autoclosed #93

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This PR contains the following updates:

Package Type Update Change References
echint devDependencies major ^2.1.0 -> ^4.0.0 source

Release Notes

ahmadnassri/echint ### [`v4.0.1`](https://renovatebot.com/gh/ahmadnassri/echint/releases/v4.0.1) [Compare Source](https://renovatebot.com/gh/ahmadnassri/echint/compare/v4.0.0...v4.0.1) ##### Bug Fixes - **ignore:** ensure default egnore patterns are included ([7e792421](https://renovatebot.com/gh/ahmadnassri/echint/commit/7e792421)) ### [`v4.0.0`](https://renovatebot.com/gh/ahmadnassri/echint/releases/v4.0.0) [Compare Source](https://renovatebot.com/gh/ahmadnassri/echint/compare/v3.0.0...v4.0.0) ##### Features - **core:** let linspaces handle lookup of .editorconfig files ([d31b449d](https://renovatebot.com/gh/ahmadnassri/echint/commit/d31b449d), closes [#​59](https://renovatebot.com/gh/ahmadnassri/echint/issues/59)) ##### Breaking Changes - .editorconfig rules matching has been changed so behaviour might be different in cases where there are nested .editorconfig files in folder tree. Closes [#​59](https://renovatebot.com/gh/ahmadnassri/echint/issues/59) ([d31b449d](https://renovatebot.com/gh/ahmadnassri/echint/commit/d31b449d)) ### [`v3.0.0`](https://renovatebot.com/gh/ahmadnassri/echint/releases/v3.0.0) [Compare Source](https://renovatebot.com/gh/ahmadnassri/echint/compare/v2.1.3...v3.0.0) ##### Bug Fixes - **bin:** option --ignore breaking CLI ([29013275](https://renovatebot.com/gh/ahmadnassri/echint/commit/29013275)) - **test:** add node_modules to project's echint ignore ([b868ca33](https://renovatebot.com/gh/ahmadnassri/echint/commit/b868ca33)) ##### Breaking Changes - ignore pattern list is not extended, the presence of one will override the previous, following this order: - Hard-coded `DEFAULT_IGNORE_PATTERNS` list. - `ECHINT_IGNORE` env var. - `echint.ignore` list inside `package.json` - `--ignore`/`-i` option(s) ([579206e0](https://renovatebot.com/gh/ahmadnassri/echint/commit/579206e0))

Renovate configuration

:date: Schedule: "before 3am on Monday" (UTC).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.


This PR has been generated by Renovate Bot. View repository job log here.

ci-reporter[bot] commented 6 years ago

The build is failing

✨ Good work on this PR so far! ✨ Unfortunately, the Travis CI build is failing as of dd07af3437d821bddc69733fd1beca8ec543d735. Here's the output:

npm test
> metalsmith-request@0.0.0-development pretest /home/travis/build/ahmadnassri/metalsmith-request
> snazzy && echint

standard: Use JavaScript Standard Style (https://standardjs.com)
standard: Run `standard --fix` to automatically fix some problems.

/home/travis/build/ahmadnassri/metalsmith-request/src/index.js
  33:1  error  Expected indentation of 6 spaces but found 4
  34:1  error  Expected indentation of 6 spaces but found 4

✖ 2 problems

I'm sure you can fix it! If you need help, don't hesitate to ask a maintainer of the project!


This comment was automagically generated by ci-reporter. If you see a problem, open an issue here.