chore(deps): bump algoliasearch from 4.27.0 to 5.55.1 in /demo_backend/functions by dependabot[bot] · Pull Request #894 · firecmsco/firecms · GitHub
Skip to content

chore(deps): bump algoliasearch from 4.27.0 to 5.55.1 in /demo_backend/functions#894

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/demo_backend/functions/algoliasearch-5.55.1
Open

chore(deps): bump algoliasearch from 4.27.0 to 5.55.1 in /demo_backend/functions#894
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/demo_backend/functions/algoliasearch-5.55.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Contributor

Bumps algoliasearch from 4.27.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

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) from 4.27.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.27.0...5.55.1)

---
updated-dependencies:
- dependency-name: algoliasearch
  dependency-version: 5.55.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants