Skip to content

chore(deps): update lynx#251

Merged
colinaaa merged 1 commit into
mainfrom
renovate/lynx
Mar 2, 2026
Merged

chore(deps): update lynx#251
colinaaa merged 1 commit into
mainfrom
renovate/lynx

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 1, 2026

This PR contains the following updates:

Package Change Age Confidence
@lynx-js/qrcode-rsbuild-plugin (source) 0.4.30.4.6 age confidence
@lynx-js/react (source) 0.115.30.116.4 age confidence
@lynx-js/react-rsbuild-plugin (source) 0.12.40.12.9 age confidence
@lynx-js/rspeedy (source) 0.12.50.13.4 age confidence
@lynx-js/template-webpack-plugin (source) 0.10.10.10.4 age confidence
@lynx-js/types 3.6.03.7.0 age confidence

Release Notes

lynx-family/lynx-stack (@​lynx-js/qrcode-rsbuild-plugin)

v0.4.6

Compare Source

Patch Changes
  • Print all entries with all schema URLs in non-TTY environments instead of only showing the first entry's QR code. (#​2227)

v0.4.5

Compare Source

Patch Changes
  • Only register console shortcuts when running in TTY environments (#​2202)

v0.4.4

Patch Changes
lynx-family/lynx-stack (@​lynx-js/react)

v0.116.4

Compare Source

Patch Changes
  • Support ReactLynx::hooks::setState trace for function components. (#​2198)

  • fix: properly cleanup __DestroyLifetime listeners and listCallbacks in snapshotDestroyList. (#​2224)

v0.116.3

Compare Source

Patch Changes
  • fix: remove lynx.createSelectorQuery deprecated warning in production (#​2195)

  • Add a DEV-only guard that detects MainThread flush loops caused by re-entrant MTS handlers. (#​2159)

    This typically happens when a MainThread handler (e.g. event callback or MainThreadRef) performs UI mutations (like Element.setStyleProperty, setStyleProperties, setAttribute, or invoke) that synchronously trigger a flush which re-enters the handler again.

  • Avoid DEV_ONLY_SetSnapshotEntryName on standalone lazy bundle. (#​2184)

  • Add alog and trace for BTS event handlers. (#​2102)

  • fix: Main thread functions cannot access properties on this before hydration completes. (#​2194)

    This fixes the cannot convert to object error.

  • Remove element api calls alog by default, and only enable it when __ALOG_ELEMENT_API__ is defined to true or environment variable REACT_ALOG_ELEMENT_API is set to true. (#​2192)

  • fix: captured variables in main thread functions within class components do not update correctly (#​2197)

v0.116.2

Compare Source

Patch Changes
  • Fix "TypeError: not a function" error caused by replaceAll not supported in ES5. (#​2142)

  • Bump swc_core v56. (#​2154)

  • Use disableDeprecatedWarning option to suppress BROKEN warnings during compilation. (#​2157)

    1. BROKEN: getNodeRef/getNodeRefFromRoot/createSelectorQuery on component instance is broken and MUST be migrated in ReactLynx 3.0, please use ref or lynx.createSelectorQuery instead.
    2. BROKEN: getElementById on component instance is broken and MUST be migrated in ReactLynx 3.0, please use ref or lynx.getElementById instead.
  • Fix memory leak by clearing list callbacks when __DestroyLifetime event is triggered. (#​2112)

v0.116.1

Compare Source

Patch Changes
  • Fix the issue that lazy bundle HMR will lost CSS. (#​2134)

v0.116.0

Compare Source

Minor Changes
Patch Changes
  • Add safety checks for compilation macros to prevent runtime errors when they are undefined. (#​2110)

    Replaces direct usage of __PROFILE__, __MAIN_THREAD__, __BACKGROUND__ with typeof checks.

    This improves robustness by checking variable existence before access, preventing runtime errors in environments where compilation macros are not defined.

v0.115.4

Compare Source

Patch Changes
  • fix: unable to access MainThreadRef in some scenarios (#​1996)

  • Add getComputedStyleProperty for MainThread.Element to retrieve computed style values synchronously. (#​2005)

    Requires Lynx SDK >= 3.5

    function getStyle(ele: MainThread.Element) {
      'main thread';
      const width = ele.getComputedStyleProperty('width'); // Returns 300px
      const transformMatrix = ele.getComputedStyleProperty('transform'); // Returns matrix(2, 0, 0, 2, 200, 400)
    }
lynx-family/lynx-stack (@​lynx-js/react-rsbuild-plugin)

v0.12.9

Compare Source

Patch Changes

v0.12.8

Compare Source

Patch Changes

v0.12.7

Compare Source

Patch Changes

v0.12.6

Compare Source

Patch Changes

v0.12.5

Compare Source

Patch Changes
lynx-family/lynx-stack (@​lynx-js/rspeedy)

v0.13.4

Compare Source

Patch Changes

v0.13.3

Compare Source

Patch Changes

v0.13.2

Compare Source

Patch Changes
  • Bump Rsbuild 1.7.2 with Rspack 1.7.1. (#​2136)

v0.13.1

Compare Source

Patch Changes

v0.13.0

Compare Source

Minor Changes
  • Bump Rsbuild v1.7.1 with Rspack v1.7.0. (#​2088)

  • BREAKING CHANGE: Remove the CLI version selector and the --unmanaged flag. (#​2093)

    Rspeedy will no longer automatically attempt to use the locally installed version when the CLI is invoked.

    Please uninstall your globally installed version of Rspeedy:

    npm uninstall -g @​lynx-js/rspeedy
Patch Changes
lynx-family/lynx-stack (@​lynx-js/template-webpack-plugin)

v0.10.4

Compare Source

Patch Changes

v0.10.3

Compare Source

Patch Changes
  • Fix "Failed to load CSS update file" for lazy bundle (#​2150)

  • Fix "TypeError: cannot read property 'call' of undefined" error of lazy bundle HMR. (#​2146)

v0.10.2

Compare Source

Patch Changes
  • Polyfill lynx.requireModuleAsync to allow cache same parallel requests. (#​2108)
lynx-family/lynx (@​lynx-js/types)

v3.7.0

Compare Source


Configuration

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

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate Bot requested a review from colinaaa as a code owner March 1, 2026 06:37
@renovate renovate Bot added the bot:renovate label Mar 1, 2026
@renovate renovate Bot requested a review from HuJean as a code owner March 1, 2026 06:37
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Mar 1, 2026

⚠️ No Changeset found

Latest commit: 0caa509

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

This PR includes no changesets

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

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

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

@renovate renovate Bot force-pushed the renovate/lynx branch from ae6565b to 0caa509 Compare March 2, 2026 10:20
@colinaaa colinaaa merged commit 550f99b into main Mar 2, 2026
5 checks passed
@colinaaa colinaaa deleted the renovate/lynx branch March 2, 2026 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant