guillaumebriday / laravel-blog

Laravel 10.0 blog application with Hotwire, Horizon, Telescope, Sanctum, Breeze and Pusher
MIT License
1.72k stars 559 forks source link

Update dependency eslint-plugin-node to v10 #87

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
eslint-plugin-node devDependencies major 9.2.0 -> 10.0.0

Release Notes

mysticatea/eslint-plugin-node ### [`v10.0.0`](https://togithub.com/mysticatea/eslint-plugin-node/releases/v10.0.0) [Compare Source](https://togithub.com/mysticatea/eslint-plugin-node/compare/v9.2.0...v10.0.0) This release supports BigInt and Dynamic Imports if you are using ESLint 6.2.0 or later. #### 💥 Breaking Changes - [`9ea67c9`](https://togithub.com/mysticatea/eslint-plugin-node/commit/9ea67c9e130c3da5f1ce9edc67241e1803db9264) updated `node/no-unsupported-features/es-syntax` rule to recognize BigInt literals and `import()`. - [`b91b48d`](https://togithub.com/mysticatea/eslint-plugin-node/commit/b91b48df112426b2eb86479e4841f7008ac7cdaf) updated `node/no-unsupported-features/es-builtins` rule to recognize `BigInt`, `BigInt64Array`, `BigUint64Array`, and `Promise.allSettled`. - [`b57a4f9`](https://togithub.com/mysticatea/eslint-plugin-node/commit/b57a4f97dcc6ea46e3b7aa8f7e25ab59a3357375) updated `node/file-extension-in-import`, `node/no-extraneous-import`, `node/no-missing-import`, and `node/no-unpublished-import` rules to recognize `import()`. - [`4b9c4d7`](https://togithub.com/mysticatea/eslint-plugin-node/commit/4b9c4d7d5deb9b66a6f37c0a440131500e51624f) updated `node/no-deprecated-api` rule to recognize `module.createRequireFromPath`. - [`9c574ba`](https://togithub.com/mysticatea/eslint-plugin-node/commit/9c574ba29390cd5f793885d956c1c89a6d30a7d5) updated `plugin:node/recommended` and the other configs. - It added `node/no-exports-assign` rule. - It changed `exports` global variable writable. - It enabled `node/*-import` rules in CommonJS mode as well. #### ✨ New rules - [`a0f0ee1`](https://togithub.com/mysticatea/eslint-plugin-node/commit/a0f0ee1efa860aa1633a7d84e73247e09a950b0b) added `node/no-exports-assign` rule that disallows `exports = {}`.

Renovate configuration

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

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

:recycle: Rebasing: Whenever PR becomes conflicted, 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.