Skip to content
Snippets Groups Projects
Unverified Commit a966aeae authored by Natsuki Ikeguchi's avatar Natsuki Ikeguchi Committed by GitHub
Browse files

feat(presets): Add replacement for rome to biome (#24243)

parent a9dc0625
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ export const presets: Record<string, Preset> = {
'replacements:renovate-pep440-to-renovatebot-pep440',
'replacements:rollup-babel-to-scoped',
'replacements:rollup-node-resolve-to-scoped',
'replacements:rome-to-biome',
'replacements:vso-task-lib-to-azure-pipelines-task-lib',
'replacements:vsts-task-lib-to-azure-pipelines-task-lib',
'replacements:xmldom-to-scoped',
......@@ -689,6 +690,18 @@ export const presets: Record<string, Preset> = {
},
],
},
'rome-to-biome': {
description:
'The Rome repository is archived, and Biome is the community replacement. Read [the Biome announcement](https://biomejs.dev/blog/annoucing-biome/) for migration instructions.',
packageRules: [
{
matchDatasources: ['npm'],
matchPackageNames: ['rome'],
replacementName: '@biomejs/biome',
replacementVersion: '1.0.0',
},
],
},
'spectre-cli-to-spectre-console-cli': {
description:
'The `Spectre.Cli` package was renamed to `Spectre.Console.Cli`.',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment