Skip to content

Bump the instantsearch group with 11 updates#1499

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/instantsearch-bb660b97a0
Open

Bump the instantsearch group with 11 updates#1499
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/instantsearch-bb660b97a0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the instantsearch group with 11 updates:

Package From To
@algolia/autocomplete-core 1.19.8 1.19.9
@algolia/autocomplete-js 1.19.8 1.19.9
@algolia/autocomplete-plugin-query-suggestions 1.19.8 1.19.9
@algolia/autocomplete-plugin-tags 1.19.8 1.19.9
@algolia/autocomplete-theme-classic 1.19.8 1.19.9
@algolia/client-search 4.24.0 5.55.1
algoliasearch 5.19.0 5.55.1
instantsearch.css 8.17.0 8.18.0
instantsearch.js 4.101.1 4.104.0
react-instantsearch 7.35.1 7.38.0
vue-instantsearch 4.26.8 4.26.11

Updates @algolia/autocomplete-core from 1.19.8 to 1.19.9

Release notes

Sourced from @​algolia/autocomplete-core's releases.

v1.19.9

1.19.9 (2026-06-23)

Bug Fixes

  • preset-algolia: keep separator highlight when reverse-highlight siblings disagree (#1348) (732869e)
Changelog

Sourced from @​algolia/autocomplete-core's changelog.

1.19.9 (2026-06-23)

Bug Fixes

  • preset-algolia: keep separator highlight when reverse-highlight siblings disagree (#1348) (732869e)
Commits
  • b91d7db chore: release v1.19.9 (#1349)
  • 732869e fix(preset-algolia): keep separator highlight when reverse-highlight siblings...
  • See full diff in compare view

Updates @algolia/autocomplete-js from 1.19.8 to 1.19.9

Release notes

Sourced from @​algolia/autocomplete-js's releases.

v1.19.9

1.19.9 (2026-06-23)

Bug Fixes

  • preset-algolia: keep separator highlight when reverse-highlight siblings disagree (#1348) (732869e)
Changelog

Sourced from @​algolia/autocomplete-js's changelog.

1.19.9 (2026-06-23)

Bug Fixes

  • preset-algolia: keep separator highlight when reverse-highlight siblings disagree (#1348) (732869e)
Commits
  • b91d7db chore: release v1.19.9 (#1349)
  • 732869e fix(preset-algolia): keep separator highlight when reverse-highlight siblings...
  • See full diff in compare view

Updates @algolia/autocomplete-plugin-query-suggestions from 1.19.8 to 1.19.9

Release notes

Sourced from @​algolia/autocomplete-plugin-query-suggestions's releases.

v1.19.9

1.19.9 (2026-06-23)

Bug Fixes

  • preset-algolia: keep separator highlight when reverse-highlight siblings disagree (#1348) (732869e)
Changelog

Sourced from @​algolia/autocomplete-plugin-query-suggestions's changelog.

1.19.9 (2026-06-23)

Bug Fixes

  • preset-algolia: keep separator highlight when reverse-highlight siblings disagree (#1348) (732869e)
Commits
  • b91d7db chore: release v1.19.9 (#1349)
  • 732869e fix(preset-algolia): keep separator highlight when reverse-highlight siblings...
  • See full diff in compare view

Updates @algolia/autocomplete-plugin-tags from 1.19.8 to 1.19.9

Release notes

Sourced from @​algolia/autocomplete-plugin-tags's releases.

v1.19.9

1.19.9 (2026-06-23)

Bug Fixes

  • preset-algolia: keep separator highlight when reverse-highlight siblings disagree (#1348) (732869e)
Changelog

Sourced from @​algolia/autocomplete-plugin-tags's changelog.

1.19.9 (2026-06-23)

Bug Fixes

  • preset-algolia: keep separator highlight when reverse-highlight siblings disagree (#1348) (732869e)
Commits
  • b91d7db chore: release v1.19.9 (#1349)
  • 732869e fix(preset-algolia): keep separator highlight when reverse-highlight siblings...
  • See full diff in compare view

Updates @algolia/autocomplete-theme-classic from 1.19.8 to 1.19.9

Release notes

Sourced from @​algolia/autocomplete-theme-classic's releases.

v1.19.9

1.19.9 (2026-06-23)

Bug Fixes

  • preset-algolia: keep separator highlight when reverse-highlight siblings disagree (#1348) (732869e)
Changelog

Sourced from @​algolia/autocomplete-theme-classic's changelog.

1.19.9 (2026-06-23)

Bug Fixes

  • preset-algolia: keep separator highlight when reverse-highlight siblings disagree (#1348) (732869e)
Commits
  • b91d7db chore: release v1.19.9 (#1349)
  • 732869e fix(preset-algolia): keep separator highlight when reverse-highlight siblings...
  • See full diff in compare view

Updates @algolia/client-search from 4.24.0 to 5.55.1

Release notes

Sourced from @​algolia/client-search's releases.

5.55.1

New version released!

What's Changed

  • a676cd9cef fix(clients): bump replaceAllObjects default maxRetries from 100 to 800 (#6580) by @​Fluf22
  • a632f9fb75 fix(specs): BREAKING CHANGE – allow null records in getObjects response (#6582) by @​Fluf22
    • The getObjects operation now returns a list of nullable objects, as the API can send back null records. The clients previously only allowed a list of objects, so the response type has been updated to allow null values.

Full Changelog: algolia/algoliasearch-client-javascript@5.55.0...5.55.1

Browse the Algolia documentation

5.55.0

New version released!

What's Changed

Full Changelog: algolia/algoliasearch-client-javascript@5.54.1...5.55.0

Browse the Algolia documentation

5.54.1

New version released!

What's Changed

Full Changelog: algolia/algoliasearch-client-javascript@5.54.0...5.54.1

Browse the Algolia documentation

5.54.0

New version released!

What's Changed

Full Changelog: algolia/algoliasearch-client-javascript@5.53.0...5.54.0

Browse the Algolia documentation

5.53.0

New version released!

What's Changed

BREAKING CHANGES: this minor version includes breaking changes. See below for more details.

... (truncated)

Changelog

Sourced from @​algolia/client-search's changelog.

5.55.1

  • a676cd9cef fix(clients): bump replaceAllObjects default maxRetries from 100 to 800 (#6580) by @​Fluf22
  • a632f9fb75 fix(specs): BREAKING CHANGE – allow null records in getObjects response (#6582) by @​Fluf22
    • The getObjects operation now returns a list of nullable objects, as the API can send back null records. The clients previously only allowed a list of objects, so the response type has been updated to allow null values.

5.55.0

5.54.1

5.54.0

5.53.0

BREAKING CHANGES: this minor version includes breaking changes. See below for more details.

  • c95cbc1d2e fix(javascript): handle response stream error in createHttpRequester (#6347) by @​zigzagdev
  • c55851671e feat(javascript): BREAKING CHANGE – expose maximum number of retries (#6353) by @​eric-zaharia
    • We updated the default number of retries to account for customers with huge indices, and made it configurable if you prefer to fail early. The impact is that the retry time will be longer in case of issue, but it shouldn't impact most customers: those who don't have issues.
  • 84ebc480a8 chore(deps): dependencies 2026-05-15 (#6400) by @​Fluf22
  • fc36d63e9f fix(javascript): improve caching performance (#6431) by @​eric-zaharia
  • 90da6bf0ae chore(deps): dependencies 2026-05-18 (#6429) by @​Fluf22
  • eddd51e349 fix(specs): document abTest field on listIndices response (#6443) by @​eric-zaharia
  • 1d3f2c149b fix(specs): clean up abTest schema on listIndices response (#6448) by @​Fluf22
  • 35bf16c848 fix(specs): BREAKING CHANGE – add searchResponsePartial fallback to searchResult oneOf (#6350) by @​Fluf22
    • For those of you who want really clean responses without hits nor facets, we added a third fallback type to the search response. It should not impact the rest of the users.
  • d7aeef2482 chore(deps): batch dependency updates (#6465) by @​Fluf22

5.52.1

5.52.0

5.51.0

... (truncated)

Commits
  • cd38da1 chore: release 5.55.1
  • 82bcda5 fix(specs): allow null records in getObjects response (generated)
  • 1fee525 chore: release 5.55.0
  • a97f727 feat(clients): release Agent Studio package updates (generated)
  • aa1012a chore: release 5.54.1
  • cd41fa3 fix(javascript): use proper null check instead of truthiness for required par...
  • b2006b2 chore: release 5.54.0
  • 8ddcdb3 feat(kotlin): expose maximum number of retries (generated)
  • 2658999 chore: release 5.53.0
  • b9d89e9 chore(deps): batch dependency updates (generated)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​algolia/client-search since your current version.


Updates algoliasearch from 5.19.0 to 5.55.1

Release notes

Sourced from algoliasearch's releases.

5.55.1

New version released!

What's Changed

  • a676cd9cef fix(clients): bump replaceAllObjects default maxRetries from 100 to 800 (#6580) by @​Fluf22
  • a632f9fb75 fix(specs): BREAKING CHANGE – allow null records in getObjects response (#6582) by @​Fluf22
    • The getObjects operation now returns a list of nullable objects, as the API can send back null records. The clients previously only allowed a list of objects, so the response type has been updated to allow null values.

Full Changelog: algolia/algoliasearch-client-javascript@5.55.0...5.55.1

Browse the Algolia documentation

5.55.0

New version released!

What's Changed

Full Changelog: algolia/algoliasearch-client-javascript@5.54.1...5.55.0

Browse the Algolia documentation

5.54.1

New version released!

What's Changed

Full Changelog: algolia/algoliasearch-client-javascript@5.54.0...5.54.1

Browse the Algolia documentation

5.54.0

New version released!

What's Changed

Full Changelog: algolia/algoliasearch-client-javascript@5.53.0...5.54.0

Browse the Algolia documentation

5.53.0

New version released!

What's Changed

BREAKING CHANGES: this minor version includes breaking changes. See below for more details.

... (truncated)

Changelog

Sourced from algoliasearch's changelog.

5.55.1

  • a676cd9cef fix(clients): bump replaceAllObjects default maxRetries from 100 to 800 (#6580) by @​Fluf22
  • a632f9fb75 fix(specs): BREAKING CHANGE – allow null records in getObjects response (#6582) by @​Fluf22
    • The getObjects operation now returns a list of nullable objects, as the API can send back null records. The clients previously only allowed a list of objects, so the response type has been updated to allow null values.

5.55.0

5.54.1

5.54.0

5.53.0

BREAKING CHANGES: this minor version includes breaking changes. See below for more details.

  • c95cbc1d2e fix(javascript): handle response stream error in createHttpRequester (#6347) by @​zigzagdev
  • c55851671e feat(javascript): BREAKING CHANGE – expose maximum number of retries (#6353) by @​eric-zaharia
    • We updated the default number of retries to account for customers with huge indices, and made it configurable if you prefer to fail early. The impact is that the retry time will be longer in case of issue, but it shouldn't impact most customers: those who don't have issues.
  • 84ebc480a8 chore(deps): dependencies 2026-05-15 (#6400) by @​Fluf22
  • fc36d63e9f fix(javascript): improve caching performance (#6431) by @​eric-zaharia
  • 90da6bf0ae chore(deps): dependencies 2026-05-18 (#6429) by @​Fluf22
  • eddd51e349 fix(specs): document abTest field on listIndices response (#6443) by @​eric-zaharia
  • 1d3f2c149b fix(specs): clean up abTest schema on listIndices response (#6448) by @​Fluf22
  • 35bf16c848 fix(specs): BREAKING CHANGE – add searchResponsePartial fallback to searchResult oneOf (#6350) by @​Fluf22
    • For those of you who want really clean responses without hits nor facets, we added a third fallback type to the search response. It should not impact the rest of the users.
  • d7aeef2482 chore(deps): batch dependency updates (#6465) by @​Fluf22

5.52.1

5.52.0

5.51.0

... (truncated)

Commits
  • cd38da1 chore: release 5.55.1
  • 82bcda5 fix(specs): allow null records in getObjects response (generated)
  • 1fee525 chore: release 5.55.0
  • a97f727 feat(clients): release Agent Studio package updates (generated)
  • aa1012a chore: release 5.54.1
  • cd41fa3 fix(javascript): use proper null check instead of truthiness for required par...
  • b2006b2 chore: release 5.54.0
  • 8ddcdb3 feat(kotlin): expose maximum number of retries (generated)
  • 2658999 chore: release 5.53.0
  • b9d89e9 chore(deps): batch dependency updates (generated)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for algoliasearch since your current version.


Updates instantsearch.css from 8.17.0 to 8.18.0

Release notes

Sourced from instantsearch.css's releases.

instantsearch.css@8.18.0

8.18.0 (2026-06-19)

Features

  • chat: add parseMarkdown opt-out to render message text as plain… (#7073) (d9add3a)
Commits
  • 9f2107a chore: release (#7078)
  • 780176f fix(react-instantsearch-nextjs): refresh results on App Router client… (#7072)
  • d9add3a feat(chat): add parseMarkdown opt-out to render message text as plain… (#7073)
  • b2ba68d feat(composition): add multifeed support to Autocomplete (#7061)
  • 55bd627 fix(range-slider): make handles keyboard-movable without snap points (#7071)
  • bbba058 fix(chat): stop carousel remount, transcript re-render, and lost auto-scroll ...
  • 8f1f4c9 chore: release (#7070)
  • 031afd0 fix(chat): update carousel view all button handler for mcp search tool (#7068)
  • 5362808 fix(chat): hydrate full objects in display results tool (#7064)
  • 8a7f5e3 chore: release (#7067)
  • Additional commits viewable in compare view

Updates instantsearch.js from 4.101.1 to 4.104.0

Release notes

Sourced from instantsearch.js's releases.

instantsearch.js@4.104.0

4.104.0 (2026-06-30)

Bug Fixes

  • chat: handle tool-input-error and tool-output-error stream chunks (#7081) (80ce90f)
  • chat: move clear-animation lifecycle to the view layer (#7092) (bf5857e)
  • highlight: keep separator state when reverse-highlight siblings disagree (#7079) (b7a0f60)

Features

  • autocomplete: defer index registration until first user focus (#7077) (6444d87)
  • chat: add request options to agent requests (#7088) (d3ad7ca)

instantsearch.js@4.102.0

4.102.0 (2026-06-19)

Bug Fixes

  • chat: stop carousel remount, transcript re-render, and lost auto-scroll while streaming (#7069) (bbba058)
  • range-slider: make handles keyboard-movable without snap points (#7071) (55bd627)

Features

Commits
  • f161ded chore: release (#7096)
  • b7a0f60 fix(highlight): keep separator state when reverse-highlight siblings disagree...
  • 7dc4f73 fix(react-instantsearch-nextjs): trigger client search on App Router SPA navi...
  • bf5857e fix(chat): move clear-animation lifecycle to the view layer (#7092)
  • d3ad7ca feat(chat): add request options to agent requests (#7088)
  • 60cd8cd chore: release (#7093)
  • 17d072a chore: stop locking architecture refactor issues (#7090)
  • f8cedd3 chore: improve architecture refactor PR metadata (#7087)
  • 6444d87 feat(autocomplete): defer index registration until first user focus (#7077)
  • 80ce90f fix(chat): handle tool-input-error and tool-output-error stream chunks (#7081)
  • Additional commits viewable in compare view

Updates react-instantsearch from 7.35.1 to 7.38.0

Release notes

Sourced from react-instantsearch's releases.

react-instantsearch@7.38.0

7.38.0 (2026-06-30)

Bug Fixes

  • chat: move clear-animation lifecycle to the view layer (#7092) (bf5857e)

Features

  • autocomplete: defer index registration until first user focus (#7077) (6444d87)

react-instantsearch-router-nextjs@7.38.0

7.38.0 (2026-06-30)

Note: Version bump only for package react-instantsearch-router-nextjs

react-instantsearch-core@7.38.0

7.38.0 (2026-06-30)

Note: Version bump only for package react-instantsearch-core

react-instantsearch@7.36.0

7.36.0 (2026-06-19)

Bug Fixes

  • chat: stop carousel remount, transcript re-render, and lost auto-scroll while streaming (#7069) (bbba058)
  • range-slider: make handles keyboard-movable without snap points (#7071) (55bd627)

Features

react-instantsearch-router-nextjs@7.36.0

7.36.0 (2026-06-19)

Note: Version bump only for package react-instantsearch-router-nextjs

react-instantsearch-core@7.36.0

7.36.0 (2026-06-19)

Note: Version bump only for package react-instantsearch-core

Commits
  • f161ded chore: release (#7096)
  • b7a0f60 fix(highlight): keep separator state when reverse-highlight siblings disagree...
  • 7dc4f73 fix(react-instantsearch-nextjs): trigger client search on App Router SPA navi...
  • bf5857e fix(chat): move clear-animation lifecycle to the view layer (#7092)
  • d3ad7ca feat(chat): add request options to agent requests (#7088)
  • 60cd8cd chore: release (#7093)
  • 17d072a chore: stop locking architecture refactor issues (#7090)
  • f8cedd3 chore: improve architecture refactor PR metadata (#7087)
  • 6444d87 feat(autocomplete): defer index registration until first user focus (#7077)
  • 80ce90f fix(chat): handle tool-input-error and tool-output-error stream chunks (#7081)
  • Additional commits viewable in compare view

Updates vue-instantsearch from 4.26.8 to 4.26.11

Release notes

Sourced from vue-instantsearch's releases.

vue-instantsearch@4.26.11

4.26.11 (2026-06-30)

Note: Version bump only for package vue-instantsearch

vue-instantsearch@4.26.9

4.26.9 (2026-06-19)

Bug Fixes

  • range-slider: make handles keyboard-movable without snap points (#7071) (55bd627)
Commits
  • f161ded chore: release (#7096)
  • b7a0f60 fix(highlight): keep separator state when reverse-highlight siblings disagree...
  • 7dc4f73 fix(react-instantsearch-nextjs): trigger client search on App Router SPA navi...
  • bf5857e fix(chat): move clear-animation lifecycle to the view layer (#7092)
  • d3ad7ca feat(chat): add request options to agent requests (#7088)
  • 60cd8cd chore: release (#7093)
  • 17d072a chore: stop locking architecture refactor issues (#7090)
  • f8cedd3 chore: improve architecture refactor PR metadata (#7087)
  • 6444d87 feat(autocomplete): defer index registration until first user focus (#7077)
  • 80ce90f fix(chat): handle tool-input-error and tool-output-error stream chunks (#7081)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the instantsearch group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@algolia/autocomplete-core](https://github.com/algolia/autocomplete) | `1.19.8` | `1.19.9` |
| [@algolia/autocomplete-js](https://github.com/algolia/autocomplete) | `1.19.8` | `1.19.9` |
| [@algolia/autocomplete-plugin-query-suggestions](https://github.com/algolia/autocomplete) | `1.19.8` | `1.19.9` |
| [@algolia/autocomplete-plugin-tags](https://github.com/algolia/autocomplete) | `1.19.8` | `1.19.9` |
| [@algolia/autocomplete-theme-classic](https://github.com/algolia/autocomplete) | `1.19.8` | `1.19.9` |
| [@algolia/client-search](https://github.com/algolia/algoliasearch-client-javascript) | `4.24.0` | `5.55.1` |
| [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) | `5.19.0` | `5.55.1` |
| [instantsearch.css](https://github.com/algolia/instantsearch) | `8.17.0` | `8.18.0` |
| [instantsearch.js](https://github.com/algolia/instantsearch) | `4.101.1` | `4.104.0` |
| [react-instantsearch](https://github.com/algolia/instantsearch) | `7.35.1` | `7.38.0` |
| [vue-instantsearch](https://github.com/algolia/instantsearch) | `4.26.8` | `4.26.11` |


Updates `@algolia/autocomplete-core` from 1.19.8 to 1.19.9
- [Release notes](https://github.com/algolia/autocomplete/releases)
- [Changelog](https://github.com/algolia/autocomplete/blob/next/CHANGELOG.md)
- [Commits](algolia/autocomplete@v1.19.8...v1.19.9)

Updates `@algolia/autocomplete-js` from 1.19.8 to 1.19.9
- [Release notes](https://github.com/algolia/autocomplete/releases)
- [Changelog](https://github.com/algolia/autocomplete/blob/next/CHANGELOG.md)
- [Commits](algolia/autocomplete@v1.19.8...v1.19.9)

Updates `@algolia/autocomplete-plugin-query-suggestions` from 1.19.8 to 1.19.9
- [Release notes](https://github.com/algolia/autocomplete/releases)
- [Changelog](https://github.com/algolia/autocomplete/blob/next/CHANGELOG.md)
- [Commits](algolia/autocomplete@v1.19.8...v1.19.9)

Updates `@algolia/autocomplete-plugin-tags` from 1.19.8 to 1.19.9
- [Release notes](https://github.com/algolia/autocomplete/releases)
- [Changelog](https://github.com/algolia/autocomplete/blob/next/CHANGELOG.md)
- [Commits](algolia/autocomplete@v1.19.8...v1.19.9)

Updates `@algolia/autocomplete-theme-classic` from 1.19.8 to 1.19.9
- [Release notes](https://github.com/algolia/autocomplete/releases)
- [Changelog](https://github.com/algolia/autocomplete/blob/next/CHANGELOG.md)
- [Commits](algolia/autocomplete@v1.19.8...v1.19.9)

Updates `@algolia/client-search` from 4.24.0 to 5.55.1
- [Release notes](https://github.com/algolia/algoliasearch-client-javascript/releases)
- [Changelog](https://github.com/algolia/algoliasearch-client-javascript/blob/main/CHANGELOG.md)
- [Commits](algolia/algoliasearch-client-javascript@4.24.0...5.55.1)

Updates `algoliasearch` from 5.19.0 to 5.55.1
- [Release notes](https://github.com/algolia/algoliasearch-client-javascript/releases)
- [Changelog](https://github.com/algolia/algoliasearch-client-javascript/blob/main/CHANGELOG.md)
- [Commits](algolia/algoliasearch-client-javascript@5.19.0...5.55.1)

Updates `instantsearch.css` from 8.17.0 to 8.18.0
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/instantsearch.css@8.17.0...instantsearch.css@8.18.0)

Updates `instantsearch.js` from 4.101.1 to 4.104.0
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/instantsearch.js@4.101.1...instantsearch.js@4.104.0)

Updates `react-instantsearch` from 7.35.1 to 7.38.0
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/react-instantsearch@7.35.1...react-instantsearch@7.38.0)

Updates `vue-instantsearch` from 4.26.8 to 4.26.11
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/vue-instantsearch@4.26.8...vue-instantsearch@4.26.11)

---
updated-dependencies:
- dependency-name: "@algolia/autocomplete-core"
  dependency-version: 1.19.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: instantsearch
- dependency-name: "@algolia/autocomplete-js"
  dependency-version: 1.19.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: instantsearch
- dependency-name: "@algolia/autocomplete-plugin-query-suggestions"
  dependency-version: 1.19.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: instantsearch
- dependency-name: "@algolia/autocomplete-plugin-tags"
  dependency-version: 1.19.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: instantsearch
- dependency-name: "@algolia/autocomplete-theme-classic"
  dependency-version: 1.19.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: instantsearch
- dependency-name: "@algolia/client-search"
  dependency-version: 5.55.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: instantsearch
- dependency-name: algoliasearch
  dependency-version: 5.55.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: instantsearch
- dependency-name: instantsearch.css
  dependency-version: 8.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: instantsearch
- dependency-name: instantsearch.js
  dependency-version: 4.104.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: instantsearch
- dependency-name: react-instantsearch
  dependency-version: 7.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: instantsearch
- dependency-name: vue-instantsearch
  dependency-version: 4.26.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: instantsearch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Improvements or additions to documentation label Jul 1, 2026
@changeset-bot

changeset-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: a995fa4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants