Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2022

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
algoliasearch (source) 4.14.24.25.3 age confidence
cssnano 5.1.135.1.15 age confidence
cssnano-preset-advanced 5.3.85.3.10 age confidence
express (source) 4.20.04.22.1 age confidence
gilmore (source) 0.1.00.2.0 age confidence
instantsearch.js (source) 4.49.04.87.0 age confidence
livereload 0.9.30.10.3 age confidence
lodash-es (source) 4.17.214.17.23 age confidence
minimist 1.2.71.2.8 age confidence
nodemon (source) 2.0.202.0.22 age confidence
open 8.4.08.4.2 age confidence
postcss (source) 8.4.318.5.6 age confidence
webpack 5.94.05.104.1 age confidence

Release Notes

algolia/algoliasearch-client-javascript (algoliasearch)

v4.25.3

Compare Source

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

v4.20.0

Compare Source

v4.19.1

Compare Source

  • fix(recommend): Add Type RecommendQueriesResponse from old MultipleQueriesResponse for recommend (#​1472) (36285b2), closes #​1472

v4.19.0

Compare Source

v4.18.0

Compare Source

v4.17.2

Compare Source

v4.17.1

Compare Source

v4.17.0

Compare Source

v4.16.0

Compare Source

v4.15.0

Compare Source

v4.14.3

Compare Source

cssnano/cssnano (cssnano)

v5.1.15: v5.1.15

Compare Source

Bug Fixes
  • fix(postcsss-reduce-initial): fix mask-repeat conversion
  • fix(postcss-colormin): don't minify colors in src declarations
  • fix(postcss-merge-rules): do not merge conflicting flex and border properties

v5.1.14: v5.1.14

Compare Source

Bug Fixes
  • fix: update autoprefixer and browserslist
  • fix(postcss-reduce-initial): improve initial properties data
expressjs/express (express)

v4.22.1

Compare Source

v4.22.0

Compare Source

v4.21.2

Compare Source

What's Changed

Full Changelog: expressjs/express@4.21.1...4.21.2

v4.21.1

Compare Source

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

v4.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

pixelastic/gilmore (gilmore)

v0.2.0

Compare Source

algolia/instantsearch (instantsearch.js)

v4.87.0

Compare Source

Bug Fixes
Features
Reverts

v4.86.1

Compare Source

Bug Fixes

v4.86.0

Compare Source

Features

v4.85.2

Compare Source

Bug Fixes

v4.85.1

Compare Source

Bug Fixes

v4.85.0

Compare Source

Bug Fixes
Features

v4.84.0

Compare Source

Features

v4.83.0

Compare Source

Bug Fixes
  • autocomplete: trigger initial refine in js implementation (#​6800) (b5eeb79)
  • refinementList: hide facets based on renderingContent when searched (#​6792) (ee0d2e4)
Features
  • autocomplete: implement recent searches (#​6747) (630a9e6)
  • chat: add assistant and user message components/templates in widget (#​6797) (a86b6f3)

v4.82.0

Compare Source

Bug Fixes
Features
  • add fallbackParameters support to Recommend FBT [RECO-2443] (#​6794) (343711b)
  • autocomplete: support global onSelect and redirect to search page (#​6777) (44ffb9a)
  • autocomplete: support header template for autocomplete index (#​6782) (a27123f)
  • autocomplete: use shared SearchBox for IS.js (#​6787) (891fd50)
  • instantsearch.js: introduce autocomplete widget (#​6759) (59f8fbf)

v4.81.0

Compare Source

Bug Fixes
Features
Reverts

v4.80.0

Compare Source

Bug Fixes
Features

v4.79.2

Compare Source

Bug Fixes

v4.79.1

Compare Source

Note: Version bump only for package instantsearch.js

v4.79.0

Compare Source

Bug Fixes
  • breadcrumb: use hierarchical facets only (#​6645) (c9e50d9)
  • infiniteHits: always return valid showPrevious and showMore functions (#​6644) (03670aa)
Features
  • refinementList: add option to disable selecting on searchbox submit (#​6649) (8b9fae6)
  • server: reset scheduleSearch only after all components mount (#​6650) (7aca759)

v4.78.3

Compare Source

Bug Fixes

v4.78.2

Compare Source

Note: Version bump only for package instantsearch.js

v4.78.1

Compare Source

Note: Version bump only for package instantsearch.js

v4.78.0

Compare Source

Features
  • make events default implementation compatible with composition API (#​6569) (f43c40f)

v4.77.3

Compare Source

Note: Version bump only for package instantsearch.js

v4.77.2

Compare Source

Bug Fixes

v4.77.1

Compare Source

Bug Fixes
  • recommend: fix sendEvent function passing to Recommend components (#​6533) (38d9f95)
  • refinement list: prevent error when value has a quote (#​6526) (7721896)

v4.77.0

Compare Source

Features
  • recommend: add support for event collection in recommend (#​6523) (2679a5e)

v4.76.0

Compare Source

Features

v4.75.7

Compare Source

Bug Fixes
  • insights: detect appId and apiKey from client directly in v5 (#​6492) (392a65b)

v4.75.6

Compare Source

Bug Fixes
  • insights: ensure the same token is used when rendered multiple times server side (#​6456) (c3a1c70)
  • instantsearch.js: prevent authenticated token being set as the userToken (#​6443) (2f1f397)
  • rendering: ensure resilience against "null" results (#​6442) (a3f0e18), closes #​6441

v4.75.5

Compare Source

Bug Fixes

v4.75.4

Compare Source

Bug Fixes

v4.75.3

Compare Source

Bug Fixes
  • instantsearch.js: fix user token not being set in time for the first query (#​6377) (22016b0)

v4.75.2

[Compare Source](https://redirect.github.com/algolia/instants


Configuration

📅 Schedule: Branch creation - "after 1am and before 5am" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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
Copy link
Contributor Author

renovate bot commented Oct 29, 2022

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/external-dependencies branch from d1f1371 to 3691851 Compare November 2, 2022 09:43
@renovate renovate bot force-pushed the renovate/external-dependencies branch from 3691851 to 7c79eff Compare November 10, 2022 23:25
@renovate renovate bot force-pushed the renovate/external-dependencies branch from 7c79eff to ba68fd8 Compare December 2, 2022 02:00
@renovate renovate bot force-pushed the renovate/external-dependencies branch 2 times, most recently from b259611 to 7662b04 Compare December 14, 2022 14:35
@renovate renovate bot changed the title chore(deps): update external dependencies Update external dependencies Dec 17, 2022
@renovate renovate bot changed the title Update external dependencies chore(deps): update external dependencies Dec 17, 2022
@renovate renovate bot force-pushed the renovate/external-dependencies branch from 7662b04 to 6487851 Compare December 19, 2022 17:25
@renovate renovate bot force-pushed the renovate/external-dependencies branch 3 times, most recently from f643cce to 2f0e1db Compare January 9, 2023 17:33
@renovate renovate bot force-pushed the renovate/external-dependencies branch 3 times, most recently from fdec99e to 0062db5 Compare January 30, 2023 17:31
@renovate renovate bot force-pushed the renovate/external-dependencies branch from 0062db5 to f39d218 Compare March 16, 2023 07:33
@renovate renovate bot force-pushed the renovate/external-dependencies branch from f39d218 to d4ec5fe Compare March 24, 2023 19:41
@renovate renovate bot force-pushed the renovate/external-dependencies branch from d4ec5fe to b48def1 Compare April 3, 2023 17:02
@renovate renovate bot force-pushed the renovate/external-dependencies branch from b48def1 to 16f44ea Compare April 17, 2023 12:36
@renovate renovate bot force-pushed the renovate/external-dependencies branch 3 times, most recently from 8dd481d to 47504a1 Compare May 30, 2023 13:36
@renovate renovate bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 203daff to 82e0d9f Compare June 15, 2023 14:23
@renovate renovate bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 2c8decb to 2adece3 Compare June 23, 2023 10:23
@renovate renovate bot force-pushed the renovate/external-dependencies branch 3 times, most recently from 63d8f3b to b72b69f Compare July 10, 2023 10:38
@renovate renovate bot force-pushed the renovate/external-dependencies branch from b72b69f to 31e6b66 Compare July 13, 2023 20:14
@renovate renovate bot force-pushed the renovate/external-dependencies branch 3 times, most recently from cc951f1 to 691ce0b Compare August 19, 2025 15:48
@renovate renovate bot force-pushed the renovate/external-dependencies branch from 691ce0b to b0e5da0 Compare August 31, 2025 12:31
@renovate renovate bot force-pushed the renovate/external-dependencies branch from b0e5da0 to 4e5e61c Compare September 10, 2025 09:13
@renovate renovate bot force-pushed the renovate/external-dependencies branch 2 times, most recently from e47117c to e37e7a1 Compare September 29, 2025 21:57
@renovate renovate bot force-pushed the renovate/external-dependencies branch from e37e7a1 to bc75565 Compare October 7, 2025 18:50
@renovate renovate bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 99a2aa9 to dda39e0 Compare October 23, 2025 17:43
@renovate renovate bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 3ca896a to 52525bc Compare November 10, 2025 19:33
@renovate renovate bot force-pushed the renovate/external-dependencies branch from 52525bc to a19a5c9 Compare November 18, 2025 19:55
@renovate renovate bot force-pushed the renovate/external-dependencies branch 4 times, most recently from a790852 to b5a0126 Compare December 4, 2025 04:39
@renovate renovate bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 4bbda07 to 73fc8bf Compare December 10, 2025 14:35
@renovate renovate bot force-pushed the renovate/external-dependencies branch 3 times, most recently from 7ef2b4b to 43eacf7 Compare December 18, 2025 14:42
@renovate renovate bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 9d8fca5 to 51b5e3c Compare December 31, 2025 15:08
@renovate renovate bot force-pushed the renovate/external-dependencies branch from 51b5e3c to d9b6e89 Compare January 8, 2026 18:36
@renovate renovate bot force-pushed the renovate/external-dependencies branch 3 times, most recently from ed7aa9b to c91fa7b Compare January 23, 2026 20:38
@renovate renovate bot force-pushed the renovate/external-dependencies branch from c91fa7b to b059b8c Compare January 28, 2026 10:06
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