diff --git a/lib/config/presets/internal/replacements.ts b/lib/config/presets/internal/replacements.ts index 208282cce9de2a55e85d18dc0245728ec3a2e3ff..d04968eec0d672ff4a0ebac820826007f89ece26 100644 --- a/lib/config/presets/internal/replacements.ts +++ b/lib/config/presets/internal/replacements.ts @@ -24,6 +24,7 @@ export const presets: Record<string, Preset> = { 'replacements:now-to-vercel', 'replacements:npm-run-all-to-maintenance-fork', 'replacements:parcel-css-to-lightningcss', + 'replacements:passport-saml', 'replacements:react-query-devtools-to-scoped', 'replacements:react-query-to-scoped', 'replacements:react-scripts-ts-to-react-scripts', @@ -640,6 +641,17 @@ export const presets: Record<string, Preset> = { }, ], }, + 'passport-saml': { + description: '`passport-saml` was renamed to `@node-saml/passport-saml`.', + packageRules: [ + { + matchDatasources: ['npm'], + matchPackageNames: ['passport-saml'], + replacementName: '@node-saml/passport-saml', + replacementVersion: '4.0.4', + }, + ], + }, 'react-query-devtools-to-scoped': { description: '`react-query/devtools` became scoped under the `tanstack` organization.',