Skip to content
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

⬆️ Update docusaurus monorepo to v3.6.0 #5196

Merged
merged 2 commits into from
Nov 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@docusaurus/core (source) 3.4.0 -> 3.6.0 age adoption passing confidence
@docusaurus/module-type-aliases (source) 3.4.0 -> 3.6.0 age adoption passing confidence
@docusaurus/plugin-pwa (source) 3.4.0 -> 3.6.0 age adoption passing confidence
@docusaurus/preset-classic (source) 3.4.0 -> 3.6.0 age adoption passing confidence
@docusaurus/remark-plugin-npm2yarn (source) 3.4.0 -> 3.6.0 age adoption passing confidence
@docusaurus/theme-classic (source) 3.4.0 -> 3.6.0 age adoption passing confidence
@docusaurus/tsconfig (source) 3.4.0 -> 3.6.0 age adoption passing confidence
@docusaurus/types (source) 3.4.0 -> 3.6.0 age adoption passing confidence

Release Notes

facebook/docusaurus (@​docusaurus/core)

v3.6.0

Compare Source

🚀 New Feature
  • docusaurus-plugin-content-blog, docusaurus-theme-classic
  • docusaurus
  • docusaurus-logger
  • docusaurus-plugin-rsdoctor
  • docusaurus-bundler, docusaurus-faster, docusaurus-theme-classic, docusaurus
    • #​10402 feat(core): Replace Webpack with Rspack - siteConfig.future.experimental_faster.rspackBundler (@​slorber)
  • docusaurus-bundler, docusaurus-faster, docusaurus-types, docusaurus
    • #​10554 feat(core): faster HTML minimizer - siteConfig.future.experimental_faster.swcHtmlMinimizer (@​slorber)
    • #​10522 feat(core): faster CSS minimizer - siteConfig.future.experimental_faster.lightningCssMinimizer (@​slorber)
  • docusaurus-theme-mermaid
  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-types, docusaurus
    • #​10479 feat(core, mdx-loader): deduplicate MDX compilation - siteConfig.future.experimental_faster.mdxCrossCompilerCache (@​slorber)
  • docusaurus-faster, docusaurus-types, docusaurus
    • #​10441 feat(core): faster JS minimizer - siteConfig.future.experimental_faster.swcJsMinimizer (@​slorber)
  • docusaurus-faster, docusaurus-plugin-content-docs, docusaurus-types, docusaurus
    • #​10435 feat(core): faster transpiler option - siteConfig.future.experimental_faster.swcJsLoader (@​slorber)
🐛 Bug Fix
🏃‍♀️ Performance
  • docusaurus-bundler, docusaurus-faster
  • Other
    • #​10601 perf(ci): Add CI checks to prevent memory, build-time and build-size regressions (@​slorber)
  • docusaurus
  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages
    • #​10470 refactor(mdx-loader): re-export metadata module instead of serializing it (@​slorber)
    • #​10457 refactor(mdx-loader): read metadata from memory (loaded content) instead of fs (@​slorber)
📝 Documentation
🤖 Dependencies
🔧 Maintenance
  • Other
  • docusaurus-babel, docusaurus-bundler, docusaurus-mdx-loader, docusaurus-plugin-debug, docusaurus-plugin-pwa, docusaurus-plugin-rsdoctor, docusaurus-theme-live-codeblock, docusaurus
  • docusaurus-bundler, docusaurus-faster
  • docusaurus-bundler, docusaurus-logger, docusaurus-types, docusaurus
  • docusaurus
  • docusaurus-bundler, docusaurus-plugin-pwa, docusaurus-types, docusaurus
  • create-docusaurus
  • create-docusaurus, docusaurus-babel, docusaurus-bundler, docusaurus-mdx-loader, docusaurus-plugin-pwa, docusaurus-theme-classic, docusaurus-theme-translations, docusaurus-types, docusaurus-utils, docusaurus
  • create-docusaurus, docusaurus-plugin-pwa, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-mermaid, docusaurus-utils, docusaurus, eslint-plugin
  • docusaurus-plugin-content-docs, docusaurus-types, docusaurus
  • create-docusaurus, docusaurus-utils
  • create-docusaurus, docusaurus-logger, docusaurus-theme-translations, docusaurus
  • docusaurus-remark-plugin-npm2yarn
  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus
  • docusaurus-mdx-loader, docusaurus-utils, docusaurus
  • docusaurus-mdx-loader
Committers: 19

