Skip to content

chore: Release 2025-12-26 14:14:15#2035

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

chore: Release 2025-12-26 14:14:15#2035
colinaaa merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Dec 22, 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/lynx-bundle-rslib-config@0.1.0

Minor Changes

  • Update external bundle minimum SDK version to 3.5. (#2037)

Patch Changes

  • Fix globDynamicComponentEntry is not defined error when minify is enabled in external bundle consumer. (#2058)

@lynx-js/web-elements@0.10.0

Minor Changes

  • chore: migrate all @lynx-js/web-elements-* packages into one (#2057)

    Before

    import "@lynx-js/web-elements-template";
    import "@lynx-js/web-elements-compat/LinearContainer";

    After

    import "@lynx-js/web-elements/html-templates";
    import "@lynx-js/web-elements/compat/LinearContainer";

Patch Changes

@lynx-js/react@0.115.2

Patch Changes

  • Fix undefined factory (react:background)/./node_modules/.pnpm/@lynx-js+react... error when loading a standalone lazy bundle after hydration. (#2048)

  • Partially fix "main-thread.js exception: TypeError: cannot read property '__elements' of undefined" by recursively calling snapshotDestroyList. (#2041)

  • Fix a bug where React throws CtxNotFound error when lazy bundle resolves after unmount. (#2003)

@lynx-js/rspeedy@0.12.4

Patch Changes

  • Updated dependencies []:
    • @lynx-js/web-rsbuild-server-middleware@0.19.3

@lynx-js/external-bundle-rsbuild-plugin@0.0.1

Patch Changes

  • Introduce @lynx-js/external-bundle-rsbuild-plugin. (#2006)

    // lynx.config.ts
    import { pluginExternalBundle } from "@lynx-js/external-bundle-rsbuild-plugin";
    import { pluginReactLynx } from "@lynx-js/react-rsbuild-plugin";
    
    export default {
      plugins: [
        pluginReactLynx(),
        pluginExternalBundle({
          externals: {
            lodash: {
              url: "http://lodash.lynx.bundle",
              background: { sectionPath: "background" },
              mainThread: { sectionPath: "mainThread" },
            },
          },
        }),
      ],
    };
  • Updated dependencies [491c5ef]:

    • @lynx-js/externals-loading-webpack-plugin@0.0.2

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

Patch Changes

  • expose LAYERS via api.expose for other rsbuild plugins. (#2006)

  • Updated dependencies [cd89bf9]:

    • @lynx-js/template-webpack-plugin@0.10.1
    • @lynx-js/react-alias-rsbuild-plugin@0.12.3
    • @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.3
    • @lynx-js/css-extract-webpack-plugin@0.7.0

@lynx-js/web-constants@0.19.3

Patch Changes

  • Updated dependencies [986761d]:
    • @lynx-js/web-worker-rpc@0.19.3

@lynx-js/web-core@0.19.3

Patch Changes

  • Updated dependencies [986761d]:
    • @lynx-js/web-worker-rpc@0.19.3
    • @lynx-js/web-constants@0.19.3
    • @lynx-js/web-worker-runtime@0.19.3
    • @lynx-js/web-mainthread-apis@0.19.3

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

Patch Changes

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

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

Patch Changes

  • feat: support lazy message port assigning in web-worker-rpc (#2040)

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

Patch Changes

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

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

Patch Changes

  • Export ExternalValue ts type. (#2037)

@lynx-js/template-webpack-plugin@0.10.1

Patch Changes

  • fix: pass updated css from encodeData to resolvedEncodeOptions (#2053)

    Previously, the initial CSS was used in resolvedEncodeOptions instead of the potentially updated CSS from encodeData after the beforeEncode hook. This fix ensures resolvedEncodeOptions receives the latest CSS data.

create-rspeedy@0.12.4

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

upgrade-rspeedy@0.12.4

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

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

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Dec 22, 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-22 09:17:01 chore: Release 2025-12-22 11:58:23 Dec 22, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from df5d685 to 1b01800 Compare December 22, 2025 11:58
@github-actions github-actions Bot requested a review from PupilTong as a code owner December 22, 2025 11:58
@github-actions github-actions Bot changed the title chore: Release 2025-12-22 11:58:23 chore: Release 2025-12-22 15:47:10 Dec 22, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 1b01800 to dfafd34 Compare December 22, 2025 15:47
@github-actions github-actions Bot changed the title chore: Release 2025-12-22 15:47:10 chore: Release 2025-12-23 11:01:45 Dec 23, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from dfafd34 to 7207cc2 Compare December 23, 2025 11:01
@github-actions github-actions Bot changed the title chore: Release 2025-12-23 11:01:45 chore: Release 2025-12-23 11:03:41 Dec 23, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 7207cc2 to 8eb7a60 Compare December 23, 2025 11:03
@github-actions github-actions Bot changed the title chore: Release 2025-12-23 11:03:41 chore: Release 2025-12-23 13:48:20 Dec 23, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 8eb7a60 to 4b99565 Compare December 23, 2025 13:48
@github-actions github-actions Bot changed the title chore: Release 2025-12-23 13:48:20 chore: Release 2025-12-24 03:31:57 Dec 24, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 4b99565 to d91637b Compare December 24, 2025 03:32
@github-actions github-actions Bot requested review from HuJean and hzy as code owners December 24, 2025 03:32
@github-actions github-actions Bot changed the title chore: Release 2025-12-24 03:31:57 chore: Release 2025-12-24 04:00:08 Dec 24, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from d91637b to 2763004 Compare December 24, 2025 04:00
@github-actions github-actions Bot changed the title chore: Release 2025-12-24 04:00:08 chore: Release 2025-12-25 01:56:12 Dec 25, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 2763004 to aaf1cc3 Compare December 25, 2025 01:56
@github-actions github-actions Bot changed the title chore: Release 2025-12-25 01:56:12 chore: Release 2025-12-25 04:06:47 Dec 25, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from aaf1cc3 to a8b3aa1 Compare December 25, 2025 04:06
@github-actions github-actions Bot changed the title chore: Release 2025-12-25 04:06:47 chore: Release 2025-12-25 06:58:37 Dec 25, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from a8b3aa1 to 9be15d5 Compare December 25, 2025 06:58
@github-actions github-actions Bot changed the title chore: Release 2025-12-25 06:58:37 chore: Release 2025-12-25 07:07:27 Dec 25, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 9be15d5 to f969ea2 Compare December 25, 2025 07:07
@github-actions github-actions Bot changed the title chore: Release 2025-12-25 07:07:27 chore: Release 2025-12-26 05:17:16 Dec 26, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from f969ea2 to c52dc55 Compare December 26, 2025 05:17
@github-actions github-actions Bot changed the title chore: Release 2025-12-26 05:17:16 chore: Release 2025-12-26 07:11:01 Dec 26, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from c52dc55 to edbb83a Compare December 26, 2025 07:11
@github-actions github-actions Bot changed the title chore: Release 2025-12-26 07:11:01 chore: Release 2025-12-26 07:49:28 Dec 26, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from edbb83a to 73a86cc Compare December 26, 2025 07:49
@github-actions github-actions Bot changed the title chore: Release 2025-12-26 07:49:28 chore: Release 2025-12-26 09:01:11 Dec 26, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 73a86cc to 826d583 Compare December 26, 2025 09:01
@github-actions github-actions Bot changed the title chore: Release 2025-12-26 09:01:11 chore: Release 2025-12-26 09:03:26 Dec 26, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 826d583 to f3e8ab8 Compare December 26, 2025 09:03
@github-actions github-actions Bot changed the title chore: Release 2025-12-26 09:03:26 chore: Release 2025-12-26 14:10:54 Dec 26, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from f3e8ab8 to 197775f Compare December 26, 2025 14:11
@github-actions github-actions Bot changed the title chore: Release 2025-12-26 14:10:54 chore: Release 2025-12-26 14:14:15 Dec 26, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 197775f to c6616a2 Compare December 26, 2025 14:14
@colinaaa colinaaa merged commit fb85760 into main Dec 29, 2025
2 checks passed
@colinaaa colinaaa deleted the changeset-release/main branch December 29, 2025 00:57
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