From d6c08ef1a88bf97e5c6d3c29127ef2d548af93b9 Mon Sep 17 00:00:00 2001 From: Lene Gadewoll Date: Mon, 9 Feb 2026 14:27:01 +0100 Subject: [PATCH 1/2] chore: update eui packages --- package.json | 4 ++-- src/dev/license_checker/config.ts | 2 +- yarn.lock | 16 ++++++++-------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 15173745a0ee9..bf7245586bc81 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "@elastic/ecs": "9.0.0", "@elastic/elasticsearch": "9.2.0", "@elastic/ems-client": "8.6.3", - "@elastic/eui": "112.2.0", + "@elastic/eui": "112.3.0", "@elastic/eui-theme-borealis": "5.4.0", "@elastic/filesaver": "1.1.2", "@elastic/kibana-d3-color": "npm:@elastic/kibana-d3-color@2.0.1", @@ -1537,7 +1537,7 @@ "@cypress/debugging-proxy": "2.0.1", "@cypress/grep": "4.0.1", "@cypress/webpack-preprocessor": "6.0.2", - "@elastic/eslint-plugin-eui": "2.7.0", + "@elastic/eslint-plugin-eui": "2.8.0", "@elastic/makelogs": "6.1.1", "@elastic/synthetics": "1.22.0", "@emotion/babel-preset-css-prop": "11.11.0", diff --git a/src/dev/license_checker/config.ts b/src/dev/license_checker/config.ts index b9eb67a62215d..4518e7d4d7f90 100644 --- a/src/dev/license_checker/config.ts +++ b/src/dev/license_checker/config.ts @@ -92,7 +92,7 @@ export const LICENSE_OVERRIDES = { 'jsts@1.6.2': ['Eclipse Distribution License - v 1.0'], // cf. https://github.com/bjornharrtell/jsts '@mapbox/jsonlint-lines-primitives@2.0.2': ['MIT'], // license in readme https://github.com/tmcw/jsonlint '@elastic/ems-client@8.6.3': ['Elastic License 2.0'], - '@elastic/eui@112.2.0': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'], + '@elastic/eui@112.3.0': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'], '@elastic/eui-theme-borealis@5.4.0': ['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 diff --git a/yarn.lock b/yarn.lock index 921af5d41dffe..95e1ac3758b5a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2636,10 +2636,10 @@ semver "^7.6.3" topojson-client "^3.1.0" -"@elastic/eslint-plugin-eui@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@elastic/eslint-plugin-eui/-/eslint-plugin-eui-2.7.0.tgz#be160a171687e0820d3f8885681672015aa145c0" - integrity sha512-hZh7mlV7IPJwpcBHJpZo3J7Flakk4NvWsfhCT+oJKZtwkX4HH6VbQEuUFM2JW9MhD0qH5S4sT+J41Xhpl8aFRQ== +"@elastic/eslint-plugin-eui@2.8.0": + version "2.8.0" + resolved "https://registry.yarnpkg.com/@elastic/eslint-plugin-eui/-/eslint-plugin-eui-2.8.0.tgz#437c8fc6ad62a0caf7b65b4756497ca37a72d982" + integrity sha512-qN5TxJCGM0WrNnwJ9pWGJetWnvddpRLHp8TMF/hfPvmDeYfXFE4yghMp9Wzk8Nohx4NwhYY0sMi6YZFgKZD+1w== "@elastic/eui-theme-borealis@5.4.0": version "5.4.0" @@ -2658,10 +2658,10 @@ chroma-js "^2.4.2" lodash "^4.17.21" -"@elastic/eui@112.2.0": - version "112.2.0" - resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-112.2.0.tgz#5252e02bc549512d2ab40179b81bfc9984bec556" - integrity sha512-yzkNmS6louveSlYlK5M80Qjndax1xYE1gsbe6hb9JE8kol5ulDM1Eno8LlQm2u7UTRI1EnB7B1Xn0oQzet0qEQ== +"@elastic/eui@112.3.0": + version "112.3.0" + resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-112.3.0.tgz#017534307c3cf240e536ac646086def958a3c2c9" + integrity sha512-BgUrVEralLuL8XvRkyJ3rfmD4Mn07yhAKLqnG9w4li786F3GFSMmN4SbWQdBMeVLqApZGfHEoMwC6WWRWqI/6w== dependencies: "@elastic/eui-theme-common" "7.3.0" "@elastic/prismjs-esql" "^1.1.2" From 56187ff7046e3ab6ffe403a54da3d5993f48ed47 Mon Sep 17 00:00:00 2001 From: Lene Gadewoll Date: Mon, 9 Feb 2026 16:42:00 +0100 Subject: [PATCH 2/2] test: update snapshots --- .../__snapshots__/upload_license.test.tsx.snap | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/x-pack/platform/plugins/shared/license_management/__jest__/__snapshots__/upload_license.test.tsx.snap b/x-pack/platform/plugins/shared/license_management/__jest__/__snapshots__/upload_license.test.tsx.snap index bcdf509b81450..a43687bc5d2eb 100644 --- a/x-pack/platform/plugins/shared/license_management/__jest__/__snapshots__/upload_license.test.tsx.snap +++ b/x-pack/platform/plugins/shared/license_management/__jest__/__snapshots__/upload_license.test.tsx.snap @@ -54,7 +54,7 @@ exports[`UploadLicense should display a modal when license requires acknowledgem aria-hidden="true" class="euiFilePicker__icon emotion-euiFilePicker__icon-large" color="text" - data-euiicon-type="importAction" + data-euiicon-type="upload" />