forked from lynx-family/lynx-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] main from lynx-family:main #18
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
Merged
Merged
Conversation
This file contains hidden or 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
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rspack/cli](https://rspack.dev) ([source](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack-cli)) | [`1.3.5` -> `1.3.6`](https://renovatebot.com/diffs/npm/@rspack%2fcli/1.3.5/1.3.6) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@rspack/core](https://rspack.dev) ([source](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack)) | [`1.3.5` -> `1.3.6`](https://renovatebot.com/diffs/npm/@rspack%2fcore/1.3.5/1.3.6) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@rspack/test-tools](https://rspack.dev) ([source](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack-test-tools)) | [`1.3.5` -> `1.3.6`](https://renovatebot.com/diffs/npm/@rspack%2ftest-tools/1.3.5/1.3.6) | [](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>web-infra-dev/rspack (@​rspack/cli)</summary> ### [`v1.3.6`](https://github.com/web-infra-dev/rspack/compare/v1.3.5...v1.3.6) [Compare Source](https://github.com/web-infra-dev/rspack/compare/v1.3.5...v1.3.6) </details> <details> <summary>web-infra-dev/rspack (@​rspack/core)</summary> ### [`v1.3.6`](https://github.com/web-infra-dev/rspack/compare/v1.3.5...v1.3.6) [Compare Source](https://github.com/web-infra-dev/rspack/compare/v1.3.5...v1.3.6) </details> <details> <summary>web-infra-dev/rspack (@​rspack/test-tools)</summary> ### [`v1.3.6`](https://github.com/web-infra-dev/rspack/releases/tag/v1.3.6) [Compare Source](https://github.com/web-infra-dev/rspack/compare/v1.3.5...v1.3.6) <!-- Release notes generated using configuration in .github/release.yml at v1.3.6 --> #### What's Changed ##### Performance Improvements ⚡ - perf(build): custom Rslib minify options for `@rspack/core` by [@​Timeless0911](https://github.com/Timeless0911) in [https://github.com/web-infra-dev/rspack/pull/10048](https://github.com/web-infra-dev/rspack/pull/10048) - perf(hash): avoid heap allocations in hash by [@​quininer](https://github.com/quininer) in [https://github.com/web-infra-dev/rspack/pull/10060](https://github.com/web-infra-dev/rspack/pull/10060) - perf: trivial static variable improve by [@​quininer](https://github.com/quininer) in [https://github.com/web-infra-dev/rspack/pull/10113](https://github.com/web-infra-dev/rspack/pull/10113) - perf(core): remove json-parse-even-better-errors dependency by [@​chenjiahan](https://github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/10122](https://github.com/web-infra-dev/rspack/pull/10122) - perf: define Rspack version to reduce require calls by [@​chenjiahan](https://github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/10121](https://github.com/web-infra-dev/rspack/pull/10121) ##### Exciting New Features 🎉 - feat: rsdoctor module object add issuerPath property by [@​easy1090](https://github.com/easy1090) in [https://github.com/web-infra-dev/rspack/pull/10007](https://github.com/web-infra-dev/rspack/pull/10007) - feat: persistent cache snapshot save file hash by default by [@​jerrykingxyz](https://github.com/jerrykingxyz) in [https://github.com/web-infra-dev/rspack/pull/10050](https://github.com/web-infra-dev/rspack/pull/10050) - feat: asset info support symbol key by [@​SyMind](https://github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/9871](https://github.com/web-infra-dev/rspack/pull/9871) - feat(core): remove otel tracing support by [@​hardfist](https://github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/10067](https://github.com/web-infra-dev/rspack/pull/10067) - feat: support svg-chunk-webpack-plugin by [@​LingyuCoder](https://github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/10066](https://github.com/web-infra-dev/rspack/pull/10066) - feat: swc loader support emitAssertForImportAttributes config by [@​fireairforce](https://github.com/fireairforce) in [https://github.com/web-infra-dev/rspack/pull/9826](https://github.com/web-infra-dev/rspack/pull/9826) - feat: improve lightningcss minimize warning by [@​SyMind](https://github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/10103](https://github.com/web-infra-dev/rspack/pull/10103) ##### Bug Fixes 🐞 - fix(incremental): chunk id change should affect associate chunk by [@​ahabhgk](https://github.com/ahabhgk) in [https://github.com/web-infra-dev/rspack/pull/10032](https://github.com/web-infra-dev/rspack/pull/10032) - fix(wasm): shutdown async runtime and thread workers after finishing by [@​CPunisher](https://github.com/CPunisher) in [https://github.com/web-infra-dev/rspack/pull/9895](https://github.com/web-infra-dev/rspack/pull/9895) - fix: remove progressbar instance when closing compiler by [@​LingyuCoder](https://github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/10034](https://github.com/web-infra-dev/rspack/pull/10034) - fix: should not rename **webpack_require** if declared in current scope by [@​JSerFeng](https://github.com/JSerFeng) in [https://github.com/web-infra-dev/rspack/pull/10016](https://github.com/web-infra-dev/rspack/pull/10016) - fix: should rename **webpack_require** pat in parameters by [@​JSerFeng](https://github.com/JSerFeng) in [https://github.com/web-infra-dev/rspack/pull/10036](https://github.com/web-infra-dev/rspack/pull/10036) - fix: failed to resolve tinypool when using parallel loader by [@​chenjiahan](https://github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/10040](https://github.com/web-infra-dev/rspack/pull/10040) - fix: require with string raw by [@​SyMind](https://github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/10047](https://github.com/web-infra-dev/rspack/pull/10047) - fix: dev server types by [@​LingyuCoder](https://github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/10038](https://github.com/web-infra-dev/rspack/pull/10038) - fix: async entry should have unique runtime by [@​JSerFeng](https://github.com/JSerFeng) in [https://github.com/web-infra-dev/rspack/pull/10049](https://github.com/web-infra-dev/rspack/pull/10049) - fix(incremental): revoked module shouldn't exist in built modules by [@​ahabhgk](https://github.com/ahabhgk) in [https://github.com/web-infra-dev/rspack/pull/10051](https://github.com/web-infra-dev/rspack/pull/10051) - fix: conflict hot update main content warning by [@​ahabhgk](https://github.com/ahabhgk) in [https://github.com/web-infra-dev/rspack/pull/10059](https://github.com/web-infra-dev/rspack/pull/10059) - fix: should remove module napi_ref after finish make by [@​SyMind](https://github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/10062](https://github.com/web-infra-dev/rspack/pull/10062) - fix: should validate options of builtin swc loader by [@​LingyuCoder](https://github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/10055](https://github.com/web-infra-dev/rspack/pull/10055) - fix: context dependency with complex require by [@​SyMind](https://github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/10028](https://github.com/web-infra-dev/rspack/pull/10028) - fix: import module entry dependency resolve options by [@​LingyuCoder](https://github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/10070](https://github.com/web-infra-dev/rspack/pull/10070) - fix(cli): remove JSCPU & LOGGING support by [@​hardfist](https://github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/10071](https://github.com/web-infra-dev/rspack/pull/10071) - fix: allow lazyCompilation.serverUrl to end with slash by [@​chenjiahan](https://github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/10074](https://github.com/web-infra-dev/rspack/pull/10074) - fix: should have correct interop for default exportsType by [@​JSerFeng](https://github.com/JSerFeng) in [https://github.com/web-infra-dev/rspack/pull/10069](https://github.com/web-infra-dev/rspack/pull/10069) - fix: ThreadsafeOneShotRef prevents event loop destroy by [@​SyMind](https://github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/10082](https://github.com/web-infra-dev/rspack/pull/10082) - fix: allow assignment of `require` identifier by [@​inottn](https://github.com/inottn) in [https://github.com/web-infra-dev/rspack/pull/10093](https://github.com/web-infra-dev/rspack/pull/10093) - fix(cli): simplify RSPACK_PROFILE by [@​hardfist](https://github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/10072](https://github.com/web-infra-dev/rspack/pull/10072) - fix: compilation.chuks not corresponds to a unique jsobect by [@​SyMind](https://github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/10098](https://github.com/web-infra-dev/rspack/pull/10098) - fix: hmr should not include unchanged module when adding a new runtime by [@​ahabhgk](https://github.com/ahabhgk) in [https://github.com/web-infra-dev/rspack/pull/10061](https://github.com/web-infra-dev/rspack/pull/10061) - fix: comma in regex value of magic comments by [@​LingyuCoder](https://github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/10100](https://github.com/web-infra-dev/rspack/pull/10100) - fix(wasm): add wasm fallback in `checkVersion` by [@​CPunisher](https://github.com/CPunisher) in [https://github.com/web-infra-dev/rspack/pull/10097](https://github.com/web-infra-dev/rspack/pull/10097) - fix(diagnostic): fix excessively large width causing `format_args` panics by [@​h-a-n-a](https://github.com/h-a-n-a) in [https://github.com/web-infra-dev/rspack/pull/10109](https://github.com/web-infra-dev/rspack/pull/10109) - fix(pnp): resolved wrong description file in yarn pnp mode by [@​stormslowly](https://github.com/stormslowly) in [https://github.com/web-infra-dev/rspack/pull/10111](https://github.com/web-infra-dev/rspack/pull/10111) - fix: use evaluate expression to extract hmr accept dependencies by [@​ahabhgk](https://github.com/ahabhgk) in [https://github.com/web-infra-dev/rspack/pull/10107](https://github.com/web-infra-dev/rspack/pull/10107) - fix: compilation chunks for each is undefined by [@​SyMind](https://github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/10112](https://github.com/web-infra-dev/rspack/pull/10112) - fix: should skip rebuilding chunk graph if only specifier order change by [@​JSerFeng](https://github.com/JSerFeng) in [https://github.com/web-infra-dev/rspack/pull/10104](https://github.com/web-infra-dev/rspack/pull/10104) - fix(incremental): fallback when chunk depend on full hash by [@​ahabhgk](https://github.com/ahabhgk) in [https://github.com/web-infra-dev/rspack/pull/10110](https://github.com/web-infra-dev/rspack/pull/10110) - fix(core): fix async event tracing showing in perfetto by [@​hardfist](https://github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/10119](https://github.com/web-infra-dev/rspack/pull/10119) ##### Document Updates 📖 - docs: enhance Rsdoctor analysis guide by [@​chenjiahan](https://github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/10035](https://github.com/web-infra-dev/rspack/pull/10035) - docs: lightningcss errorRecovery option by [@​SyMind](https://github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/10077](https://github.com/web-infra-dev/rspack/pull/10077) - docs: rewrite tracing section by [@​hardfist](https://github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/10099](https://github.com/web-infra-dev/rspack/pull/10099) - docs: fix tracing title by [@​hardfist](https://github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/10106](https://github.com/web-infra-dev/rspack/pull/10106) - docs: update banner image by [@​chenjiahan](https://github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/10114](https://github.com/web-infra-dev/rspack/pull/10114) - docs: add `optimization.removeAvailableModules` config by [@​chenjiahan](https://github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/10115](https://github.com/web-infra-dev/rspack/pull/10115) ##### Other Changes - chore: release v1.3.5 by [@​h-a-n-a](https://github.com/h-a-n-a) in [https://github.com/web-infra-dev/rspack/pull/10031](https://github.com/web-infra-dev/rspack/pull/10031) - chore: bump swc version to 22.4.0 by [@​GiveMe-A-Name](https://github.com/GiveMe-A-Name) in [https://github.com/web-infra-dev/rspack/pull/10033](https://github.com/web-infra-dev/rspack/pull/10033) - chore: use Rslib to bundle `@rspack/core` by [@​Timeless0911](https://github.com/Timeless0911) in [https://github.com/web-infra-dev/rspack/pull/9899](https://github.com/web-infra-dev/rspack/pull/9899) - test: cacheCases update dynamic file by write by [@​jerrykingxyz](https://github.com/jerrykingxyz) in [https://github.com/web-infra-dev/rspack/pull/10039](https://github.com/web-infra-dev/rspack/pull/10039) - chore(deps): update npm dependencies by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/9918](https://github.com/web-infra-dev/rspack/pull/9918) - chore(deps): update github-actions by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10042](https://github.com/web-infra-dev/rspack/pull/10042) - chore(deps): update dependency [@​module-federation/runtime-tools](https://github.com/module-federation/runtime-tools) to v0.12.0 by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10046](https://github.com/web-infra-dev/rspack/pull/10046) - chore(deps): update dependency [@​arco-design/web-react](https://github.com/arco-design/web-react) to ^2.66.1 by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10045](https://github.com/web-infra-dev/rspack/pull/10045) - chore(deps): update npm dependencies by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10043](https://github.com/web-infra-dev/rspack/pull/10043) - chore: keep debugger in rspack bundle by [@​hardfist](https://github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/10054](https://github.com/web-infra-dev/rspack/pull/10054) - ci: lock cargo shear version by [@​jerrykingxyz](https://github.com/jerrykingxyz) in [https://github.com/web-infra-dev/rspack/pull/10052](https://github.com/web-infra-dev/rspack/pull/10052) - chore: merge rust & js loader & CPU Profiling together by [@​hardfist](https://github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/10009](https://github.com/web-infra-dev/rspack/pull/10009) - chore(deps): update dependency webpack to v5.99.5 by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10002](https://github.com/web-infra-dev/rspack/pull/10002) - revert: lightningcss loader error recovery default value by [@​SyMind](https://github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/10076](https://github.com/web-infra-dev/rspack/pull/10076) - Add minSizeReduction to SplitChunks CacheGroup by [@​kbruccoleri](https://github.com/kbruccoleri) in [https://github.com/web-infra-dev/rspack/pull/10073](https://github.com/web-infra-dev/rspack/pull/10073) - chore(deps): update rspress to v2.0.0-alpha.12 by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10087](https://github.com/web-infra-dev/rspack/pull/10087) - chore(deps): update dependency jsdom to ^26.1.0 by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10090](https://github.com/web-infra-dev/rspack/pull/10090) - chore(deps): update dependency mime-types to v3 by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10091](https://github.com/web-infra-dev/rspack/pull/10091) - chore(deps): update yarn to v4 by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10096](https://github.com/web-infra-dev/rspack/pull/10096) - chore(deps): update github-actions (major) by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10095](https://github.com/web-infra-dev/rspack/pull/10095) - chore(deps): update react to ^19.1.0 by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10094](https://github.com/web-infra-dev/rspack/pull/10094) - refactor: improve render external module for module output by [@​JSerFeng](https://github.com/JSerFeng) in [https://github.com/web-infra-dev/rspack/pull/10080](https://github.com/web-infra-dev/rspack/pull/10080) - chore: add tracing for hook call in define_hook macro by [@​ahabhgk](https://github.com/ahabhgk) in [https://github.com/web-infra-dev/rspack/pull/10064](https://github.com/web-infra-dev/rspack/pull/10064) - test: fix Jest haste module naming collision by [@​chenjiahan](https://github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/10105](https://github.com/web-infra-dev/rspack/pull/10105) - chore: fork tracing-chrome for better support for perfetto by [@​hardfist](https://github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/10102](https://github.com/web-infra-dev/rspack/pull/10102) - chore: add back wasm build check by [@​stormslowly](https://github.com/stormslowly) in [https://github.com/web-infra-dev/rspack/pull/10053](https://github.com/web-infra-dev/rspack/pull/10053) - refactor(incremental): use ChunkSetHashes for chunk render by [@​ahabhgk](https://github.com/ahabhgk) in [https://github.com/web-infra-dev/rspack/pull/10117](https://github.com/web-infra-dev/rspack/pull/10117) - chore: disable hook macro tracing by default by [@​ahabhgk](https://github.com/ahabhgk) in [https://github.com/web-infra-dev/rspack/pull/10120](https://github.com/web-infra-dev/rspack/pull/10120) - ci: add more JS extensions to workflow filters and format script by [@​stormslowly](https://github.com/stormslowly) in [https://github.com/web-infra-dev/rspack/pull/10123](https://github.com/web-infra-dev/rspack/pull/10123) - Revert "refactor: improve render external module for module output" by [@​JSerFeng](https://github.com/JSerFeng) in [https://github.com/web-infra-dev/rspack/pull/10126](https://github.com/web-infra-dev/rspack/pull/10126) - chore(deps): bump Rslib 0.6.6 by [@​Timeless0911](https://github.com/Timeless0911) in [https://github.com/web-infra-dev/rspack/pull/10129](https://github.com/web-infra-dev/rspack/pull/10129) - chore(deps): update dependency [@​module-federation/runtime-tools](https://github.com/module-federation/runtime-tools) to v0.13.0 by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10133](https://github.com/web-infra-dev/rspack/pull/10133) - chore(deps): update rspress to v2.0.0-beta.0 by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10132](https://github.com/web-infra-dev/rspack/pull/10132) - chore(deps): update dependency webpack to v5.99.6 by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10130](https://github.com/web-infra-dev/rspack/pull/10130) - chore(deps): update npm dependencies by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10131](https://github.com/web-infra-dev/rspack/pull/10131) - chore(deps): bump Rslib 0.6.7 by [@​Timeless0911](https://github.com/Timeless0911) in [https://github.com/web-infra-dev/rspack/pull/10134](https://github.com/web-infra-dev/rspack/pull/10134) #### New Contributors - [@​kbruccoleri](https://github.com/kbruccoleri) made their first contribution in [https://github.com/web-infra-dev/rspack/pull/10073](https://github.com/web-infra-dev/rspack/pull/10073) **Full Changelog**: web-infra-dev/rspack@v1.3.5...v1.3.6 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/lynx-family/lynx-stack). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJib3Q6cmVub3ZhdGUiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Qingyu Wang <40660121+colinaaa@users.noreply.github.com>
pull bot
pushed a commit
that referenced
this pull request
Jan 4, 2026
<!-- Thank you for submitting a pull request! We appreciate the time and effort you have invested in making these changes. Please ensure that you provide enough information to allow others to review your pull request. Upon submission, your pull request will be automatically assigned with reviewers. If you want to learn more about contributing to this project, please visit: https://github.com/lynx-family/lynx-stack/blob/main/CONTRIBUTING.md. --> <!-- The AI summary below will be auto-generated - feel free to replace it with your own. --> Solves lynx-family#2045 An example log from our examples/react package is as below. First screen: <details> ```log [BackgroundThread Component Render] name: Fragment, uniqID: undefined, __id: undefined main-thread.js:3421 [ReactLynxDebug] FiberElement API call #1: __CreatePage("0", 0) => page#10 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #2: __GetElementUniqueID(page#10) => 10 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #3: __SetCSSId([page#10], 0) main-thread.js:3460 [MainThread Component Render] name: App main-thread.js:3421 [ReactLynxDebug] FiberElement API call #4: __CreateView(10) => view#11 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #5: __CreateView(10) => view#12 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #6: __SetClasses(view#12, "Background") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #7: __AppendElement(view#11, view#12) => view#12 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #8: __CreateView(10) => view#13 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #9: __SetClasses(view#13, "App") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #10: __AppendElement(view#11, view#13) => view#13 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #11: __CreateView(10) => view#14 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #12: __SetClasses(view#14, "Banner") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #13: __AppendElement(view#13, view#14) => view#14 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #14: __CreateWrapperElement(10) => wrapper#15 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #15: __AppendElement(view#14, wrapper#15) => wrapper#15 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #16: __CreateText(10) => text#16 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #17: __SetClasses(text#16, "Title") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #18: __SetAttribute(text#16, "text", "React") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #19: __AppendElement(view#14, text#16) => text#16 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #20: __CreateText(10) => text#17 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #21: __SetClasses(text#17, "Subtitle") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #22: __SetAttribute(text#17, "text", "on Lynx") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #23: __AppendElement(view#14, text#17) => text#17 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #24: __CreateView(10) => view#18 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #25: __SetClasses(view#18, "Content") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #26: __AppendElement(view#13, view#18) => view#18 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #27: __CreateImage(10) => image#19 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #28: __SetClasses(image#19, "Arrow") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #29: __AppendElement(view#18, image#19) => image#19 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #30: __CreateText(10) => text#20 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #31: __SetClasses(text#20, "Description") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #32: __SetAttribute(text#20, "text", "Tap the logo and have fun!") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #33: __AppendElement(view#18, text#20) => text#20 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #34: __CreateText(10) => text#21 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #35: __SetClasses(text#21, "Hint") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #36: __AppendElement(view#18, text#21) => text#21 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #37: __CreateRawText("Edit") => raw-text#22 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #38: __AppendElement(text#21, raw-text#22) => raw-text#22 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #39: __CreateWrapperElement(10) => wrapper#23 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #40: __AppendElement(text#21, wrapper#23) => wrapper#23 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #41: __CreateRawText("to see updates!") => raw-text#24 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #42: __AppendElement(text#21, raw-text#24) => raw-text#24 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #43: __CreateView(10) => view#25 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #44: __SetInlineStyles(view#25, "flex:1") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #45: __AppendElement(view#13, view#25) => view#25 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #46: __AppendElement(page#10, view#11) => view#11 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #47: __SetAttribute(image#19, "src", "http://1.1.1.1:3000/static/image/arrow.aee54ba7.png") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #48: __CreateView(10) => view#26 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #49: __SetClasses(view#26, "Logo") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #50: __ReplaceElement(view#26, wrapper#15) main-thread.js:3421 [ReactLynxDebug] FiberElement API call #51: __AddEvent(view#26, "bindEvent", "tap", "-3:0:") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #52: __CreateImage(10) => image#27 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #53: __SetClasses(image#27, "Logo--lynx") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #54: __AppendElement(view#26, image#27) => image#27 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #55: __SetAttribute(image#27, "src", "http://1.1.1.1:3000/static/image/lynx-logo.620eb8d1.png") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #56: __CreateText(10) => text#28 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #57: __SetInlineStyles(text#28, "font-style:italic;color:rgba(255, 255, 255, 0.85)") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #58: __ReplaceElement(text#28, wrapper#23) main-thread.js:3421 [ReactLynxDebug] FiberElement API call #59: __CreateRawText("") => raw-text#29 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #60: __SetAttribute(raw-text#29, "text", " src/App.tsx ") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #61: __AppendElement(text#28, raw-text#29) => raw-text#29 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #62: __OnLifecycleEvent(["rLynxFirstScreen", {"root":"{\"id\":-1,\"type\":\"root\",\"children\":[{\"id\":-5,\"type\":\"__snapshot_835da_b8ae7_1\",\"values\":[\"http://1.1.1.1:3000/static/image/arrow.aee54ba7.png\"],\"children\":[{\"id\":-3,\"type\":\"__snapshot_835da_b8ae7_2\",\"values\":[\"-3:0:\"],\"children\":[{\"id\":-2,\"type\":\"__snapshot_835da_b8ae7_4\",\"values\":[\"http://1.1.1.1:3000/static/image/lynx-logo.620eb8d1.png\"]}]},{\"id\":-4,\"type\":\"__snapshot_835da_b8ae7_5\",\"children\":[{\"id\":-6,\"type\":null,\"values\":[\" src/App.tsx \"]}]}]}]}","jsReadyEventIdSwap":{}}]) background.js:11351 [rspeedy-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay disabled. background.js:3564 [HMR] Waiting for update signal from WDS... background.js:4476 [BackgroundThread Component Render] name: App, uniqID: __snapshot_835da_b8ae7_1, __id: 2 background.js:4476 [BackgroundThread Component Render] name: Fragment, uniqID: __snapshot_835da_b8ae7_1, __id: 2 background.js:214 Hello, ReactLynx background.js:8011 [ReactLynxDebug] MTS -> BTS OnLifecycleEvent: { "root": { "id": -1, "type": "root", "children": [ { "id": -5, "type": "__snapshot_835da_b8ae7_1", "values": [ "http://1.1.1.1:3000/static/image/arrow.aee54ba7.png" ], "children": [ { "id": -3, "type": "__snapshot_835da_b8ae7_2", "values": [ "-3:0:" ], "children": [ { "id": -2, "type": "__snapshot_835da_b8ae7_4", "values": [ "http://1.1.1.1:3000/static/image/lynx-logo.620eb8d1.png" ] } ] }, { "id": -4, "type": "__snapshot_835da_b8ae7_5", "children": [ { "id": -6, "type": null, "values": [ " src/App.tsx " ] } ] } ] } ] }, "jsReadyEventIdSwap": {} } main-thread.js:5801 [ReactLynxDebug] BTS -> MTS updateMainThread: { "data": { "patchList": [ { "snapshotPatch": [], "id": 2 } ] }, "patchOptions": { "isHydration": true, "reloadVersion": 0, "pipelineOptions": { "pipelineID": "0x16c567000_29", "needTimestamps": true, "pipelineOrigin": "reactLynxHydrate", "dsl": "reactLynx", "stage": "hydrate" } } } main-thread.js:3421 [ReactLynxDebug] FiberElement API call #63: __FlushElementTree(page#10, {"pipelineOptions":{"pipelineID":"0x16c567000_29","needTimestamps":true,"pipelineOrigin":"reactLynxHydrate","dsl":"reactLynx","stage":"hydrate"}}) ``` </details> Next update: <details> ```log [BackgroundThread Component Render] name: App, uniqID: __snapshot_835da_b8ae7_1, __id: -5 main-thread.js:5801 [ReactLynxDebug] BTS -> MTS updateMainThread: { "data": { "patchList": [ { "id": 3, "snapshotPatch": [ { "op": "RemoveChild", "parentId": -3, "childId": -2 }, { "op": "CreateElement", "type": "__snapshot_835da_b8ae7_3", "id": 7 }, { "op": "SetAttributes", "id": 7, "values": [ "http://1.1.1.1:3000/static/image/react-logo.75eb3837.png" ] }, { "op": "InsertBefore", "parentId": -3, "childId": 7, "beforeId": null } ] } ] }, "patchOptions": { "reloadVersion": 0, "pipelineOptions": { "pipelineID": "0x16c567000_30", "needTimestamps": false, "pipelineOrigin": "updateTriggeredByBts", "dsl": "reactLynx", "stage": "update" } } } main-thread.js:3421 [ReactLynxDebug] FiberElement API call #64: __RemoveElement(view#26, image#27) => image#27 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #65: __CreateImage(10) => image#30 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #66: __SetClasses(image#30, "Logo--react") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #67: __SetAttribute(image#30, "src", "http://1.1.1.1:3000/static/image/react-logo.75eb3837.png") main-thread.js:3421 [ReactLynxDebug] FiberElement API call #68: __AppendElement(view#26, image#30) => image#30 main-thread.js:3421 [ReactLynxDebug] FiberElement API call #69: __FlushElementTree(page#10, {"pipelineOptions":{"pipelineID":"0x16c567000_30","needTimestamps":false,"pipelineOrigin":"updateTriggeredByBts","dsl":"reactLynx","stage":"update"}}) ``` </details> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Enhanced debug logging: structured, dual-thread API-call, lifecycle and hydration traces when debug mode is enabled. * **Tests** * Added and expanded tests and snapshots to validate richer logging, API-call sequences, and hydration traces. * **Chores** * Development-only error messages now include a troubleshooting hint recommending the debug-mode option for easier diagnosis. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> ## Checklist <!--- Check and mark with an "x" --> - [x] Tests updated (or not required). - [ ] Documentation updated (or not required). - [x] Changeset added, and when a BREAKING CHANGE occurs, it needs to be clearly marked (or not required).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )