Kovah / LinkAce-Website

The source of the LinkAce website and documentation.
https://www.linkace.org/
10 stars 8 forks source link

Bump the prod-dependencies group with 2 updates #57

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps the prod-dependencies group with 2 updates: algoliasearch and instantsearch.js.

Updates algoliasearch from 4.20.0 to 4.22.1

Release notes

Sourced from algoliasearch's releases.

4.22.1

v4.22.1

  • fix(recommend): update recommended-for-you model type (#1500) (f94ce64), closes #1500

4.22.0

v4.22.0

  • fix(recommend): update TrendingFacetHit facetValue type to string (#1498) (ac9d6e2), closes #1498

Why

The trending-facets API only returns type string for facetValue.

A follow-up on #1494 as other models return items/hits which are of type RecordWithObjectID

However, trending-facets model returns a list of TrendingFacetHit which (by definition) don't have an objectID property.

How

To simplify the code, we can remove the type argument TObject for trending-facets

Impact

If you're not using TypeScript or the trending-facets model, there is nothing to change. You can ignore the following.

Otherwise, you will need to remove the type argument passed to getTrendingFacets and the code goes from this:

type FacetType = {
  facetName: string;
  facetValue: string;
}
const { results } = await client.getTrendingFacets<FacetType>(/**/)

To this:

const { results } = await client.getTrendingFacets(/**/)

4.21.1

v4.21.1

  • fix(recommend): RecommendedForYouQuery userToken should be required (#1496) (d20b253), closes #1496

... (truncated)

Changelog

Sourced from algoliasearch's changelog.

v4.22.1

  • fix(recommend): update recommended-for-you model type (#1500) (f94ce64), closes #1500

v4.22.0

  • fix(recommend): update TrendingFacetHit facetValue type to string (#1498) (ac9d6e2), closes #1498

v4.21.1

  • fix(recommend): RecommendedForYouQuery userToken should be required (#1496) (d20b253), closes #1496

v4.21.0

Commits


Updates instantsearch.js from 4.60.0 to 4.63.0

Release notes

Sourced from instantsearch.js's releases.

instantsearch.js@4.63.0

4.63.0 (2023-12-19)

Bug Fixes

  • searchbox: only refine if composition ended when using an IME (#5963) (0820455)

Features

  • insights: update default version to support authenticatedUserToken (#5958) (b62f2bc)
  • history: provide option to not clean url on dispose (#5966) (e60ac95)

instantsearch.js@4.62.0

4.62.0 (2023-12-07)

Bug Fixes

  • routing: ensure UiState is cleaned up allowing "undefined" for values (#5956) (18cfece), closes #5954

Features

  • hierarchical-menu: persist refined root level count with a future flag (#5950) (79ee485)

instantsearch.js@4.61.0

4.61.0 (2023-11-28)

Bug Fixes

  • createURL: ensure refined value gets removed (#5912) (77919a9)
  • cache-hydration: normalize params returned from response (#5946) (042aaac)

Features

Commits
  • b90c55a chore: release (#5967)
  • e60ac95 feat(history): provide option to not clean url on dispose (#5966)
  • 0820455 fix(searchbox): only refine if composition ended when using an IME (#5963)
  • b62f2bc feat(insights): update default version to support authenticatedUserToken (#...
  • dd1b9c4 chore(node): update version (#5959)
  • f9ab0ff test(hierarchicalMenu): add common test suite (#5955)
  • 967178e chore: release (#5957)
  • 18cfece fix(routing): ensure UiState is cleaned up allowing "undefined" for values (#...
  • 79ee485 feat(hierarchical-menu): persist refined root level count with a future flag ...
  • 0035f4b chore: release (#5945)
  • 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions