Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Apr 25, 2022

This PR contains the following updates:

Package Change Age Confidence
@easyops-cn/docusaurus-search-local (source) ^0.23.1^0.52.0 age confidence

Release Notes

easyops-cn/docusaurus-search-local (@​easyops-cn/docusaurus-search-local)

v0.52.3

Compare Source

Bug Fixes
  • replace useDocsPreferredVersion with useActiveVersion #​467 (7e72ef4)
  • replace useDocsPreferredVersion with useActiveVersion (15ba30d)

v0.52.2

Compare Source

Bug Fixes
  • wrap SearchBar with DocsPreferredVersionContextProvider for Docusaurus 3.9+ compatibility (5aedc2e)
  • wrap SearchBar with DocsPreferredVersionContextProvider for Docusaurus 3.9+ compatibility (1b4f011)

v0.52.1

Compare Source

Bug Fixes
  • Fix non-deterministic search-index.json generation #​529 (964f84a)

v0.52.0

Compare Source

Features
  • Add configurable keyboard shortcut for search bar focus (92b32ee), closes #​516

v0.51.1

Compare Source

Bug Fixes
  • fix active menu item matching for categories with collapsible disabled (725bbb1)
  • fix active menu item matching for categories with collapsible disabled (3b69844), closes #​524

v0.51.0

Compare Source

Features

v0.50.0

Compare Source

Features
  • support setting a language list to remove their default stop word filter (e7ce7ac), closes #​517

v0.49.2

Compare Source

Bug Fixes

v0.49.1

Compare Source

Bug Fixes

v0.49.0

Compare Source

Features

v0.48.5

Compare Source

Bug Fixes

v0.48.4

Compare Source

Bug Fixes

v0.48.3

Compare Source

Bug Fixes
  • sync the input value and focus state for SSR (be7c125)

v0.48.2

Compare Source

Bug Fixes
  • excludes mobile toc button for search marks, fixes #​473 (b8dd155)

v0.48.1

Compare Source

Bug Fixes
  • do not limit the search page result by searchResultLimits, closes #​480 (29f6d69)

v0.48.0

Compare Source

Features
  • add active border highlight for search bar input (06ddff2)

v0.47.0

Compare Source

Features

v0.46.1

Compare Source

Bug Fixes
  • fix Uncaught ReferenceError: importScripts is not defined (139b82b)

v0.46.0

Compare Source

Features
  • move search to Web Worker (15b7fba)

v0.45.0

Compare Source

Features
  • fix a perf issue when searching with a large number of Chinese words (abe720c), closes #​312
Bug Fixes
  • fix a perf issue that cut zh words unnecessary repeatedly (870dc88)
  • limit the number of terms, closes #​312 (c889047)

v0.44.6

Compare Source

Bug Fixes

v0.44.5

Compare Source

Bug Fixes

v0.44.4

Compare Source

Bug Fixes

v0.44.3

Compare Source

Bug Fixes

v0.44.2

Compare Source

Bug Fixes
  • manually make the search bar be LTR even if in RTL (a5c7184)

v0.44.1

Compare Source

Bug Fixes

v0.44.0

Compare Source

Features

v0.43.0

Compare Source

