forked from lynx-family/lynx-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] main from lynx-family:main #41
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
Add back background-only package to monorepo. Note that the package was already published to npm: https://www.npmjs.com/package/background-only --------- Signed-off-by: Xuan Huang (黄玄) <5563315+Huxpro@users.noreply.github.com> Co-authored-by: Qingyu Wang <40660121+colinaaa@users.noreply.github.com>
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.8` -> `1.3.9`](https://renovatebot.com/diffs/npm/@rspack%2fcli/1.3.8/1.3.9) | [](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.8` -> `1.3.9`](https://renovatebot.com/diffs/npm/@rspack%2fcore/1.3.8/1.3.9) | [](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.8` -> `1.3.9`](https://renovatebot.com/diffs/npm/@rspack%2ftest-tools/1.3.8/1.3.9) | [](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.9`](https://github.com/web-infra-dev/rspack/releases/tag/v1.3.9) [Compare Source](https://github.com/web-infra-dev/rspack/compare/v1.3.8...v1.3.9) <!-- Release notes generated using configuration in .github/release.yml at v1.3.9 --> #### What's Changed ##### Performance Improvements ⚡ - perf: js stats by [@​SyMind](https://github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/10213](https://github.com/web-infra-dev/rspack/pull/10213) ##### Bug Fixes 🐞 - fix: clever merge resolve options by [@​ahabhgk](https://github.com/ahabhgk) in [https://github.com/web-infra-dev/rspack/pull/10231](https://github.com/web-infra-dev/rspack/pull/10231) - fix: set watchpack limit before loading watchpack by [@​chenjiahan](https://github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/10236](https://github.com/web-infra-dev/rspack/pull/10236) - fix: circular seen relations by [@​LingyuCoder](https://github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/10237](https://github.com/web-infra-dev/rspack/pull/10237) - fix: missing stack information from plugin error by [@​ScriptedAlchemy](https://github.com/ScriptedAlchemy) in [https://github.com/web-infra-dev/rspack/pull/10078](https://github.com/web-infra-dev/rspack/pull/10078) - fix: process warnings multiple times by [@​LingyuCoder](https://github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/10273](https://github.com/web-infra-dev/rspack/pull/10273) - fix(html): not to override plugin options when using multiple instances by [@​LingyuCoder](https://github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/10284](https://github.com/web-infra-dev/rspack/pull/10284) ##### Document Updates 📖 - docs: add JavaScript minify & transform example and api docs by [@​GiveMe-A-Name](https://github.com/GiveMe-A-Name) in [https://github.com/web-infra-dev/rspack/pull/10206](https://github.com/web-infra-dev/rspack/pull/10206) - docs: correct SWC API examples by [@​chenjiahan](https://github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/10228](https://github.com/web-infra-dev/rspack/pull/10228) - docs: fix the wrong container syntax by [@​SoonIter](https://github.com/SoonIter) in [https://github.com/web-infra-dev/rspack/pull/10232](https://github.com/web-infra-dev/rspack/pull/10232) - docs: improve tracing documentation by [@​chenjiahan](https://github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/10258](https://github.com/web-infra-dev/rspack/pull/10258) - docs: enhance Data URI module and MIME type rules by [@​chenjiahan](https://github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/10267](https://github.com/web-infra-dev/rspack/pull/10267) - docs: rewrite loader types documentation and examples by [@​chenjiahan](https://github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/10277](https://github.com/web-infra-dev/rspack/pull/10277) ##### Other Changes - chore: support event tracing by [@​hardfist](https://github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/10225](https://github.com/web-infra-dev/rspack/pull/10225) - chore: improve stats.toJson() bench case by [@​SyMind](https://github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/10226](https://github.com/web-infra-dev/rspack/pull/10226) - chore: release v1.3.8 by [@​SyMind](https://github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/10223](https://github.com/web-infra-dev/rspack/pull/10223) - refactor: CI better fallback runner label by [@​stormslowly](https://github.com/stormslowly) in [https://github.com/web-infra-dev/rspack/pull/10240](https://github.com/web-infra-dev/rspack/pull/10240) - chore(deps): update npm dependencies by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10251](https://github.com/web-infra-dev/rspack/pull/10251) - chore(deps): update pnpm to v10.10.0 by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10253](https://github.com/web-infra-dev/rspack/pull/10253) - chore(deps): update dependency webpack to v5.99.7 by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10249](https://github.com/web-infra-dev/rspack/pull/10249) - chore(deps): update dependency core-js to v3.42.0 by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10252](https://github.com/web-infra-dev/rspack/pull/10252) - chore: change RA targetdir by [@​hardfist](https://github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/10257](https://github.com/web-infra-dev/rspack/pull/10257) - ci: remove stale workflow by [@​LingyuCoder](https://github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/10243](https://github.com/web-infra-dev/rspack/pull/10243) - chore(deps): update dependency path-serializer to v0.4.0 by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10255](https://github.com/web-infra-dev/rspack/pull/10255) - ci: add required check for linting CI by [@​stormslowly](https://github.com/stormslowly) in [https://github.com/web-infra-dev/rspack/pull/10263](https://github.com/web-infra-dev/rspack/pull/10263) - chore: upgrade swc to v22.5.3 and enable swc tracing by [@​hardfist](https://github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/10256](https://github.com/web-infra-dev/rspack/pull/10256) - chore(deps): update github-actions by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10250](https://github.com/web-infra-dev/rspack/pull/10250) - chore(deps): remove loader-utils v2 by [@​chenjiahan](https://github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/10272](https://github.com/web-infra-dev/rspack/pull/10272) - chore: bump rspack resolver 0.5.6 by [@​stormslowly](https://github.com/stormslowly) in [https://github.com/web-infra-dev/rspack/pull/10276](https://github.com/web-infra-dev/rspack/pull/10276) - chore(deps): update dependency webpack to v5.99.8 by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10281](https://github.com/web-infra-dev/rspack/pull/10281) - chore(deps): update patch npm dependencies by [@​renovate](https://github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/10282](https://github.com/web-infra-dev/rspack/pull/10282) **Full Changelog**: web-infra-dev/rspack@v1.3.8...v1.3.9 </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:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImJvdDpyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [turbo](https://turborepo.com) ([source](https://github.com/vercel/turborepo)) | [`^2.5.2` -> `^2.5.3`](https://renovatebot.com/diffs/npm/turbo/2.5.2/2.5.3) | [](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>vercel/turborepo (turbo)</summary> ### [`v2.5.3`](https://github.com/vercel/turborepo/releases/tag/v2.5.3): Turborepo v2.5.3 [Compare Source](https://github.com/vercel/turborepo/compare/v2.5.2...v2.5.3) <!-- Release notes generated using configuration in .github/release.yml at v2.5.3 --> #### What's Changed ##### Docs - docs(fix): logos when using system theme by [@​anthonyshew](https://github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/10388](https://github.com/vercel/turborepo/pull/10388) - docs: migrate to Node.js subpath imports by [@​anthonyshew](https://github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/10389](https://github.com/vercel/turborepo/pull/10389) - chore: bump Next.js to 15.4.0-canary.12 for docs by [@​mischnic](https://github.com/mischnic) in [https://github.com/vercel/turborepo/pull/10399](https://github.com/vercel/turborepo/pull/10399) - docs: fix broken links in useful links section of readme by [@​richardhuf84](https://github.com/richardhuf84) in [https://github.com/vercel/turborepo/pull/10380](https://github.com/vercel/turborepo/pull/10380) - docs(chore): switch to ESM by [@​anthonyshew](https://github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/10405](https://github.com/vercel/turborepo/pull/10405) - docs: use `--experimental-strip-types` for scripts by [@​anthonyshew](https://github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/10414](https://github.com/vercel/turborepo/pull/10414) - docs(fix): date of 2.5 release post by [@​anthonyshew](https://github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/10419](https://github.com/vercel/turborepo/pull/10419) - docs(chore): temporarily revert to webpack by [@​anthonyshew](https://github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/10421](https://github.com/vercel/turborepo/pull/10421) - docs: new home page by [@​mamuso](https://github.com/mamuso) in [https://github.com/vercel/turborepo/pull/10423](https://github.com/vercel/turborepo/pull/10423) - docs(fix): layout shift on home page by [@​anthonyshew](https://github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/10424](https://github.com/vercel/turborepo/pull/10424) - docs: make copy to markdown button more subtle by [@​anthonyshew](https://github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/10425](https://github.com/vercel/turborepo/pull/10425) - feat: add noUpdateNotifier option to turbo.json by [@​devin-ai-integration](https://github.com/devin-ai-integration) in [https://github.com/vercel/turborepo/pull/10409](https://github.com/vercel/turborepo/pull/10409) - docs: refresh default OG image logo by [@​mamuso](https://github.com/mamuso) in [https://github.com/vercel/turborepo/pull/10433](https://github.com/vercel/turborepo/pull/10433) - docs: add `noUpdateNotifier` to options overview page by [@​anthonyshew](https://github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/10435](https://github.com/vercel/turborepo/pull/10435) - feat(examples): upgrade with-tailwind to TailwindCSS v4 by [@​anthonyshew](https://github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/10432](https://github.com/vercel/turborepo/pull/10432) - docs(chore): cleaning up a few todos by [@​anthonyshew](https://github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/10426](https://github.com/vercel/turborepo/pull/10426) - docs(examples): drop JS config from Tailwind example by [@​anthonyshew](https://github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/10445](https://github.com/vercel/turborepo/pull/10445) - docs(chore): reenable Turbopack by [@​mischnic](https://github.com/mischnic) in [https://github.com/vercel/turborepo/pull/10428](https://github.com/vercel/turborepo/pull/10428) ##### Examples - chore(deps-dev): bump turbo from 2.5.0 to 2.5.2 in /examples/with-shell-commands by [@​dependabot](https://github.com/dependabot) in [https://github.com/vercel/turborepo/pull/10394](https://github.com/vercel/turborepo/pull/10394) - chore(deps-dev): bump the non-monorepo group in /examples/non-monorepo with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/vercel/turborepo/pull/10395](https://github.com/vercel/turborepo/pull/10395) - chore(deps-dev): bump the basic group in /examples/basic with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/vercel/turborepo/pull/10396](https://github.com/vercel/turborepo/pull/10396) - chore(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink with 4 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/vercel/turborepo/pull/10397](https://github.com/vercel/turborepo/pull/10397) - chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/vercel/turborepo/pull/10398](https://github.com/vercel/turborepo/pull/10398) - chore(deps-dev): bump the basic group in /examples/basic with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/vercel/turborepo/pull/10439](https://github.com/vercel/turborepo/pull/10439) - chore(deps): bump the non-monorepo group in /examples/non-monorepo with 3 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/vercel/turborepo/pull/10440](https://github.com/vercel/turborepo/pull/10440) - chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/vercel/turborepo/pull/10442](https://github.com/vercel/turborepo/pull/10442) - chore(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/vercel/turborepo/pull/10443](https://github.com/vercel/turborepo/pull/10443) ##### Changelog - ci: remove knip by [@​anthonyshew](https://github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/10401](https://github.com/vercel/turborepo/pull/10401) - feat(ui): remove gutter from persisted task output by [@​chris-olszewski](https://github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/10406](https://github.com/vercel/turborepo/pull/10406) - chore(bun): pretty print bun lockfile by [@​chris-olszewski](https://github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/10418](https://github.com/vercel/turborepo/pull/10418) - fix: update link by [@​reddevilmidzy](https://github.com/reddevilmidzy) in [https://github.com/vercel/turborepo/pull/10416](https://github.com/vercel/turborepo/pull/10416) - chore: fix release notes ignore label by [@​anthonyshew](https://github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/10427](https://github.com/vercel/turborepo/pull/10427) - feat: conditional update notifier message using package manager by [@​anthonyshew](https://github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/10436](https://github.com/vercel/turborepo/pull/10436) - feat(tui): momentum-based scrolling by [@​MendyLanda](https://github.com/MendyLanda) in [https://github.com/vercel/turborepo/pull/10420](https://github.com/vercel/turborepo/pull/10420) - fix(query): use patched version of async-graphql by [@​chris-olszewski](https://github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/10448](https://github.com/vercel/turborepo/pull/10448) - chore: update schema snapshot by [@​chris-olszewski](https://github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/10449](https://github.com/vercel/turborepo/pull/10449) #### New Contributors - [@​richardhuf84](https://github.com/richardhuf84) made their first contribution in [https://github.com/vercel/turborepo/pull/10380](https://github.com/vercel/turborepo/pull/10380) - [@​reddevilmidzy](https://github.com/reddevilmidzy) made their first contribution in [https://github.com/vercel/turborepo/pull/10416](https://github.com/vercel/turborepo/pull/10416) - [@​mamuso](https://github.com/mamuso) made their first contribution in [https://github.com/vercel/turborepo/pull/10423](https://github.com/vercel/turborepo/pull/10423) - [@​devin-ai-integration](https://github.com/devin-ai-integration) made their first contribution in [https://github.com/vercel/turborepo/pull/10409](https://github.com/vercel/turborepo/pull/10409) - [@​MendyLanda](https://github.com/MendyLanda) made their first contribution in [https://github.com/vercel/turborepo/pull/10420](https://github.com/vercel/turborepo/pull/10420) **Full Changelog**: vercel/turborepo@v2.5.2...v2.5.3 </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 this update 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:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImJvdDpyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
<!-- 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. --> ## Summary <!-- Can you explain the reasoning behind implementing this change? What problem or issue does this pull request resolve? --> We should pin the GitHub Actions to digest. See: https://github.com/lynx-family/lynx-stack/security/code-scanning/39 <!-- It would be helpful if you could provide any relevant context, such as GitHub issues or related discussions. --> ## Checklist <!--- Check and mark with an "x" --> - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [create-rstack](https://github.com/rspack-contrib/create-rstack) | [`1.4.0` -> `1.4.1`](https://renovatebot.com/diffs/npm/create-rstack/1.4.0/1.4.1) | [](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>rspack-contrib/create-rstack (create-rstack)</summary> ### [`v1.4.1`](https://github.com/rspack-contrib/create-rstack/releases/tag/v1.4.1) [Compare Source](https://github.com/rspack-contrib/create-rstack/compare/v1.4.0...v1.4.1) #### What's Changed - chore(deps): update all non-major dependencies by [@​renovate](https://github.com/renovate) in [https://github.com/rspack-contrib/create-rstack/pull/36](https://github.com/rspack-contrib/create-rstack/pull/36) - feat: skip tools selection when tools is empty string by [@​nyqykk](https://github.com/nyqykk) in [https://github.com/rspack-contrib/create-rstack/pull/37](https://github.com/rspack-contrib/create-rstack/pull/37) #### New Contributors - [@​nyqykk](https://github.com/nyqykk) made their first contribution in [https://github.com/rspack-contrib/create-rstack/pull/37](https://github.com/rspack-contrib/create-rstack/pull/37) **Full Changelog**: rstackjs/create-rstack@v1.4.0...v1.4.1 </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 this update 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:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImJvdDpyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [webpack](https://github.com/webpack/webpack) | [`^5.99.7` -> `^5.99.8`](https://renovatebot.com/diffs/npm/webpack/5.99.8/5.99.8) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### 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 this update 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:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImJvdDpyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rspress/plugin-client-redirects](https://github.com/web-infra-dev/rspress) ([source](https://github.com/web-infra-dev/rspress/tree/HEAD/packages/plugin-client-redirects)) | [`2.0.0-beta.3` -> `2.0.0-beta.4`](https://renovatebot.com/diffs/npm/@rspress%2fplugin-client-redirects/2.0.0-beta.3/2.0.0-beta.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@rspress/shared](https://github.com/web-infra-dev/rspress) ([source](https://github.com/web-infra-dev/rspress/tree/HEAD/packages/shared)) | [`2.0.0-beta.3` -> `2.0.0-beta.4`](https://renovatebot.com/diffs/npm/@rspress%2fshared/2.0.0-beta.3/2.0.0-beta.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [rspress](https://github.com/web-infra-dev/rspress) ([source](https://github.com/web-infra-dev/rspress/tree/HEAD/packages/cli)) | [`2.0.0-beta.3` -> `2.0.0-beta.4`](https://renovatebot.com/diffs/npm/rspress/2.0.0-beta.3/2.0.0-beta.4) | [](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/rspress (@​rspress/plugin-client-redirects)</summary> ### [`v2.0.0-beta.4`](https://github.com/web-infra-dev/rspress/releases/tag/v2.0.0-beta.4) [Compare Source](https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.3...v2.0.0-beta.4) <!-- Release notes generated using configuration in .github/release.yml at main --> ##### Highlights✨ ##### Enable `dev.lazyCompilation: true` by default > related PR: [https://github.com/web-infra-dev/rspress/pull/2123](https://github.com/web-infra-dev/rspress/pull/2123) **1. startup instantly** startup time 50x↑ faster with [`lazyCompilation: true`](https://rsbuild.dev/config/dev/lazy-compilation) before 3.80s↓ <img width="200" alt="image" src="https://github.com/user-attachments/assets/8f85490f-2597-45d0-9dc7-6eb7bfb240a0" /> after 0.05s↑ <img width="200" alt="image" src="https://github.com/user-attachments/assets/f4821a13-77ff-4eb9-b2fb-faf9722b76ab" /> **2. When `preload` meets `lazyCompilation` magic, a magical chemical burst out** Rspress will preload the corresponding route when hovering over the link, then a magical chemical reaction bursts out between lazyCompilation and preload, enabling a seamless refresh experience. <img width="400" src="https://github.com/user-attachments/assets/99e188fb-a097-4a3a-9241-6400c93c4a46" /> ##### What's Changed ##### New Features 🎉 * feat: add `localeRedirect: 'only-default-lang'` support by @​JounQ[https://github.com/web-infra-dev/rspress/pull/2125](https://github.com/web-infra-dev/rspress/pull/2125)l/2125 * feat!: enable `dev.lazyCompilation: true` by default by @​SoonIt[https://github.com/web-infra-dev/rspress/pull/2123](https://github.com/web-infra-dev/rspress/pull/2123)l/2123 * feat: upgrade create-rspress to support `npm create rspress@beta` by @​SoonIt[https://github.com/web-infra-dev/rspress/pull/2128](https://github.com/web-infra-dev/rspress/pull/2128)l/2128 ##### Bug Fixes 🐞 * fix(plugin-llms): group routes correctly without locales config by @​jbro[https://github.com/web-infra-dev/rspress/pull/2116](https://github.com/web-infra-dev/rspress/pull/2116)l/2116 * fix(theme/dynamic-toc): should abandon all elements with `display: none`. by @​SoonIt[https://github.com/web-infra-dev/rspress/pull/2119](https://github.com/web-infra-dev/rspress/pull/2119)l/2119 * fix: the pkg type error in moduleResolution: node16 by @​SoonIt[https://github.com/web-infra-dev/rspress/pull/2127](https://github.com/web-infra-dev/rspress/pull/2127)l/2127 ##### Other Changes * chore(deps): update dependency cspell to ^8.19.4 by @​renova[https://github.com/web-infra-dev/rspress/pull/2118](https://github.com/web-infra-dev/rspress/pull/2118)l/2118 * chore(deps): update all patch dependencies by @​renova[https://github.com/web-infra-dev/rspress/pull/2117](https://github.com/web-infra-dev/rspress/pull/2117)l/2117 * chore(deps): update Rsbuild to v1.3.16 by @​chenjiah[https://github.com/web-infra-dev/rspress/pull/2120](https://github.com/web-infra-dev/rspress/pull/2120)l/2120 * chore(deps): migrate react-helmet to @​unhead/react@2.0.0 by @​[https://github.com/web-infra-dev/rspress/pull/2121](https://github.com/web-infra-dev/rspress/pull/2121)ss/pull/2121 * Release v2.0.0-beta.4 by @​SoonIt[https://github.com/web-infra-dev/rspress/pull/2130](https://github.com/web-infra-dev/rspress/pull/2130)l/2130 **Full Changelog**: web-infra-dev/rspress@v2.0.0-beta.3...v2.0.0-beta.4 </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:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImJvdDpyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJib3Q6cmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
## Summary <!-- Can you explain the reasoning behind implementing this change? What problem or issue does this pull request resolve? --> Following up #711, use the `background-only` package from workspace. <!-- It would be helpful if you could provide any relevant context, such as GitHub issues or related discussions. --> ## Checklist <!--- Check and mark with an "x" --> - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).
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 : )