mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
feat(replacements): add migration from passport-saml to @node-saml/passport-saml (#26902)
This commit is contained in:
parent
7635a63cdb
commit
b3cfc64fae
1 changed files with 12 additions and 0 deletions
|
@ -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> = {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
'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.',
|
||||||
|
|
Loading…
Reference in a new issue