Skip to content

chore(deps): bump the patch-versions group in /docs with 2 updates#6723

Merged
sudo-shashank merged 1 commit intomainfrom
dependabot/npm_and_yarn/docs/patch-versions-1bf743c4c0
Mar 11, 2026
Merged

chore(deps): bump the patch-versions group in /docs with 2 updates#6723
sudo-shashank merged 1 commit intomainfrom
dependabot/npm_and_yarn/docs/patch-versions-1bf743c4c0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2026

Bumps the patch-versions group in /docs with 2 updates: @easyops-cn/docusaurus-search-local and @types/node.

Updates @easyops-cn/docusaurus-search-local from 0.55.0 to 0.55.1

Release notes

Sourced from @​easyops-cn/docusaurus-search-local's releases.

v0.55.1

0.55.1 (2026-02-28)

Bug Fixes

  • limit caret-to-end fix to small screens (max-width: 576px) only (d1d6e08)
  • move caret to end of input when re-opening search bar on mobile (47692df)
  • move search caret to end on focus, small screens only (69c24f1)
Commits

Updates @types/node from 25.3.2 to 25.3.5

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by CodeRabbit

  • Chores
    • Updated documentation tooling dependencies to their latest patch versions for improved stability and compatibility.

Bumps the patch-versions group in /docs with 2 updates: [@easyops-cn/docusaurus-search-local](https://github.com/easyops-cn/docusaurus-search-local/tree/HEAD/packages/docusaurus-search-local) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@easyops-cn/docusaurus-search-local` from 0.55.0 to 0.55.1
- [Release notes](https://github.com/easyops-cn/docusaurus-search-local/releases)
- [Commits](https://github.com/easyops-cn/docusaurus-search-local/commits/v0.55.1/packages/docusaurus-search-local)

Updates `@types/node` from 25.3.2 to 25.3.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@easyops-cn/docusaurus-search-local"
  dependency-version: 0.55.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-versions
- dependency-name: "@types/node"
  dependency-version: 25.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-versions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 11, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 11, 2026 19:35
@dependabot dependabot bot requested review from hanabi1224 and sudo-shashank and removed request for a team March 11, 2026 19:35
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 11, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 11, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: fc093fb3-bea9-48eb-9b39-9aa9a0d0b166

📥 Commits

Reviewing files that changed from the base of the PR and between 35de58c and a146143.

⛔ Files ignored due to path filters (1)
  • docs/pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • docs/package.json

Walkthrough

This pull request updates two dependency versions in the documentation package configuration file: @easyops-cn/docusaurus-search-local is bumped from ^0.55.0 to ^0.55.1, and @types/node is bumped from ^25.3.2 to ^25.3.5.

Changes

Cohort / File(s) Summary
Dependency Version Updates
docs/package.json
Bumped @easyops-cn/docusaurus-search-local to ^0.55.1 and @types/node to ^25.3.5 (patch version increments).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • hanabi1224
  • sudo-shashank
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title accurately describes the main change: bumping patch versions of dependencies in the /docs directory, which is exactly what the changeset shows.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/npm_and_yarn/docs/patch-versions-1bf743c4c0

Comment @coderabbitai help to get the list of available commands and usage tips.

@sudo-shashank sudo-shashank added this pull request to the merge queue Mar 11, 2026
Merged via the queue into main with commit 21bc893 Mar 11, 2026
11 checks passed
@sudo-shashank sudo-shashank deleted the dependabot/npm_and_yarn/docs/patch-versions-1bf743c4c0 branch March 11, 2026 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant