Skip to content

Commit

Permalink
feat(replacements): add migration from passport-saml to @node-saml/pa…
Browse files Browse the repository at this point in the history
…ssport-saml (#26902)
  • Loading branch information
secustor committed Jan 28, 2024
1 parent 7635a63 commit b3cfc64
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/config/presets/internal/replacements.ts
Expand Up @@ -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',
Expand Down Expand Up @@ -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.',
Expand Down

0 comments on commit b3cfc64

Please sign in to comment.