chore(deps): bump the base-npm group with 11 updates
Bumps the base-npm group with 11 updates:
| Package | From | To |
|---|---|---|
| @easyops-cn/docusaurus-search-local | 0.41.1 |
0.52.2 |
| react | 18.3.1 |
19.2.0 |
| @types/react | 18.3.26 |
19.2.7 |
| react-dom | 18.3.1 |
19.2.0 |
| @types/react-dom | 18.3.7 |
19.2.3 |
| swagger-ui-react | 5.29.5 |
5.30.3 |
| @typescript-eslint/eslint-plugin | 7.18.0 |
8.48.0 |
| eslint-config-prettier | 9.1.2 |
10.1.8 |
| prettier | 3.6.2 |
3.7.3 |
| prettier-plugin-solidity | 1.4.3 |
2.2.0 |
| typescript | 5.2.2 |
5.9.3 |
Updates @easyops-cn/docusaurus-search-local from 0.41.1 to 0.52.2
Release notes
Sourced from @easyops-cn/docusaurus-search-local's releases.
v0.52.2
0.52.2 (2025-12-01)
Bug Fixes
- wrap SearchBar with DocsPreferredVersionContextProvider for Docusaurus 3.9+ compatibility (5aedc2e)
- wrap SearchBar with DocsPreferredVersionContextProvider for Docusaurus 3.9+ compatibility (1b4f011)
v0.52.1
0.52.1 (2025-07-22)
Bug Fixes
v0.52.0
0.52.0 (2025-07-16)
Features
v0.51.1
0.51.1 (2025-06-19)
Bug Fixes
- fix active menu item matching for categories with collapsible disabled (725bbb1)
- fix active menu item matching for categories with collapsible disabled (3b69844), closes #524
v0.51.0
0.51.0 (2025-06-11)
Features
v0.50.0
0.50.0 (2025-06-03)
Features
... (truncated)
Commits
- See full diff in compare view
Updates react from 18.3.1 to 19.2.0
Release notes
Sourced from react's releases.
19.2.0 (Oct 1, 2025)
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>: A new API to hide and restore the UI and internal state of its children.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()lifetime is over.- React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
- Added resume APIs for partial pre-rendering with Web Streams:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.Notable changes
- React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming
<ViewTransition>Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.- Add Node Web Streams (
prerender,renderToReadableStream) to server-side-rendering APIs for Node.js- Use underscore instead of
:IDs generated by useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@acdlite@sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@sophiebits#34145)- Improve Owner and Component stacks in various places (
@sebmarkbage,@eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@sebmarkbage,@eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@Andarist#32461)- Warn for using a React owned node as a Container if it also has text content (
@sebmarkbage#32774)
... (truncated)
Changelog
Sourced from react's changelog.
19.2.0 (October 1st, 2025)
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>: A new API to hide and restore the UI and internal state of its children.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()lifetime is over.- React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
- Added resume APIs for partial pre-rendering with Web Streams:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.Notable changes
- React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming
<ViewTransition>Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.- Add Node Web Streams (
prerender,renderToReadableStream) to server-side-rendering APIs for Node.js- Use underscore instead of
:IDs generated by useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@acdlite@sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@sophiebits#34145)- Improve Owner and Component stacks in various places (
@sebmarkbage,@eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@sebmarkbage,@eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@Andarist#32461)
... (truncated)
Commits
5667a41Bump next prerelease version numbers (#34639)8bb7241Bump useEffectEvent to Canary (#34610)e3c9656Ensure Performance Track are Clamped and Don't overlap (#34509)68f00c9Release Activity in Canary (#34374)0e10ee9[Reconciler] Set ProfileMode for Host Root Fiber by default in dev (#34432)3bf8ab4Add missing Activity export to development mode (#34439)1549bda[Flight] Only assign_storein dev mode when creating lazy types (#34354)bb6f0c8[Flight] Fix wrong missing key warning when static child is blocked (#34350)05addfcUpdate Flow to 0.266 (#34271)ec5dd0aUpdate Flow to 0.257 (#34253)- Additional commits viewable in compare view
Updates @types/react from 18.3.26 to 19.2.7
Commits
- See full diff in compare view
Updates react-dom from 18.3.1 to 19.2.0
Release notes
Sourced from react-dom's releases.
19.2.0 (Oct 1, 2025)
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>: A new API to hide and restore the UI and internal state of its children.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()lifetime is over.- React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
- Added resume APIs for partial pre-rendering with Web Streams:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.Notable changes
- React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming
<ViewTransition>Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.- Add Node Web Streams (
prerender,renderToReadableStream) to server-side-rendering APIs for Node.js- Use underscore instead of
:IDs generated by useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@acdlite@sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@sophiebits#34145)- Improve Owner and Component stacks in various places (
@sebmarkbage,@eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@sebmarkbage,@eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@Andarist#32461)- Warn for using a React owned node as a Container if it also has text content (
@sebmarkbage#32774)
... (truncated)
Changelog
Sourced from react-dom's changelog.
19.2.0 (October 1st, 2025)
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>: A new API to hide and restore the UI and internal state of its children.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()lifetime is over.- React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
- Added resume APIs for partial pre-rendering with Web Streams:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.Notable changes
- React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming
<ViewTransition>Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.- Add Node Web Streams (
prerender,renderToReadableStream) to server-side-rendering APIs for Node.js- Use underscore instead of
:IDs generated by useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@acdlite@sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@sophiebits#34145)- Improve Owner and Component stacks in various places (
@sebmarkbage,@eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@sebmarkbage,@eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@Andarist#32461)
... (truncated)
Commits
8618113Bump scheduler version (#34671)1bd1f01Ship partial-prerendering APIs to Canary (#34633)2f0649a[Fizz] Removenonceoption from resume-and-prerender APIs (#34664)5667a41Bump next prerelease version numbers (#34639)e08f53bMatchreact-dom/statictest entrypoints and published entrypoints (#34599)8bb7241Bump useEffectEvent to Canary (#34610)83c88adHandle fabric root level fragment with compareDocumentPosition (#34533)68f00c9Release Activity in Canary (#34374)3168e08[flags] enable opt-in for enableDefaultTransitionIndicator (#34373)3434ff4Add scrollIntoView to fragment instances (#32814)- Additional commits viewable in compare view
Updates @types/react-dom from 18.3.7 to 19.2.3
Commits
- See full diff in compare view
Updates swagger-ui-react from 5.29.5 to 5.30.3
Release notes
Sourced from swagger-ui-react's releases.
v5.30.3
5.30.3 (2025-11-25)
Bug Fixes
- deps: update vulnerable
@release-it/conventional-changelogto 10.0.2 (#10645) (6acfc6e)- deps: update vulnerable dependencies (js-yaml & glob) (#10644) (03cf01b)
- utils: handle sanitizing multi-level relative paths (#10640) (58aff59), closes #4107
v5.30.2
5.30.2 (2025-11-04)
Bug Fixes
v5.30.1
5.30.1 (2025-10-31)
Bug Fixes
v5.30.0
5.30.0 (2025-10-27)
Features
Commits
199761achore(release): cut the 5.30.3 release6acfc6efix(deps): update vulnerable@release-it/conventional-changelogto 10.0.2 (#1...03cf01bfix(deps): update vulnerable dependencies (js-yaml & glob) (#10644)8d9142echore(deps): bump actions/checkout from 5 to 6 (#10643)58aff59fix(utils): handle sanitizing multi-level relative paths (#10640)85f0c5fchore(deps): bump js-yaml from 4.1.0 to 4.1.1 (#10637)7f75ee3chore(deps): bump actions/setup-node from 5 to 6 (#10608)2067270chore(deps): bump github/codeql-action from 3 to 4 (#10595)30d8f98chore(release): cut the 5.30.2 release55160cechore(deps): bump nginx from 1.29.2-alpine to 1.29.3-alpine (#10627)- Additional commits viewable in compare view
Updates @types/react from 18.3.26 to 19.2.7
Commits
- See full diff in compare view
Updates @types/react-dom from 18.3.7 to 19.2.3
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 7.18.0 to 8.48.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.48.0
8.48.0 (2025-11-24)
🚀 Features
- eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)
- rule-tester: remove workaround for jest circular structure error (#11772)
- typescript-estree: gate all errors behind allowInvalidAST (#11693)
- typescript-estree: replace fast-glob with tinyglobby (#11740)
🩹 Fixes
- eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)
- scope-manager: change unhelpful
aaaerror message and changeanalyzeto expectsProgram(#11747)- typescript-estree: infers singleRun as true for project service (#11327)
- typescript-estree: disallow binding patterns in parameter properties (#11760)
❤️ Thank You
- Ben McCann
@benmccann- Dima Barabash
@dbarabashh- fisker Cheung
@fisker- James Henry
@JamesHenry- JamesHenry
@JamesHenry- Josh Goldberg
- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- mdm317
@gen-ip-1- Younsang Na
@nayounsangYou can read about our versioning strategy and releases on our website.
v8.47.0
8.47.0 (2025-11-17)
🚀 Features
- eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)
❤️ Thank You
- Brad Zacher
@bradzacherYou can read about our versioning strategy and releases on our website.
v8.46.4
8.46.4 (2025-11-10)
🩹 Fixes
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.48.0 (2025-11-24)
🚀 Features
- eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)
🩹 Fixes
- typescript-estree: disallow binding patterns in parameter properties (#11760)
- eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)
❤️ Thank You
- Dima Barabash
@dbarabashh- JamesHenry
@JamesHenry- Josh Goldberg
- mdm317
@gen-ip-1You can read about our versioning strategy and releases on our website.
8.47.0 (2025-11-17)
🚀 Features
- eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)
❤️ Thank You
- Brad Zacher
@bradzacherYou can read about our versioning strategy and releases on our website.
8.46.4 (2025-11-10)
🩹 Fixes
- parser: error when both
projectServiceandprojectare set (#11333)- eslint-plugin: handle override modifier in promise-function-async fixer (#11730)
- eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#11006, #10958)
❤️ Thank You
- Evgeny Stepanovych
@undsoft- Kentaro Suzuki
@sushichan044- Maria Solano
@MariaSolOsYou can read about our versioning strategy and releases on our website.
8.46.3 (2025-11-03)
... (truncated)
Commits
6fb1551chore(release): publish 8.48.0d26e9dechore(eslint-plugin): correct TODO comment on the wrong line (#11773)5f04910fix(typescript-estree): disallow binding patterns in parameter properties (#1...a4dc42achore: migrate to nx 22 (#11780)2ffb168feat(eslint-plugin): [no-redundant-type-constituents] use assignability check...5ea21f1fix(eslint-plugin): [consistent-generic-constructors] ignore when constructor...28cf803chore(release): publish 8.47.06c6db24feat(eslint-plugin): [no-unused-private-class-members] new extension rule (#1...843f144chore(release): publish 8.46.4997e0c0fix(parser): error when bothprojectServiceandprojectare set (#11333)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @typescript-eslint/eslint-plugin since your current version.
Updates eslint-config-prettier from 9.1.2 to 10.1.8
Release notes
Sourced from eslint-config-prettier's releases.
v10.1.8
republish latest version
Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.5...v10.1.8
v10.1.5
Patch Changes
Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.4...v10.1.5
v10.1.4
Patch Changes
- #328
94b4799Thanks@silvenon! - fix(cli): do not crash on no rules configuredFull Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.3...v10.1.4
v10.1.3
Patch Changes
New Contributors
@pilikanmade their first contribution in prettier/eslint-config-prettier#325Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.2...v10.1.3
v10.1.2
Patch Changes
- #321
a8768bfThanks@Fdawgs! - chore(package): add homepage for some 3rd-party registry - see #321 for more detailsv10.1.1
Patch Changes
#309
eb56a5eThanks@JounQin! - fix: separate the/flatentry for compatibilityFor flat config users, the previous
"eslint-config-prettier"entry still works, but"eslint-config-prettier/flat"adds a newnameproperty for config-inspector, we just can't add it for the default entry for compatibility.See also prettier/eslint-config-prettier#308
// before import eslintConfigPrettier from "eslint-config-prettier";// after
import eslintConfigPrettier from "eslint-config-prettier/flat";
... (truncated)
Changelog
Sourced from eslint-config-prettier's changelog.
eslint-config-prettier
10.1.5
Patch Changes
10.1.4
Patch Changes
- #328
94b4799Thanks@silvenon! - fix(cli): do not crash on no rules configured10.1.3
Patch Changes
10.1.2
Patch Changes
- #321
a8768bfThanks@Fdawgs! - chore(package): add homepage for some 3rd-party registry - see #321 for more details10.1.1
Patch Changes
#309
eb56a5eThanks@JounQin! - fix: separate the/flatentry for compatibilityFor flat config users, the previous
"eslint-config-prettier"entry still works, but"eslint-config-prettier/flat"adds a newnameproperty for config-inspector, we just can't add it for the default entry for compatibility.See also prettier/eslint-config-prettier#308
// before import eslintConfigPrettier from "eslint-config-prettier";// after
import eslintConfigPrettier from "eslint-config-prettier/flat";
10.1.0
Minor Changes
... (truncated)
Commits
- See full diff in compare view
Updates prettier from 3.6.2 to 3.7.3
Release notes
Sourced from prettier's releases.
3.7.3
What's Changed
- Fix
prettier.getFileInfo()change that breaks VSCode extension by@fiskerin prettier/prettier#183753.7.2
What's Changed
- Fix string print when switching quotes by
@fiskerin prettier/prettier#18351- Preserve quote for embedded HTML attribute values by
@kovsuin prettier/prettier#18352- Fix comment in empty type literal by
@fiskerin prettier/prettier#183643.7.1
3.7.0