Skip to content

Commit

Permalink
feat(replacements): typeorm-seeding to scoped (#30095)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Jul 30, 2024
1 parent 5365862 commit daf48c7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/data/replacements.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"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 @@ -930,6 +931,18 @@
}
]
},
"typeorm-seeding-to-scoped": {
"description": "`typeorm-seeding` is now maintained as scoped package.",
"packageRules": [
{
"matchCurrentVersion": "1.6.1",
"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`.",
"packageRules": [
Expand Down

0 comments on commit daf48c7

Please sign in to comment.