Bump js-yaml, @docusaurus/core, @docusaurus/preset-classic, @docusaurus/theme-search-algolia and @svgr/webpack in /website - #843
Conversation
…us/theme-search-algolia and @svgr/webpack Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 4.3.1 and updates ancestor dependencies [js-yaml](https://github.com/nodeca/js-yaml), [@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), [@docusaurus/theme-search-algolia](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-search-algolia) and [@svgr/webpack](https://github.com/gregberge/svgr). These dependencies need to be updated together. Updates `js-yaml` from 4.1.0 to 4.3.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.0...4.3.1) Updates `@docusaurus/core` from 2.0.0-beta.1 to 3.10.2 - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG-v2.md) - [Commits](https://github.com/facebook/docusaurus/commits/v3.10.2/packages/docusaurus) Updates `@docusaurus/preset-classic` from 2.0.0-beta.1 to 3.10.2 - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG-v2.md) - [Commits](https://github.com/facebook/docusaurus/commits/v3.10.2/packages/docusaurus-preset-classic) Updates `@docusaurus/theme-search-algolia` from 2.0.0-beta.4 to 3.10.2 - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG-v2.md) - [Commits](https://github.com/facebook/docusaurus/commits/v3.10.2/packages/docusaurus-theme-search-algolia) Updates `@svgr/webpack` from 5.5.0 to 8.1.0 - [Release notes](https://github.com/gregberge/svgr/releases) - [Changelog](https://github.com/gregberge/svgr/blob/main/CHANGELOG.md) - [Commits](gregberge/svgr@v5.5.0...v8.1.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.1 dependency-type: indirect - dependency-name: "@docusaurus/core" dependency-version: 3.10.2 dependency-type: direct:production - dependency-name: "@docusaurus/preset-classic" dependency-version: 3.10.2 dependency-type: direct:production - dependency-name: "@docusaurus/theme-search-algolia" dependency-version: 3.10.2 dependency-type: direct:production - dependency-name: "@svgr/webpack" dependency-version: 8.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates the website’s Docusaurus stack from the legacy v2 beta versions to a current Docusaurus v3 release.
Changes:
- Bumped
@docusaurus/coreand@docusaurus/preset-classicto3.10.2 - Updated
@docusaurus/theme-search-algoliato the3.10.2major line - Upgraded
@svgr/webpackfrom v5 to v8
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "@docusaurus/core": "3.10.2", | ||
| "@docusaurus/preset-classic": "3.10.2", | ||
| "@docusaurus/theme-search-algolia": "^3.10.2", | ||
| "@mdx-js/react": "^1.6.21", |
| "@docusaurus/core": "3.10.2", | ||
| "@docusaurus/preset-classic": "3.10.2", | ||
| "@docusaurus/theme-search-algolia": "^3.10.2", |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #843 +/- ##
=======================================
Coverage 86.02% 86.02%
=======================================
Files 103 103
Lines 7950 7950
=======================================
Hits 6839 6839
Misses 1111 1111
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Bumps js-yaml to 4.3.1 and updates ancestor dependencies js-yaml, @docusaurus/core, @docusaurus/preset-classic, @docusaurus/theme-search-algolia and @svgr/webpack. These dependencies need to be updated together.
Updates
js-yamlfrom 4.1.0 to 4.3.1Changelog
Sourced from js-yaml's changelog.
... (truncated)
Commits
86e91b84.3.1 releasedc3cc4b0Backport quadratic complexity fix for !!omap33d05b54.3.0 released663bfabDrop demo publish, to not override new v5 one.1cb8c7bAdd v4-legacy tag for publish02f27afRestore umd builds back to es58be84edFix es5 compatibility59423c6ReplacemaxMergeSeqLengthoption withmaxTotalMergeKeys(more robust). Ba...6842ef6doc polish590dbab4.2.0 releasedUpdates
@docusaurus/corefrom 2.0.0-beta.1 to 3.10.2Release notes
Sourced from @docusaurus/core's releases.
... (truncated)
Changelog
Sourced from @docusaurus/core's changelog.
... (truncated)
Commits
f37f903v3.10.22f5389dchore: cherry-pick commits for v3.10.2 patch release (#12265)d4164aechore: cherry-pick commits for v3.10.1 patch release (#11982)4892e7ffeat(core): addfuture.v4.mdx1CompatDisabledByDefaultflag (#11896)543eaebfix(core): fixurl.resolve()Node.js deprecation warning (#11844)1a52592fix(faster): upgrade Rspack, fix Yarn PnP support (#11817)4a0273ffix(create-docusaurus): fix support for TypeScript 6.0 + fix our CI (#11843)f659aeffix(core): upgrade serve handler min version to for upgrade users to a secure...1451780chore(ci): fixes for the npm trusted publishing workflow (#11823)5dff744chore(ci): add Trusted Publishing release workflow through dispatch action (#...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@docusaurus/coresince your current version.Updates
@docusaurus/preset-classicfrom 2.0.0-beta.1 to 3.10.2Release notes
Sourced from @docusaurus/preset-classic's releases.
... (truncated)
Changelog
Sourced from @docusaurus/preset-classic's changelog.
... (truncated)
Commits
f37f903v3.10.21451780chore(ci): fixes for the npm trusted publishing workflow (#11823)5dff744chore(ci): add Trusted Publishing release workflow through dispatch action (#...bca9ce7chore: release v3.9.2 (#11491)c3e5db1chore: release v3.9.1 (#11436)c24d7dcchore: release v3.9 (#11419)1c484e1chore: drop support for Node 18, that reached End-of-Life (#11408)f811e2dchore: release 3.8.1 (#11249)b126e64chore: release Docusaurus 3.8 (#11200)abd04a2feat(theme): new CSS cascade layers plugin + built-in `v4.useCssCascadeLayers...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@docusaurus/preset-classicsince your current version.Updates
@docusaurus/theme-search-algoliafrom 2.0.0-beta.4 to 3.10.2Release notes
Sourced from @docusaurus/theme-search-algolia's releases.
... (truncated)
Changelog
Sourced from @docusaurus/theme-search-algolia's changelog.
... (truncated)
Commits
f37f903v3.10.21451780chore(ci): fixes for the npm trusted publishing workflow (#11823)5dff744chore(ci): add Trusted Publishing release workflow through dispatch action (#...b0255cdfix(algolia): upgrade to DocSearch 4.5 + fix types (#11683)616dec1feat(theme-search-algolia): allow overriding transformSearchClient (#11581)f13adecfix(theme-search-algolia): preserve query strings in useSearchResultUrlProces...89633b4feat(theme-search-algolia): add support for DocSearch v4.3.2 and new Suggeste...bca9ce7chore: release v3.9.2 (#11491)19ea360fix(theme-search-algolia): Fix Algolia AskAI validation logic (#11468)c3e5db1chore: release v3.9.1 (#11436)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@docusaurus/theme-search-algoliasince your current version.Updates
@svgr/webpackfrom 5.5.0 to 8.1.0Release notes
Sourced from @svgr/webpack's releases.
... (truncated)
Changelog
Sourced from @svgr/webpack's changelog.
... (truncated)
Commits
772592ev8.1.0571d5c8fix(cli): fix default dimensions, prettier & svgo8b97248fix(config): prefer cli config over rc config (#845)ae91e2efeat(esm): add support for svgo.config.cjs (#879)e612b6afix(react-native): fix duplicate import (#894)82928f0docs: 858 Index template docs improvements (#872)a6699e7v8.0.12e05255fix: fix peer dependencies52a1079v8.0.0095f021feat(types): changeSVGPropsfrom import to import type (#853)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.