Skip to content

Commit

Permalink
feat(replacements): add the rename of read-pkg-up to `read-package-…
Browse files Browse the repository at this point in the history
  • Loading branch information
travi authored and zT-1337 committed Jan 24, 2024
1 parent a605e71 commit 7f9856d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/config/presets/internal/replacements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,17 @@ export const presets: Record<string, Preset> = {
},
],
},
'read-pkg-up-rename': {
description: '`read-pkg-up` was renamed to `read-package-up`.',
packageRules: [
{
matchDatasources: ['npm'],
matchPackageNames: ['read-pkg-up'],
replacementName: 'read-package-up',
replacementVersion: '11.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 7f9856d

Please sign in to comment.