Skip to content

chore: Release 2025-12-12 10:03:11#1991

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

chore: Release 2025-12-12 10:03:11#1991
colinaaa merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Dec 8, 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/css-extract-webpack-plugin@0.7.0

Minor Changes

  • BREAKING CHANGE: Require @lynx-js/template-webpack-plugin 0.10.0. (#1965)

  • Merge all css chunk and generate a .css.hot-update.json file for each bundle. (#1965)

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

Minor Changes

  • Merge all css chunk and generate a .css.hot-update.json file for each bundle. (#1965)

@lynx-js/react@0.115.1

Patch Changes

  • Auto define lynx.loadLazyBundle when using import(/* relative path */). (#1956)

  • feat: support declaring cross-thread shared modules via Import Attributes, enabling Main Thread Functions to call standard JS functions directly. (#1968)

    • Usage: Add with { runtime: "shared" } to the import statement. For example:

      import { func } from './utils.js' with { runtime: 'shared' };
      
      function worklet() {
        'main thread';
        func(); // callable inside a main thread function
      }
    • Limitations:

      • Only directly imported identifiers are treated as shared; assigning the import to a new variable will result in the loss of this shared capability.
      • Functions defined within shared modules do not automatically become Main Thread Functions. Accessing main-thread-only APIs (e.g., MainThreadRef) will cause errors.

@lynx-js/rspeedy@0.12.2

Patch Changes

  • Bump Rsbuild v1.6.13 with Rspack v1.6.6. (#1995)

  • Updated dependencies []:

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

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

Patch Changes

  • Avoid injecting hot update runtime when dev.hmr or dev.liveReload is set to false. (#1980)

  • Updated dependencies [553ece1, 8cdb69d, 8cdb69d]:

    • @lynx-js/react-webpack-plugin@0.7.3
    • @lynx-js/css-extract-webpack-plugin@0.7.0
    • @lynx-js/template-webpack-plugin@0.10.0
    • @lynx-js/react-alias-rsbuild-plugin@0.12.1
    • @lynx-js/use-sync-external-store@1.5.0
    • @lynx-js/react-refresh-webpack-plugin@0.3.4

@lynx-js/web-constants@0.19.1

Patch Changes

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

@lynx-js/web-core@0.19.1

Patch Changes

  • fix: support CSP for mts (#1994)

  • Updated dependencies [f7256d5]:

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

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

Patch Changes

  • fix: fix reload lynx-view when enableCSSSelector false may cause css style lost (#1982)

  • Updated dependencies []:

    • @lynx-js/web-constants@0.19.1

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

Patch Changes

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

@lynx-js/react-webpack-plugin@0.7.3

Patch Changes

  • Support @lynx-js/template-webpack-plugin v0.10.0. (#1992)

create-rspeedy@0.12.2

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

upgrade-rspeedy@0.12.2

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

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

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

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Dec 8, 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-08 08:55:53 chore: Release 2025-12-08 10:07:07 Dec 8, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 6c588eb to 1fc4161 Compare December 8, 2025 10:07
@github-actions github-actions bot requested review from HuJean and hzy as code owners December 8, 2025 10:07
@github-actions github-actions bot changed the title chore: Release 2025-12-08 10:07:07 chore: Release 2025-12-09 03:20:25 Dec 9, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 1fc4161 to 5e73350 Compare December 9, 2025 03:20
@github-actions github-actions bot changed the title chore: Release 2025-12-09 03:20:25 chore: Release 2025-12-09 03:54:02 Dec 9, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 5e73350 to fed9baa Compare December 9, 2025 03:54
@github-actions github-actions bot changed the title chore: Release 2025-12-09 03:54:02 chore: Release 2025-12-09 08:20:46 Dec 9, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from fed9baa to 0e172ba Compare December 9, 2025 08:20
@github-actions github-actions bot requested a review from PupilTong as a code owner December 9, 2025 08:20
@github-actions github-actions bot changed the title chore: Release 2025-12-09 08:20:46 chore: Release 2025-12-10 07:38:27 Dec 10, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0e172ba to 0e2c537 Compare December 10, 2025 07:38
@github-actions github-actions bot changed the title chore: Release 2025-12-10 07:38:27 chore: Release 2025-12-10 09:34:24 Dec 10, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0e2c537 to cd15826 Compare December 10, 2025 09:34
@github-actions github-actions bot changed the title chore: Release 2025-12-10 09:34:24 chore: Release 2025-12-10 10:21:40 Dec 10, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from cd15826 to 6502303 Compare December 10, 2025 10:21
@github-actions github-actions bot changed the title chore: Release 2025-12-10 10:21:40 chore: Release 2025-12-12 06:57:03 Dec 12, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 6502303 to 2ebcb8f Compare December 12, 2025 06:57
@github-actions github-actions bot changed the title chore: Release 2025-12-12 06:57:03 chore: Release 2025-12-12 10:03:11 Dec 12, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2ebcb8f to c1873af Compare December 12, 2025 10:03
@colinaaa colinaaa merged commit 4e17b0b into main Dec 14, 2025
2 checks passed
@colinaaa colinaaa deleted the changeset-release/main branch December 14, 2025 04:24
f0rdream pushed a commit to f0rdream/lynx-stack that referenced this pull request Dec 18, 2025
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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/css-extract-webpack-plugin@0.7.0

### Minor Changes

- **BREAKING CHANGE**: Require `@lynx-js/template-webpack-plugin`
0.10.0. ([lynx-family#1965](lynx-family#1965))

- Merge all css chunk and generate a `.css.hot-update.json` file for
each bundle.
([lynx-family#1965](lynx-family#1965))

## @lynx-js/template-webpack-plugin@0.10.0

### Minor Changes

- Merge all css chunk and generate a `.css.hot-update.json` file for
each bundle.
([lynx-family#1965](lynx-family#1965))

## @lynx-js/react@0.115.1

### Patch Changes

- Auto define lynx.loadLazyBundle when using `import(/* relative path
*/)`. ([lynx-family#1956](lynx-family#1956))

- feat: support declaring cross-thread shared modules via Import
Attributes, enabling Main Thread Functions to call standard JS functions
directly. ([lynx-family#1968](lynx-family#1968))

- Usage: Add `with { runtime: "shared" }` to the `import` statement. For
example:

        ```ts
        import { func } from './utils.js' with { runtime: 'shared' };

        function worklet() {
          'main thread';
          func(); // callable inside a main thread function
        }
        ```

    -   Limitations:
- Only directly imported identifiers are treated as shared; assigning
the import to a new variable will result in the loss of this shared
capability.
- Functions defined within shared modules do not automatically become
Main Thread Functions. Accessing main-thread-only APIs (e.g.,
`MainThreadRef`) will cause errors.

## @lynx-js/rspeedy@0.12.2

### Patch Changes

- Bump Rsbuild v1.6.13 with Rspack v1.6.6.
([lynx-family#1995](lynx-family#1995))

-   Updated dependencies \[]:
    -   @lynx-js/web-rsbuild-server-middleware@0.19.1

## @lynx-js/react-rsbuild-plugin@0.12.1

### Patch Changes

- Avoid injecting hot update runtime when dev.hmr or dev.liveReload is
set to false.
([lynx-family#1980](lynx-family#1980))

- Updated dependencies
\[[`553ece1`](lynx-family@553ece1),
[`8cdb69d`](lynx-family@8cdb69d),
[`8cdb69d`](lynx-family@8cdb69d)]:
    -   @lynx-js/react-webpack-plugin@0.7.3
    -   @lynx-js/css-extract-webpack-plugin@0.7.0
    -   @lynx-js/template-webpack-plugin@0.10.0
    -   @lynx-js/react-alias-rsbuild-plugin@0.12.1
    -   @lynx-js/use-sync-external-store@1.5.0
    -   @lynx-js/react-refresh-webpack-plugin@0.3.4

## @lynx-js/web-constants@0.19.1

### Patch Changes

-   Updated dependencies \[]:
    -   @lynx-js/web-worker-rpc@0.19.1

## @lynx-js/web-core@0.19.1

### Patch Changes

- fix: support CSP for mts
([lynx-family#1994](lynx-family#1994))

- Updated dependencies
\[[`f7256d5`](lynx-family@f7256d5)]:
    -   @lynx-js/web-mainthread-apis@0.19.1
    -   @lynx-js/web-worker-runtime@0.19.1
    -   @lynx-js/web-constants@0.19.1
    -   @lynx-js/web-worker-rpc@0.19.1

## @lynx-js/web-mainthread-apis@0.19.1

### Patch Changes

- fix: fix reload lynx-view when `enableCSSSelector` false may cause css
style lost
([lynx-family#1982](lynx-family#1982))

-   Updated dependencies \[]:
    -   @lynx-js/web-constants@0.19.1

## @lynx-js/web-worker-runtime@0.19.1

### Patch Changes

- Updated dependencies
\[[`f7256d5`](lynx-family@f7256d5)]:
    -   @lynx-js/web-mainthread-apis@0.19.1
    -   @lynx-js/web-constants@0.19.1
    -   @lynx-js/web-worker-rpc@0.19.1

## @lynx-js/react-webpack-plugin@0.7.3

### Patch Changes

- Support `@lynx-js/template-webpack-plugin` v0.10.0.
([lynx-family#1992](lynx-family#1992))

## create-rspeedy@0.12.2



## @lynx-js/react-alias-rsbuild-plugin@0.12.1



## upgrade-rspeedy@0.12.2



## @lynx-js/web-core-server@0.19.1



## @lynx-js/web-rsbuild-server-middleware@0.19.1



## @lynx-js/web-worker-rpc@0.19.1

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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