Skip to content

chore: Release 2025-12-22 04:06:36#1999

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

chore: Release 2025-12-22 04:06:36#1999
colinaaa merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Dec 15, 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/gesture-runtime@2.1.0

Minor Changes

  • Initialize '@lynx-js/gesture-runtime (#1984)

@lynx-js/rspeedy@0.12.3

Patch Changes

  • Support environment variants to enable multiple configurations for the same targets. (#1969)

  • Updated dependencies []:

    • @lynx-js/web-rsbuild-server-middleware@0.19.2

@lynx-js/lynx-bundle-rslib-config@0.0.2

Patch Changes

  • Introduce @lynx-js/externals-loading-webpack-plugin. It will help you to load externals built by @lynx-js/lynx-bundle-rslib-config. (#1924)

    // webpack.config.js
    import { ExternalsLoadingPlugin } from "@lynx-js/externals-loading-webpack-plugin";
    
    export default {
      plugins: [
        new ExternalsLoadingPlugin({
          mainThreadLayer: "main-thread",
          backgroundLayer: "background",
          externals: {
            lodash: {
              url: "http://lodash.lynx.bundle",
              background: { sectionPath: "background" },
              mainThread: { sectionPath: "main-thread" },
            },
          },
        }),
      ],
    };

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

Patch Changes

  • Support environment variants to enable multiple configurations for the same targets. (#1969)

  • Updated dependencies []:

    • @lynx-js/react-alias-rsbuild-plugin@0.12.2

@lynx-js/web-constants@0.19.2

Patch Changes

  • Updated dependencies []:
    • @lynx-js/web-worker-rpc@0.19.2

@lynx-js/web-core@0.19.2

Patch Changes

  • chore: mark the "multi-thread" deprecated (#2030)

    NOTICE This will be a breaking change in the future

    mark the thread strategy "multi-thread" as deprecated.

    Please use "all-on-ui" instead. If you still want to use multi-thread mode, please try to use a cross-origin isolated iframe.

    A console warning will be printed if thread-strategy is set to multi-thread.

  • fix csp issue for mts realm (#1998)

  • Updated dependencies []:

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

@lynx-js/web-explorer@0.0.15

Patch Changes

  • fix: web-explorer needs to actively send an iframeReady message to the parent, the parent uses iframe load listener cannot guarantee that the message-listener will complete execution. (#2001)

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

Patch Changes

  • Updated dependencies []:
    • @lynx-js/web-constants@0.19.2

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

Patch Changes

  • Updated dependencies []:
    • @lynx-js/web-constants@0.19.2
    • @lynx-js/web-mainthread-apis@0.19.2
    • @lynx-js/web-worker-rpc@0.19.2

@lynx-js/externals-loading-webpack-plugin@0.0.1

Patch Changes

  • Introduce @lynx-js/externals-loading-webpack-plugin. It will help you to load externals built by @lynx-js/lynx-bundle-rslib-config. (#1924)

    // webpack.config.js
    import { ExternalsLoadingPlugin } from "@lynx-js/externals-loading-webpack-plugin";
    
    export default {
      plugins: [
        new ExternalsLoadingPlugin({
          mainThreadLayer: "main-thread",
          backgroundLayer: "background",
          externals: {
            lodash: {
              url: "http://lodash.lynx.bundle",
              background: { sectionPath: "background" },
              mainThread: { sectionPath: "main-thread" },
            },
          },
        }),
      ],
    };

create-rspeedy@0.12.3

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

upgrade-rspeedy@0.12.3

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

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

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

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Dec 15, 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-12-15 12:39:59 chore: Release 2025-12-15 16:08:44 Dec 15, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from b05faf9 to 6b78e79 Compare December 15, 2025 16:08
@github-actions github-actions Bot requested a review from PupilTong as a code owner December 15, 2025 16:08
@github-actions github-actions Bot changed the title chore: Release 2025-12-15 16:08:44 chore: Release 2025-12-16 11:50:53 Dec 16, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 6b78e79 to ca02a50 Compare December 16, 2025 11:51
@github-actions github-actions Bot changed the title chore: Release 2025-12-16 11:50:53 chore: Release 2025-12-17 03:37:06 Dec 17, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from ca02a50 to 83fe735 Compare December 17, 2025 03:37
@github-actions github-actions Bot changed the title chore: Release 2025-12-17 03:37:06 chore: Release 2025-12-17 10:03:15 Dec 17, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 83fe735 to 72e2ca2 Compare December 17, 2025 10:03
@github-actions github-actions Bot changed the title chore: Release 2025-12-17 10:03:15 chore: Release 2025-12-17 10:04:11 Dec 17, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 72e2ca2 to 1c1e3a4 Compare December 17, 2025 10:04
@github-actions github-actions Bot changed the title chore: Release 2025-12-17 10:04:11 chore: Release 2025-12-18 09:14:19 Dec 18, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 1c1e3a4 to fb6f5ad Compare December 18, 2025 09:14
@github-actions github-actions Bot changed the title chore: Release 2025-12-18 09:14:19 chore: Release 2025-12-18 12:59:41 Dec 18, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from fb6f5ad to f553ed7 Compare December 18, 2025 12:59
@github-actions github-actions Bot changed the title chore: Release 2025-12-18 12:59:41 chore: Release 2025-12-18 13:00:41 Dec 18, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from f553ed7 to 5a94be9 Compare December 18, 2025 13:00
@github-actions github-actions Bot changed the title chore: Release 2025-12-18 13:00:41 chore: Release 2025-12-18 13:43:45 Dec 18, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 5a94be9 to 6fab4ef Compare December 18, 2025 13:43
@github-actions github-actions Bot changed the title chore: Release 2025-12-18 13:43:45 chore: Release 2025-12-18 15:32:19 Dec 18, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 6fab4ef to 317b8ab Compare December 18, 2025 15:32
@github-actions github-actions Bot changed the title chore: Release 2025-12-18 15:32:19 chore: Release 2025-12-18 15:33:57 Dec 18, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 317b8ab to 2153e1d Compare December 18, 2025 15:34
@github-actions github-actions Bot changed the title chore: Release 2025-12-18 15:33:57 chore: Release 2025-12-18 15:56:29 Dec 18, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 2153e1d to a23dfc6 Compare December 18, 2025 15:56
@github-actions github-actions Bot changed the title chore: Release 2025-12-18 15:56:29 chore: Release 2025-12-18 16:34:11 Dec 18, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from a23dfc6 to cc0330c Compare December 18, 2025 16:34
@github-actions github-actions Bot changed the title chore: Release 2025-12-18 16:34:11 chore: Release 2025-12-18 16:38:18 Dec 18, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from cc0330c to a2f52df Compare December 18, 2025 16:38
@github-actions github-actions Bot changed the title chore: Release 2025-12-18 16:38:18 chore: Release 2025-12-18 16:48:58 Dec 18, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from a2f52df to e925e26 Compare December 18, 2025 16:49
@github-actions github-actions Bot changed the title chore: Release 2025-12-18 16:48:58 chore: Release 2025-12-19 03:32:11 Dec 19, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from e925e26 to df4dc37 Compare December 19, 2025 03:32
@github-actions github-actions Bot changed the title chore: Release 2025-12-19 03:32:11 chore: Release 2025-12-19 03:33:01 Dec 19, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from df4dc37 to a40c882 Compare December 19, 2025 03:33
@github-actions github-actions Bot changed the title chore: Release 2025-12-19 03:33:01 chore: Release 2025-12-19 03:33:53 Dec 19, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from a40c882 to b116189 Compare December 19, 2025 03:34
@github-actions github-actions Bot changed the title chore: Release 2025-12-19 03:33:53 chore: Release 2025-12-19 03:37:55 Dec 19, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from b116189 to 7847838 Compare December 19, 2025 03:38
@github-actions github-actions Bot changed the title chore: Release 2025-12-19 03:37:55 chore: Release 2025-12-19 03:43:47 Dec 19, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 7847838 to ec9e2cb Compare December 19, 2025 03:44
@github-actions github-actions Bot changed the title chore: Release 2025-12-19 03:43:47 chore: Release 2025-12-19 03:55:32 Dec 19, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from ec9e2cb to 383f07c Compare December 19, 2025 03:55
@github-actions github-actions Bot changed the title chore: Release 2025-12-19 03:55:32 chore: Release 2025-12-19 04:00:12 Dec 19, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 383f07c to 9ef2869 Compare December 19, 2025 04:00
@github-actions github-actions Bot changed the title chore: Release 2025-12-19 04:00:12 chore: Release 2025-12-22 03:50:51 Dec 22, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 9ef2869 to 6f278b0 Compare December 22, 2025 03:51
@github-actions github-actions Bot changed the title chore: Release 2025-12-22 03:50:51 chore: Release 2025-12-22 03:52:08 Dec 22, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 6f278b0 to a5f9cb2 Compare December 22, 2025 03:52
@github-actions github-actions Bot changed the title chore: Release 2025-12-22 03:52:08 chore: Release 2025-12-22 04:06:36 Dec 22, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from a5f9cb2 to ec4c478 Compare December 22, 2025 04:06
@colinaaa colinaaa merged commit 8b2f07e into main Dec 22, 2025
2 checks passed
@colinaaa colinaaa deleted the changeset-release/main branch December 22, 2025 04:15
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