Skip to content

Commit

Permalink
feat(replacements): typeorm-seeding to scoped
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Jul 9, 2024
1 parent d65effa commit 0bc55cd
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 @@ -46,6 +46,7 @@ export const presets: Record<string, Preset> = {
'replacements:semantic-release-replace-plugin-to-unscoped',
'replacements:spectre-cli-to-spectre-console-cli',
'replacements:standard-version-to-commit-and-tag',
'replacements:typeorm-seeding-to-scoped',
'replacements:vso-task-lib-to-azure-pipelines-task-lib',
'replacements:vsts-task-lib-to-azure-pipelines-task-lib',
'replacements:xmldom-to-scoped',
Expand Down Expand Up @@ -955,6 +956,17 @@ export const presets: Record<string, Preset> = {
},
],
},
'typeorm-seeding-to-scoped': {
description: '`typeorm-seeding` is now maintained as scoped package.',
packageRules: [
{
matchDatasources: ['npm'],
matchPackageNames: ['typeorm-seeding'],
replacementName: '@jorgebodega/typeorm-seeding',
replacementVersion: '2.0.0',
},
],
},
'vso-task-lib-to-azure-pipelines-task-lib': {
description:
'The `vso-task-lib` package is now published as `azure-pipelines-task-lib`.',
Expand Down

0 comments on commit 0bc55cd

Please sign in to comment.