Skip to content

chore: Release 2025-10-01 09:23:31#1840

Merged
colinaaa merged 1 commit intomainfrom
changeset-release/main
Oct 1, 2025
Merged

chore: Release 2025-10-01 09:23:31#1840
colinaaa merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Sep 28, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@lynx-js/react@0.114.1

Patch Changes

  • Add event.stopPropagation and event.stopImmediatePropagation in MTS, to help with event propagation control (#1835)

    function App() {
      function handleInnerTap(event: MainThread.TouchEvent) {
        "main thread";
        event.stopPropagation();
        // Or stop immediate propagation with
        // event.stopImmediatePropagation();
      }
    
      // OuterTap will not be triggered
      return (
        <view main-thread:bindtap={handleOuterTap}>
          <view main-thread:bindtap={handleInnerTap}>
            <text>Hello, world</text>
          </view>
        </view>
      );
    }

    Note, if this feature is used in Lazy Loading Standalone Project, both the Producer and the Consumer should update to latest version of @lynx-js/react to make sure the feature is available.

  • Fix the "ReferenceError: Node is not defined" error. (#1850)

    This error would happen when upgrading to @testing-library/jest-dom v6.9.0.

  • fix: optimize main thread event error message (#1838)

@lynx-js/rspeedy@0.11.5

Patch Changes

  • Bump Rsbuild v1.5.13 with Rspack v1.5.8. (#1849)

@lynx-js/react-rsbuild-plugin@0.11.1

Patch Changes

  • Updated dependencies [19f823a]:
    • @lynx-js/css-extract-webpack-plugin@0.6.4
    • @lynx-js/react-alias-rsbuild-plugin@0.11.1
    • @lynx-js/use-sync-external-store@1.5.0
    • @lynx-js/react-refresh-webpack-plugin@0.3.4
    • @lynx-js/react-webpack-plugin@0.7.1

@lynx-js/testing-environment@0.1.8

Patch Changes

  • Fix the "ReferenceError: Node is not defined" error. (#1850)

    This error would happen when upgrading to @testing-library/jest-dom v6.9.0.

@lynx-js/web-constants@0.17.2

Patch Changes

  • feat: support load bts chunk from remote address (#1834)

    • re-support chunk splitting
    • support lynx.requireModule with a json file
    • support lynx.requireModule, lynx.requireModuleAsync with a remote url
    • support to add a breakpoint in chrome after reloading the web page
  • Updated dependencies []:

    • @lynx-js/web-worker-rpc@0.17.2

@lynx-js/web-core@0.17.2

Patch Changes

  • feat: support load bts chunk from remote address (#1834)

    • re-support chunk splitting
    • support lynx.requireModule with a json file
    • support lynx.requireModule, lynx.requireModuleAsync with a remote url
    • support to add a breakpoint in chrome after reloading the web page
  • Updated dependencies [a35a245]:

    • @lynx-js/web-worker-runtime@0.17.2
    • @lynx-js/web-constants@0.17.2
    • @lynx-js/web-mainthread-apis@0.17.2
    • @lynx-js/web-worker-rpc@0.17.2

@lynx-js/web-mainthread-apis@0.17.2

Patch Changes

  • Updated dependencies [a35a245]:
    • @lynx-js/web-constants@0.17.2
    • @lynx-js/web-style-transformer@0.17.2

@lynx-js/web-worker-runtime@0.17.2

Patch Changes

  • feat: support load bts chunk from remote address (#1834)

    • re-support chunk splitting
    • support lynx.requireModule with a json file
    • support lynx.requireModule, lynx.requireModuleAsync with a remote url
    • support to add a breakpoint in chrome after reloading the web page
  • Updated dependencies [a35a245]:

    • @lynx-js/web-constants@0.17.2
    • @lynx-js/web-mainthread-apis@0.17.2
    • @lynx-js/web-worker-rpc@0.17.2

@lynx-js/css-extract-webpack-plugin@0.6.4

Patch Changes

  • Avoid generating .css.hot-update.json when HMR is disabled. (#1811)

create-rspeedy@0.11.5

@lynx-js/react-alias-rsbuild-plugin@0.11.1

upgrade-rspeedy@0.11.5

@lynx-js/web-core-server@0.17.2

@lynx-js/web-rsbuild-server-middleware@0.17.2

@lynx-js/web-style-transformer@0.17.2

@lynx-js/web-worker-rpc@0.17.2

@github-actions github-actions Bot requested a review from hzy as a code owner September 28, 2025 07:53
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Sep 28, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot changed the title chore: Release 2025-09-28 07:52:50 chore: Release 2025-09-28 08:29:31 Sep 28, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from fd868a6 to b7dfd08 Compare September 28, 2025 08:29
@github-actions github-actions Bot requested a review from PupilTong as a code owner September 28, 2025 08:29
@github-actions github-actions Bot changed the title chore: Release 2025-09-28 08:29:31 chore: Release 2025-09-28 12:46:06 Sep 28, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from b7dfd08 to a1b34c3 Compare September 28, 2025 12:46
@github-actions github-actions Bot requested a review from colinaaa as a code owner September 28, 2025 12:46
@github-actions github-actions Bot changed the title chore: Release 2025-09-28 12:46:06 chore: Release 2025-09-29 04:26:29 Sep 29, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from a1b34c3 to ba0ed93 Compare September 29, 2025 04:26
@github-actions github-actions Bot changed the title chore: Release 2025-09-29 04:26:29 chore: Release 2025-09-29 06:47:18 Sep 29, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from ba0ed93 to 0643d72 Compare September 29, 2025 06:47
@github-actions github-actions Bot changed the title chore: Release 2025-09-29 06:47:18 chore: Release 2025-09-29 06:55:29 Sep 29, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 0643d72 to 5ee9cce Compare September 29, 2025 06:55
@github-actions github-actions Bot changed the title chore: Release 2025-09-29 06:55:29 chore: Release 2025-09-29 09:04:27 Sep 29, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 5ee9cce to fb6913a Compare September 29, 2025 09:04
@github-actions github-actions Bot changed the title chore: Release 2025-09-29 09:04:27 chore: Release 2025-09-30 07:02:24 Sep 30, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from fb6913a to 60b6f83 Compare September 30, 2025 07:02
@github-actions github-actions Bot changed the title chore: Release 2025-09-30 07:02:24 chore: Release 2025-09-30 10:37:43 Sep 30, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 60b6f83 to 62ef1f7 Compare September 30, 2025 10:37
@github-actions github-actions Bot changed the title chore: Release 2025-09-30 10:37:43 chore: Release 2025-09-30 15:45:54 Sep 30, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 62ef1f7 to 603a9a9 Compare September 30, 2025 15:46
@github-actions github-actions Bot changed the title chore: Release 2025-09-30 15:45:54 chore: Release 2025-10-01 02:32:15 Oct 1, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 603a9a9 to c668d57 Compare October 1, 2025 02:32
@github-actions github-actions Bot changed the title chore: Release 2025-10-01 02:32:15 chore: Release 2025-10-01 02:35:05 Oct 1, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from c668d57 to 2ea0ba3 Compare October 1, 2025 02:35
@github-actions github-actions Bot changed the title chore: Release 2025-10-01 02:35:05 chore: Release 2025-10-01 02:38:22 Oct 1, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 2ea0ba3 to 2883418 Compare October 1, 2025 02:38
@github-actions github-actions Bot changed the title chore: Release 2025-10-01 02:38:22 chore: Release 2025-10-01 03:20:32 Oct 1, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 2883418 to b0095ec Compare October 1, 2025 03:28
@github-actions github-actions Bot changed the title chore: Release 2025-10-01 03:20:32 chore: Release 2025-10-01 03:31:32 Oct 1, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from b0095ec to 3ed05ff Compare October 1, 2025 03:31
@github-actions github-actions Bot changed the title chore: Release 2025-10-01 03:31:32 chore: Release 2025-10-01 03:32:26 Oct 1, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 3ed05ff to 17ad353 Compare October 1, 2025 03:32
@github-actions github-actions Bot changed the title chore: Release 2025-10-01 03:32:26 chore: Release 2025-10-01 06:10:37 Oct 1, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 17ad353 to 5b3b59f Compare October 1, 2025 06:10
@github-actions github-actions Bot changed the title chore: Release 2025-10-01 06:10:37 chore: Release 2025-10-01 06:55:51 Oct 1, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 5b3b59f to 9858c54 Compare October 1, 2025 06:56
@github-actions github-actions Bot changed the title chore: Release 2025-10-01 06:55:51 chore: Release 2025-10-01 09:16:51 Oct 1, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 9858c54 to 3da8580 Compare October 1, 2025 09:17
@github-actions github-actions Bot changed the title chore: Release 2025-10-01 09:16:51 chore: Release 2025-10-01 09:17:46 Oct 1, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 3da8580 to fccce7f Compare October 1, 2025 09:17
@github-actions github-actions Bot changed the title chore: Release 2025-10-01 09:17:46 chore: Release 2025-10-01 09:23:31 Oct 1, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from fccce7f to a82315f Compare October 1, 2025 09:23
@colinaaa colinaaa merged commit ee0851c into main Oct 1, 2025
2 checks passed
@colinaaa colinaaa deleted the changeset-release/main branch October 1, 2025 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant