Dependency ownership refinements (#205937)

## Summary

This PR assigns owners for dependencies that are not yet claimed. These
assignments were a "best effort", and will likely need tweaking once
downstream teams start receiving renovate PRs.
This commit is contained in:
Larry Gregory 2025-01-09 13:33:38 -05:00 committed by GitHub
parent 75a401ffec
commit a9f5f432ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1097 additions and 34 deletions

View file

@ -1653,7 +1653,6 @@
"@types/react-window-infinite-loader": "^1.0.9",
"@types/redux-actions": "^2.6.1",
"@types/resolve": "^1.20.1",
"@types/scheduler": "^0.23.0",
"@types/seedrandom": ">=2.0.0 <4.0.0",
"@types/selenium-webdriver": "^4.1.27",
"@types/semver": "^7.5.8",

View file

@ -32,8 +32,11 @@ export function packageFilter(pkg: string) {
return (
// @kbn-* packages are internal to this repo, and do not require ownership via renovate
!pkg.startsWith('@kbn/') &&
// The EUI team owns the EUI package, and it is not covered by renovate
pkg !== '@elastic/eui'
// The EUI team owns the EUI packages, and are not covered by renovate
pkg !== '@elastic/eui' &&
pkg !== '@elastic/eui-theme-borealis' &&
// Operations owns node, and is not covered by renovate
pkg !== '@types/node'
);
}

File diff suppressed because it is too large Load diff

View file

@ -12353,11 +12353,6 @@
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
"@types/scheduler@^0.23.0":
version "0.23.0"
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.23.0.tgz#0a6655b3e2708eaabca00b7372fafd7a792a7b09"
integrity sha512-YIoDCTH3Af6XM5VuwGG/QL/CJqga1Zm3NkU3HZ4ZHK2fRMPYP1VczsTUqtsf43PH/iJNVlPHAo2oWX7BSdB2Hw==
"@types/seedrandom@>=2.0.0 <4.0.0":
version "2.4.28"
resolved "https://registry.yarnpkg.com/@types/seedrandom/-/seedrandom-2.4.28.tgz#9ce8fa048c1e8c85cb71d7fe4d704e000226036f"