Features
  • add theme.SearchPage.searchContext.everywhere to locales (#​414) (5e13bda)

v0.42.0

Compare Source

Features

v0.41.1

Compare Source

Bug Fixes

v0.41.0

Compare Source

Features
  • support search based on description and keywords (0c12b59), closes #​344

v0.40.1

Compare Source

Bug Fixes

v0.40.0

Compare Source

Features
  • allow force enable search index even if noIndex: true is set (09d0f30), closes #​385
  • support i18n for search context labels (83b05a2)

v0.39.0

Compare Source

Features

v0.38.1

Compare Source

Bug Fixes

v0.38.0

Compare Source

Features

v0.37.5

Compare Source

Bug Fixes
  • set typescript target back to ES6 (c05151f)

v0.37.4

Compare Source

Bug Fixes
  • fix peer deps of react 16/17/18 (700d640)

v0.37.3

Compare Source

Bug Fixes

v0.37.2

Compare Source

Bug Fixes
  • support both Docusaurus v2 and v3 (89bd0f5)

v0.37.1

Compare Source

Bug Fixes
  • update readme and fix release workflow (e11ad12)

v0.36.0

Compare Source

Features
  • added ignoreClasses option to be able to exclude specific content from indexing (e9f7794)
Bug Fixes
  • make tests work on windows (565199a)

v0.35.0

Compare Source

Features

v0.34.0

Compare Source

Features

v0.33.6

Compare Source

Bug Fixes
  • use key instead of code for keyboard events (5e919f4), closes #​298

v0.33.5

Compare Source

Bug Fixes
  • fix see all results with non-ascii chars (18b5a16)

v0.33.4

Compare Source

Bug Fixes
  • refine version in search page (6d091b7)

v0.33.3

Compare Source

Bug Fixes
  • pass version instead of detect version in search page (8ca32f0), closes #​285

v0.33.2

Compare Source

Bug Fixes

v0.33.1

Compare Source

Bug Fixes
  • refine search context, support hideSearchBarWithNoSearchContext (38908ed)

v0.33.0

Compare Source

Features
  • support search context by paths (aa6de9a)

v0.32.1

Compare Source

Bug Fixes
  • fix indexing when trailingSlash is explicitly set (cfc603d)

v0.32.0

Compare Source

Features

v0.31.0

Compare Source

Features

v0.30.2

Compare Source

Bug Fixes
  • remove useDocsPreferredVersion error log entirely (56f5ab5)
  • use debug instead of console.error for useDocsPreferredVersion message (3a09e39)

v0.30.1

Compare Source

Bug Fixes
  • fix building error when docs disabled (07b1724)

v0.30.0

Compare Source

Features
  • support saving hash in filename instead of query (4930a88), closes #​171

v0.29.4

Compare Source

Bug Fixes
  • fix call stack overflow with large code blocks (e0b2cfd), closes #​164

v0.29.3

Compare Source

Bug Fixes
  • hide clear button on small screen when input is not focused (c69fbf6), closes #​230

v0.29.2

Compare Source

Bug Fixes

v0.29.1

Compare Source

Bug Fixes
  • require docusaurus v2.0.0-rc.1 (41a4e67)
  • add hack for useDocsPreferredVersion crash in SearchPage (02fdc42)
  • fix error when not using versions (f11293f)

v0.29.0

Compare Source

Features
  • support disabling search bar shortcut (e0ea5ae)
  • support hiding search bar shortcut hint (9344bd2)

v0.28.0

Compare Source

Features

v0.27.2

Compare Source

Bug Fixes
  • search page for non latest doc versions (15f6161)
  • use the active plugin id when getting the current docs version (824e134)
  • fix active plugin may be undefined (0bfbbb2)
  • make @docusaurus/theme-common as peer (68dc812)

v0.27.1

Compare Source

Bug Fixes
  • properly support no trailing slashes after fixing indexing top level pages (999bd8b), closes #​212

v0.27.0

Compare Source

Features

v0.26.1

Compare Source

0.26.1 (2022-05-25)
Bug Fixes
  • fix i18n id of theme.SearchPage.noResultsText (fe530f3)

v0.26.0

Compare Source

Features

v0.25.0

Compare Source

⚠ BREAKING CHANGES
  • drop translations in options
Features

v0.24.1

Compare Source

0.24.1 (2022-05-19)
Bug Fixes
  • fix indexing content between h1 and h2 (f38b307)

v0.24.0

Compare Source

Features
  • Add option to disable the default lunr stemmer (ff8e9a2)
Bug Fixes
  • deps: update dependency fs-extra to v10 (96c9220)
  • Fix parsing of top level pages when using docs only mode (ff8e9a2)
  • Fix passing of top sections for versions of docusaurus with breadcrumbs (ff8e9a2)
  • Fix search term highlighting when reusing the same search string (ff8e9a2)

v0.23.3: @​easyops-cn/docusaurus-search-local v0.23.3

Compare Source

Bug Fixes
  • Update getIndexHash.ts to support mdx and traverseAll (#​172) (717942e)

v0.23.2: @​easyops-cn/docusaurus-search-local v0.23.2

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Apr 25, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ❌ Failed (Inspect) Jul 26, 2025 7:56pm

@renovate renovate bot changed the title fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.23.2 fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.23.3 May 18, 2022
@renovate renovate bot force-pushed the renovate/easyops-cn-docusaurus-search-local-0.x branch from bb5026d to b32ed6d Compare May 18, 2022 02:40
@renovate renovate bot force-pushed the renovate/easyops-cn-docusaurus-search-local-0.x branch from b32ed6d to 89ac7c6 Compare May 18, 2022 10:39
@renovate renovate bot changed the title fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.23.3 fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.24.0 May 18, 2022
@renovate renovate bot force-pushed the renovate/easyops-cn-docusaurus-search-local-0.x branch from 89ac7c6 to 2990dcf Compare May 19, 2022 11:13
@renovate renovate bot changed the title fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.24.0 fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.25.0 May 19, 2022
@renovate renovate bot force-pushed the renovate/easyops-cn-docusaurus-search-local-0.x branch from 2990dcf to ab584e7 Compare May 24, 2022 14:29
@renovate renovate bot changed the title fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.25.0 fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.26.0 May 24, 2022
@renovate renovate bot changed the title fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.26.0 fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.26.1 May 25, 2022
@renovate renovate bot force-pushed the renovate/easyops-cn-docusaurus-search-local-0.x branch from ab584e7 to a0afc81 Compare May 25, 2022 15:58
@renovate renovate bot changed the title fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.26.1 fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.27.0 May 29, 2022
@renovate renovate bot force-pushed the renovate/easyops-cn-docusaurus-search-local-0.x branch from a0afc81 to 0bd8f75 Compare May 29, 2022 11:51
@renovate renovate bot force-pushed the renovate/easyops-cn-docusaurus-search-local-0.x branch from 0bd8f75 to 3290d5f Compare June 13, 2022 02:24
@renovate renovate bot changed the title fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.27.0 fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.27.1 Jun 13, 2022
@renovate renovate bot force-pushed the renovate/easyops-cn-docusaurus-search-local-0.x branch from 3290d5f to a1c7271 Compare June 21, 2022 12:44
@renovate renovate bot changed the title fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.27.1 fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.27.2 Jun 21, 2022
@renovate
Copy link
Author

renovate bot commented Jun 21, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: website@0.0.0
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   react@"^17.0.2" from the root project
npm ERR!   peer react@"^16.14.0 || ^17 || ^18" from @easyops-cn/docusaurus-search-local@0.40.0
npm ERR!   node_modules/@easyops-cn/docusaurus-search-local
npm ERR!     @easyops-cn/docusaurus-search-local@"^0.40.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^18.0.0" from @docusaurus/theme-common@3.0.1
npm ERR! node_modules/@docusaurus/theme-common
npm ERR!   peer @docusaurus/theme-common@"^2 || ^3" from @easyops-cn/docusaurus-search-local@0.40.0
npm ERR!   node_modules/@easyops-cn/docusaurus-search-local
npm ERR!     @easyops-cn/docusaurus-search-local@"^0.40.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2023-12-20T08_29_26_377Z-debug-0.log

@renovate renovate bot force-pushed the renovate/easyops-cn-docusaurus-search-local-0.x branch from a1c7271 to b8c4dbf Compare June 28, 2022 03:43
@renovate renovate bot changed the title fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.27.2 fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.28.0 Jun 28, 2022
@renovate renovate bot changed the title fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.42.0 fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.43.0 Jun 6, 2024
@renovate renovate bot force-pushed the renovate/easyops-cn-docusaurus-search-local-0.x branch from fb0b063 to 89b6f90 Compare June 7, 2024 02:44
@renovate renovate bot changed the title fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.43.0 fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.44.0 Jun 7, 2024
@renovate renovate bot force-pushed the renovate/easyops-cn-docusaurus-search-local-0.x branch from 89b6f90 to 9f0cbe2 Compare October 10, 2024 02:53
@renovate renovate bot changed the title fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.44.0 fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.45.0 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/easyops-cn-docusaurus-search-local-0.x branch from 9f0cbe2 to b02ceaa Compare November 28, 2024 05:28
@renovate renovate bot changed the title fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.45.0 fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.46.0 Nov 28, 2024
@renovate renovate bot force-pushed the renovate/easyops-cn-docusaurus-search-local-0.x branch from b02ceaa to 6bf69b8 Compare January 9, 2025 23:39
@renovate renovate bot changed the title fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.46.0 fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.47.0 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/easyops-cn-docusaurus-search-local-0.x branch from 6bf69b8 to 240e148 Compare January 15, 2025 07:26
@renovate renovate bot changed the title fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.47.0 fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.48.0 Jan 15, 2025
@renovate renovate bot force-pushed the renovate/easyops-cn-docusaurus-search-local-0.x branch from 240e148 to ec1c467 Compare March 13, 2025 03:51
@renovate renovate bot changed the title fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.48.0 fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.49.0 Mar 13, 2025
@renovate renovate bot force-pushed the renovate/easyops-cn-docusaurus-search-local-0.x branch from ec1c467 to 0ce8165 Compare June 4, 2025 03:59
@renovate renovate bot changed the title fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.49.0 fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.50.0 Jun 4, 2025
@renovate renovate bot force-pushed the renovate/easyops-cn-docusaurus-search-local-0.x branch from 0ce8165 to d06e9de Compare June 14, 2025 12:06
@renovate renovate bot changed the title fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.50.0 fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.51.0 Jun 14, 2025
@renovate renovate bot force-pushed the renovate/easyops-cn-docusaurus-search-local-0.x branch from d06e9de to b12ec8e Compare July 26, 2025 19:56
@renovate renovate bot changed the title fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.51.0 fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.52.0 Jul 26, 2025
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