Spudnik-Group / Spudnik

previously A Discord chat bot focused on guild management and adding interesting and useful functionality to your server.
https://spudnik.io
Apache License 2.0
8 stars 1 forks source link

Update dependency eslint-plugin-node to v11.1.0 #345

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
eslint-plugin-node devDependencies minor 11.0.0 -> 11.1.0

Release Notes

mysticatea/eslint-plugin-node ### [`v11.1.0`](https://togithub.com/mysticatea/eslint-plugin-node/releases/v11.1.0) [Compare Source](https://togithub.com/mysticatea/eslint-plugin-node/compare/v11.0.0...v11.1.0) The many rules for Node.js in the ESLint core will be deprecated in ESLint 7.0.0. This release includes the clone of those core rules. #### ✨ Enhancements - [`8788a11`](https://togithub.com/mysticatea/eslint-plugin-node/commit/8788a11e01904f394b6c438dcb218704d449c09c) added ten rules from the ESLint core: - [node/callback-return] rule that corresponds to [callback-return] rule. - [node/global-require] rule that corresponds to [global-require] rule. - [node/handle-callback-err] rule that corresponds to [handle-callback-err] rule. - [node/no-mixed-requires] rule that corresponds to [no-mixed-requires] rule. - [node/no-new-require] rule that corresponds to [no-new-require] rule. - [node/no-path-concat] rule that corresponds to [no-path-concat] rule, plus this recognizes template literals as well. - [node/no-process-env] rule that corresponds to [no-process-env] rule. - [node/no-process-exit] rule that corresponds to [no-process-exit] rule. - [node/no-restricted-require] rule that corresponds to [no-restricted-modules] rule, but this has simplified options. - [node/no-sync] rule that corresponds to [no-sync] rule. - [`ade0b59`](https://togithub.com/mysticatea/eslint-plugin-node/commit/ade0b59b3bdb8671196eb5b51fdab28acc87800b) added [node/no-restricted-import] rule that is ES modules version of [node/no-restricted-require] rule. [callback-return]: https://eslint.org/docs/rules/callback-return [global-require]: https://eslint.org/docs/rules/global-require [handle-callback-err]: https://eslint.org/docs/rules/handle-callback-err [no-mixed-requires]: https://eslint.org/docs/rules/no-mixed-requires [no-new-require]: https://eslint.org/docs/rules/no-new-require [no-path-concat]: https://eslint.org/docs/rules/no-path-concat [no-process-env]: https://eslint.org/docs/rules/no-process-env [no-process-exit]: https://eslint.org/docs/rules/no-process-exit [no-restricted-modules]: https://eslint.org/docs/rules/no-restricted-modules [no-sync]: https://eslint.org/docs/rules/no-sync [node/callback-return]: https://togithub.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/callback-return.md [node/global-require]: https://togithub.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/global-require.md [node/handle-callback-err]: https://togithub.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/handle-callback-err.md [node/no-mixed-requires]: https://togithub.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-mixed-requires.md [node/no-new-require]: https://togithub.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-new-require.md [node/no-path-concat]: https://togithub.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-path-concat.md [node/no-process-env]: https://togithub.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-process-env.md [node/no-process-exit]: https://togithub.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-process-exit.md [node/no-restricted-import]: https://togithub.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-restricted-import.md [node/no-restricted-require]: https://togithub.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-restricted-require.md [node/no-sync]: https://togithub.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-sync.md

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



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