Skip to content

Commit

Permalink
[7.17] Added resolution for [email protected] version to point to elasti…
Browse files Browse the repository at this point in the history
…c fork (#184945) (#185017)

# Backport

This will backport the following commits from `main` to `7.17`:
- [Added resolution for d3-color version to point to elastic fork
(#184945)](#184945)
 
 `npm list d3-color --all`
 ```
 ├─┬ @elastic/[email protected]
│ ├─┬ [email protected]
│ │ └── d3-color@npm:@elastic/[email protected]
│ └─┬ [email protected]
│   └── d3-color@npm:@elastic/[email protected]
├─┬ [email protected]
│ └── [email protected]
├─┬ [email protected]
│ └─┬ [email protected]
│   └── d3-color@npm:@elastic/[email protected]
└─┬ [email protected]
  ├─┬ [email protected]
  │ └── [email protected]
  └─┬ [email protected]
    └── [email protected]
 ```

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"elena-shostak","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-06-07T11:47:41Z","message":"Added
resolution for [email protected] version to point to elastic fork
(#184945)\n\n## Summary\r\n\r\nAdded resolution for `[email protected]`
version to point to elastic
fork.","sha":"217e29dc2af8d7458d4c2d95ac7d566c2280deb6","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Security","release_note:skip","backport:prev-MAJOR","v8.15.0"],"number":184945,"url":"https://github.com/elastic/kibana/pull/184945","mergeCommit":{"message":"Added
resolution for [email protected] version to point to elastic fork
(#184945)\n\n## Summary\r\n\r\nAdded resolution for `[email protected]`
version to point to elastic
fork.","sha":"217e29dc2af8d7458d4c2d95ac7d566c2280deb6"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.15.0","labelRegex":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/184945","number":184945,"mergeCommit":{"message":"Added
resolution for [email protected] version to point to elastic fork
(#184945)\n\n## Summary\r\n\r\nAdded resolution for `[email protected]`
version to point to elastic
fork.","sha":"217e29dc2af8d7458d4c2d95ac7d566c2280deb6"}},{"url":"https://github.com/elastic/kibana/pull/185002","number":185002,"branch":"8.14","state":"OPEN"}]}]
BACKPORT-->
  • Loading branch information
elena-shostak authored Jun 7, 2024
1 parent c6a09f0 commit 96d34a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,14 @@
"yarn": "^1.22.19"
},
"resolutions": {
"**/@elastic/charts/**/d3-color": "npm:@elastic/[email protected]",
"**/@types/node": "20.10.6",
"**/@types/react": "^16.14.25",
"**/@types/react-dom": "^16.9.8",
"**/@typescript-eslint/utils": "5.62.0",
"**/axios": "1.6.3",
"**/chokidar": "^3.4.3",
"**/d3-scale/**/d3-color": "npm:@elastic/[email protected]",
"**/globule/minimatch": "^3.1.2",
"**/hoist-non-react-statics": "^3.3.2",
"**/html-minifier/uglify-js": "^3.14.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11064,10 +11064,10 @@ d3-collection@1, d3-collection@^1.0.7:
resolved "https://registry.yarnpkg.com/d3-collection/-/d3-collection-1.0.7.tgz#349bd2aa9977db071091c13144d5e4f16b5b310e"
integrity sha512-ii0/r5f4sjKNTfh84Di+DpztYwqKhEyUlKoPrzUFfeSkWxjW49xU2QzO9qrPrNkpdI0XJkfzvmTu8V2Zylln6A==

d3-color@1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-1.4.1.tgz#c52002bf8846ada4424d55d97982fef26eb3bc8a"
integrity sha512-p2sTHSLCJI2QKunbGb7ocOh7DgTAn8IrLx21QRc/BSnodXM4sv6aLQlnfpvehFMLZEfBc6g9pH9SWQccFYfJ9Q==
d3-color@1, "d3-color@npm:@elastic/[email protected]":
version "1.4.2"
resolved "https://registry.yarnpkg.com/@elastic/d3-color/-/d3-color-1.4.2.tgz#00437ecbed5b5631f5a8c30f457d7049795c3b5e"
integrity sha512-I9zIjF3GZLyxIFYEhumljYBwrZCRIA0eGyrP+Xw7qMxhYynoj9PWkHC7MI1sffFDPmvw6qgEfdhRyQ2fwCxgGQ==

"d3-color@1 - 3", d3-color@^3.1.0:
version "3.1.0"
Expand Down

0 comments on commit 96d34a3

Please sign in to comment.