Skip to content

chore(deps): update external dependencies#165

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/external-dependencies
Open

chore(deps): update external dependencies#165
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/external-dependencies

Conversation

@renovate

@renovate renovate Bot commented Oct 29, 2022

Copy link
Copy Markdown
Contributor

ℹ️ 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.27.0 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.2 age confidence
gilmore (source) 0.1.00.2.0 age confidence
instantsearch.js (source) 4.49.04.101.1 age confidence
livereload 0.9.30.10.3 age confidence
lodash-es (source) 4.17.214.18.1 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.15 age confidence
pug (source) 3.0.33.0.4 age confidence
webpack 5.94.05.107.2 age confidence

Release Notes

algolia/algoliasearch-client-javascript (algoliasearch)

v4.27.0

Compare Source

What's Changed

New Contributors

Full Changelog: algolia/algoliasearch-client-javascript@4.26.0...4.27.0

v4.26.0

Compare Source

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.2

Compare Source

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.101.1

Compare Source

Bug Fixes
  • chat: hydrate full objects in display results tool (#​7064) (5362808)
  • chat: update carousel view all button handler for mcp search tool (#​7068) (031afd0)

v4.101.0

Compare Source

Features

v4.100.0

Compare Source

Features

v4.99.0

Compare Source

Bug Fixes
Features
  • chat: send hidden context via message metadata.turnContext (#​7042) (4b64e1f)

v4.98.0

Compare Source

Bug Fixes
Features
  • chat: centralize AI mode entry points behind openChat helper (#​7036) (fcb40dd)
  • chat: identify component and referer in agent requests (#​7002) (7701b0d)
  • filter-suggestions: deprecate filter suggestions (#​7040) (3b2c8ff)

v4.97.0

Compare Source

Features

v4.96.2

Compare Source

v4.96.1

Compare Source

Bug Fixes
Features
  • autocomplete: add missing classNames/cssClasses support (#​7015) (c5a8fbe)

v4.96.0

Compare Source

Bug Fixes
Features

v4.95.0

Compare Source

Bug Fixes
  • autocomplete: close panel when clicking AI mode button (#​6989) (7d5e317)
  • chat: stabilize template-driven component references (#​6985) (0f948e8)
Features
  • autocomplete: default insights events (#​6976) (aac9b5d)
  • autocomplete: replace "cancel" with a back button in detached mode (#​6942) (14f1ba7)
  • chat: add tool input streaming support and chat loader component (#​6947) (6795d5f)

v4.94.0

Compare Source

Bug Fixes
Features

v4.93.0

Compare Source

Features

v4.92.1

Compare Source

Note: Version bump only for package instantsearch.js

v4.92.0

Compare Source

Bug Fixes
Features

v4.91.0

Compare Source

Bug Fixes
Features

v4.90.0

Compare Source

Features

v4.89.0

Compare Source

Features
  • chat: add compatibility with algolia mcp search tool [DASH-2294] (#​6904) (adf1037)

v4.88.0

Compare Source

Bug Fixes
Features
  • autocomplete: add responsive detached mode (#​6898) (ac15ace)
  • chat: handle setting refinements from the search index tool 'view all' button (#​6866) (e68506f)

v4.87.2

Compare Source

Bug Fixes

v4.87.1

Compare Source

Note: Version bump only for package 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

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • "after 1am and before 5am"
  • 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

renovate Bot commented Oct 29, 2022

Copy link
Copy Markdown
Contributor Author

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 2 times, most recently from e05f76c to 171badf Compare September 20, 2023 15:42
@renovate renovate Bot force-pushed the renovate/external-dependencies branch from 171badf to 2bf4eb1 Compare September 29, 2023 02:06
@renovate renovate Bot force-pushed the renovate/external-dependencies branch from 2bf4eb1 to ff66b61 Compare October 10, 2023 16:26
@renovate renovate Bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 677d20e to 68bb0bb Compare October 31, 2023 14:10
@renovate renovate Bot force-pushed the renovate/external-dependencies branch from 68bb0bb to a7d518e Compare November 23, 2023 11:11
@renovate renovate Bot changed the base branch from master to main November 23, 2023 11:11
@renovate renovate Bot force-pushed the renovate/external-dependencies branch 4 times, most recently from 3bf25aa to b086f2d Compare November 23, 2023 15:09
@renovate renovate Bot force-pushed the renovate/external-dependencies branch 3 times, most recently from 744edc8 to fbd4921 Compare December 7, 2023 13:48
@renovate renovate Bot force-pushed the renovate/external-dependencies branch 3 times, most recently from ac0e278 to 3950a7b Compare December 14, 2023 20:58
@renovate renovate Bot force-pushed the renovate/external-dependencies branch from 3950a7b to bfea37b Compare December 19, 2023 16:18
@renovate renovate Bot force-pushed the renovate/external-dependencies branch 3 times, most recently from 97633de to ef0c1d3 Compare January 9, 2024 14:26
@renovate renovate Bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 176dd16 to 4de10b5 Compare January 17, 2024 10:40
@renovate renovate Bot force-pushed the renovate/external-dependencies branch 3 times, most recently from 54f2726 to 39dfbc5 Compare January 30, 2024 15:00
@renovate renovate Bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 4fb76ab to dd520c6 Compare February 5, 2024 22: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