typesense / docusaurus-theme-search-typesense

A fork of the awesome @docusaurus/theme-search-algolia library customized to work with Typesense
https://typesense.org/docs/guide/docsearch.html
MIT License
63 stars 15 forks source link

Can't upgrade to docusaurus 3.5.0 #49

Closed lpillonel closed 2 weeks ago

lpillonel commented 1 month ago

Description

docusaurus-theme-search-typesense does not work with docusaurus latest 3.5.0 version just released.

Steps to reproduce

Expected Behavior

As last docusaurus update is not a "breaking change" one, this plugin should be working correctly with it.

Actual Behavior

Can't install the plugin

npm i docusaurus-theme-search-typesense
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: caca@1.0.0
npm error Found: @docusaurus/core@3.5.2
npm error node_modules/@docusaurus/core
npm error   @docusaurus/core@"^3.5.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @docusaurus/core@"3.4.0" from docusaurus-theme-search-typesense@0.20.0
npm error node_modules/docusaurus-theme-search-typesense
npm error   docusaurus-theme-search-typesense@"*" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error ~/.npm/_logs/2024-08-14T13_55_49_205Z-eresolve-report.txt

npm error A complete log of this run can be found in: ~/.npm/_logs/2024-08-14T13_55_49_205Z-debug-0.log
Kylinus commented 3 weeks ago

When will the new version be released?

jasonbosco commented 2 weeks ago

Just released this in v0.22.0-1.

lpillonel commented 2 weeks ago

Thanks @jasonbosco !