Skip to content

Commit a54db4a

Browse files
Mikiashwin-pc
andauthored
Bump oui to 1.5.1 (#5862) (#5864)
* bump oui to 1.5.1 Signed-off-by: Ashwin P Chandran <[email protected]> * Updates changelog --------- Signed-off-by: Ashwin P Chandran <[email protected]> (cherry picked from commit bd75107) Co-authored-by: Ashwin P Chandran <[email protected]>
1 parent 359c3d1 commit a54db4a

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
8888
- Replace `node-sass` with `sass-embedded` ([#5338](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5338))
8989
- Bump `chromedriver` from `107.0.3` to `119.0.1` ([#5465](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5465))
9090
- Bump `typescript` resolution from `4.0.2` to `4.6.4` ([#5470](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5470))
91-
- Bump `OUI` to `1.4.0` ([#5637](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5637))
91+
- Bump `OUI` to `1.5.1` ([#5862](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5862))
9292
- Add @SuZhou-Joe as a maintainer ([#5594](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5594))
9393
- Move @seanneumann to emeritus maintainer ([#5634](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5634))
9494
- Remove `ui-select` dev dependency ([#5660](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5660))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"dependencies": {
131131
"@aws-crypto/client-node": "^3.1.1",
132132
"@elastic/datemath": "5.0.3",
133-
"@elastic/eui": "npm:@opensearch-project/oui@1.4.0",
133+
"@elastic/eui": "npm:@opensearch-project/oui@1.5.1",
134134
"@elastic/good": "^9.0.1-kibana3",
135135
"@elastic/numeral": "npm:@amoo-miki/[email protected]",
136136
"@elastic/request-crypto": "2.0.0",

packages/osd-ui-framework/package.json

Lines changed: 1 addition & 1 deletion
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.4.0",
26+
"@elastic/eui": "npm:@opensearch-project/oui@1.5.1",
2727
"@osd/babel-preset": "1.0.0",
2828
"@osd/optimizer": "1.0.0",
2929
"comment-stripper": "^0.0.4",

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

Lines changed: 2 additions & 2 deletions
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.4.0",
13+
"@elastic/eui": "npm:@opensearch-project/oui@1.5.1",
1414
"@elastic/numeral": "npm:@amoo-miki/[email protected]",
1515
"@opensearch/datemath": "5.0.3",
1616
"@osd/i18n": "1.0.0",
@@ -51,4 +51,4 @@
5151
"val-loader": "^2.1.2",
5252
"webpack": "npm:@amoo-miki/[email protected]"
5353
}
54-
}
54+
}

release-notes/opensearch-dashboards.release-notes-2.12.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
- [Data Explorer] Add Readme for Data Explorer ([#5273](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5273))
6161
- Replace `node-sass` with `sass-embedded` ([#5338](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5338))
6262
- Add documentation on files in util in addition to a README.md with an overview of each file and its exported functions ([#5540](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5540))
63-
- Bump `OUI` to `1.4.0` ([#5637](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5637))
63+
- Bump `OUI` to `1.5.1` ([#5862](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5862))
6464
- Remove `ui-select` dev dependency ([#5660](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5660))
6565
- Move @seanneumann to emeritus maintainer ([#5634](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5634))
6666
- Rename `withLongNumerals` to `withLongNumeralsSupport` in `HttpFetchOptions` [#5592](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5592)

test/interpreter_functional/plugins/osd_tp_run_pipeline/package.json

Lines changed: 1 addition & 1 deletion
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.4.0",
15+
"@elastic/eui": "npm:@opensearch-project/oui@1.5.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

Lines changed: 1 addition & 1 deletion
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.4.0",
15+
"@elastic/eui": "npm:@opensearch-project/oui@1.5.1",
1616
"react": "^16.14.0",
1717
"typescript": "4.0.2"
1818
}

test/plugin_functional/plugins/osd_tp_custom_visualizations/package.json

Lines changed: 1 addition & 1 deletion
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.4.0",
15+
"@elastic/eui": "npm:@opensearch-project/oui@1.5.1",
1616
"@osd/plugin-helpers": "1.0.0",
1717
"react": "^16.14.0",
1818
"typescript": "4.0.2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,10 +1307,10 @@
13071307
resolved "https://registry.yarnpkg.com/@elastic/eslint-plugin-eui/-/eslint-plugin-eui-0.0.2.tgz#56b9ef03984a05cc213772ae3713ea8ef47b0314"
13081308
integrity sha512-IoxURM5zraoQ7C8f+mJb9HYSENiZGgRVcG4tLQxE61yHNNRDXtGDWTZh8N1KIHcsqN1CEPETjuzBXkJYF/fDiQ==
13091309

1310-
"@elastic/eui@npm:@opensearch-project/oui@1.4.0":
1311-
version "1.4.0"
1312-
resolved "https://registry.yarnpkg.com/@opensearch-project/oui/-/oui-1.4.0.tgz#85d37b8046161cdf7ffaad1ab208e3d46a4ee301"
1313-
integrity sha512-fT84X6oEDSwkB7mTuEAQhC+XpGqCstjtaK6/VlK0kd1tqmyIQwbv0OVtIcvibApfEOcp4RTu1Vw7mApndlhbpQ==
1310+
"@elastic/eui@npm:@opensearch-project/oui@1.5.1":
1311+
version "1.5.1"
1312+
resolved "https://registry.yarnpkg.com/@opensearch-project/oui/-/oui-1.5.1.tgz#15838314c4c8c63ba45d3abfa1bc08815a4e879b"
1313+
integrity sha512-dnoKlHXAdO4K+Ice/iI/13yFzBOgJKugDlUcB9xwIc+JPRjPyGUX7U53GmKxNzU/2H9bH9WsAibsotCPSzMGNw==
13141314
dependencies:
13151315
"@types/chroma-js" "^2.4.0"
13161316
"@types/lodash" "4.14.192"

0 commit comments

Comments
 (0)