v3.5.2

Compare Source

🐛 Bug Fix
  • docusaurus-theme-common
    • #​10397 fix(theme-common): restore useContextualSearchFilters public API for retrocompatibility (@​slorber)
  • docusaurus
    • #​10391 fix(core): always alias React/ReactDOM to site dependency so that importing MDX from anywhere works (@​slorber)
  • create-docusaurus, docusaurus-plugin-content-blog
  • docusaurus-theme-classic
    • #​10390 fix(theme): Adjust blog authors line height to show descenders in lowercase letters (g, j, p, q, and y) (@​josh-wong)
💅 Polish
  • docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-translations
📝 Documentation
🤖 Dependencies
Committers: 4

v3.5.1

Compare Source

🐛 Bug Fix
  • docusaurus-plugin-content-blog, docusaurus-theme-search-algolia
  • docusaurus-theme-search-algolia
Committers: 2

v3.5.0

Compare Source

🚀 New Feature
  • docusaurus-plugin-content-blog
  • docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-translations
  • create-docusaurus, docusaurus-plugin-content-blog
    • #​9252 feat(blog): add feed xlst options to render beautiful RSS and Atom feeds (@​Xebec19)
  • docusaurus-plugin-content-blog, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-translations, docusaurus-utils
  • docusaurus-theme-translations
  • docusaurus-mdx-loader
    • #​10335 feat(mdx-loader): wrap mdx content title (# Title) in <header> for concistency (@​OzakIOne)
  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-theme-classic, docusaurus-utils
  • docusaurus-plugin-client-redirects, docusaurus-plugin-google-analytics, docusaurus-plugin-google-gtag, docusaurus-plugin-google-tag-manager, docusaurus-plugin-pwa, docusaurus-plugin-sitemap, docusaurus-plugin-vercel-analytics, docusaurus-types, docusaurus
  • docusaurus-plugin-content-blog, docusaurus-theme-classic, docusaurus-theme-common
  • docusaurus-plugin-content-blog, docusaurus-utils
  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-utils-validation
🐛 Bug Fix
💅 Polish
  • docusaurus-theme-translations
📝 Documentation
🤖 Dependencies
🔧 Maintenance
  • Other
  • docusaurus-theme-classic
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-search-algolia
  • docusaurus-plugin-content-blog, docusaurus-theme-classic, docusaurus-theme-common
  • 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: 25
facebook/docusaurus (@​docusaurus/preset-classic)

v3.6.0

Compare Source

v3.5.2

Compare Source

🐛 Bug Fix
  • docusaurus-theme-common
    • #​10397 fix(theme-common): restore useContextualSearchFilters public API for retrocompatibility (@​slorber)
  • docusaurus
    • #​10391 fix(core): always alias React/ReactDOM to site dependency so that importing MDX from anywhere works (@​slorber)
  • create-docusaurus, docusaurus-plugin-content-blog
  • docusaurus-theme-classic
    • #​10390 fix(theme): Adjust blog authors line height to show descenders in lowercase letters (g, j, p, q, and y) (@​josh-wong)
💅 Polish
  • docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-translations
📝 Documentation
🤖 Dependencies
Committers: 4

v3.5.1

Compare Source

🐛 Bug Fix
  • docusaurus-plugin-content-blog, docusaurus-theme-search-algolia
  • docusaurus-theme-search-algolia
Committers: 2

v3.5.0

Compare Source

🚀 New Feature
  • docusaurus-plugin-content-blog
  • docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-translations
  • create-docusaurus, docusaurus-plugin-content-blog
    • #​9252 feat(blog): add feed xlst options to render beautiful RSS and Atom feeds (@​Xebec19)
  • docusaurus-plugin-content-blog, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-translations, docusaurus-utils
  • docusaurus-theme-translations
  • docusaurus-mdx-loader
    • #​10335 feat(mdx-loader): wrap mdx content title (# Title) in <header> for concistency (@​OzakIOne)
  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-theme-classic, docusaurus-utils
  • docusaurus-plugin-client-redirects, docusaurus-plugin-google-analytics, docusaurus-plugin-google-gtag, docusaurus-plugin-google-tag-manager, docusaurus-plugin-pwa, docusaurus-plugin-sitemap, docusaurus-plugin-vercel-analytics, docusaurus-types, docusaurus
  • docusaurus-plugin-content-blog, docusaurus-theme-classic, docusaurus-theme-common
  • docusaurus-plugin-content-blog, docusaurus-utils
  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-utils-validation
