diff --git a/elastic_eui_99.2.0_borealis.0_zzz_04.tgz b/elastic_eui_99.2.0_borealis.0_zzz_04.tgz new file mode 100644 index 0000000000000..b49db6666cc5a Binary files /dev/null and b/elastic_eui_99.2.0_borealis.0_zzz_04.tgz differ diff --git a/elastic_eui_theme_borealis_0.0.10_zzz_03.tgz b/elastic_eui_theme_borealis_0.0.10_zzz_03.tgz new file mode 100644 index 0000000000000..8391f2f23480f Binary files /dev/null and b/elastic_eui_theme_borealis_0.0.10_zzz_03.tgz differ diff --git a/elastic_eui_theme_common_0.0.9_zzz_04.tgz b/elastic_eui_theme_common_0.0.9_zzz_04.tgz new file mode 100644 index 0000000000000..289b1db0a8a4a Binary files /dev/null and b/elastic_eui_theme_common_0.0.9_zzz_04.tgz differ diff --git a/package.json b/package.json index 88334edddb640..fdc67cc8045af 100644 --- a/package.json +++ b/package.json @@ -117,8 +117,9 @@ "@elastic/ecs": "^8.11.5", "@elastic/elasticsearch": "^8.17.0", "@elastic/ems-client": "8.6.3", - "@elastic/eui": "99.2.0-borealis.0", - "@elastic/eui-theme-borealis": "0.0.10", + "@elastic/eui": "file:./elastic_eui_99.2.0_borealis.0_zzz_04.tgz", + "@elastic/eui-theme-borealis": "file:./elastic_eui_theme_borealis_0.0.10_zzz_03.tgz", + "@elastic/eui-theme-common": "file:./elastic_eui_theme_common_0.0.9_zzz_04.tgz", "@elastic/filesaver": "1.1.2", "@elastic/node-crypto": "^1.2.3", "@elastic/numeral": "^2.5.1", diff --git a/packages/kbn-dependency-ownership/src/rule.ts b/packages/kbn-dependency-ownership/src/rule.ts index b884891d68cc1..c2be110d8be44 100644 --- a/packages/kbn-dependency-ownership/src/rule.ts +++ b/packages/kbn-dependency-ownership/src/rule.ts @@ -42,6 +42,7 @@ export function packageFilter(pkg: string) { // The EUI team owns the EUI packages, and are not covered by renovate pkg !== '@elastic/eui' && pkg !== '@elastic/eui-theme-borealis' && + pkg !== '@elastic/eui-theme-common' && // Operations owns node, and is not covered by renovate pkg !== '@types/node' ); diff --git a/src/dev/license_checker/config.ts b/src/dev/license_checker/config.ts index d648755d6ee4c..479ef6a6fe83b 100644 --- a/src/dev/license_checker/config.ts +++ b/src/dev/license_checker/config.ts @@ -89,6 +89,7 @@ export const LICENSE_OVERRIDES = { '@elastic/ems-client@8.6.3': ['Elastic License 2.0'], '@elastic/eui@99.2.0-borealis.0': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'], '@elastic/eui-theme-borealis@0.0.10': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'], + '@elastic/eui-theme-common@0.0.9': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'], 'language-subtag-registry@0.3.21': ['CC-BY-4.0'], // retired ODC‑By license https://github.com/mattcg/language-subtag-registry 'buffers@0.1.1': ['MIT'], // license in importing module https://www.npmjs.com/package/binary '@bufbuild/protobuf@1.2.1': ['Apache-2.0'], // license (Apache-2.0 AND BSD-3-Clause) diff --git a/yarn.lock b/yarn.lock index ed5ca1965d0fe..8fa5189a4d507 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2321,25 +2321,22 @@ resolved "https://registry.yarnpkg.com/@elastic/eslint-plugin-eui/-/eslint-plugin-eui-0.0.2.tgz#56b9ef03984a05cc213772ae3713ea8ef47b0314" integrity sha512-IoxURM5zraoQ7C8f+mJb9HYSENiZGgRVcG4tLQxE61yHNNRDXtGDWTZh8N1KIHcsqN1CEPETjuzBXkJYF/fDiQ== -"@elastic/eui-theme-borealis@0.0.10": +"@elastic/eui-theme-borealis@file:./elastic_eui_theme_borealis_0.0.10_zzz_03.tgz": version "0.0.10" - resolved "https://registry.yarnpkg.com/@elastic/eui-theme-borealis/-/eui-theme-borealis-0.0.10.tgz#ebc317c135220b2f17529fe4e7b235a66614006e" - integrity sha512-9VFpUfxtHLjChd7Q1HZry71+o1vEOaUnCSOJiJT6zi/sbt+J114k+GCukOChScK6xaX8ypYD4/I0olCBwZV5Vw== + resolved "file:./elastic_eui_theme_borealis_0.0.10_zzz_03.tgz#8f214d0a1b9b70c5d4534871a2a72b2c9bbe52a8" -"@elastic/eui-theme-common@0.0.9": +"@elastic/eui-theme-common@file:./elastic_eui_theme_common_0.0.9_zzz_04.tgz": version "0.0.9" - resolved "https://registry.yarnpkg.com/@elastic/eui-theme-common/-/eui-theme-common-0.0.9.tgz#42d4f15b6d8dd9f8976eb3f2d46fd59af3f37a9c" - integrity sha512-nmeqi+gZruBQtDOirPIGgZh0QejrlmeZixKaaM/iQca5rQiTNHAE29sSpGFk20+//yfiDPQMFee7PQU/A4R4Ow== + resolved "file:./elastic_eui_theme_common_0.0.9_zzz_04.tgz#723ccb04164f9eddad19ecbee9ac519678841cd2" dependencies: "@types/lodash" "^4.14.202" + chroma-js "^2.4.2" lodash "^4.17.21" -"@elastic/eui@99.2.0-borealis.0": +"@elastic/eui@file:./elastic_eui_99.2.0_borealis.0_zzz_04.tgz": version "99.2.0-borealis.0" - resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-99.2.0-borealis.0.tgz#44b22bd4b2177bdf860e7d5ca5f00cea123f044a" - integrity sha512-cjd7+awwWoBzdqFju0v3Q6Pl/GB1Y9C+3j9nNj3u5JgK62E2z9AkQvRdL6Tv8jusFwoSR9OhC3H0bmYOKLx8mg== + resolved "file:./elastic_eui_99.2.0_borealis.0_zzz_04.tgz#2454767eb40b665cf911eece5a91c8617d5a98e1" dependencies: - "@elastic/eui-theme-common" "0.0.9" "@hello-pangea/dnd" "^16.6.0" "@types/lodash" "^4.14.202" "@types/numeral" "^2.0.5"