Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
2cec5c06
Unverified
Commit
2cec5c06
authored
2 years ago
by
Gabriel-Ladzaretti
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
feat(preset): Replacement preset for Material-UI to MUI (#15774)
parent
56170df9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/config/presets/internal/replacements.ts
+13
-0
13 additions, 0 deletions
lib/config/presets/internal/replacements.ts
with
13 additions
and
0 deletions
lib/config/presets/internal/replacements.ts
+
13
−
0
View file @
2cec5c06
...
...
@@ -11,6 +11,7 @@ export const presets: Record<string, Preset> = {
'
replacements:jade-to-pug
'
,
'
replacements:joi-to-scoped
'
,
'
replacements:joi-to-unscoped
'
,
'
replacements:material-ui-to-mui
'
,
'
replacements:renovate-pep440-to-renovatebot-pep440
'
,
'
replacements:rollup-node-resolve-to-scoped
'
,
'
replacements:xmldom-to-scoped
'
,
...
...
@@ -86,6 +87,18 @@ export const presets: Record<string, Preset> = {
},
],
},
'
material-ui-to-mui
'
:
{
description
:
'
the @material-ui/core monorepo was renamed to @mui/material
'
,
packageRules
:
[
{
matchCurrentVersion
:
'
>=4.0.0 <5.0.0
'
,
matchDatasources
:
[
'
npm
'
],
matchPackageNames
:
[
'
@material-ui/core
'
],
replacementName
:
'
@mui/material
'
,
replacementVersion
:
'
5.0.0
'
,
},
],
},
'
redux-devtools-extension-to-scope
'
:
{
description
:
'
the redux-devtools-extension package was renamed to @redux-devtools/extension
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment