Skip to content

Commit

Permalink
feat: npm-plugin-node to npm-plugin-n
Browse files Browse the repository at this point in the history
it was forked from eslint-plugin-node v11.1.0. as the original repository seems
no longer maintained.
  • Loading branch information
aladdin-add committed Jan 30, 2024
1 parent 88daaf5 commit 4c69287
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/config/presets/internal/replacements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const presets: Record<string, Preset> = {
'replacements:middie-to-scoped',
'replacements:now-to-vercel',
'replacements:npm-run-all-to-maintenance-fork',
'replacements:npm-plugin-node-to-maintenance-fork',
'replacements:parcel-css-to-lightningcss',
'replacements:passport-saml',
'replacements:react-query-devtools-to-scoped',
Expand Down Expand Up @@ -619,6 +620,17 @@ export const presets: Record<string, Preset> = {
},
],
},
'npm-plugin-node-to-maintenance-fork': {
description: 'Maintenance fork of `npm-plugin-node`',
packageRules: [
{
matchDatasources: ['npm'],
matchPackageNames: ['npm-plugin-node'],
replacementName: 'npm-plugin-n',
replacementVersion: '15.7.0',
},
],
},
'npm-run-all-to-maintenance-fork': {
description: 'Maintenance fork of `npm-run-all`',
packageRules: [
Expand Down

0 comments on commit 4c69287

Please sign in to comment.