Skip to content

Commit 712a42f

Browse files
Bump OUI to 1.1.1 (#3884)
* chore(OUI): bump OUI to 1.1.0 Signed-off-by: Josh Romero <rmerqg@amazon.com> * bootstrap and update yarn.lock Signed-off-by: Josh Romero <rmerqg@amazon.com> * add changelog Signed-off-by: Josh Romero <rmerqg@amazon.com> * update snapshot Signed-off-by: Josh Romero <rmerqg@amazon.com> * updates to OUI to 1.1.1 Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com> * Update CHANGELOG.md Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com> * test cache fixes Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com> * test cache fixes Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com> * reenable ci tests Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com> --------- Signed-off-by: Josh Romero <rmerqg@amazon.com> Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com> Co-authored-by: Josh Romero <rmerqg@amazon.com>
1 parent 9d27023 commit 712a42f

File tree

10 files changed

+13
-23
lines changed

10 files changed

+13
-23
lines changed

.github/workflows/build_and_test_workflow.yml

-11
Original file line numberDiff line numberDiff line change
@@ -343,17 +343,6 @@ jobs:
343343
npm i -g yarn@1.22.10
344344
yarn config set network-timeout 1000000 -g
345345
346-
- name: Configure Yarn Cache
347-
run: echo "YARN_CACHE_LOCATION=$(yarn cache dir)" >> $GITHUB_ENV
348-
349-
- name: Initialize Yarn Cache
350-
uses: actions/cache@v3
351-
with:
352-
path: ${{ env.YARN_CACHE_LOCATION }}
353-
key: yarn-${{ hashFiles('**/yarn.lock') }}
354-
restore-keys: |
355-
yarn-
356-
357346
- name: Get package version
358347
run: |
359348
echo "VERSION=$(yarn --silent pkg-version)" >> $GITHUB_ENV

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
181181
- Remove the unused `renovate.json5` file ([3489](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3489))
182182
- Allow selecting the Node.js binary using `NODE_HOME` and `OSD_NODE_HOME` ([3508](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3508))
183183
- Bump `styled-components` from 5.3.5 to 5.3.9 ([#3678](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3678))
184+
- Bump `oui` from `1.0.0` to `1.1.1` ([#3884](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3884))
184185

185186
### 🪛 Refactoring
186187

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"dependencies": {
120120
"@aws-crypto/client-node": "^3.1.1",
121121
"@elastic/datemath": "5.0.3",
122-
"@elastic/eui": "npm:@opensearch-project/oui@1.0.0",
122+
"@elastic/eui": "npm:@opensearch-project/oui@1.1.1",
123123
"@elastic/good": "^9.0.1-kibana3",
124124
"@elastic/numeral": "^2.5.0",
125125
"@elastic/request-crypto": "2.0.0",

packages/osd-ui-framework/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"enzyme-adapter-react-16": "^1.9.1"
2424
},
2525
"devDependencies": {
26-
"@elastic/eui": "npm:@opensearch-project/oui@1.0.0",
26+
"@elastic/eui": "npm:@opensearch-project/oui@1.1.1",
2727
"@osd/babel-preset": "1.0.0",
2828
"@osd/optimizer": "1.0.0",
2929
"grunt": "^1.5.2",

packages/osd-ui-shared-deps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@elastic/charts": "31.1.0",
13-
"@elastic/eui": "npm:@opensearch-project/oui@1.0.0",
13+
"@elastic/eui": "npm:@opensearch-project/oui@1.1.1",
1414
"@elastic/numeral": "^2.5.0",
1515
"@osd/i18n": "1.0.0",
1616
"@osd/monaco": "1.0.0",

src/plugins/data_source_management/public/components/edit_data_source/components/update_password_modal/__snapshots__/update_password_modal.test.tsx.snap

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/interpreter_functional/plugins/osd_tp_run_pipeline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "../../../../scripts/use_node ../../../../scripts/remove.js './target' && tsc"
1313
},
1414
"devDependencies": {
15-
"@elastic/eui": "npm:@opensearch-project/oui@1.0.0",
15+
"@elastic/eui": "npm:@opensearch-project/oui@1.1.1",
1616
"@osd/plugin-helpers": "1.0.0",
1717
"react": "^16.14.0",
1818
"react-dom": "^16.12.0",

test/plugin_functional/plugins/osd_sample_panel_action/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "../../../../scripts/use_node ../../../../scripts/remove.js './target' && tsc"
1313
},
1414
"devDependencies": {
15-
"@elastic/eui": "npm:@opensearch-project/oui@1.0.0",
15+
"@elastic/eui": "npm:@opensearch-project/oui@1.1.1",
1616
"react": "^16.14.0",
1717
"typescript": "4.0.2"
1818
}

test/plugin_functional/plugins/osd_tp_custom_visualizations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "../../../../scripts/use_node ../../../../scripts/remove.js './target' && tsc"
1313
},
1414
"devDependencies": {
15-
"@elastic/eui": "npm:@opensearch-project/oui@1.0.0",
15+
"@elastic/eui": "npm:@opensearch-project/oui@1.1.1",
1616
"@osd/plugin-helpers": "1.0.0",
1717
"react": "^16.14.0",
1818
"typescript": "4.0.2"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1273,10 +1273,10 @@
12731273
resolved "https://registry.yarnpkg.com/@elastic/eslint-plugin-eui/-/eslint-plugin-eui-0.0.2.tgz#56b9ef03984a05cc213772ae3713ea8ef47b0314"
12741274
integrity sha512-IoxURM5zraoQ7C8f+mJb9HYSENiZGgRVcG4tLQxE61yHNNRDXtGDWTZh8N1KIHcsqN1CEPETjuzBXkJYF/fDiQ==
12751275

1276-
"@elastic/eui@npm:@opensearch-project/oui@1.0.0":
1277-
version "1.0.0"
1278-
resolved "https://registry.yarnpkg.com/@opensearch-project/oui/-/oui-1.0.0.tgz#bf5e115c8d0f230415b07cc6acfb149ab081c5de"
1279-
integrity sha512-J709UQc7+il4y3aiqpHzeLOJAQhN6xEGLLHq4sUL3WHTsP37acONINXCpRNMa3FxZ+ChOd2ABmY+Ajs+fIgmug==
1276+
"@elastic/eui@npm:@opensearch-project/oui@1.1.1":
1277+
version "1.1.1"
1278+
resolved "https://registry.yarnpkg.com/@opensearch-project/oui/-/oui-1.1.1.tgz#4a9318c2954659cdd8d83263ff2dc22a77cbd779"
1279+
integrity sha512-RBXbsZh6mjJKJqB/hSI2loenyM2rvdq9id29P/ZYlZGKKy0/tSreIOGcegSYMtNFmG029D20xVkhRmdn7cxK1A==
12801280
dependencies:
12811281
"@types/chroma-js" "^2.0.0"
12821282
"@types/lodash" "^4.14.160"

0 commit comments

Comments
 (0)