Skip to content

Commit

Permalink
fix(renovate): pin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Jun 26, 2019
1 parent 19c8bf4 commit 6d3b188
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions packages/eslint-config/docs/compare-with-promise.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@

| # | Rule | fisker | promise/recommended |
| --: | :--------------------------------------------------------------------------------------------------------------------- | :----: | :-----------------: |
| 1 | [promise/always-return](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.1.1/docs/rules/always-return.md) | off | error |
| 2 | [promise/catch-or-return](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.1.1/docs/rules/catch-or-return.md) | off | error |
| 1 | [promise/always-return](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/always-return.md) | off | error |
| 2 | [promise/catch-or-return](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/catch-or-return.md) | off | error |

## all rules

| # | Rule | fisker | promise/recommended |
| --: | :----------------------------------------------------------------------------------------------------------------------------------- | :----: | :-----------------: |
| 1 | [promise/always-return](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.1.1/docs/rules/always-return.md) | off | error |
| 2 | [promise/avoid-new](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.1.1/docs/rules/avoid-new.md) | off | off |
| 3 | [promise/catch-or-return](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.1.1/docs/rules/catch-or-return.md) | off | error |
| 4 | [promise/no-callback-in-promise](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.1.1/docs/rules/no-callback-in-promise.md) | warn | warn |
| 5 | [promise/no-native](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.1.1/docs/rules/no-native.md) | off | off |
| 6 | [promise/no-nesting](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.1.1/docs/rules/no-nesting.md) | warn | warn |
| 7 | [promise/no-new-statics](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.1.1/docs/rules/no-new-statics.md) | error | error |
| 8 | [promise/no-promise-in-callback](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.1.1/docs/rules/no-promise-in-callback.md) | warn | warn |
| 9 | [promise/no-return-in-finally](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.1.1/docs/rules/no-return-in-finally.md) | warn | warn |
| 10 | [promise/no-return-wrap](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.1.1/docs/rules/no-return-wrap.md) | error | error |
| 11 | [promise/param-names](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.1.1/docs/rules/param-names.md) | error | error |
| 12 | [promise/valid-params](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.1.1/docs/rules/valid-params.md) | warn | warn |
| 1 | [promise/always-return](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/always-return.md) | off | error |
| 2 | [promise/avoid-new](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/avoid-new.md) | off | off |
| 3 | [promise/catch-or-return](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/catch-or-return.md) | off | error |
| 4 | [promise/no-callback-in-promise](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/no-callback-in-promise.md) | warn | warn |
| 5 | [promise/no-native](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/no-native.md) | off | off |
| 6 | [promise/no-nesting](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/no-nesting.md) | warn | warn |
| 7 | [promise/no-new-statics](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/no-new-statics.md) | error | error |
| 8 | [promise/no-promise-in-callback](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/no-promise-in-callback.md) | warn | warn |
| 9 | [promise/no-return-in-finally](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/no-return-in-finally.md) | warn | warn |
| 10 | [promise/no-return-wrap](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/no-return-wrap.md) | error | error |
| 11 | [promise/param-names](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/param-names.md) | error | error |
| 12 | [promise/valid-params](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/valid-params.md) | warn | warn |
2 changes: 1 addition & 1 deletion packages/renovate-config/presets/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default {
':updateNotScheduled',
':npm',
':automergeLinters',
':doNotPinPackage',
// ':doNotPinPackage',
':semanticCommits',
':timezone(Asia/Shanghai)',
':automergePatch',
Expand Down

0 comments on commit 6d3b188

Please sign in to comment.