This repository was archived by the owner on Feb 7, 2026. It is now read-only.
chore(deps): update dependency eslint-plugin-node to v7#148
Merged
JustinBeckwith merged 1 commit intomasterfrom Jul 18, 2018
Merged
chore(deps): update dependency eslint-plugin-node to v7#148JustinBeckwith merged 1 commit intomasterfrom
JustinBeckwith merged 1 commit intomasterfrom
Conversation
JustinBeckwith
approved these changes
Jul 18, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This Pull Request updates dependency eslint-plugin-node from
^6.0.0to^7.0.0Note: This PR was created on a configured schedule ("after 10pm,before 5am") and will not receive updates outside those times.
Release Notes
v7.0.1Compare Source
Bug fixes
node/no-unsupported-features/node-builtinsreports theprocess.emitWarningmethod on Node.js>=6 <8. It was supported since Node.js 6.0.0.v7.0.0Compare Source
Breaking changes
>=6.>=4.19.1. (thenode/recommendedpreset is supporting only ESLint>=5.0.0)node/recommendedconfig.parserOptions.ecmaVersionto2019from2018.plugins: ["node"].10.6.0.assert.equalare deprecated. Use stricter methods such asassert.strictEqualor the strict mode (assert.strict) instead.New rules
Bufferorrequire("buffer").Bufferconsistently.consoleorrequire("console")consistently.processorrequire("process")consistently.URLSearchParamsorrequire("url").URLSearchParamsconsistently.URLorrequire("url").URLconsistently.Deprecated rules
Chore
I extracted the logic which detects certain globals and modules and those properties to the eslint-utils package. I wish it to be useful for your ESLint plugins.
All commits: 5260039c77fd7e6368c1a5808f90462e5beec6f3...890ee63e98ef95ec5a27f50f42188102526d81b1
This PR has been generated by Renovate Bot.