Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update external dependencies #165

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
algoliasearch 4.14.2 -> 4.23.3 age adoption passing confidence
cssnano 5.1.13 -> 5.1.15 age adoption passing confidence
cssnano-preset-advanced 5.3.8 -> 5.3.10 age adoption passing confidence
gilmore (source) 0.1.0 -> 0.2.0 age adoption passing confidence
instantsearch.js (source) 4.49.0 -> 4.71.0 age adoption passing confidence
minimist 1.2.7 -> 1.2.8 age adoption passing confidence
nodemon (source) 2.0.20 -> 2.0.22 age adoption passing confidence
open 8.4.0 -> 8.4.2 age adoption passing confidence
postcss (source) 8.4.31 -> 8.4.38 age adoption passing confidence
webpack 5.89.0 -> 5.91.0 age adoption passing confidence

Release Notes

algolia/algoliasearch-client-javascript (algoliasearch)

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

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
pixelastic/gilmore (gilmore)

v0.2.0

Compare Source

algolia/instantsearch (instantsearch.js)

v4.71.0

Compare Source

Bug Fixes
Features
  • typescript: allow generics for the Hit type in all hit-displaying connectors and widgets (#​6218) (89dd7ae)

v4.70.0

Compare Source

Features

v4.69.0

Compare Source

Features

v4.68.1

Compare Source

Bug Fixes

v4.68.0

Compare Source

Bug Fixes
  • provide scopedResults when main index has no index name set (#​6161) (cb72e94)
  • templates: text nodes with fragment as rootTagName (fb16091)
Features

v4.67.0

Compare Source

Features
  • instantsearch: prepare index widget for recommend widgets (#​6104) (f4e3527)

v4.66.1

Compare Source

Bug Fixes
  • vue-instantsearch: properly add noRefinement class on <ais-refinement-list> (#​6095) (9ae7c05)

v4.66.0

Compare Source

Bug Fixes
Features

v4.65.0

Compare Source

Features
Bug Fixes

v4.64.3

Compare Source

Bug Fixes
  • insights: use up-to-date index name when sending events (#​6036) (fbda9fb)

v4.64.2

Compare Source

Bug Fixes

v4.64.1

Compare Source

Bug Fixes
  • hydration: generate cache with search parameters from server-side request (#​5991) (968cf43)
  • perf: remove usage of SearchParameters.clearRefinements (#​6004) (d9491e1)

v4.64.0

Compare Source

Features
  • createInsightsMiddleware: support authenticatedUserToken (#​5997) (a20715c)

v4.63.1

Compare Source

Bug Fixes

v4.63.0

Compare Source

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)

v4.62.0

Compare Source

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

v4.61.0

Compare Source

Bug Fixes
Features

v4.60.0

Compare Source

Features

v4.59.0

Compare Source

Bug Fixes
Features
  • insights: allow sending additional data in events payloads (#​5878) (86d70ac)
  • instantsearch: allow the insights middleware to be added in answer to a server setting (#​5883) (2a9e654)
  • instantsearch: make insights undefined by default (#​5889) (96a5c8b)

v4.58.0

Compare Source

Bug Fixes
Features

v4.57.0

Compare Source

Bug Fixes
Features
  • server: add experimental support for React Server Components and Next.js app directory (#​5827) (44de9ec), closes #​5830

v4.56.11

Compare Source

Bug Fixes
  • insights: use init method params type from Search Insights (#​5848) (d05c6c6)

v4.56.10

Compare Source

Bug Fixes

v4.56.9

Compare Source

Bug Fixes
  • pagination: correctly use 1-based pagination in createURL (#​5798) (69ec7de)

v4.56.8

Compare Source

Note: Version bump only for package instantsearch.js

v4.56.7

Compare Source

Bug Fixes
  • instantsearch: keep algoliasearch-helper as external dependency during build (#​5765) (550fefa)

v4.56.6

Compare Source

Note: Version bump only for package instantsearch.js

v4.56.5

Compare Source

Bug Fixes

v4.56.4

Compare Source

Bug Fixes
  • router: do not update ui state if there are no widgets (#​5692) (ba8199f)

v4.56.3

Compare Source

Bug Fixes

v4.56.2

Compare Source

Bug Fixes
  • infiniteHits: correctly avoid writing to cache when dynamicWidgets has no facets in the results (#​5669) (2eec37e), closes #​5620

v4.56.1

Compare Source

Bug Fixes
  • insights: send default click event when using auxiliary pointer button (#​5634) (7e4a216)

v4.56.0

Compare Source

Bug Fixes
  • infinite-hits: do not write cache with incomplete state caused by dynamic widgets (#​5620) (30edccd)
  • rangeinput: allow input of numbers with precision (#​5541) (fb48951)
  • this: ensure all functions are able to be destructured (#​5611) (a8b5c1e), closes #​5589
Features

v4.55.0

Compare Source

Features

v4.54.1

Compare Source

Bug Fixes
  • helpers: deprecate highlight helpers (09817fb)
  • pagination: use real template (6783408)
  • panel: use undefined templates by default (dcef813)
  • Template: easier to debug warning when string template is used (f285942)

v4.54.0

Compare Source

Features
  • warn if same attribute is used for different faceting type (#​5553) (2b3da9b)
Bug Fixes

v4.53.0

Compare Source

Bug Fixes
Features
  • current-refinements: provide indexId of refinements in transformItems (#​5546) (89781db)

v4.52.0

Compare Source

v4.51.1

Compare Source

v4.51.0

Compare Source

v4.50.3

Compare Source

v4.50.2

Compare Source

v4.50.1

Compare Source

v4.50.0

Compare Source

v4.49.4

Compare Source

v4.49.3

Compare Source

v4.49.2

Compare Source

4.49.2 (2022-12-13)
Bug Fixes

v4.49.1

Compare Source

Bug Fixes
minimistjs/minimist (minimist)

v1.2.8

Compare Source

Merged
  • [Fix] Fix long option followed by single dash #17
  • [Tests] Remove duplicate test #12
  • [Fix] opt.string works with multiple aliases #10
Fixed
  • [Fix] Fix long option followed by single dash (#​17) #15
  • [Tests] Remove duplicate test (#​12) #8
  • [Fix] Fix long option followed by single dash #15
  • [Fix] opt.string works with multiple aliases (#​10) #9
  • [Fix] Fix handling of short option with non-trivial equals #5
  • [Tests] Remove duplicate test #8
  • [Fix] opt.string works with multiple aliases #9
Commits

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 has been generated by Mend Renovate. View repository job log here.

@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 4 times, most recently from d519352 to c52f9fd Compare February 7, 2024 19:09
@renovate renovate bot force-pushed the renovate/external-dependencies branch 3 times, most recently from 3540358 to 3f72e79 Compare February 19, 2024 16:07
@renovate renovate bot force-pushed the renovate/external-dependencies branch 2 times, most recently from e160db5 to 84fb66d Compare February 29, 2024 14:22
@renovate renovate bot force-pushed the renovate/external-dependencies branch 5 times, most recently from 84ca709 to 8c55188 Compare March 21, 2024 01:38
@renovate renovate bot force-pushed the renovate/external-dependencies branch 5 times, most recently from f37b867 to 3f6c14b Compare March 28, 2024 20:06
@renovate renovate bot force-pushed the renovate/external-dependencies branch from 3f6c14b to 524017d Compare April 3, 2024 20:39
@renovate renovate bot force-pushed the renovate/external-dependencies branch from 524017d to a74aed7 Compare April 11, 2024 00:40
@renovate renovate bot force-pushed the renovate/external-dependencies branch from a74aed7 to e825843 Compare April 18, 2024 20:15
@renovate renovate bot force-pushed the renovate/external-dependencies branch from e825843 to ac8e805 Compare April 30, 2024 12:51
@renovate renovate bot force-pushed the renovate/external-dependencies branch from ac8e805 to 33907a1 Compare May 7, 2024 15:04
@renovate renovate bot force-pushed the renovate/external-dependencies branch 3 times, most recently from 9addec7 to b3bae4d Compare May 28, 2024 12:49
@renovate renovate bot force-pushed the renovate/external-dependencies branch from b3bae4d to 2a98beb Compare May 29, 2024 07:41
@renovate renovate bot force-pushed the renovate/external-dependencies branch from 2a98beb to a1e28f5 Compare June 4, 2024 12:55
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.

None yet

0 participants