group d3 updates together (#58309)

This commit is contained in:
Ashley Harrison 2022-11-07 10:30:23 +00:00 committed by GitHub
parent 09e8cff06e
commit 334b498632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,15 +5,8 @@
"enabledManagers": ["npm"], "enabledManagers": ["npm"],
"ignoreDeps": [ "ignoreDeps": [
"@types/systemjs", "@types/systemjs",
"@types/d3-force", // we should bump this once we move to esm modules
"@types/d3-interpolate", // we should bump this once we move to esm modules
"@types/d3-scale-chromatic", // we should bump this once we move to esm modules
"@types/react-icons", // jaeger-ui-components is being refactored to use @grafana/ui icons instead "@types/react-icons", // jaeger-ui-components is being refactored to use @grafana/ui icons instead
"commander", // we are planning to remove this, so no need to update it "commander", // we are planning to remove this, so no need to update it
"d3",
"d3-force", // we should bump this once we move to esm modules
"d3-interpolate", // we should bump this once we move to esm modules
"d3-scale-chromatic", // we should bump this once we move to esm modules
"execa", // we should bump this once we move to esm modules "execa", // we should bump this once we move to esm modules
"history", // we should bump this together with react-router-dom "history", // we should bump this together with react-router-dom
"@mdx-js/react", // storybook peer-depends on its 1.x version, we should upgrade this when we upgrade storybook "@mdx-js/react", // storybook peer-depends on its 1.x version, we should upgrade this when we upgrade storybook
@ -73,7 +66,14 @@
"slate", "slate",
"slate-react" "slate-react"
] ]
} },
{
"groupName": "d3",
"matchPackagePrefixes": [
"d3",
"@types/d3"
]
},
], ],
"pin": { "pin": {
"enabled": false "enabled": false