fix(deps): replace dependency eslint-plugin-node with eslint-plugin-n ^14.0.0#1648
fix(deps): replace dependency eslint-plugin-node with eslint-plugin-n ^14.0.0#1648renovate[bot] wants to merge 1 commit into
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughThe ESLint configuration has been updated by removing the Changes
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
❌ Deploy Preview for kleros-v2-university failed. Why did it fail? →
|
❌ Deploy Preview for kleros-v2-neo failed. Why did it fail? →
|
✅ Deploy Preview for kleros-v2-testnet ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
f14dcda to
433dcb8
Compare
0546eb2 to
a1cd487
Compare
824fc17 to
e7a92f0
Compare
There was a problem hiding this comment.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (1)
eslint-config/package.json (1)
14-14: Ensure proper configuration ofeslint-plugin-nin ESLint configuration files.The replacement of
eslint-plugin-nodewitheslint-plugin-nversion^14.0.0is present ineslint-config/package.jsonandyarn.lock. However, there is no evidence ofeslint-plugin-nbeing configured in any ESLint configuration files. Please verify and update the ESLint configuration files to includeeslint-plugin-n.
eslint-config/package.jsonyarn.lockAnalysis chain
LGTM! Verify the installation and configuration of
eslint-plugin-n.The replacement of
eslint-plugin-nodewitheslint-plugin-nversion^14.0.0is approved.Ensure that the new plugin is correctly installed and configured to maintain linting capabilities.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the installation and configuration of `eslint-plugin-n`. # Test: Check if `eslint-plugin-n` is installed. Expect: The package should be listed. npm list eslint-plugin-n # Test: Check if `.eslintrc.js` contains the configuration for `eslint-plugin-n`. Expect: The configuration should be present. rg --type js 'eslint-plugin-n' .eslintrc.jsLength of output: 194
Script:
#!/bin/bash # Description: Search for ESLint configuration files and check for `eslint-plugin-n` configuration. # Find all potential ESLint configuration files in the repository. fd -e js -e json -e yaml -e yml -e cjs -e mjs -e ts -e coffee --regex 'eslint' # Check if any of these files contain the configuration for `eslint-plugin-n`. fd -e js -e json -e yaml -e yml -e cjs -e mjs -e ts -e coffee --regex 'eslint' --exec rg 'eslint-plugin-n' {}Length of output: 188
Script:
#!/bin/bash # Description: Search all files in the repository for `eslint-plugin-n` configuration. # Check if any files in the repository contain the configuration for `eslint-plugin-n`. rg 'eslint-plugin-n'Length of output: 262
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
Files selected for processing (1)
- eslint-config/package.json (1 hunks)
6441627 to
444d4c2
Compare
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
Files selected for processing (1)
- eslint-config/package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- eslint-config/package.json
444d4c2 to
f40ae42
Compare
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
Files selected for processing (1)
- eslint-config/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
- eslint-config/package.json
f40ae42 to
e3392d8
Compare
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
Files selected for processing (1)
- eslint-config/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
- eslint-config/package.json
e3392d8 to
2fffb97
Compare
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
Files selected for processing (1)
- eslint-config/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
- eslint-config/package.json
2fffb97 to
04a6b46
Compare
50e708e to
a8b9169
Compare
a3cb9c7 to
c9c92bd
Compare
211971e to
d57c91a
Compare
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
eslint-config/package.json (1)
14-14: Dependency Update: Replacingeslint-plugin-nodewitheslint-plugin-nThe new dependency
"eslint-plugin-n": "^14.0.0"has been added in place of the oldeslint-plugin-nodedependency. Please ensure that any ESLint configuration files (for example,.eslintrc.js) are updated accordingly to reflect the usage and rule adjustments of the new plugin.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro (Legacy)
📒 Files selected for processing (1)
eslint-config/package.json(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (3)
- GitHub Check: contracts-testing
- GitHub Check: Analyze (javascript)
- GitHub Check: Mend Security Check
|
Code Climate has analyzed commit 5ca99b7 and detected 0 issues on this pull request. View more on Code Climate. |
|
|



This PR contains the following updates:
^11.1.0→^14.0.0This is a special PR that replaces
eslint-plugin-nodewith the community suggested minimal stable replacement version.Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.