Skip to content

Commit

Permalink
feat(presets/replacements): add now-to-vercel replacement (#17293)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed Aug 20, 2022
1 parent 497d319 commit 844887a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/config/presets/internal/replacements.ts
Expand Up @@ -91,6 +91,18 @@ export const presets: Record<string, Preset> = {
},
],
},
'now-to-vercel': {
description: '`now` was renamed to `vercel`.',
packageRules: [
{
matchCurrentVersion: '>=21.0.0',
matchDatasources: ['npm'],
matchPackageNames: ['now'],
replacementName: 'vercel',
replacementVersion: '21.0.0',
},
],
},
'redux-devtools-extension-to-scope': {
description:
'The `redux-devtools-extension` package was renamed to `@redux-devtools/extension`.',
Expand Down

0 comments on commit 844887a

Please sign in to comment.