Skip to content

Commit 903ad4d

Browse files
committed
[EUI] Test EUI #9690 drop setCustomValidity with local build
Tests EUI PR elastic/eui#9690 against Kibana using a local @elastic/eui tarball.
1 parent ebb5006 commit 903ad4d

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

eui_116.2.0_9690.tgz

7.3 MB
Binary file not shown.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,9 @@
143143
"@elastic/elasticsearch": "9.4.0",
144144
"@elastic/ems-client": "8.7.0",
145145
"@elastic/esql": "4.2.1",
146-
"@elastic/eui": "116.2.0",
146+
"@elastic/eui": "file:./eui_116.2.0_9690.tgz",
147147
"@elastic/eui-theme-borealis": "8.0.0",
148+
"@elastic/eui-theme-common": "10.0.0",
148149
"@elastic/filesaver": "1.1.2",
149150
"@elastic/kibana-d3-color": "npm:@elastic/kibana-d3-color@2.0.1",
150151
"@elastic/monaco-esql": "3.4.0",

packages/kbn-dependency-ownership/src/rule.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export function packageFilter(pkg: string) {
5050
// The EUI team owns the EUI packages, and are not covered by renovate
5151
pkg !== '@elastic/eui' &&
5252
pkg !== '@elastic/eui-theme-borealis' &&
53+
pkg !== '@elastic/eui-theme-common' &&
5354
// Operations owns node, and is not covered by renovate
5455
pkg !== '@types/node'
5556
);

src/dev/license_checker/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ export const LICENSE_OVERRIDES = {
9696
'@elastic/esql': ['Elastic License 2.0'],
9797
'@elastic/eui': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'],
9898
'@elastic/eui-theme-borealis': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'],
99+
'@elastic/eui-theme-common': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'],
99100
'language-subtag-registry@0.3.21': ['CC-BY-4.0'], // retired ODC‑By license https://github.com/mattcg/language-subtag-registry
100101
'buffers@0.1.1': ['MIT'], // license in importing module https://www.npmjs.com/package/binary
101102
'@bufbuild/protobuf@2.5.2': ['Apache-2.0'], // license (Apache-2.0 AND BSD-3-Clause)

yarn.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2331,12 +2331,10 @@
23312331
chroma-js "^2.4.2"
23322332
lodash "^4.17.21"
23332333

2334-
"@elastic/eui@116.2.0":
2334+
"@elastic/eui@file:./eui_116.2.0_9690.tgz":
23352335
version "116.2.0"
2336-
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-116.2.0.tgz#53971013b96ebd10798f73e1430cde9f019d1fe8"
2337-
integrity sha512-yGyAbRhAp/35Mvk2ael228h9BVEfKTEgvSdDerfKUMUCnw9cSebPS1c8wK9dLnRt6DV1OMbgGyCObRR1sXToYQ==
2336+
resolved "file:./eui_116.2.0_9690.tgz#57df7215ddee656ccb6f4ef98db0ca8a777c0085"
23382337
dependencies:
2339-
"@elastic/eui-theme-common" "10.0.0"
23402338
"@elastic/prismjs-esql" "^1.1.2"
23412339
"@hello-pangea/dnd" "^16.6.0"
23422340
"@types/lodash" "^4.14.202"

0 commit comments

Comments
 (0)