Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 19, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
@algolia/cache-in-memory ^4.14.2 -> ^4.25.2 age confidence
@algolia/recommend (source) ^4.12.2 -> ^4.25.2 age confidence
@algolia/requester-fetch ^4.23.2 -> ^4.25.2 age confidence
@algolia/requester-node-http ^5.21.0 -> ^5.39.0 age confidence
@docsearch/css (source) ^3.0.0 -> ^3.9.0 age confidence
@docsearch/js (source) ^3.0.0 -> ^3.9.0 age confidence
algoliasearch (source) ^4.11.0 -> ^4.25.2 age confidence
exsolve ^1.0.4 -> ^1.0.7 age confidence
metadata-scraper ^0.2.49 -> ^0.2.61 age confidence
typescript (source) ^5.2.2 -> ^5.9.3 age confidence
vue-instantsearch ^4.3.2 -> ^4.21.3 age confidence

Release Notes

algolia/algoliasearch-client-javascript (@​algolia/cache-in-memory)

v4.25.2

Compare Source

v4.25.1

Compare Source

4.25.0 release is broken, please use 4.25.1

v4.25.0

Compare Source

v4.24.0

Compare Source

v4.23.3

Compare Source

v4.23.2

Compare Source

v4.23.1

Compare Source

v4.23.0

Compare Source

v4.22.1

Compare Source

v4.22.0

Compare Source

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(/**/)

v4.21.1

Compare Source

v4.21.0

Compare Source

algolia/docsearch (@​docsearch/css)

v3.9.0

Compare Source

Features

3.8.3 (2025-01-21)

Bug Fixes

3.8.2 (2024-12-17)

Bug Fixes

3.8.1 (2024-12-16)

Bug Fixes

v3.8.3

Compare Source

Bug Fixes

v3.8.2

Compare Source

Bug Fixes

v3.8.1

Compare Source

Bug Fixes

v3.8.0

Compare Source

This version introduces a new type DocSearchTransformClient to allow the transformSearchClient to use either the lite client, or the full algoliasearch client.
Users are encouraged to use the lite client (import { liteClient } from 'algoliasearch/lite) to reduce bundle size.

Bug Fixes
Features

v3.7.0

Compare Source

Bug Fixes

3.6.3 (2024-10-31)

3.6.2 (2024-09-27)

Bug Fixes

3.6.1 (2024-07-16)

Bug Fixes

v3.6.3

Compare Source

v3.6.2

Compare Source

Bug Fixes

v3.6.1

Compare Source

Bug Fixes

v3.6.0

Compare Source

Bug Fixes
Features

3.5.2 (2023-08-11)

Fixes
  • Updates algoliasearch package version (cc90789)
  • Adds search-insights as options peer dependency (cc90789)

3.5.1 (2023-06-15)

Features
unjs/exsolve (exsolve)

v1.0.7

Compare Source

compare changes

🩹 Fixes
  • Resolve . with empty suffix (#​26)
❤️ Contributors

v1.0.6

Compare Source

compare changes

🩹 Fixes
  • Support URL polyfills (#​25)
🏡 Chore
❤️ Contributors

v1.0.5

Compare Source

compare changes

🩹 Fixes
  • Resolve absolute symlinks to real paths (#​22)
📖 Documentation
🏡 Chore
❤️ Contributors
microsoft/TypeScript (typescript)

v5.9.3

Compare Source

v5.9.2

Compare Source

v5.8.3

Compare Source

v5.8.2

Compare Source

v5.7.3: TypeScript 5.7.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on npm

v5.7.2: TypeScript 5.7

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

v5.6.3: TypeScript 5.6.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.6.2: TypeScript 5.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.4: TypeScript 5.5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.3: TypeScript 5.5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.2: TypeScript 5.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.3: TypeScript 5.4.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.2: TypeScript 5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.3.3: TypeScript 5.3.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.3.2: TypeScript 5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

algolia/instantsearch (vue-instantsearch)

v4.21.3

Compare Source

Note: Version bump only for package vue-instantsearch

v4.21.2

Compare Source

Note: Version bump only for package vue-instantsearch

v4.21.1

Compare Source

Note: Version bump only for package vue-instantsearch

v4.21.0

Compare Source

Bug Fixes
Features
  • refinementList: add option to disable selecting on searchbox submit (#​6649) (8b9fae6)

v4.20.8

Compare Source

Note: Version bump only for package vue-instantsearch

v4.20.7

Compare Source

Note: Version bump only for package vue-instantsearch

v4.20.6

Compare Source

Note: Version bump only for package vue-instantsearch

v4.20.5

Compare Source

Note: Version bump only for package vue-instantsearch

v4.20.4

Compare Source

Note: Version bump only for package vue-instantsearch

v4.20.3

Compare Source

Note: Version bump only for package vue-instantsearch

v4.20.2

Compare Source

Note: Version bump only for package vue-instantsearch

v4.20.1

Compare Source

Note: Version bump only for package vue-instantsearch

v4.20.0

Compare Source

Features

v4.19.13

Compare Source

Bug Fixes
  • storybook: update algoliasearch import statement in vue stories (#​6483) (3215f76)

v4.19.12

Compare Source

Note: Version bump only for package vue-instantsearch

v4.19.11

Compare Source

Note: Version bump only for package vue-instantsearch

v4.19.10

Compare Source

Note: Version bump only for package vue-instantsearch

v4.19.9

Compare Source

Note: Version bump only for package vue-instantsearch

v4.19.8

Compare Source

Note: Version bump only for package vue-instantsearch

v4.19.7

Compare Source

Note: Version bump only for package vue-instantsearch

v4.19.6

Compare Source

Note: Version bump only for package vue-instantsearch

v4.19.5

Compare Source

Bug Fixes

v4.19.4

Compare Source

Bug Fixes

v4.19.3

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ee237c3 to f7d1417 Compare March 25, 2025 17:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f07985a to 47927c6 Compare April 7, 2025 14:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9ea3170 to f087ef0 Compare April 18, 2025 09:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d975ca3 to 808b1b3 Compare April 30, 2025 15:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 90cf962 to 61fddc4 Compare May 12, 2025 14:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 62d7126 to c2f73a6 Compare June 6, 2025 20:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from a3d7fd6 to a8b4921 Compare June 23, 2025 18:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f55b7d1 to 8a74049 Compare July 7, 2025 21:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1ddc871 to 03238ad Compare July 15, 2025 15:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c5dd60f to 1b4b6c2 Compare July 23, 2025 10:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1d8ec7e to 6ac8c94 Compare July 31, 2025 20:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6ac8c94 to 09d2d45 Compare August 19, 2025 11:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 09d2d45 to b6c5ba9 Compare August 26, 2025 18:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 70d02a1 to 22ba45a Compare September 10, 2025 11:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 22a5f93 to 2b09175 Compare September 26, 2025 15:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2b09175 to b268a60 Compare October 1, 2025 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants