yew
yew copied to clipboard
Bump the website-deps group across 1 directory with 13 updates
Bumps the website-deps group with 11 updates in the /website directory:
| Package | From | To |
|---|---|---|
| @docusaurus/core | 3.7.0 |
3.8.0 |
| @docusaurus/plugin-client-redirects | 3.7.0 |
3.8.0 |
| @docusaurus/preset-classic | 3.7.0 |
3.8.0 |
| react | 19.0.0 |
19.1.0 |
| @types/react | 19.0.8 |
19.1.6 |
| react-dom | 19.0.0 |
19.1.0 |
| sass | 1.83.4 |
1.89.1 |
| @docusaurus/tsconfig | 3.7.0 |
3.8.0 |
| @typescript-eslint/eslint-plugin | 8.22.0 |
8.33.0 |
| prettier | 3.5.1 |
3.5.3 |
| typescript | 5.7.3 |
5.8.3 |
Updates @docusaurus/core from 3.7.0 to 3.8.0
Release notes
Sourced from @docusaurus/core's releases.
3.8.0 (2025-05-26)
:rocket: New Feature
docusaurus-plugin-css-cascade-layers,docusaurus-preset-classic,docusaurus-theme-classic,docusaurus-types,docusaurusdocusaurusdocusaurus-module-type-aliases,docusaurus-plugin-content-blog,docusaurus-theme-classic,docusaurus-theme-common,docusaurus-theme-search-algolia,docusaurusdocusaurus-plugin-content-pagesdocusaurus-faster,docusaurusdocusaurus-theme-classic,docusaurus-theme-common,docusaurus-theme-translationsdocusaurus-remark-plugin-npm2yarn
- #10953 feat(plugin-npm2yarn): Add Bun to default tabs conversions (
@jakeboone02)docusaurus-theme-classic,docusaurus-theme-commondocusaurus-faster,docusaurus-plugin-content-docs,docusaurus-types,docusaurusdocusaurus-theme-classic
- #10852 feat(theme): add
versionsattribute todocsVersionDropdownnavbar item (@hrumhurum)docusaurus-types,docusaurusdocusaurus-plugin-sitemap,docusaurus-types,docusaurus:bug: Bug Fix
docusaurus-plugin-content-blog
- #11138 refactor(content-blog): replace
reading-timewithIntl.SegmenterAPI (@shreedharbhat98)docusaurus-plugin-content-blog
- #11138 refactor(content-blog): replace
reading-timewithIntl.SegmenterAPI (@shreedharbhat98)- #11068 fix(blog): fix blog Atom feed item url / XSL bug (
@slorber)docusaurus-plugin-content-docs
- #11179 fix(mdx-loader): remove opt-in for mdx dependency file (
@slorber)- #10875 fix(docs): versioning CLI should copy localized translation file
current.jsontoversion-<v>.json(@jkboxomine)create-docusaurus
- #11157 fix(create-docusaurus): Improve init template README, fix headings and remove $ in bash code blocks (
@arienshibani)docusaurus-theme-common
- #11153 fix(theme): restore former code block theme-common internal APIs (
@slorber)- #11046 fix(theme): Fix code block magic comments with CRLF line breaks bug (
@coder-xiaomo)- #10989 fix(theme): mobile drawer history blocker should be rendered conditionally (workaround) (
@slorber)- #10954 fix(theme): fix
useColorMode().colorModeleading to React hydration mismatches (@slorber)docusaurus-theme-classic
... (truncated)
Changelog
Sourced from @docusaurus/core's changelog.
3.8.0 (2025-05-26)
:rocket: New Feature
docusaurus-plugin-css-cascade-layers,docusaurus-preset-classic,docusaurus-theme-classic,docusaurus-types,docusaurusdocusaurusdocusaurus-module-type-aliases,docusaurus-plugin-content-blog,docusaurus-theme-classic,docusaurus-theme-common,docusaurus-theme-search-algolia,docusaurusdocusaurus-plugin-content-pagesdocusaurus-faster,docusaurusdocusaurus-theme-classic,docusaurus-theme-common,docusaurus-theme-translationsdocusaurus-remark-plugin-npm2yarn
- #10953 feat(plugin-npm2yarn): Add Bun to default tabs conversions (
@jakeboone02)docusaurus-theme-classic,docusaurus-theme-commondocusaurus-faster,docusaurus-plugin-content-docs,docusaurus-types,docusaurusdocusaurus-theme-classic
- #10852 feat(theme): add
versionsattribute todocsVersionDropdownnavbar item (@hrumhurum)docusaurus-types,docusaurusdocusaurus-plugin-sitemap,docusaurus-types,docusaurus:bug: Bug Fix
docusaurus-plugin-content-blog
- #11138 refactor(content-blog): replace
reading-timewithIntl.SegmenterAPI (@shreedharbhat98)docusaurus-plugin-content-blog
- #11138 refactor(content-blog): replace
reading-timewithIntl.SegmenterAPI (@shreedharbhat98)- #11068 fix(blog): fix blog Atom feed item url / XSL bug (
@slorber)docusaurus-plugin-content-docs
- #11179 fix(mdx-loader): remove opt-in for mdx dependency file (
@slorber)- #10875 fix(docs): versioning CLI should copy localized translation file
current.jsontoversion-<v>.json(@jkboxomine)create-docusaurus
- #11157 fix(create-docusaurus): Improve init template README, fix headings and remove $ in bash code blocks (
@arienshibani)docusaurus-theme-common
- #11153 fix(theme): restore former code block theme-common internal APIs (
@slorber)- #11046 fix(theme): Fix code block magic comments with CRLF line breaks bug (
@coder-xiaomo)- #10989 fix(theme): mobile drawer history blocker should be rendered conditionally (workaround) (
@slorber)- #10954 fix(theme): fix
useColorMode().colorModeleading to React hydration mismatches (@slorber)docusaurus-theme-classic
... (truncated)
Commits
948d63cv3.8.0abd04a2feat(theme): new CSS cascade layers plugin + built-in `v4.useCssCascadeLayers...e839b67perf(core): disable RspackparallelCodeSplittingtemporarily (#11178)d6be84aperf(core): fix bad value for mergeDuplicateChunks (typo) (#11177)2371ca7perf(bundler): fine-tuning of Webpack/Rspack optimizations (#11176)dee76f8perf(core): add default for DOCUSAURUS_SSG_WORKER_THREAD_RECYCLER_MAX_MEMORY ...8061f22feat(core): expose opt-in env variable for SSG thread recycling (#11166)33811e3perf(core): optimize SSG collected data memory and worker thread communicatio...e905b93feat(core): add internal flag to skip bundling (#11156)730ce48feat(theme): make it possible to provide your own page title formatter (#11090)- Additional commits viewable in compare view
Updates @docusaurus/plugin-client-redirects from 3.7.0 to 3.8.0
Release notes
Sourced from @docusaurus/plugin-client-redirects's releases.
3.8.0 (2025-05-26)
:rocket: New Feature
docusaurus-plugin-css-cascade-layers,docusaurus-preset-classic,docusaurus-theme-classic,docusaurus-types,docusaurusdocusaurusdocusaurus-module-type-aliases,docusaurus-plugin-content-blog,docusaurus-theme-classic,docusaurus-theme-common,docusaurus-theme-search-algolia,docusaurusdocusaurus-plugin-content-pagesdocusaurus-faster,docusaurusdocusaurus-theme-classic,docusaurus-theme-common,docusaurus-theme-translationsdocusaurus-remark-plugin-npm2yarn
- #10953 feat(plugin-npm2yarn): Add Bun to default tabs conversions (
@jakeboone02)docusaurus-theme-classic,docusaurus-theme-commondocusaurus-faster,docusaurus-plugin-content-docs,docusaurus-types,docusaurusdocusaurus-theme-classic
- #10852 feat(theme): add
versionsattribute todocsVersionDropdownnavbar item (@hrumhurum)docusaurus-types,docusaurusdocusaurus-plugin-sitemap,docusaurus-types,docusaurus:bug: Bug Fix
docusaurus-plugin-content-blog
- #11138 refactor(content-blog): replace
reading-timewithIntl.SegmenterAPI (@shreedharbhat98)docusaurus-plugin-content-blog
- #11138 refactor(content-blog): replace
reading-timewithIntl.SegmenterAPI (@shreedharbhat98)- #11068 fix(blog): fix blog Atom feed item url / XSL bug (
@slorber)docusaurus-plugin-content-docs
- #11179 fix(mdx-loader): remove opt-in for mdx dependency file (
@slorber)- #10875 fix(docs): versioning CLI should copy localized translation file
current.jsontoversion-<v>.json(@jkboxomine)create-docusaurus
- #11157 fix(create-docusaurus): Improve init template README, fix headings and remove $ in bash code blocks (
@arienshibani)docusaurus-theme-common
- #11153 fix(theme): restore former code block theme-common internal APIs (
@slorber)- #11046 fix(theme): Fix code block magic comments with CRLF line breaks bug (
@coder-xiaomo)- #10989 fix(theme): mobile drawer history blocker should be rendered conditionally (workaround) (
@slorber)- #10954 fix(theme): fix
useColorMode().colorModeleading to React hydration mismatches (@slorber)docusaurus-theme-classic
... (truncated)
Changelog
Sourced from @docusaurus/plugin-client-redirects's changelog.
3.8.0 (2025-05-26)
:rocket: New Feature
docusaurus-plugin-css-cascade-layers,docusaurus-preset-classic,docusaurus-theme-classic,docusaurus-types,docusaurusdocusaurusdocusaurus-module-type-aliases,docusaurus-plugin-content-blog,docusaurus-theme-classic,docusaurus-theme-common,docusaurus-theme-search-algolia,docusaurusdocusaurus-plugin-content-pagesdocusaurus-faster,docusaurusdocusaurus-theme-classic,docusaurus-theme-common,docusaurus-theme-translationsdocusaurus-remark-plugin-npm2yarn
- #10953 feat(plugin-npm2yarn): Add Bun to default tabs conversions (
@jakeboone02)docusaurus-theme-classic,docusaurus-theme-commondocusaurus-faster,docusaurus-plugin-content-docs,docusaurus-types,docusaurusdocusaurus-theme-classic
- #10852 feat(theme): add
versionsattribute todocsVersionDropdownnavbar item (@hrumhurum)docusaurus-types,docusaurusdocusaurus-plugin-sitemap,docusaurus-types,docusaurus:bug: Bug Fix
docusaurus-plugin-content-blog
- #11138 refactor(content-blog): replace
reading-timewithIntl.SegmenterAPI (@shreedharbhat98)docusaurus-plugin-content-blog
- #11138 refactor(content-blog): replace
reading-timewithIntl.SegmenterAPI (@shreedharbhat98)- #11068 fix(blog): fix blog Atom feed item url / XSL bug (
@slorber)docusaurus-plugin-content-docs
- #11179 fix(mdx-loader): remove opt-in for mdx dependency file (
@slorber)- #10875 fix(docs): versioning CLI should copy localized translation file
current.jsontoversion-<v>.json(@jkboxomine)create-docusaurus
- #11157 fix(create-docusaurus): Improve init template README, fix headings and remove $ in bash code blocks (
@arienshibani)docusaurus-theme-common
- #11153 fix(theme): restore former code block theme-common internal APIs (
@slorber)- #11046 fix(theme): Fix code block magic comments with CRLF line breaks bug (
@coder-xiaomo)- #10989 fix(theme): mobile drawer history blocker should be rendered conditionally (workaround) (
@slorber)- #10954 fix(theme): fix
useColorMode().colorModeleading to React hydration mismatches (@slorber)docusaurus-theme-classic
... (truncated)
Commits
948d63cv3.8.071d682cchore: release Docusaurus 3.7.0 (#10812)- See full diff in compare view
Updates @docusaurus/preset-classic from 3.7.0 to 3.8.0
Release notes
Sourced from @docusaurus/preset-classic's releases.
3.8.0 (2025-05-26)
:rocket: New Feature
docusaurus-plugin-css-cascade-layers,docusaurus-preset-classic,docusaurus-theme-classic,docusaurus-types,docusaurusdocusaurusdocusaurus-module-type-aliases,docusaurus-plugin-content-blog,docusaurus-theme-classic,docusaurus-theme-common,docusaurus-theme-search-algolia,docusaurusdocusaurus-plugin-content-pagesdocusaurus-faster,docusaurusdocusaurus-theme-classic,docusaurus-theme-common,docusaurus-theme-translationsdocusaurus-remark-plugin-npm2yarn
- #10953 feat(plugin-npm2yarn): Add Bun to default tabs conversions (
@jakeboone02)docusaurus-theme-classic,docusaurus-theme-commondocusaurus-faster,docusaurus-plugin-content-docs,docusaurus-types,docusaurusdocusaurus-theme-classic
- #10852 feat(theme): add
versionsattribute todocsVersionDropdownnavbar item (@hrumhurum)docusaurus-types,docusaurusdocusaurus-plugin-sitemap,docusaurus-types,docusaurus:bug: Bug Fix
docusaurus-plugin-content-blog
- #11138 refactor(content-blog): replace
reading-timewithIntl.SegmenterAPI (@shreedharbhat98)docusaurus-plugin-content-blog
- #11138 refactor(content-blog): replace
reading-timewithIntl.SegmenterAPI (@shreedharbhat98)- #11068 fix(blog): fix blog Atom feed item url / XSL bug (
@slorber)docusaurus-plugin-content-docs
- #11179 fix(mdx-loader): remove opt-in for mdx dependency file (
@slorber)- #10875 fix(docs): versioning CLI should copy localized translation file
current.jsontoversion-<v>.json(@jkboxomine)create-docusaurus
- #11157 fix(create-docusaurus): Improve init template README, fix headings and remove $ in bash code blocks (
@arienshibani)docusaurus-theme-common
- #11153 fix(theme): restore former code block theme-common internal APIs (
@slorber)- #11046 fix(theme): Fix code block magic comments with CRLF line breaks bug (
@coder-xiaomo)- #10989 fix(theme): mobile drawer history blocker should be rendered conditionally (workaround) (
@slorber)- #10954 fix(theme): fix
useColorMode().colorModeleading to React hydration mismatches (@slorber)docusaurus-theme-classic
... (truncated)
Changelog
Sourced from @docusaurus/preset-classic's changelog.
3.8.0 (2025-05-26)
:rocket: New Feature
docusaurus-plugin-css-cascade-layers,docusaurus-preset-classic,docusaurus-theme-classic,docusaurus-types,docusaurusdocusaurusdocusaurus-module-type-aliases,docusaurus-plugin-content-blog,docusaurus-theme-classic,docusaurus-theme-common,docusaurus-theme-search-algolia,docusaurusdocusaurus-plugin-content-pagesdocusaurus-faster,docusaurusdocusaurus-theme-classic,docusaurus-theme-common,docusaurus-theme-translationsdocusaurus-remark-plugin-npm2yarn
- #10953 feat(plugin-npm2yarn): Add Bun to default tabs conversions (
@jakeboone02)docusaurus-theme-classic,docusaurus-theme-commondocusaurus-faster,docusaurus-plugin-content-docs,docusaurus-types,docusaurusdocusaurus-theme-classic
- #10852 feat(theme): add
versionsattribute todocsVersionDropdownnavbar item (@hrumhurum)docusaurus-types,docusaurusdocusaurus-plugin-sitemap,docusaurus-types,docusaurus:bug: Bug Fix
docusaurus-plugin-content-blog
- #11138 refactor(content-blog): replace
reading-timewithIntl.SegmenterAPI (@shreedharbhat98)docusaurus-plugin-content-blog
- #11138 refactor(content-blog): replace
reading-timewithIntl.SegmenterAPI (@shreedharbhat98)- #11068 fix(blog): fix blog Atom feed item url / XSL bug (
@slorber)docusaurus-plugin-content-docs
- #11179 fix(mdx-loader): remove opt-in for mdx dependency file (
@slorber)- #10875 fix(docs): versioning CLI should copy localized translation file
current.jsontoversion-<v>.json(@jkboxomine)create-docusaurus
- #11157 fix(create-docusaurus): Improve init template README, fix headings and remove $ in bash code blocks (
@arienshibani)docusaurus-theme-common
- #11153 fix(theme): restore former code block theme-common internal APIs (
@slorber)- #11046 fix(theme): Fix code block magic comments with CRLF line breaks bug (
@coder-xiaomo)- #10989 fix(theme): mobile drawer history blocker should be rendered conditionally (workaround) (
@slorber)- #10954 fix(theme): fix
useColorMode().colorModeleading to React hydration mismatches (@slorber)docusaurus-theme-classic
... (truncated)
Commits
948d63cv3.8.0abd04a2feat(theme): new CSS cascade layers plugin + built-in `v4.useCssCascadeLayers...71d682cchore: release Docusaurus 3.7.0 (#10812)- See full diff in compare view
Updates react from 19.0.0 to 19.1.0
Release notes
Sourced from react's releases.
19.1.0 (March 28, 2025)
Owner Stack
An Owner Stack is a string representing the components that are directly responsible for rendering a particular component. You can log Owner Stacks when debugging or use Owner Stacks to enhance error overlays or other development tools. Owner Stacks are only available in development builds. Component Stacks in production are unchanged.
- An Owner Stack is a development-only stack trace that helps identify which components are responsible for rendering a particular component. An Owner Stack is distinct from a Component Stacks, which shows the hierarchy of components leading to an error.
- The captureOwnerStack API is only available in development mode and returns a Owner Stack, if available. The API can be used to enhance error overlays or log component relationships when debugging. #29923, #32353, #30306, #32538, #32529, #32538
React
- Enhanced support for Suspense boundaries to be used anywhere, including the client, server, and during hydration. #32069, #32163, #32224, #32252
- Reduced unnecessary client rendering through improved hydration scheduling #31751
- Increased priority of client rendered Suspense boundaries #31776
- Fixed frozen fallback states by rendering unfinished Suspense boundaries on the client. #31620
- Reduced garbage collection pressure by improving Suspense boundary retries. #31667
- Fixed erroneous “Waiting for Paint” log when the passive effect phase was not delayed #31526
- Fixed a regression causing key warnings for flattened positional children in development mode. #32117
- Updated
useIdto use valid CSS selectors, changing format from:r123:to«r123». #32001- Added a dev-only warning for null/undefined created in useEffect, useInsertionEffect, and useLayoutEffect. #32355
- Fixed a bug where dev-only methods were exported in production builds. React.act is no longer available in production builds. #32200
- Improved consistency across prod and dev to improve compatibility with Google Closure Complier and bindings #31808
- Improve passive effect scheduling for consistent task yielding. #31785
- Fixed asserts in React Native when passChildrenWhenCloningPersistedNodes is enabled for OffscreenComponent rendering. #32528
- Fixed component name resolution for Portal #32640
- Added support for beforetoggle and toggle events on the dialog element. #32479 #32479
React DOM
- Fixed double warning when the
hrefattribute is an empty string #31783- Fixed an edge case where
getHoistableRoot()didn’t work properly when the container was a Document #32321- Removed support for using HTML comments (e.g.
<!-- -->) as a DOM container. #32250- Added support for
<script>and\<template>tags to be nested within<select>tags. #31837- Fixed responsive images to be preloaded as HTML instead of headers #32445
use-sync-external-store
- Added
exportsfield topackage.jsonforuse-sync-external-storeto support various entrypoints. #25231React Server Components
- Added
unstable_prerender, a new experimental API for prerendering React Server Components on the server #31724- Fixed an issue where streams would hang when receiving new chunks after a global error #31840, #31851
- Fixed an issue where pending chunks were counted twice. #31833
- Added support for streaming in edge environments #31852
- Added support for sending custom error names from a server so that they are available in the client for console replaying. #32116
- Updated the server component wire format to remove IDs for hints and console.log because they have no return value #31671
- Exposed
registerServerReferencein client builds to handle server references in different environments. #32534- Added react-server-dom-parcel package which integrates Server Components with the Parcel bundler #31725, #32132, #31799, #32294, #31741
Changelog
Sourced from react's changelog.
19.1.0 (March 28, 2025)
Owner Stack
An Owner Stack is a string representing the components that are directly responsible for rendering a particular component. You can log Owner Stacks when debugging or use Owner Stacks to enhance error overlays or other development tools. Owner Stacks are only available in development builds. Component Stacks in production are unchanged.
- An Owner Stack is a development-only stack trace that helps identify which components are responsible for rendering a particular component. An Owner Stack is distinct from a Component Stacks, which shows the hierarchy of components leading to an error.
- The captureOwnerStack API is only available in development mode and returns a Owner Stack, if available. The API can be used to enhance error overlays or log component relationships when debugging. #29923, #32353, #30306, #32538, #32529, #32538
React
- Enhanced support for Suspense boundaries to be used anywhere, including the client, server, and during hydration. #32069, #32163, #32224, #32252
- Reduced unnecessary client rendering through improved hydration scheduling #31751
- Increased priority of client rendered Suspense boundaries #31776
- Fixed frozen fallback states by rendering unfinished Suspense boundaries on the client. #31620
- Reduced garbage collection pressure by improving Suspense boundary retries. #31667
- Fixed erroneous “Waiting for Paint” log when the passive effect phase was not delayed #31526
- Fixed a regression causing key warnings for flattened positional children in development mode. #32117
- Updated
useIdto use valid CSS selectors, changing format from:r123:to«r123». #32001- Added a dev-only warning for null/undefined created in useEffect, useInsertionEffect, and useLayoutEffect. #32355
- Fixed a bug where dev-only methods were exported in production builds. React.act is no longer available in production builds. #32200
- Improved consistency across prod and dev to improve compatibility with Google Closure Complier and bindings #31808
- Improve passive effect scheduling for consistent task yielding. #31785
- Fixed asserts in React Native when passChildrenWhenCloningPersistedNodes is enabled for OffscreenComponent rendering. #32528
- Fixed component name resolution for Portal #32640
- Added support for beforetoggle and toggle events on the dialog element. #32479 Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >