fix(deps): upgrade npm packages#495
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/npm-packages
branch
from
August 28, 2025 09:29
763a598 to
a0e67c7
Compare
renovate
Bot
force-pushed
the
renovate/npm-packages
branch
from
August 31, 2025 11:22
a0e67c7 to
565f460
Compare
renovate
Bot
force-pushed
the
renovate/npm-packages
branch
4 times, most recently
from
September 6, 2025 02:09
fe367a3 to
9a5e1c7
Compare
renovate
Bot
force-pushed
the
renovate/npm-packages
branch
6 times, most recently
from
September 26, 2025 18:37
fa7849f to
72dbc0d
Compare
renovate
Bot
force-pushed
the
renovate/npm-packages
branch
3 times, most recently
from
October 5, 2025 05:10
b0398d6 to
69afd4d
Compare
renovate
Bot
force-pushed
the
renovate/npm-packages
branch
3 times, most recently
from
October 7, 2025 17:56
c7df8d6 to
5bd15fe
Compare
renovate
Bot
force-pushed
the
renovate/npm-packages
branch
2 times, most recently
from
October 21, 2025 09:52
26994ac to
7da8a4c
Compare
renovate
Bot
force-pushed
the
renovate/npm-packages
branch
from
October 22, 2025 19:30
7da8a4c to
0361c96
Compare
renovate
Bot
force-pushed
the
renovate/npm-packages
branch
3 times, most recently
from
October 31, 2025 15:46
28d958a to
2949d65
Compare
renovate
Bot
force-pushed
the
renovate/npm-packages
branch
2 times, most recently
from
November 10, 2025 13:34
af75fe0 to
1f575de
Compare
renovate
Bot
force-pushed
the
renovate/npm-packages
branch
3 times, most recently
from
December 11, 2025 03:33
8515a49 to
0fe0d3f
Compare
renovate
Bot
force-pushed
the
renovate/npm-packages
branch
6 times, most recently
from
December 23, 2025 08:53
bcbd6c2 to
846f451
Compare
renovate
Bot
force-pushed
the
renovate/npm-packages
branch
2 times, most recently
from
January 6, 2026 01:57
527e40d to
1a8981d
Compare
renovate
Bot
force-pushed
the
renovate/npm-packages
branch
2 times, most recently
from
January 13, 2026 18:00
233a2dc to
9b0a626
Compare
renovate
Bot
force-pushed
the
renovate/npm-packages
branch
7 times, most recently
from
January 23, 2026 20:05
be24460 to
6a4eb4f
Compare
renovate
Bot
force-pushed
the
renovate/npm-packages
branch
4 times, most recently
from
February 4, 2026 06:04
45bf5d9 to
1849d98
Compare
renovate
Bot
force-pushed
the
renovate/npm-packages
branch
5 times, most recently
from
February 10, 2026 13:43
bd2a02c to
0dcc2d8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.0.0→5.55.24.1.1→4.14.3^0.36.0→^0.55.01.1.0→1.4.02.0.3→2.0.917.0.2→17.0.9317.0.0→17.0.935.0.2→5.0.30.2.5→0.2.62.3.1→2.4.117.0.0→17.0.217.0.0→17.0.2^0.6.0→^0.7.04.0.0→4.0.13.0.1→3.1.16.0.0→6.0.17.0.0→7.0.11.77.8→1.101.05.5.4→5.9.35.105.1→5.108.4Release Notes
algolia/algoliasearch-client-javascript (@algolia/client-search)
v5.55.2Compare Source
ranking,facetFilters, andenableABTestparameters have been removed from the Recommend request, andenableRulesfrom its fallback parameters, as the Recommend API ignores them. API behavior is unchanged, but code setting these fields must be updated.v5.55.1Compare Source
getObjectsoperation now returns a list of nullable objects, as the API can send backnullrecords. The clients previously only allowed a list of objects, so the response type has been updated to allownullvalues.v5.55.0Compare Source
v5.54.1Compare Source
v5.54.0Compare Source
v5.53.0Compare Source
BREAKING CHANGES: this minor version includes breaking changes. See below for more details.
createHttpRequester(#6347) by @zigzagdevv5.52.1Compare Source
v5.52.0Compare Source
v5.51.0Compare Source
BREAKING CHANGES: this minor version includes breaking changes in the Composition API. See below for more details.
v5.50.2Compare Source
v5.50.1Compare Source
v5.50.0Compare Source
v5.49.2Compare Source
conditionin rule schemas (#5983) by @MarioAlexandruDanv5.49.1Compare Source
v5.49.0Compare Source
v5.48.2Compare Source
v5.48.1Compare Source
SearchResponsemodel now acceptsqueryandparamsas optional parameters, as they are not always returned by the API.redirectproperty to rule consequence schema (#5934) by @Fluf22v5.48.0Compare Source
BREAKING CHANGES: this minor version includes multiple breaking changes related to fixes on different APIs. See below for more details.
conditionsis not required anymore in composition rules (#5853) by @ClaraMullerTrendingFacetsmodel has been updated to reflect the API response.AuthenticationUpdatemodel has been updated to reflect that thetypefield can't be updated.CompositionBehaviormodel is now a union type for better accuracy.codeproperty in oauth authentication (#5897) by @sbelloneAuthOAuthandAuthOAuthPartialmodels have been updated to reflect that theclientIdfield is now optional, and thecodefield can be set.v5.47.0Compare Source
v5.46.4Compare Source
v5.46.3Compare Source
Some fields from the Composition Run search response were marked as required while they were optional on the API side. This has been fixed, but might impact the client types.
v5.46.2Compare Source
v5.46.1Compare Source
resultsfield in a dedicated directory (#5739) by @ClaraMullerv5.46.0Compare Source
sortBytrigger on Composition Rules (#5707) by @ClaraMullerv5.45.0Compare Source
enablePersonalizationquery parameter at run time for Composition API (#5651) by @ClaraMullerv5.44.0Compare Source
v5.43.0Compare Source
v5.42.0Compare Source
facetsquery parameter in Composition API (#5477) by @ClaraMullerv5.41.0Compare Source
facetsquery parameter available at run time (#5486) by @ClaraMullerv5.40.1Compare Source
v5.40.0Compare Source
v5.39.0Compare Source
v5.38.0Compare Source
composition&composition-full(#5333) by @ClaraMullerv5.37.0Compare Source
v5.36.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.