-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the docusaurus group with 3 updates #545
Conversation
Bumps the docusaurus group with 3 updates: [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus), [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) and [@docusaurus/utils](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-utils). Updates `@docusaurus/core` from 3.3.2 to 3.5.2 - [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.5.2/packages/docusaurus) Updates `@docusaurus/preset-classic` from 3.3.2 to 3.5.2 - [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.5.2/packages/docusaurus-preset-classic) Updates `@docusaurus/utils` from 3.3.2 to 3.5.2 - [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.5.2/packages/docusaurus-utils) --- updated-dependencies: - dependency-name: "@docusaurus/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docusaurus - dependency-name: "@docusaurus/preset-classic" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docusaurus - dependency-name: "@docusaurus/utils" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docusaurus ... Signed-off-by: dependabot[bot] <[email protected]>
WalkthroughWalkthroughIn this update, the project has taken a leap forward by upgrading several key Docusaurus dependencies. Specifically, versions for Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Docusaurus
User->>Docusaurus: Request for updated features
Docusaurus->>User: Here are the shiny new features!
User->>Docusaurus: Let's test the upgrades!
Docusaurus->>User: Performance improved, bugs fixed!
User->>Docusaurus: Awesome! Let's deploy!
Remember, upgrading dependencies is a bit like going to the gym. It might feel like a chore at first, but the results are totally worth it! 💪✨ Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the docusaurus group with 3 updates: @docusaurus/core, @docusaurus/preset-classic and @docusaurus/utils.
Updates
@docusaurus/core
from 3.3.2 to 3.5.2Release notes
Sourced from
@docusaurus/core
's releases.... (truncated)
Changelog
Sourced from
@docusaurus/core
's changelog.... (truncated)
Commits
eeec303
v3.5.2419d559
fix(core): always alias React/ReactDOM to site dependency so that importing M...bde4414
chore: release v3.5.1 (#10385)daa6b87
chore: release Docusaurus v3.5 (#10379)087a329
fix(cli): Fix bad docusaurus CLI behavior on for --version, -V, --help, -h (#...868d72f
fix(core): revert wrong anchor link implementation change (#10311)80203b3
feat(core): allow plugins to self-disable by returning null (#10286)6dd9a50
chore: simplify TypeScript configs, use TS 5.5 configDir placeholder (#10256)97630b4
fix(core): fail fast if plugin has no name (#10239)904b96c
fix(core): fix sites unable to start/build without a static dir (#10225)Updates
@docusaurus/preset-classic
from 3.3.2 to 3.5.2Release notes
Sourced from
@docusaurus/preset-classic
's releases.... (truncated)
Changelog
Sourced from
@docusaurus/preset-classic
's changelog.... (truncated)
Commits
eeec303
v3.5.2bde4414
chore: release v3.5.1 (#10385)daa6b87
chore: release Docusaurus v3.5 (#10379)6dd9a50
chore: simplify TypeScript configs, use TS 5.5 configDir placeholder (#10256)dbdd4df
chore: release Docusaurus v3.4 (#10186)c125f7a
chore: release Docusaurus 3.3.0 + 3.3.1 + 3.3.2 (#10101)Updates
@docusaurus/utils
from 3.3.2 to 3.5.2Release notes
Sourced from
@docusaurus/utils
's releases.... (truncated)
Changelog
Sourced from
@docusaurus/utils
's changelog.... (truncated)
Commits
eeec303
v3.5.2bde4414
chore: release v3.5.1 (#10385)daa6b87
chore: release Docusaurus v3.5 (#10379)f356e29
feat(blog): authors page (#10216)a6de0f2
feat(blog): author header social icons (#10222)6dd9a50
chore: simplify TypeScript configs, use TS 5.5 configDir placeholder (#10256)de59621
feat(blog): warn duplicate and inline authors (#10224)3a0a2a7
fix(markdown): mdx-code-block should support intentation (#10240)dbdd4df
chore: release Docusaurus v3.4 (#10186)a7afd9c
fix(docs, blog): Markdown link resolution does not support hot reload (#10185)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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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