Skip to content
Snippets Groups Projects
Unverified Commit b3cfc64f authored by Sebastian Poxhofer's avatar Sebastian Poxhofer Committed by GitHub
Browse files

feat(replacements): add migration from passport-saml to @node-saml/passport-saml (#26902)

parent 7635a63c
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ export const presets: Record<string, Preset> = { ...@@ -24,6 +24,7 @@ export const presets: Record<string, Preset> = {
'replacements:now-to-vercel', 'replacements:now-to-vercel',
'replacements:npm-run-all-to-maintenance-fork', 'replacements:npm-run-all-to-maintenance-fork',
'replacements:parcel-css-to-lightningcss', 'replacements:parcel-css-to-lightningcss',
'replacements:passport-saml',
'replacements:react-query-devtools-to-scoped', 'replacements:react-query-devtools-to-scoped',
'replacements:react-query-to-scoped', 'replacements:react-query-to-scoped',
'replacements:react-scripts-ts-to-react-scripts', 'replacements:react-scripts-ts-to-react-scripts',
...@@ -640,6 +641,17 @@ export const presets: Record<string, Preset> = { ...@@ -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': { 'react-query-devtools-to-scoped': {
description: description:
'`react-query/devtools` became scoped under the `tanstack` organization.', '`react-query/devtools` became scoped under the `tanstack` organization.',
......
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