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
…up` (#26101)
  • Loading branch information
travi committed Dec 4, 2023
1 parent 7b30ba8 commit ba3bd01
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/config/presets/internal/replacements.ts
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 ba3bd01

Please sign in to comment.