Skip to content

Commit e9569c2

Browse files
Update search-ui dependencies to ^1.23.0 (main) (elastic#204824)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [@elastic/react-search-ui](https://docs.elastic.co/search-ui) ([source](https://redirect.github.com/elastic/search-ui/tree/HEAD/packages/react-search-ui)) | dependencies | minor | [`^1.20.2` -> `^1.23.0`](https://renovatebot.com/diffs/npm/@elastic%2freact-search-ui/1.20.2/1.23.0) | `1.23.1` | | [@elastic/react-search-ui-views](https://docs.elastic.co/search-ui) ([source](https://redirect.github.com/elastic/search-ui/tree/HEAD/packages/react-search-ui-views)) | dependencies | minor | [`^1.20.2` -> `^1.23.0`](https://renovatebot.com/diffs/npm/@elastic%2freact-search-ui-views/1.20.2/1.23.0) | `1.23.1` | | [@elastic/search-ui](https://docs.elastic.co/search-ui) ([source](https://redirect.github.com/elastic/search-ui/tree/HEAD/packages/search-ui)) | dependencies | minor | [`^1.20.2` -> `^1.23.0`](https://renovatebot.com/diffs/npm/@elastic%2fsearch-ui/1.20.2/1.23.0) | `1.23.1` | | [@elastic/search-ui-app-search-connector](https://docs.elastic.co/search-ui) ([source](https://redirect.github.com/elastic/search-ui/tree/HEAD/packages/search-ui-app-search-connector)) | dependencies | minor | [`^1.20.2` -> `^1.23.0`](https://renovatebot.com/diffs/npm/@elastic%2fsearch-ui-app-search-connector/1.20.2/1.23.0) | `1.23.1` | | [@elastic/search-ui-engines-connector](https://docs.elastic.co/search-ui) ([source](https://redirect.github.com/elastic/search-ui/tree/HEAD/packages/search-ui-engine-connector)) | dependencies | minor | [`^1.20.2` -> `^1.23.0`](https://renovatebot.com/diffs/npm/@elastic%2fsearch-ui-engines-connector/1.20.2/1.23.0) | `1.23.1` | --- ### Release Notes <details> <summary>elastic/search-ui (@&elastic#8203;elastic/react-search-ui)</summary> ### [`v1.23.0`](https://redirect.github.com/elastic/search-ui/blob/HEAD/CHANGELOG.md#1230---2025-04-01) [Compare Source](https://redirect.github.com/elastic/search-ui/compare/v1.22.2...v1.23.0) ##### ✨ Added - Added the ability to preserve selected filters when performing a new search. This provides more flexibility in managing filter states between queries. [#&elastic#8203;1131](https://redirect.github.com/elastic/search-ui/pull/1131)\ *Related to [#&elastic#8203;89](https://redirect.github.com/elastic/search-ui/issues/89)* - Introduced `useSearch` hook for React functional components. [#&elastic#8203;1130](https://redirect.github.com/elastic/search-ui/pull/1130) - Added `APIProxyConnector` to the Elasticsearch Connector to enable server-side integration using Node.js and Express. This enhances security by hiding API keys and other sensitive data. [#&elastic#8203;1126](https://redirect.github.com/elastic/search-ui/pull/1126) - Added TypeScript support to the sandbox example. [#&elastic#8203;1126](https://redirect.github.com/elastic/search-ui/pull/1126) - Updated sandbox structure, React version, and example organization. [#&elastic#8203;1126](https://redirect.github.com/elastic/search-ui/pull/1126) ##### 🐛 Fixed - Fixed export module compatibility issues by introducing bundling using `tsup`, ensuring correct behavior in both ESM and CommonJS environments. [#&elastic#8203;1114](https://redirect.github.com/elastic/search-ui/pull/1114)\ *Fixes [#&elastic#8203;1046](https://redirect.github.com/elastic/search-ui/issues/1046)* - Fixed sorting logic when using `sortField` and `sortDirection` in state. Addressed inconsistencies in `setSort()` behavior. [#&elastic#8203;1112](https://redirect.github.com/elastic/search-ui/pull/1112)\ *Fixes [#&elastic#8203;1109](https://redirect.github.com/elastic/search-ui/issues/1109)* - Fixed issue in `BooleanFacet` for numeric facet values (e.g., 0/1 or true/false), improving compatibility with Elasticsearch Connector. [#&elastic#8203;1111](https://redirect.github.com/elastic/search-ui/pull/1111)\ *Fixes [#&elastic#8203;851](https://redirect.github.com/elastic/search-ui/issues/851)* ##### 🧹 Removed - Removed “Technical preview” label for Elasticsearch Connector as it is now generally available (GA). 🎉 [#&elastic#8203;1125](https://redirect.github.com/elastic/search-ui/pull/1125) - Deprecated `@elastic/search-ui-analytics-plugin` package. [#&elastic#8203;1120](https://redirect.github.com/elastic/search-ui/pull/1120) ##### 🛠 Internal - Switched to `tsup` for consistent module bundling across packages. [#&elastic#8203;1114](https://redirect.github.com/elastic/search-ui/pull/1114) - Applied shared TypeScript and bundling configurations across the repo. [#&elastic#8203;1114](https://redirect.github.com/elastic/search-ui/pull/1114) ### [`v1.22.2`](https://redirect.github.com/elastic/search-ui/compare/v1.22.1...v1.22.2) [Compare Source](https://redirect.github.com/elastic/search-ui/compare/v1.22.1...v1.22.2) ### [`v1.22.1`](https://redirect.github.com/elastic/search-ui/releases/tag/v1.22.1) [Compare Source](https://redirect.github.com/elastic/search-ui/compare/v1.22.0...v1.22.1) #### What's Changed - Search UI Dependency (QS) Update by [@&elastic#8203;joemcelroy](https://redirect.github.com/joemcelroy) in [https://github.com/elastic/search-ui/pull/1101](https://redirect.github.com/elastic/search-ui/pull/1101) **Full Changelog**: elastic/search-ui@v1.22.0...v1.22.1 ### [`v1.22.0`](https://redirect.github.com/elastic/search-ui/releases/tag/v1.22.0) [Compare Source](https://redirect.github.com/elastic/search-ui/compare/v1.21.5...v1.22.0) #### What's Changed - \[DO NOT MERGE] Update publish_docs_co.yml to point to elastic.co/docs by [@&elastic#8203;scottybollinger](https://redirect.github.com/scottybollinger) in [https://github.com/elastic/search-ui/pull/1053](https://redirect.github.com/elastic/search-ui/pull/1053) - Update for docsmobile v2.0.0 by [@&elastic#8203;colleenmcginnis](https://redirect.github.com/colleenmcginnis) in [https://github.com/elastic/search-ui/pull/1055](https://redirect.github.com/elastic/search-ui/pull/1055) - Update overview.mdx to force a build by [@&elastic#8203;scottybollinger](https://redirect.github.com/scottybollinger) in [https://github.com/elastic/search-ui/pull/1056](https://redirect.github.com/elastic/search-ui/pull/1056) - Set array value properly in filters by [@&elastic#8203;yansavitski](https://redirect.github.com/yansavitski) in [https://github.com/elastic/search-ui/pull/1058](https://redirect.github.com/elastic/search-ui/pull/1058) - fix: issue 1062 - filters applied more than once by [@&elastic#8203;applicity](https://redirect.github.com/applicity) in [https://github.com/elastic/search-ui/pull/1063](https://redirect.github.com/elastic/search-ui/pull/1063) - fix: Issue 1060 - date ranges - relative dates by [@&elastic#8203;applicity](https://redirect.github.com/applicity) in [https://github.com/elastic/search-ui/pull/1061](https://redirect.github.com/elastic/search-ui/pull/1061) - Set search-experiences-team as CODEOWNERS of the search-ui by [@&elastic#8203;tutelaris](https://redirect.github.com/tutelaris) in [https://github.com/elastic/search-ui/pull/1077](https://redirect.github.com/elastic/search-ui/pull/1077) - Docs: Remove duplicate text by [@&elastic#8203;mmahacek](https://redirect.github.com/mmahacek) in [https://github.com/elastic/search-ui/pull/1079](https://redirect.github.com/elastic/search-ui/pull/1079) - **Deprecate app search workplace search** by [@&elastic#8203;yansavitski](https://redirect.github.com/yansavitski) in [https://github.com/elastic/search-ui/pull/1086](https://redirect.github.com/elastic/search-ui/pull/1086) #### New Contributors - [@&elastic#8203;colleenmcginnis](https://redirect.github.com/colleenmcginnis) made their first contribution in [https://github.com/elastic/search-ui/pull/1055](https://redirect.github.com/elastic/search-ui/pull/1055) - [@&elastic#8203;tutelaris](https://redirect.github.com/tutelaris) made their first contribution in [https://github.com/elastic/search-ui/pull/1077](https://redirect.github.com/elastic/search-ui/pull/1077) - [@&elastic#8203;mmahacek](https://redirect.github.com/mmahacek) made their first contribution in [https://github.com/elastic/search-ui/pull/1079](https://redirect.github.com/elastic/search-ui/pull/1079) **Full Changelog**: elastic/search-ui@v1.21.5...v1.22.0 ### [`v1.21.5`](https://redirect.github.com/elastic/search-ui/releases/tag/v1.21.5) [Compare Source](https://redirect.github.com/elastic/search-ui/compare/v1.21.4...v1.21.5) #### What's Changed - Module support updates. by [@&elastic#8203;TattdCodeMonkey](https://redirect.github.com/TattdCodeMonkey) in [https://github.com/elastic/search-ui/pull/1050](https://redirect.github.com/elastic/search-ui/pull/1050) **Full Changelog**: elastic/search-ui@v1.21.4...v1.21.5 ### [`v1.21.4`](https://redirect.github.com/elastic/search-ui/releases/tag/v1.21.4) [Compare Source](https://redirect.github.com/elastic/search-ui/compare/v1.21.3...v1.21.4) #### What's Changed - Declare exports for react styles by [@&elastic#8203;miguelgrinberg](https://redirect.github.com/miguelgrinberg) in [https://github.com/elastic/search-ui/pull/1045](https://redirect.github.com/elastic/search-ui/pull/1045) **Full Changelog**: elastic/search-ui@v1.21.3...v1.21.4 ### [`v1.21.3`](https://redirect.github.com/elastic/search-ui/releases/tag/v1.21.3) [Compare Source](https://redirect.github.com/elastic/search-ui/compare/v1.21.2...v1.21.3) #### What's Changed - Missing exports by [@&elastic#8203;miguelgrinberg](https://redirect.github.com/miguelgrinberg) in [https://github.com/elastic/search-ui/pull/1043](https://redirect.github.com/elastic/search-ui/pull/1043) #### New Contributors - [@&elastic#8203;miguelgrinberg](https://redirect.github.com/miguelgrinberg) made their first contribution in [https://github.com/elastic/search-ui/pull/1043](https://redirect.github.com/elastic/search-ui/pull/1043) **Full Changelog**: elastic/search-ui@v1.21.2...v1.21.3 ### [`v1.21.2`](https://redirect.github.com/elastic/search-ui/releases/tag/v1.21.2): 1.21.2 [Compare Source](https://redirect.github.com/elastic/search-ui/compare/v1.21.1...v1.21.2) #### What's Changed - Fix error in sandbox example by [@&elastic#8203;yansavitski](https://redirect.github.com/yansavitski) in [https://github.com/elastic/search-ui/pull/1031](https://redirect.github.com/elastic/search-ui/pull/1031) - update nav app search connectors doc by [@&elastic#8203;saarikabhasi](https://redirect.github.com/saarikabhasi) in [https://github.com/elastic/search-ui/pull/1039](https://redirect.github.com/elastic/search-ui/pull/1039) - Pagination style fix by [@&elastic#8203;joemcelroy](https://redirect.github.com/joemcelroy) [@&elastic#8203;miguelgrinberg](https://redirect.github.com/miguelgrinberg) in [https://github.com/elastic/search-ui/pull/1041](https://redirect.github.com/elastic/search-ui/pull/1041) #### New Contributors - [@&elastic#8203;saarikabhasi](https://redirect.github.com/saarikabhasi) made their first contribution in [https://github.com/elastic/search-ui/pull/1039](https://redirect.github.com/elastic/search-ui/pull/1039) **Full Changelog**: elastic/search-ui@v1.21.1...v1.21.2 ### [`v1.21.1`](https://redirect.github.com/elastic/search-ui/releases/tag/v1.21.1) [Compare Source](https://redirect.github.com/elastic/search-ui/compare/v1.21.0...v1.21.1) #### What's Changed - Tweak peerDependencies for react 18.2.0 by [@&elastic#8203;joemcelroy](https://redirect.github.com/joemcelroy) in [https://github.com/elastic/search-ui/pull/1028](https://redirect.github.com/elastic/search-ui/pull/1028) **Full Changelog**: elastic/search-ui@v1.21.0...v1.21.1 ### [`v1.21.0`](https://redirect.github.com/elastic/search-ui/releases/tag/v1.21.0) [Compare Source](https://redirect.github.com/elastic/search-ui/compare/v1.20.2...v1.21.0) #### What's Changed - Search Application: Show 0 when summary.total is 0 for pagingStart by [@&elastic#8203;yansavitski](https://redirect.github.com/yansavitski) in [https://github.com/elastic/search-ui/pull/969](https://redirect.github.com/elastic/search-ui/pull/969) - fix: Issue 996 - falsy values in search results by [@&elastic#8203;applicity](https://redirect.github.com/applicity) in [https://github.com/elastic/search-ui/pull/997](https://redirect.github.com/elastic/search-ui/pull/997) - \[Dependency] Update rc pagination to v4 by [@&elastic#8203;joemcelroy](https://redirect.github.com/joemcelroy) in [https://github.com/elastic/search-ui/pull/1026](https://redirect.github.com/elastic/search-ui/pull/1026) #### New Contributors - [@&elastic#8203;applicity](https://redirect.github.com/applicity) made their first contribution in [https://github.com/elastic/search-ui/pull/997](https://redirect.github.com/elastic/search-ui/pull/997) **Full Changelog**: elastic/search-ui@v1.20.2...v1.21.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkVudGVycHJpc2UgU2VhcmNoIiwiVGVhbTpTZWFyY2giLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Yan Savitski <yan.savitski@elastic.co>
1 parent 90f65e8 commit e9569c2

2 files changed

Lines changed: 84 additions & 65 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@
131131
"@elastic/monaco-esql": "^3.1.0",
132132
"@elastic/node-crypto": "^1.2.3",
133133
"@elastic/numeral": "^2.5.1",
134-
"@elastic/react-search-ui": "^1.20.2",
135-
"@elastic/react-search-ui-views": "^1.20.2",
134+
"@elastic/react-search-ui": "^1.23.1",
135+
"@elastic/react-search-ui-views": "^1.23.1",
136136
"@elastic/request-converter": "^9.0.1",
137137
"@elastic/request-crypto": "^2.0.3",
138-
"@elastic/search-ui": "^1.20.2",
139-
"@elastic/search-ui-app-search-connector": "^1.20.2",
140-
"@elastic/search-ui-engines-connector": "^1.20.2",
138+
"@elastic/search-ui": "^1.23.1",
139+
"@elastic/search-ui-app-search-connector": "^1.23.1",
140+
"@elastic/search-ui-engines-connector": "^1.23.1",
141141
"@emotion/cache": "^11.11.0",
142142
"@emotion/css": "^11.11.0",
143143
"@emotion/react": "^11.11.0",

yarn.lock

Lines changed: 79 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1759,7 +1759,7 @@
17591759
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
17601760
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
17611761

1762-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.24.1", "@babel/runtime@^7.24.7", "@babel/runtime@^7.25.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1762+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.1", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.24.1", "@babel/runtime@^7.24.7", "@babel/runtime@^7.25.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
17631763
version "7.25.0"
17641764
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.0.tgz#3af9a91c1b739c569d5d80cc917280919c544ecb"
17651765
integrity sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==
@@ -2259,23 +2259,23 @@
22592259
resolved "https://registry.yarnpkg.com/@elastic/prismjs-esql/-/prismjs-esql-1.1.0.tgz#c7f84de21bb453831df7e8565be7430b1b078836"
22602260
integrity sha512-k2zZfCL4l+qCXfmc9jrnDdEWW2jDPFAHlCq1JAh3x7zWN6Eyc6ACn3oj9oy49xsuAO+BAhQ345uueL8K/3UIKg==
22612261

2262-
"@elastic/react-search-ui-views@1.20.2", "@elastic/react-search-ui-views@^1.20.2":
2263-
version "1.20.2"
2264-
resolved "https://registry.yarnpkg.com/@elastic/react-search-ui-views/-/react-search-ui-views-1.20.2.tgz#31d9e90be0694b1259d1885463919eb7478b6511"
2265-
integrity sha512-nx2XOxQ9ONIrd9MhJ1/z0p7AXYYXUr4Tqx8TPUqQd6m/yTa55qrCdEcBm59+MGSBFtVCRsix8KBMiOij+/afxQ==
2262+
"@elastic/react-search-ui-views@^1.23.1":
2263+
version "1.23.1"
2264+
resolved "https://registry.yarnpkg.com/@elastic/react-search-ui-views/-/react-search-ui-views-1.23.1.tgz#5b6d3327c1c9ae73b9186e456c86633a9ebe7792"
2265+
integrity sha512-uMYg5ZB/dZTsb7Ie4ZNQ2yjmikmq6+zYa/PvYmgfThjSS3KKMwc/QsJslXLNjEbIey1SvudJthN1Ff+be7ViUQ==
22662266
dependencies:
2267-
"@elastic/search-ui" "1.20.2"
2267+
"@elastic/search-ui" "^1.23.0"
22682268
downshift "^3.2.10"
2269-
rc-pagination "^1.20.1"
2269+
rc-pagination "^4.0.4"
22702270
react-select "^5.0.0"
22712271

2272-
"@elastic/react-search-ui@^1.20.2":
2273-
version "1.20.2"
2274-
resolved "https://registry.yarnpkg.com/@elastic/react-search-ui/-/react-search-ui-1.20.2.tgz#dc2f29c932a675de06c5df1dbc773db41c897907"
2275-
integrity sha512-riVo1Dja4TpI3WFuQVQUmMiRPSV+nAxdkF05UCA/4H5P2IAqzrRjEw4jVpR4vcj+4gAHJcLppYwmtjcn3h1dKw==
2272+
"@elastic/react-search-ui@^1.23.1":
2273+
version "1.23.1"
2274+
resolved "https://registry.yarnpkg.com/@elastic/react-search-ui/-/react-search-ui-1.23.1.tgz#370768bc149c2389f93456ea0850f59cd4f6fa48"
2275+
integrity sha512-N3qcUn6uJ4Zu/FvyQ2CJUJOKgKbZbOyrJxIFlZ4Fqmbclwf4OYeXptA3mN0bKmJrexWdkh5+tY5NLumQSkDQjQ==
22762276
dependencies:
2277-
"@elastic/react-search-ui-views" "1.20.2"
2278-
"@elastic/search-ui" "1.20.2"
2277+
"@elastic/react-search-ui-views" "^1.23.1"
2278+
"@elastic/search-ui" "^1.23.0"
22792279

22802280
"@elastic/request-converter@^9.0.1":
22812281
version "9.0.1"
@@ -2297,31 +2297,31 @@
22972297
"@types/node-jose" "1.1.10"
22982298
node-jose "2.2.0"
22992299

2300-
"@elastic/search-ui-app-search-connector@^1.20.2":
2301-
version "1.20.2"
2302-
resolved "https://registry.yarnpkg.com/@elastic/search-ui-app-search-connector/-/search-ui-app-search-connector-1.20.2.tgz#873acdb3ee7709374746a5d3665edb0b14606d8e"
2303-
integrity sha512-oKXCQV3woyPjn2A8nfsFyG0P5K83hcJlDV0UjjOe1sSM2nUw1nFZa22gYTLVczhVF54N3z6ZTW6ntSJkaqqfAw==
2300+
"@elastic/search-ui-app-search-connector@^1.23.1":
2301+
version "1.23.1"
2302+
resolved "https://registry.yarnpkg.com/@elastic/search-ui-app-search-connector/-/search-ui-app-search-connector-1.23.1.tgz#522f265050d6cb0fe3cec4d4825a5fad0156d1e4"
2303+
integrity sha512-o5De7W3c5N2fO2I3sJLu2L6u77P3MtOdLawu5xUzrDC9S9D5nREf053Vbsguil2ymXdnxOLu0a/W+HIX80R7Fg==
23042304
dependencies:
23052305
"@elastic/app-search-javascript" "^8.1.2"
2306-
"@elastic/search-ui" "1.20.2"
2306+
"@elastic/search-ui" "^1.23.1"
23072307

2308-
"@elastic/search-ui-engines-connector@^1.20.2":
2309-
version "1.20.2"
2310-
resolved "https://registry.yarnpkg.com/@elastic/search-ui-engines-connector/-/search-ui-engines-connector-1.20.2.tgz#7ebcb2c4d962333afc24bdd41a293888007ba58d"
2311-
integrity sha512-s0Q1aEpL5wzIQk9gRKFyvcdX04uBzZOmMU2lMljSvycYIw1Z9SC37q7da8Eal+WY5cAFrfWLbWETI5UwwAwhdg==
2308+
"@elastic/search-ui-engines-connector@^1.23.1":
2309+
version "1.23.1"
2310+
resolved "https://registry.yarnpkg.com/@elastic/search-ui-engines-connector/-/search-ui-engines-connector-1.23.1.tgz#a06b948644434a57bb9c07a74bd10e805562e9ba"
2311+
integrity sha512-uAaYpWqZ/iClRz0pj/zn7tAzKDCBRh1L6WIjMr+39PtaVgXXfbxY7GZwSm4ZZHQQG1Ut96FtSjYv/m1SbcZwrA==
23122312
dependencies:
2313-
"@elastic/search-ui" "1.20.2"
2313+
"@elastic/search-ui" "^1.23.1"
23142314
"@searchkit/sdk" "^3.0.0"
23152315

2316-
"@elastic/search-ui@1.20.2", "@elastic/search-ui@^1.20.2":
2317-
version "1.20.2"
2318-
resolved "https://registry.yarnpkg.com/@elastic/search-ui/-/search-ui-1.20.2.tgz#afb679b4a06ef14ce8ab4a4f3053e09c68588386"
2319-
integrity sha512-48O0jKeMbhohxnVB6oOxT5R+x4nrwG0UWvFTCWPZJ4hKCLsPZZOWIFHziMaxhR8f0ckZCoiif+eD6FAgDW6kwA==
2316+
"@elastic/search-ui@^1.23.0", "@elastic/search-ui@^1.23.1":
2317+
version "1.23.1"
2318+
resolved "https://registry.yarnpkg.com/@elastic/search-ui/-/search-ui-1.23.1.tgz#50881faa930c4eff6d3c446d187fad2bd00b441c"
2319+
integrity sha512-NyM/We+MSoevN7NeVIaFMuqYpEsf62bhH0ic/tng45fAZFm8DI3wzrYu+h9YQheoohzGce+Ho0k666qroKaCHg==
23202320
dependencies:
23212321
date-fns "^1.30.1"
23222322
deep-equal "^1.0.1"
23232323
history "^4.9.0"
2324-
qs "^6.7.0"
2324+
qs "^6.9.7"
23252325

23262326
"@elastic/synthetics@^1.18.0":
23272327
version "1.18.0"
@@ -13722,14 +13722,6 @@ babel-preset-jest@^29.6.3:
1372213722
babel-plugin-jest-hoist "^29.6.3"
1372313723
babel-preset-current-node-syntax "^1.0.0"
1372413724

13725-
babel-runtime@6.x:
13726-
version "6.26.0"
13727-
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
13728-
integrity sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==
13729-
dependencies:
13730-
core-js "^2.4.0"
13731-
regenerator-runtime "^0.11.0"
13732-
1373313725
backport@^9.6.6:
1373413726
version "9.6.6"
1373513727
resolved "https://registry.yarnpkg.com/backport/-/backport-9.6.6.tgz#ab7d0a1720eb5cd3ccef51cd79f1872bb9ed409c"
@@ -15457,11 +15449,6 @@ core-js-pure@^3.23.3:
1545715449
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.26.0.tgz#7ad8a5dd7d910756f3124374b50026e23265ca9a"
1545815450
integrity sha512-LiN6fylpVBVwT8twhhluD9TzXmZQQsr2I2eIKtWNbZI1XMfBT7CV18itaN6RA7EtQd/SDdRx/wzvAShX2HvhQA==
1545915451

15460-
core-js@^2.4.0:
15461-
version "2.6.9"
15462-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.9.tgz#6b4b214620c834152e179323727fc19741b084f2"
15463-
integrity sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==
15464-
1546515452
core-js@^3.32.1, core-js@^3.37.1, core-js@^3.8.3:
1546615453
version "3.37.1"
1546715454
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.37.1.tgz#d21751ddb756518ac5a00e4d66499df981a62db9"
@@ -26171,7 +26158,7 @@ prompts@^2.0.1, prompts@^2.4.2, prompts@~2.4.2:
2617126158
kleur "^3.0.3"
2617226159
sisteransi "^1.0.5"
2617326160

26174-
prop-types@^15.5.0, prop-types@^15.5.7, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.0, prop-types@^15.7.2, prop-types@^15.8.1:
26161+
prop-types@^15.5.0, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.0, prop-types@^15.7.2, prop-types@^15.8.1:
2617526162
version "15.8.1"
2617626163
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
2617726164
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
@@ -26361,7 +26348,7 @@ qs@6.13.0:
2636126348
dependencies:
2636226349
side-channel "^1.0.6"
2636326350

26364-
qs@^6.11.0, qs@^6.12.3, qs@^6.14.0, qs@^6.7.0:
26351+
qs@^6.11.0, qs@^6.12.3, qs@^6.14.0, qs@^6.9.7:
2636526352
version "6.14.0"
2636626353
resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.0.tgz#c63fa40680d2c5c941412a0e899c89af60c0a930"
2636726354
integrity sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==
@@ -26511,15 +26498,22 @@ rbush@^4.0.1:
2651126498
dependencies:
2651226499
quickselect "^3.0.0"
2651326500

26514-
rc-pagination@^1.20.1:
26515-
version "1.21.1"
26516-
resolved "https://registry.yarnpkg.com/rc-pagination/-/rc-pagination-1.21.1.tgz#24206cf4be96119baae8decd3f9ffac91cc2c4d3"
26517-
integrity sha512-Z+iYLbrJOBKHdgoAjLhL9jOgb7nrbPzNmV31p0ikph010/Ov1+UkrauYzWhumUyR+GbRFi3mummdKW/WtlOewA==
26501+
rc-pagination@^4.0.4:
26502+
version "4.3.0"
26503+
resolved "https://registry.yarnpkg.com/rc-pagination/-/rc-pagination-4.3.0.tgz#c6022f820aa3a45fd734ae33a2915d39597dce1d"
26504+
integrity sha512-UubEWA0ShnroQ1tDa291Fzw6kj0iOeF26IsUObxYTpimgj4/qPCWVFl18RLZE+0Up1IZg0IK4pMn6nB3mjvB7g==
26505+
dependencies:
26506+
"@babel/runtime" "^7.10.1"
26507+
classnames "^2.3.2"
26508+
rc-util "^5.38.0"
26509+
26510+
rc-util@^5.38.0:
26511+
version "5.44.4"
26512+
resolved "https://registry.yarnpkg.com/rc-util/-/rc-util-5.44.4.tgz#89ee9037683cca01cd60f1a6bbda761457dd6ba5"
26513+
integrity sha512-resueRJzmHG9Q6rI/DfK6Kdv9/Lfls05vzMs1Sk3M2P+3cJa+MakaZyWY8IPfehVuhPJFKrIY1IK4GqbiaiY5w==
2651826514
dependencies:
26519-
babel-runtime "6.x"
26520-
classnames "^2.2.6"
26521-
prop-types "^15.5.7"
26522-
react-lifecycles-compat "^3.0.4"
26515+
"@babel/runtime" "^7.18.3"
26516+
react-is "^18.2.0"
2652326517

2652426518
rc@^1.2.7:
2652526519
version "1.2.8"
@@ -27292,11 +27286,6 @@ regenerate@^1.4.0, regenerate@^1.4.2:
2729227286
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a"
2729327287
integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==
2729427288

27295-
regenerator-runtime@^0.11.0:
27296-
version "0.11.1"
27297-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
27298-
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
27299-
2730027289
regenerator-runtime@^0.13.7:
2730127290
version "0.13.11"
2730227291
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
@@ -29286,7 +29275,7 @@ string-replace-loader@^3.1.0:
2928629275
loader-utils "^2.0.0"
2928729276
schema-utils "^3.0.0"
2928829277

29289-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
29278+
"string-width-cjs@npm:string-width@^4.2.0":
2929029279
version "4.2.3"
2929129280
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2929229281
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -29304,6 +29293,15 @@ string-width@^1.0.1:
2930429293
is-fullwidth-code-point "^1.0.0"
2930529294
strip-ansi "^3.0.0"
2930629295

29296+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
29297+
version "4.2.3"
29298+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
29299+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
29300+
dependencies:
29301+
emoji-regex "^8.0.0"
29302+
is-fullwidth-code-point "^3.0.0"
29303+
strip-ansi "^6.0.1"
29304+
2930729305
string-width@^5.0.1, string-width@^5.1.2:
2930829306
version "5.1.2"
2930929307
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -29396,7 +29394,7 @@ stringify-object@^3.2.1:
2939629394
is-obj "^1.0.1"
2939729395
is-regexp "^1.0.0"
2939829396

29399-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
29397+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2940029398
version "6.0.1"
2940129399
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2940229400
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -29410,6 +29408,13 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1:
2941029408
dependencies:
2941129409
ansi-regex "^2.0.0"
2941229410

29411+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
29412+
version "6.0.1"
29413+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
29414+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
29415+
dependencies:
29416+
ansi-regex "^5.0.1"
29417+
2941329418
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
2941429419
version "7.1.0"
2941529420
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -32200,7 +32205,7 @@ workerpool@^6.5.1:
3220032205
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
3220132206
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
3220232207

32203-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
32208+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
3220432209
version "7.0.0"
3220532210
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
3220632211
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -32226,6 +32231,15 @@ wrap-ansi@^6.2.0:
3222632231
string-width "^4.1.0"
3222732232
strip-ansi "^6.0.0"
3222832233

32234+
wrap-ansi@^7.0.0:
32235+
version "7.0.0"
32236+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
32237+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
32238+
dependencies:
32239+
ansi-styles "^4.0.0"
32240+
string-width "^4.1.0"
32241+
strip-ansi "^6.0.0"
32242+
3222932243
wrap-ansi@^8.1.0:
3223032244
version "8.1.0"
3223132245
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
@@ -32336,7 +32350,7 @@ xpath@^0.0.33:
3233632350
resolved "https://registry.yarnpkg.com/xpath/-/xpath-0.0.33.tgz#5136b6094227c5df92002e7c3a13516a5074eb07"
3233732351
integrity sha512-NNXnzrkDrAzalLhIUc01jO2mOzXGXh1JwPgkihcLLzw98c0WgYDmmjSh1Kl3wzaxSVWMuA+fe0WTWOBDWCBmNA==
3233832352

32339-
"xstate5@npm:xstate@^5.19.2", xstate@^5.19.2:
32353+
"xstate5@npm:xstate@^5.19.2":
3234032354
version "5.19.2"
3234132355
resolved "https://registry.yarnpkg.com/xstate/-/xstate-5.19.2.tgz#db3f1ee614bbb6a49ad3f0c96ddbf98562d456ba"
3234232356
integrity sha512-B8fL2aP0ogn5aviAXFzI5oZseAMqN00fg/TeDa3ZtatyDcViYLIfuQl4y8qmHCiKZgGEzmnTyNtNQL9oeJE2gw==
@@ -32346,6 +32360,11 @@ xstate@^4.38.3:
3234632360
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.38.3.tgz#4e15e7ad3aa0ca1eea2010548a5379966d8f1075"
3234732361
integrity sha512-SH7nAaaPQx57dx6qvfcIgqKRXIh4L0A1iYEqim4s1u7c9VoCgzZc+63FY90AKU4ZzOC2cfJzTnpO4zK7fCUzzw==
3234832362

32363+
xstate@^5.19.2:
32364+
version "5.19.2"
32365+
resolved "https://registry.yarnpkg.com/xstate/-/xstate-5.19.2.tgz#db3f1ee614bbb6a49ad3f0c96ddbf98562d456ba"
32366+
integrity sha512-B8fL2aP0ogn5aviAXFzI5oZseAMqN00fg/TeDa3ZtatyDcViYLIfuQl4y8qmHCiKZgGEzmnTyNtNQL9oeJE2gw==
32367+
3234932368
"xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0, xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.1:
3235032369
version "4.0.2"
3235132370
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"

0 commit comments

Comments
 (0)