🐛 Bug Fix
💅 Polish
  • docusaurus-theme-translations
📝 Documentation

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from dubzzz as a code owner August 9, 2024 15:08
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 9, 2024
Copy link

codesandbox-ci bot commented Aug 9, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 4fac3bd:

Sandbox Source
@fast-check/examples Configuration

Copy link
Contributor

github-actions bot commented Aug 9, 2024

👋 A preview of the new documentation is available at: http://66b631f604f2f50b25435ab6--dubzzz-fast-check.netlify.app

Copy link

codecov bot commented Aug 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.19%. Comparing base (cb330c7) to head (bc8d3ad).
Report is 10 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5196   +/-   ##
=======================================
  Coverage   95.19%   95.19%           
=======================================
  Files         235      235           
  Lines       10644    10644           
  Branches     2839     2839           
=======================================
  Hits        10133    10133           
  Misses        511      511           
Flag Coverage Δ
unit-tests 95.19% <ø> (ø)
unit-tests-18.x-Linux 95.19% <ø> (ø)
unit-tests-20.x-Linux 95.19% <ø> (ø)
unit-tests-22.x-Linux 95.19% <ø> (ø)
unit-tests-latest-Linux 95.19% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/docusaurus-monorepo branch from ffe83ab to 9766f20 Compare August 9, 2024 20:26
@renovate renovate bot changed the title ⬆️ Update dependency @docusaurus/remark-plugin-npm2yarn to v3.5.0 ⬆️ Update docusaurus monorepo to v3.5.0 Aug 9, 2024
@renovate renovate bot force-pushed the renovate/docusaurus-monorepo branch from 9766f20 to f499bfa Compare August 9, 2024 22:14
@renovate renovate bot changed the title ⬆️ Update docusaurus monorepo to v3.5.0 ⬆️ Update docusaurus monorepo to v3.5.1 Aug 9, 2024
@renovate renovate bot force-pushed the renovate/docusaurus-monorepo branch from f499bfa to eda8f96 Compare August 13, 2024 17:38
@renovate renovate bot changed the title ⬆️ Update docusaurus monorepo to v3.5.1 ⬆️ Update docusaurus monorepo to v3.5.2 Aug 13, 2024
@renovate renovate bot force-pushed the renovate/docusaurus-monorepo branch from eda8f96 to 9723ee7 Compare August 14, 2024 20:47
@renovate renovate bot force-pushed the renovate/docusaurus-monorepo branch from 9723ee7 to 5872239 Compare September 17, 2024 21:41
Copy link

changeset-bot bot commented Sep 17, 2024

⚠️ No Changeset found

Latest commit: bc8d3ad

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

dubzzz
dubzzz previously approved these changes Sep 17, 2024
Copy link

pkg-pr-new bot commented Nov 1, 2024

Open in Stackblitz@fast-check/examples

@fast-check/ava

yarn add https://pkg.pr.new/@fast-check/[email protected]

@fast-check/expect-type

yarn add https://pkg.pr.new/@fast-check/[email protected]

fast-check

yarn add https://pkg.pr.new/[email protected]

@fast-check/jest

yarn add https://pkg.pr.new/@fast-check/[email protected]

@fast-check/packaged

yarn add https://pkg.pr.new/@fast-check/[email protected]

@fast-check/poisoning

yarn add https://pkg.pr.new/@fast-check/[email protected]

@fast-check/vitest

yarn add https://pkg.pr.new/@fast-check/[email protected]

@fast-check/worker

yarn add https://pkg.pr.new/@fast-check/[email protected]

commit: bc8d3ad

@renovate renovate bot force-pushed the renovate/docusaurus-monorepo branch from a4ed280 to 9069308 Compare November 4, 2024 13:23
@renovate renovate bot changed the title ⬆️ Update docusaurus monorepo to v3.5.2 ⬆️ Update docusaurus monorepo to v3.6.0 Nov 4, 2024
Copy link
Contributor Author

renovate bot commented Nov 8, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link
Contributor

github-actions bot commented Nov 8, 2024

👋 A preview of the new documentation is available at: http://672dcf45b04b021d029d571e--dubzzz-fast-check.netlify.app

@dubzzz dubzzz merged commit a2a08b4 into main Nov 8, 2024
59 checks passed
@dubzzz dubzzz deleted the renovate/docusaurus-monorepo branch November 8, 2024 08:44
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant