-
Notifications
You must be signed in to change notification settings - Fork 1k
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
fix(deps): update docusaurus monorepo to v3.3.2 #10626
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Josh-Walker-GM
pushed a commit
that referenced
this pull request
May 17, 2024
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@docusaurus/core](https://togithub.com/facebook/docusaurus) ([source](https://togithub.com/facebook/docusaurus/tree/HEAD/packages/docusaurus)) | [`3.2.1` -> `3.3.2`](https://renovatebot.com/diffs/npm/@docusaurus%2fcore/3.2.1/3.3.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@docusaurus/module-type-aliases](https://togithub.com/facebook/docusaurus) ([source](https://togithub.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases)) | [`3.2.1` -> `3.3.2`](https://renovatebot.com/diffs/npm/@docusaurus%2fmodule-type-aliases/3.2.1/3.3.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@docusaurus/plugin-content-docs](https://togithub.com/facebook/docusaurus) ([source](https://togithub.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-content-docs)) | [`3.2.1` -> `3.3.2`](https://renovatebot.com/diffs/npm/@docusaurus%2fplugin-content-docs/3.2.1/3.3.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@docusaurus/preset-classic](https://togithub.com/facebook/docusaurus) ([source](https://togithub.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic)) | [`3.2.1` -> `3.3.2`](https://renovatebot.com/diffs/npm/@docusaurus%2fpreset-classic/3.2.1/3.3.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@docusaurus/theme-common](https://togithub.com/facebook/docusaurus) ([source](https://togithub.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-common)) | [`3.2.1` -> `3.3.2`](https://renovatebot.com/diffs/npm/@docusaurus%2ftheme-common/3.2.1/3.3.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@docusaurus/tsconfig](https://togithub.com/facebook/docusaurus) ([source](https://togithub.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig)) | [`3.2.1` -> `3.3.2`](https://renovatebot.com/diffs/npm/@docusaurus%2ftsconfig/3.2.1/3.3.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>facebook/docusaurus (@​docusaurus/core)</summary> ### [`v3.3.2`](https://togithub.com/facebook/docusaurus/blob/HEAD/CHANGELOG.md#332-2024-05-03) [Compare Source](https://togithub.com/facebook/docusaurus/compare/v3.3.1...v3.3.2) ##### 🐛 Bug Fix - `docusaurus-module-type-aliases`, `docusaurus` - [#​10103](https://togithub.com/facebook/docusaurus/pull/10103) fix(core): do not recreate ReactDOM Root, fix React warning on hot reload ([@​slorber](https://togithub.com/slorber)) ##### Committers: 1 - Sébastien Lorber ([@​slorber](https://togithub.com/slorber)) ### [`v3.3.1`](https://togithub.com/facebook/docusaurus/blob/HEAD/CHANGELOG.md#331-2024-05-03) [Compare Source](https://togithub.com/facebook/docusaurus/compare/v3.3.0...v3.3.1) Failed release ### [`v3.3.0`](https://togithub.com/facebook/docusaurus/blob/HEAD/CHANGELOG.md#330-2024-05-03) [Compare Source](https://togithub.com/facebook/docusaurus/compare/v3.2.1...v3.3.0) ##### 🚀 New Feature - `docusaurus-plugin-sitemap` - [#​10083](https://togithub.com/facebook/docusaurus/pull/10083) feat: add createSitemapItems hook ([@​johnnyreilly](https://togithub.com/johnnyreilly)) - `docusaurus-mdx-loader`, `docusaurus-types`, `docusaurus` - [#​10064](https://togithub.com/facebook/docusaurus/pull/10064) feat(core): add new site config option `siteConfig.markdown.anchors.maintainCase` ([@​iAdramelk](https://togithub.com/iAdramelk)) - `docusaurus` - [#​9767](https://togithub.com/facebook/docusaurus/pull/9767) feat(cli): docusaurus deploy should support a --target-dir option ([@​SandPod](https://togithub.com/SandPod)) - `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-plugin-content-pages`, `docusaurus-plugin-debug`, `docusaurus-types`, `docusaurus` - [#​10042](https://togithub.com/facebook/docusaurus/pull/10042) feat(core): simplify plugin API, support route.props ([@​slorber](https://togithub.com/slorber)) - `docusaurus-plugin-content-pages`, `docusaurus-theme-classic`, `docusaurus-theme-common` - [#​10032](https://togithub.com/facebook/docusaurus/pull/10032) feat(pages): add LastUpdateAuthor & LastUpdateTime & editUrl ([@​OzakIOne](https://togithub.com/OzakIOne)) ##### 🐛 Bug Fix - `docusaurus-cssnano-preset`, `docusaurus-utils`, `docusaurus` - [#​10092](https://togithub.com/facebook/docusaurus/pull/10092) chore: Upgrade svgr / svgo / cssnano ([@​slorber](https://togithub.com/slorber)) - `docusaurus-theme-classic` - [#​10091](https://togithub.com/facebook/docusaurus/pull/10091) fix(theme): `<Tabs>` props should allow overriding defaults ([@​gagdiez](https://togithub.com/gagdiez)) - [#​10080](https://togithub.com/facebook/docusaurus/pull/10080) fix(theme): `<Admonition>` should render properly without heading/icon ([@​andrmaz](https://togithub.com/andrmaz)) - `docusaurus` - [#​10090](https://togithub.com/facebook/docusaurus/pull/10090) fix(core): `docusaurus serve` redirects should include the site `/baseUrl/` prefix ([@​slorber](https://togithub.com/slorber)) - `docusaurus-module-type-aliases`, `docusaurus-preset-classic`, `docusaurus-theme-classic`, `docusaurus-theme-live-codeblock`, `docusaurus` - [#​10079](https://togithub.com/facebook/docusaurus/pull/10079) fix: handle React v18.3 warnings ([@​slorber](https://togithub.com/slorber)) - `docusaurus-theme-translations` - [#​10070](https://togithub.com/facebook/docusaurus/pull/10070) fix(theme-translations): add missing theme translations for pt-BR ([@​h3nr1ke](https://togithub.com/h3nr1ke)) - [#​10051](https://togithub.com/facebook/docusaurus/pull/10051) fix(theme-translations): correct label for tip admonition in italian ([@​tomsotte](https://togithub.com/tomsotte)) - `docusaurus-theme-search-algolia` - [#​10048](https://togithub.com/facebook/docusaurus/pull/10048) fix(algolia): add insights property on Algolia Theme Config object TS definition ([@​Virgil993](https://togithub.com/Virgil993)) - `docusaurus-plugin-content-docs`, `docusaurus` - [#​10054](https://togithub.com/facebook/docusaurus/pull/10054) fix(core): sortRoutes shouldn't have a default baseUrl value, this led to a bug ([@​slorber](https://togithub.com/slorber)) - `docusaurus-plugin-content-docs` - [#​10025](https://togithub.com/facebook/docusaurus/pull/10025) fix(docs): sidebar item label impact the pagination label of docs ([@​Abdullah-03](https://togithub.com/Abdullah-03)) - `docusaurus-utils` - [#​10022](https://togithub.com/facebook/docusaurus/pull/10022) fix(utils): getFileCommitDate should support `log.showSignature=true` ([@​slorber](https://togithub.com/slorber)) ##### 🏃♀️ Performance - `docusaurus` - [#​10060](https://togithub.com/facebook/docusaurus/pull/10060) refactor(core): optimize App entrypoint, it should not re-render when navigating ([@​slorber](https://togithub.com/slorber)) ##### 💅 Polish - `docusaurus-theme-classic` - [#​10061](https://togithub.com/facebook/docusaurus/pull/10061) refactor(theme): simplify CSS solution to solve empty search container ([@​slorber](https://togithub.com/slorber)) - `docusaurus-theme-common` - [#​10023](https://togithub.com/facebook/docusaurus/pull/10023) refactor(website): refactor showcase components ([@​slorber](https://togithub.com/slorber)) ##### 📝 Documentation - [#​10096](https://togithub.com/facebook/docusaurus/pull/10096) docs: Fix `déja` to `déjà` in `swizzling.mdx` ([@​Zwyx](https://togithub.com/Zwyx)) - [#​10093](https://togithub.com/facebook/docusaurus/pull/10093) docs: Fix dead Typesense links ([@​kaihoffman](https://togithub.com/kaihoffman)) - [#​10085](https://togithub.com/facebook/docusaurus/pull/10085) docs: make `ThemedImage` example work out of the box ([@​lebalz](https://togithub.com/lebalz)) - [#​10082](https://togithub.com/facebook/docusaurus/pull/10082) docs: add note regarding ts extension for config file. ([@​homotechsual](https://togithub.com/homotechsual)) - [#​9490](https://togithub.com/facebook/docusaurus/pull/9490) docs: add troubleshooting steps to migration/upgrade page ([@​homotechsual](https://togithub.com/homotechsual)) - [#​10056](https://togithub.com/facebook/docusaurus/pull/10056) docs(search): Algolia troubleshooting section for index configuration problems ([@​slorber](https://togithub.com/slorber)) - [#​10039](https://togithub.com/facebook/docusaurus/pull/10039) docs: visit is a named export of unist-util-visit ([@​pearmini](https://togithub.com/pearmini)) - [#​10020](https://togithub.com/facebook/docusaurus/pull/10020) docs: Fix wrong path example ([@​tomy0000000](https://togithub.com/tomy0000000)) - [#​10011](https://togithub.com/facebook/docusaurus/pull/10011) docs: add stormkit as deployment platform ([@​eldemcan](https://togithub.com/eldemcan)) ##### 🤖 Dependencies - [#​10097](https://togithub.com/facebook/docusaurus/pull/10097) chore(deps): bump ejs from 3.1.9 to 3.1.10 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​10089](https://togithub.com/facebook/docusaurus/pull/10089) chore(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​10088](https://togithub.com/facebook/docusaurus/pull/10088) chore(deps): bump preactjs/compressed-size-action from 2.5.0 to 2.6.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​10034](https://togithub.com/facebook/docusaurus/pull/10034) chore(deps): bump semver from 7.3.4 to 7.6.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) ##### 🔧 Maintenance - `create-docusaurus`, `docusaurus-cssnano-preset`, `docusaurus-logger`, `docusaurus-mdx-loader`, `docusaurus-plugin-client-redirects`, `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-plugin-content-pages`, `docusaurus-plugin-debug`, `docusaurus-plugin-google-analytics`, `docusaurus-plugin-google-gtag`, `docusaurus-plugin-google-tag-manager`, `docusaurus-plugin-ideal-image`, `docusaurus-plugin-pwa`, `docusaurus-plugin-sitemap`, `docusaurus-plugin-vercel-analytics`, `docusaurus-preset-classic`, `docusaurus-remark-plugin-npm2yarn`, `docusaurus-theme-classic`, `docusaurus-theme-common`, `docusaurus-theme-live-codeblock`, `docusaurus-theme-mermaid`, `docusaurus-theme-search-algolia`, `docusaurus-theme-translations`, `docusaurus-utils-common`, `docusaurus-utils-validation`, `docusaurus-utils`, `docusaurus`, `eslint-plugin`, `lqip-loader`, `stylelint-copyright` - [#​10065](https://togithub.com/facebook/docusaurus/pull/10065) refactor: extract base TS client config + upgrade TS + refactor TS setup ([@​slorber](https://togithub.com/slorber)) - Other - [#​10063](https://togithub.com/facebook/docusaurus/pull/10063) test(e2e): TypeCheck website/starter in min/max range of TS versions ([@​slorber](https://togithub.com/slorber)) - [#​10049](https://togithub.com/facebook/docusaurus/pull/10049) fix(website): fix website manifest.json name "Docusaurus v2" to just "Docusaurus" ([@​volcanofr](https://togithub.com/volcanofr)) ##### Committers: 20 - Abdullah Saud ([@​Abdullah-03](https://togithub.com/Abdullah-03)) - Alexander Sandor ([@​SandPod](https://togithub.com/SandPod)) - Alexey Ivanov ([@​iAdramelk](https://togithub.com/iAdramelk)) - Andrea Mazzucchelli ([@​andrmaz](https://togithub.com/andrmaz)) - Bairui Su ([@​pearmini](https://togithub.com/pearmini)) - Balthasar Hofer ([@​lebalz](https://togithub.com/lebalz)) - Can Eldem ([@​eldemcan](https://togithub.com/eldemcan)) - Daniel Li ([@​d4nyll](https://togithub.com/d4nyll)) - Guille ([@​gagdiez](https://togithub.com/gagdiez)) - H3NR1KE ([@​h3nr1ke](https://togithub.com/h3nr1ke)) - John Reilly ([@​johnnyreilly](https://togithub.com/johnnyreilly)) - Kai Hoffman ([@​kaihoffman](https://togithub.com/kaihoffman)) - Mikey O'Toole ([@​homotechsual](https://togithub.com/homotechsual)) - Sébastien Lorber ([@​slorber](https://togithub.com/slorber)) - Tommaso Sotte ([@​tomsotte](https://togithub.com/tomsotte)) - Tomy Hsieh ([@​tomy0000000](https://togithub.com/tomy0000000)) - Zwyx ([@​Zwyx](https://togithub.com/Zwyx)) - [@​Virgil993](https://togithub.com/Virgil993) - [@​volcanofr](https://togithub.com/volcanofr) - ozaki ([@​OzakIOne](https://togithub.com/OzakIOne)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
dac09
added a commit
that referenced
this pull request
May 17, 2024
…erverStore * 'main' of github.com:redwoodjs/redwood: (66 commits) fix(deps): update dependency @graphql-yoga/plugin-graphql-sse to v3.3.1 (#10639) fix(deps): update graphql-tools monorepo (#10641) fix(deps): update dependency core-js to v3.37.1 (#10630) fix(deps): update dependency @graphql-yoga/plugin-persisted-operations to v3.3.1 (#10640) fix(deps): update dependency @graphql-yoga/plugin-defer-stream to v3.3.1 (#10638) chore(deps): update dependency firebase to v10.12.0 (#10635) chore(deps): update yarn monorepo (#10624) fix(deps): update dependency @swc/core to v1.5.7 (#10634) fix(deps): update dependency mini-css-extract-plugin to v2.9.0 (#10633) fix(deps): update dependency @sdl-codegen/node to v0.0.15 (#10632) chore(deps): update dependency @npmcli/arborist to v7.5.2 (#10628) fix(deps): update dependency find-my-way to v8.2.0 (#10631) chore(deps): bump @fastify/reply-from from 9.4.0 to 9.8.0 (#10629) fix(deps): update prisma monorepo to v5.14.0 (#10627) fix(deps): update dependency fastify to v4.27.0 (#10625) fix(deps): update docusaurus monorepo to v3.3.2 (#10626) fix(deps): update dependency react-helmet-async to v2.0.5 (#10621) chore(deps): update dependency @types/vscode to v1.89.0 (#10623) fix(deps): update dependency react-hook-form to v7.51.4 (#10622) chore(deps): update dependency @clerk/clerk-react to v4.31.1 (#10616) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
changesets-ok
Override the changesets check
release:chore
This PR is a chore (means nothing for users)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.2.1
->3.3.2
3.2.1
->3.3.2
3.2.1
->3.3.2
3.2.1
->3.3.2
3.2.1
->3.3.2
3.2.1
->3.3.2
Release Notes
facebook/docusaurus (@docusaurus/core)
v3.3.2
Compare Source
🐛 Bug Fix
docusaurus-module-type-aliases
,docusaurus
Committers: 1
v3.3.1
Compare Source
Failed release
v3.3.0
Compare Source
🚀 New Feature
docusaurus-plugin-sitemap
docusaurus-mdx-loader
,docusaurus-types
,docusaurus
siteConfig.markdown.anchors.maintainCase
(@iAdramelk)docusaurus
docusaurus-plugin-content-blog
,docusaurus-plugin-content-docs
,docusaurus-plugin-content-pages
,docusaurus-plugin-debug
,docusaurus-types
,docusaurus
docusaurus-plugin-content-pages
,docusaurus-theme-classic
,docusaurus-theme-common
🐛 Bug Fix
docusaurus-cssnano-preset
,docusaurus-utils
,docusaurus
docusaurus-theme-classic
<Tabs>
props should allow overriding defaults (@gagdiez)<Admonition>
should render properly without heading/icon (@andrmaz)docusaurus
docusaurus serve
redirects should include the site/baseUrl/
prefix (@slorber)docusaurus-module-type-aliases
,docusaurus-preset-classic
,docusaurus-theme-classic
,docusaurus-theme-live-codeblock
,docusaurus
docusaurus-theme-translations
docusaurus-theme-search-algolia
docusaurus-plugin-content-docs
,docusaurus
docusaurus-plugin-content-docs
docusaurus-utils
log.showSignature=true
(@slorber)🏃♀️ Performance
docusaurus
💅 Polish
docusaurus-theme-classic
docusaurus-theme-common
📝 Documentation
déja
todéjà
inswizzling.mdx
(@Zwyx)ThemedImage
example work out of the box (@lebalz)🤖 Dependencies
🔧 Maintenance
create-docusaurus
,docusaurus-cssnano-preset
,docusaurus-logger
,docusaurus-mdx-loader
,docusaurus-plugin-client-redirects
,docusaurus-plugin-content-blog
,docusaurus-plugin-content-docs
,docusaurus-plugin-content-pages
,docusaurus-plugin-debug
,docusaurus-plugin-google-analytics
,docusaurus-plugin-google-gtag
,docusaurus-plugin-google-tag-manager
,docusaurus-plugin-ideal-image
,docusaurus-plugin-pwa
,docusaurus-plugin-sitemap
,docusaurus-plugin-vercel-analytics
,docusaurus-preset-classic
,docusaurus-remark-plugin-npm2yarn
,docusaurus-theme-classic
,docusaurus-theme-common
,docusaurus-theme-live-codeblock
,docusaurus-theme-mermaid
,docusaurus-theme-search-algolia
,docusaurus-theme-translations
,docusaurus-utils-common
,docusaurus-utils-validation
,docusaurus-utils
,docusaurus
,eslint-plugin
,lqip-loader
,stylelint-copyright
Committers: 20
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.