Update dependency @easyops-cn/docusaurus-search-local to ^0.41.0 (#19)
Alle Prüfungen waren erfolgreich
Build and deploy website / build (push) Successful in 46s
Alle Prüfungen waren erfolgreich
Build and deploy website / build (push) Successful in 46s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@easyops-cn/docusaurus-search-local](https://github.com/easyops-cn/docusaurus-search-local) | dependencies | minor | [`^0.40.1` -> `^0.41.0`](https://renovatebot.com/diffs/npm/@easyops-cn%2fdocusaurus-search-local/0.40.1/0.41.0) |
---
### Release Notes
<details>
<summary>easyops-cn/docusaurus-search-local (@​easyops-cn/docusaurus-search-local)</summary>
### [`v0.41.0`](https://github.com/easyops-cn/docusaurus-search-local/releases/tag/v0.41.0)
[Compare Source](https://github.com/easyops-cn/docusaurus-search-local/compare/v0.40.1...v0.41.0)
##### Features
- support search based on description and keywords ([0c12b59](0c12b59866
)), closes [#​344](https://github.com/easyops-cn/docusaurus-search-local/issues/344)
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #19
Reviewed-by: Nick Slowinski <nick@nick-slowinski.de>
Co-authored-by: Renovate Bot <renovate@nick-slowinski.de>
Co-committed-by: Renovate Bot <renovate@nick-slowinski.de>
Dieser Commit ist enthalten in:
Ursprung
704a643e25
Commit
0e74969625
2 geänderte Dateien mit 8 neuen und 5 gelöschten Zeilen
11
package-lock.json
generiert
11
package-lock.json
generiert
|
@ -10,7 +10,7 @@
|
|||
"dependencies": {
|
||||
"@docusaurus/core": "^3.3.2",
|
||||
"@docusaurus/preset-classic": "^3.3.2",
|
||||
"@easyops-cn/docusaurus-search-local": "^0.40.1",
|
||||
"@easyops-cn/docusaurus-search-local": "^0.41.0",
|
||||
"@mdx-js/react": "^3.0.0",
|
||||
"clsx": "^2.0.0",
|
||||
"prism-react-renderer": "^2.3.0",
|
||||
|
@ -2711,9 +2711,10 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@easyops-cn/docusaurus-search-local": {
|
||||
"version": "0.40.1",
|
||||
"resolved": "https://registry.npmjs.org/@easyops-cn/docusaurus-search-local/-/docusaurus-search-local-0.40.1.tgz",
|
||||
"integrity": "sha512-4HMFZMpKKdd5qq1nFB8cvrAkgzZ1kNxphVciI64YHtmDYGIthVGZVG6+Ci7AAhzCR+ixLJkYwtVekvuMLjr2ZQ==",
|
||||
"version": "0.41.0",
|
||||
"resolved": "https://registry.npmjs.org/@easyops-cn/docusaurus-search-local/-/docusaurus-search-local-0.41.0.tgz",
|
||||
"integrity": "sha512-8Dj2QzoqjhOK1CCoNFk+F/ST5mjUHLgnX55W2YdQ0M+qL/GrFNxNVUpPhWMcCCBoLQk6CkhkYHUFRnv+sC9Ieg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@docusaurus/plugin-content-docs": "^2 || ^3",
|
||||
"@docusaurus/theme-translations": "^2 || ^3",
|
||||
|
@ -2745,6 +2746,7 @@
|
|||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",
|
||||
"integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
}
|
||||
|
@ -2753,6 +2755,7 @@
|
|||
"version": "10.1.0",
|
||||
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
|
||||
"integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"graceful-fs": "^4.2.0",
|
||||
"jsonfile": "^6.0.1",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"dependencies": {
|
||||
"@docusaurus/core": "^3.3.2",
|
||||
"@docusaurus/preset-classic": "^3.3.2",
|
||||
"@easyops-cn/docusaurus-search-local": "^0.40.1",
|
||||
"@easyops-cn/docusaurus-search-local": "^0.41.0",
|
||||
"@mdx-js/react": "^3.0.0",
|
||||
"clsx": "^2.0.0",
|
||||
"prism-react-renderer": "^2.3.0",
|
||||
|
|
Laden …
In neuem Issue referenzieren