diff --git a/lib/data/replacements.json b/lib/data/replacements.json index 021304c082de8d..1be674f484cc5c 100644 --- a/lib/data/replacements.json +++ b/lib/data/replacements.json @@ -16,6 +16,7 @@ "replacements:eslint-plugin-vitest-to-scoped", "replacements:fakerjs-to-scoped", "replacements:fastify-to-scoped", + "replacements:framer-motion-to-motion", "replacements:hapi-to-scoped", "replacements:jade-to-pug", "replacements:joi-to-scoped", @@ -670,6 +671,18 @@ } ] }, + "framer-motion-to-motion": { + "description": "`framer-motion` and Motion One have merged under the package name `motion`, though `framer-motion` is still being published. `motion` is now the recommended name.", + "packageRules": [ + { + "matchCurrentVersion": ">=11.11.12", + "matchDatasources": ["npm"], + "matchPackageNames": ["framer-motion"], + "replacementName": "motion", + "replacementVersion": "11.11.12" + } + ] + }, "hapi-to-scoped": { "description": "`hapi` became scoped.", "packageRules": [