Skip to content

Commit 29cb2e3

Browse files
fix(deps): update dependency react-instantsearch to v7.15.4 (#1014)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-instantsearch](https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/react/) ([source](https://redirect.github.com/algolia/instantsearch)) | [`7.15.3` -> `7.15.4`](https://renovatebot.com/diffs/npm/react-instantsearch/7.15.3/7.15.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-instantsearch/7.15.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-instantsearch/7.15.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-instantsearch/7.15.3/7.15.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-instantsearch/7.15.3/7.15.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>algolia/instantsearch (react-instantsearch)</summary> ### [`v7.15.4`](https://redirect.github.com/algolia/instantsearch/releases/tag/react-instantsearch%407.15.4) [Compare Source](https://redirect.github.com/algolia/instantsearch/compare/[email protected]@7.15.4) **Note:** Version bump only for package react-instantsearch </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/openfeature.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c513a6 commit 29cb2e3

File tree

1 file changed

+27
-20
lines changed

1 file changed

+27
-20
lines changed

yarn.lock

Lines changed: 27 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3722,7 +3722,14 @@ ajv@^8.0.0, ajv@^8.9.0:
37223722
json-schema-traverse "^1.0.0"
37233723
require-from-string "^2.0.2"
37243724

3725-
[email protected], algoliasearch-helper@^3.22.6:
3725+
3726+
version "3.24.2"
3727+
resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.24.2.tgz#332f9813b63442b13b8eaae19f313fe3db1047af"
3728+
integrity sha512-vBw/INZDfyh/THbVeDy8On8lZqd2qiUAHde5N4N1ygL4SoeLqLGJ4GHneHrDAYsjikRwTTtodEP0fiXl5MxHFQ==
3729+
dependencies:
3730+
"@algolia/events" "^4.0.1"
3731+
3732+
algoliasearch-helper@^3.22.6:
37263733
version "3.24.1"
37273734
resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.24.1.tgz#763115d81fc56518bff36b7c707967f70d8fdf45"
37283735
integrity sha512-knYRACqLH9UpeR+WRUrBzBFR2ulGuOjI2b525k4PNeqZxeFMHJE7YcL7s6Jh12Qza0rtHqZdgHMfeuaaAkf4wA==
@@ -7368,17 +7375,17 @@ [email protected]:
73687375
dependencies:
73697376
"@babel/runtime" "^7.1.2"
73707377

7371-
instantsearch.js@4.77.3:
7372-
version "4.77.3"
7373-
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.77.3.tgz#17f607d0cc9ae950a99b88ea61353e89d8699634"
7374-
integrity sha512-nlNDHpRa15lXw6HEzCyEtickhRZOzmWXiLuhlfRazC/LjqbmmfE2ZMfGUp8YMeLIrP9i4HuK02/+esd2MsnrKA==
7378+
instantsearch.js@4.78.0:
7379+
version "4.78.0"
7380+
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.78.0.tgz#f81defb4cc7aa8a1de7d86cdffe9e6c340e82e6e"
7381+
integrity sha512-MLQl9F7/7Id1VlU4VTtKR88yADWGVk+CBoNkKi3wZjfxhblnLIXdZHfb6v/l6XHShTp+10JDny17Nl+jpTkxkw==
73757382
dependencies:
73767383
"@algolia/events" "^4.0.1"
73777384
"@types/dom-speech-recognition" "^0.0.1"
73787385
"@types/google.maps" "^3.55.12"
73797386
"@types/hogan.js" "^3.0.0"
73807387
"@types/qs" "^6.5.3"
7381-
algoliasearch-helper "3.24.1"
7388+
algoliasearch-helper "3.24.2"
73827389
hogan.js "^3.0.2"
73837390
htm "^3.0.0"
73847391
instantsearch-ui-components "0.11.1"
@@ -10402,9 +10409,9 @@ postcss@^8.4.21, postcss@^8.4.24, postcss@^8.4.26, postcss@^8.4.33, postcss@^8.4
1040210409
source-map-js "^1.2.1"
1040310410

1040410411
preact@^10.10.0:
10405-
version "10.26.2"
10406-
resolved "https://registry.yarnpkg.com/preact/-/preact-10.26.2.tgz#d737055584a4d8004ec273e425fb4c30960aa512"
10407-
integrity sha512-0gNmv4qpS9HaN3+40CLBAnKe0ZfyE4ZWo5xKlC1rVrr0ckkEvJvAQqKaHANdFKsGstoxrY4AItZ7kZSGVoVjgg==
10412+
version "10.26.4"
10413+
resolved "https://registry.yarnpkg.com/preact/-/preact-10.26.4.tgz#b514f4249453a4247c82ff6d1267d59b7d78f9f9"
10414+
integrity sha512-KJhO7LBFTjP71d83trW+Ilnjbo+ySsaAgCfXOXUlmGzJ4ygYPWmysm77yg4emwfmoz3b22yvH5IsVFHbhUaH5w==
1040810415

1040910416
prelude-ls@^1.2.1:
1041010417
version "1.2.1"
@@ -10675,25 +10682,25 @@ react-fast-compare@^3.2.0:
1067510682
react-fast-compare "^3.2.0"
1067610683
shallowequal "^1.1.0"
1067710684

10678-
10679-
version "7.15.3"
10680-
resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-7.15.3.tgz#a05e17146ce4819c5819d55317981d4067cb81b4"
10681-
integrity sha512-pr8Ro40KOb6aJHUePL0RLVICWYQLXvKL5OoFlS2Dgpske5swRyz/M1vhtUk+MtCPYEuxVDcFeQWwTX3tS2CQcw==
10685+
10686+
version "7.15.4"
10687+
resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-7.15.4.tgz#b5fcc9be15f1af24fecf36e5494c160f69482c3e"
10688+
integrity sha512-s2PPiAhQbamWoxSttxyfg4TKVteiEVkpmyYE7ef/6yoAO3QXVLZH5XsrqxBBLpH8XcpheuGYD3HvI/dhyUKYxg==
1068210689
dependencies:
1068310690
"@babel/runtime" "^7.1.2"
10684-
algoliasearch-helper "3.24.1"
10685-
instantsearch.js "4.77.3"
10691+
algoliasearch-helper "3.24.2"
10692+
instantsearch.js "4.78.0"
1068610693
use-sync-external-store "^1.0.0"
1068710694

1068810695
react-instantsearch@^7.15.3:
10689-
version "7.15.3"
10690-
resolved "https://registry.yarnpkg.com/react-instantsearch/-/react-instantsearch-7.15.3.tgz#6c1cff8528f6f2a56535c4e36169169d4434508e"
10691-
integrity sha512-KDKvLgizxGRrHIy2RfFYvgw/VmyYHXLNk0TJkRpyoUClUhn1zoXwESFjSLz1n4AY/utkZkuhpfmJo9S7NfEqoQ==
10696+
version "7.15.4"
10697+
resolved "https://registry.yarnpkg.com/react-instantsearch/-/react-instantsearch-7.15.4.tgz#22cfd9079fe8eab35b33d080f4d523325e75239e"
10698+
integrity sha512-gr2oxOXPmMirFgTVYRo//Lr0wXMOYdcOiybJxRzA/jAN/5Hom+COt/wCgBmH8yH1RNIqjN+y6k86wXzH08HAww==
1069210699
dependencies:
1069310700
"@babel/runtime" "^7.1.2"
1069410701
instantsearch-ui-components "0.11.1"
10695-
instantsearch.js "4.77.3"
10696-
react-instantsearch-core "7.15.3"
10702+
instantsearch.js "4.78.0"
10703+
react-instantsearch-core "7.15.4"
1069710704

1069810705
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0:
1069910706
version "16.13.1"

0 commit comments

Comments
 (0)