ImmoweltGroup / eslint-config-immowelt-react

ESLint shareable react config
MIT License
2 stars 0 forks source link

fix: update dependency eslint-plugin-node to ^6.0.0 #62

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency eslint-plugin-node from ^5.1.1 to ^6.0.0

Release Notes ### [`v6.0.0`](https://github.com/mysticatea/eslint-plugin-node/releases/v6.0.0) #### Breaking Changes - 49c060a7f7fcb5c33712914ce75bd499cf7e1340 updated `node/no-unsupported-features` rule to support ES2018 syntactic features. Now the rule recognizes the following syntax: - [Rest/Spread Proeprties](https://github.com/tc39/proposal-object-rest-spread) (since Node.js `8.3.0`) - [Illegal Escape Sequences in Taggled Templates](https://github.com/tc39/proposal-template-literal-revision) (since Node.js `9.0.0`) - [RegExp 's' Flag](https://github.com/tc39/proposal-regexp-dotall-flag) (since Node.js `9.0.0`) - [RegExp Lookbehind Assertions](https://github.com/tc39/proposal-regexp-lookbehind) (since Node.js `9.0.0`) - [RegExp Named Capture Groups](https://github.com/tc39/proposal-regexp-named-groups) (since Node.js `10.0.0`) - [RegExp Unicode Property Escapes](https://github.com/tc39/proposal-regexp-unicode-property-escapes) (since Node.js `10.0.0`) - [Asynchronous Iteration](https://github.com/tc39/proposal-async-iteration) (since Node.js `10.0.0`) - 400e20a00a1620f986eb91317d6d26e1b049f8dd updated `node/no-deprecated-api` rule to support new deprecated APIs. Now the rule recognizes the following APIs: - `async_hooks.currentId` - `async_hooks.triggerId` - `module._debug` - `path._makeLong` - `tls.parseCertString` - e8d757b97ac571d456085e9103dc7b9cbd9500c7 updated `plugin:node/recommended` preset. ---
Commits #### v6.0.0 - [`d5a8985`](https://github.com/mysticatea/eslint-plugin-node/commit/d5a8985c0cdf8329d2e16013f0070bc437190a64) Docs: fix comma JSON error on the first example (#​98) - [`846e677`](https://github.com/mysticatea/eslint-plugin-node/commit/846e677789dc290c1f7a9fff658fbdc1c5bf5171) Chore: use semver public API's. (#​99) - [`27ac4a8`](https://github.com/mysticatea/eslint-plugin-node/commit/27ac4a834769cb2e26ac4a69aab823098366157f) Docs: Add URL to rule documentation to the metadata (#​102) - [`dc32ab5`](https://github.com/mysticatea/eslint-plugin-node/commit/dc32ab57cedf8566597dd7a9718084d4ed875542) Docs: Use link to tagged version for rule docs (#​104) - [`2e2d464`](https://github.com/mysticatea/eslint-plugin-node/commit/2e2d464d9afe0ce1e1e2ad8899c6f744d182b4bb) Chore: upgrade dependencies - [`49c060a`](https://github.com/mysticatea/eslint-plugin-node/commit/49c060a7f7fcb5c33712914ce75bd499cf7e1340) Breaking: no-unsupported-features supports ES2018 (fixes #​94, fixes #​103) - [`400e20a`](https://github.com/mysticatea/eslint-plugin-node/commit/400e20a00a1620f986eb91317d6d26e1b049f8dd) Breaking: update no-deprecated-api rule - [`e8d757b`](https://github.com/mysticatea/eslint-plugin-node/commit/e8d757b97ac571d456085e9103dc7b9cbd9500c7) Breaking: update node/recommended preset - [`bbf4b60`](https://github.com/mysticatea/eslint-plugin-node/commit/bbf4b6032705d446cd3532c92649fdc2894da9d1) 6.0.0

This PR has been generated by Renovate Bot.