Skip to content

chore(deps): bump @docusaurus/core from 3.10.0 to 3.10.1#62

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/docusaurus/core-3.10.1
Closed

chore(deps): bump @docusaurus/core from 3.10.0 to 3.10.1#62
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/docusaurus/core-3.10.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Bumps @docusaurus/core from 3.10.0 to 3.10.1.

Release notes

Sourced from @​docusaurus/core's releases.

3.10.1 (2026-04-30)

🐛 Bug Fix

  • docusaurus-bundler
    • #11981 fix(bundler): fix v3 webpackbar bug due to webpack breaking change (@​slorber)

🔧 Maintenance

  • docusaurus

Committers: 1

Changelog

Sourced from @​docusaurus/core's changelog.

3.10.1 (2026-04-30)

🐛 Bug Fix

  • docusaurus-bundler
    • #11981 fix(bundler): fix v3 webpackbar bug due to webpack breaking change (@​slorber)

🔧 Maintenance

  • docusaurus

Committers: 1

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.10.1/packages/docusaurus)

---
updated-dependencies:
- dependency-name: "@docusaurus/core"
  dependency-version: 3.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 May 2, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 2, 2026

@augmentcode
Copy link
Copy Markdown

augmentcode Bot commented May 2, 2026

🤖 Augment PR Summary

Summary: This PR updates the Docusaurus core dependency to the latest patch release.

Changes:

  • Bumped @docusaurus/core from 3.10.0 to 3.10.1 in package.json
  • Regenerated package-lock.json to reflect the updated resolution

Why: To pick up Docusaurus v3.10.1 patch fixes (notably a bundler/webpackbar bug fix mentioned in the upstream release notes).

Technical Notes:

  • Lockfile indicates a mixed Docusaurus dependency graph (some packages still pinned to 3.10.0), which may lead to multiple installed copies of @docusaurus/core
  • Worth verifying npm ci and a full docusaurus build remain clean after the version bump

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestion posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread package.json
},
"dependencies": {
"@docusaurus/core": "^3.10.0",
"@docusaurus/core": "^3.10.1",
Copy link
Copy Markdown

@augmentcode augmentcode Bot May 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@docusaurus/core is bumped to ^3.10.1, but other @docusaurus/* deps remain at ^3.10.0; in package-lock.json this results in both @docusaurus/core@3.10.1 and nested @docusaurus/core@3.10.0 installs under plugins/preset. Mixed core versions can cause subtle build/runtime issues in Docusaurus, so consider keeping the Docusaurus package versions in sync.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 6, 2026

Looks like @docusaurus/core is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this May 6, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/docusaurus/core-3.10.1 branch May 6, 2026 16:22
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.

0 participants