Skip to content

Conversation

@Sherry-hue
Copy link
Collaborator

@Sherry-hue Sherry-hue commented Nov 4, 2025

Summary by CodeRabbit

  • Chores
    • Updated release tracking for patch version updates to web-elements and web-explorer packages.

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).
  • Changeset added, and when a BREAKING CHANGE occurs, it needs to be clearly marked (or not required).

@changeset-bot
Copy link

changeset-bot bot commented Nov 4, 2025

🦋 Changeset detected

Latest commit: 952ac2d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@lynx-js/web-explorer Patch

Not sure what this means? Click here to learn what changesets are.

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

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 4, 2025

📝 Walkthrough

Walkthrough

A changeset entry has been added to document a patch version update for @lynx-js/web-elements to 0.8.10, along with a patch version note for @lynx-js/web-explorer.

Changes

Cohort / File(s) Summary
Changeset Documentation
.changeset/heavy-oranges-happen.md
Added changeset file documenting patch version bump for @lynx-js/web-elements to 0.8.10 and @lynx-js/web-explorer patch update

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

  • Changeset files are configuration-only and require minimal review; verify version numbers and package names are correct.

Suggested reviewers

  • PupilTong
  • hzy

Poem

🐰 A changeset hops into place,
Version numbers embrace,
Web elements take their stride,
To 0.8.10 with pride! ✨

Pre-merge checks and finishing touches

✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating the web-elements version reference in web-explorer, which is reflected in the changeset entry that documents a patch version update for @lynx-js/web-explorer with a feat note for @lynx-js/web-elements 0.8.10.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between e7d186a and 952ac2d.

📒 Files selected for processing (1)
  • .changeset/heavy-oranges-happen.md (1 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
.changeset/*.md

📄 CodeRabbit inference engine (AGENTS.md)

For contributions, generate and commit a Changeset describing your changes

Files:

  • .changeset/heavy-oranges-happen.md
🧠 Learnings (9)
📓 Common learnings
Learnt from: colinaaa
Repo: lynx-family/lynx-stack PR: 1330
File: .changeset/olive-animals-attend.md:1-3
Timestamp: 2025-07-22T09:23:07.797Z
Learning: In the lynx-family/lynx-stack repository, changesets are only required for meaningful changes to end-users such as bugfixes and features. Internal/development changes like chores, refactoring, or removing debug info do not need changeset entries.
Learnt from: gaoachao
Repo: lynx-family/lynx-stack PR: 1736
File: .changeset/spotty-experts-smoke.md:1-3
Timestamp: 2025-09-12T09:43:04.847Z
Learning: In the lynx-family/lynx-stack repository, empty changeset files (containing only `---\n\n---`) are used for internal changes that modify src/** files but don't require meaningful release notes, such as private package changes or testing-only modifications. This satisfies CI requirements without generating user-facing release notes.
Learnt from: colinaaa
Repo: lynx-family/lynx-stack PR: 1454
File: pnpm-workspace.yaml:46-46
Timestamp: 2025-08-07T04:00:59.645Z
Learning: In the lynx-family/lynx-stack repository, the webpack patch (patches/webpack5.101.0.patch) was created to fix issues with webpack5.99.9 but only takes effect on webpack5.100.0 and later versions. The patchedDependencies entry should use "webpack@^5.100.0" to ensure the patch applies to the correct version range.
Learnt from: gaoachao
Repo: lynx-family/lynx-stack PR: 1736
File: .changeset/spotty-experts-smoke.md:1-3
Timestamp: 2025-09-12T09:43:04.847Z
Learning: In the lynx-family/lynx-stack repository, private packages (marked with "private": true in package.json) like lynx-js/react-transform don't require meaningful changeset entries even when their public APIs change, since they are not published externally and only affect internal development.
Learnt from: colinaaa
Repo: lynx-family/lynx-stack PR: 1330
File: .changeset/olive-animals-attend.md:1-3
Timestamp: 2025-07-22T09:26:16.722Z
Learning: In the lynx-family/lynx-stack repository, CI checks require changesets when files matching the pattern "src/**" are modified (as configured in .changeset/config.json). For internal changes that don't need meaningful changesets, an empty changeset file is used to satisfy the CI requirement while not generating any release notes.
Learnt from: upupming
Repo: lynx-family/lynx-stack PR: 1370
File: .changeset/brave-melons-add.md:1-7
Timestamp: 2025-08-14T12:54:51.143Z
Learning: In the lynx-family/lynx-stack repository, packages use 0.x.x versioning where minor version bumps indicate breaking changes (not major bumps), following pre-1.0 semantic versioning conventions.
Learnt from: colinaaa
Repo: lynx-family/lynx-stack PR: 1558
File: .changeset/solid-squids-fall.md:2-2
Timestamp: 2025-08-19T11:25:36.127Z
Learning: In the lynx-family/lynx-stack repository, changesets should use the exact package name from package.json#name, not generic or unscoped names. Each package has its own specific scoped name (e.g., "lynx-js/react-transform" for packages/react/transform).
📚 Learning: 2025-09-12T09:43:04.847Z
Learnt from: gaoachao
Repo: lynx-family/lynx-stack PR: 1736
File: .changeset/spotty-experts-smoke.md:1-3
Timestamp: 2025-09-12T09:43:04.847Z
Learning: In the lynx-family/lynx-stack repository, empty changeset files (containing only `---\n\n---`) are used for internal changes that modify src/** files but don't require meaningful release notes, such as private package changes or testing-only modifications. This satisfies CI requirements without generating user-facing release notes.

Applied to files:

  • .changeset/heavy-oranges-happen.md
📚 Learning: 2025-07-22T09:23:07.797Z
Learnt from: colinaaa
Repo: lynx-family/lynx-stack PR: 1330
File: .changeset/olive-animals-attend.md:1-3
Timestamp: 2025-07-22T09:23:07.797Z
Learning: In the lynx-family/lynx-stack repository, changesets are only required for meaningful changes to end-users such as bugfixes and features. Internal/development changes like chores, refactoring, or removing debug info do not need changeset entries.

Applied to files:

  • .changeset/heavy-oranges-happen.md
📚 Learning: 2025-09-12T09:43:04.847Z
Learnt from: gaoachao
Repo: lynx-family/lynx-stack PR: 1736
File: .changeset/spotty-experts-smoke.md:1-3
Timestamp: 2025-09-12T09:43:04.847Z
Learning: In the lynx-family/lynx-stack repository, private packages (marked with "private": true in package.json) like lynx-js/react-transform don't require meaningful changeset entries even when their public APIs change, since they are not published externally and only affect internal development.

Applied to files:

  • .changeset/heavy-oranges-happen.md
📚 Learning: 2025-07-22T09:26:16.722Z
Learnt from: colinaaa
Repo: lynx-family/lynx-stack PR: 1330
File: .changeset/olive-animals-attend.md:1-3
Timestamp: 2025-07-22T09:26:16.722Z
Learning: In the lynx-family/lynx-stack repository, CI checks require changesets when files matching the pattern "src/**" are modified (as configured in .changeset/config.json). For internal changes that don't need meaningful changesets, an empty changeset file is used to satisfy the CI requirement while not generating any release notes.

Applied to files:

  • .changeset/heavy-oranges-happen.md
📚 Learning: 2025-08-07T04:00:59.645Z
Learnt from: colinaaa
Repo: lynx-family/lynx-stack PR: 1454
File: pnpm-workspace.yaml:46-46
Timestamp: 2025-08-07T04:00:59.645Z
Learning: In the lynx-family/lynx-stack repository, the webpack patch (patches/webpack5.101.0.patch) was created to fix issues with webpack5.99.9 but only takes effect on webpack5.100.0 and later versions. The patchedDependencies entry should use "webpack@^5.100.0" to ensure the patch applies to the correct version range.

Applied to files:

  • .changeset/heavy-oranges-happen.md
📚 Learning: 2025-08-19T11:25:36.127Z
Learnt from: colinaaa
Repo: lynx-family/lynx-stack PR: 1558
File: .changeset/solid-squids-fall.md:2-2
Timestamp: 2025-08-19T11:25:36.127Z
Learning: In the lynx-family/lynx-stack repository, changesets should use the exact package name from package.json#name, not generic or unscoped names. Each package has its own specific scoped name (e.g., "lynx-js/react-transform" for packages/react/transform).

Applied to files:

  • .changeset/heavy-oranges-happen.md
📚 Learning: 2025-08-14T12:54:51.143Z
Learnt from: upupming
Repo: lynx-family/lynx-stack PR: 1370
File: .changeset/brave-melons-add.md:1-7
Timestamp: 2025-08-14T12:54:51.143Z
Learning: In the lynx-family/lynx-stack repository, packages use 0.x.x versioning where minor version bumps indicate breaking changes (not major bumps), following pre-1.0 semantic versioning conventions.

Applied to files:

  • .changeset/heavy-oranges-happen.md
📚 Learning: 2025-09-29T06:43:40.182Z
Learnt from: CR
Repo: lynx-family/lynx-stack PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-09-29T06:43:40.182Z
Learning: Applies to .changeset/*.md : For contributions, generate and commit a Changeset describing your changes

Applied to files:

  • .changeset/heavy-oranges-happen.md
🔇 Additional comments (1)
.changeset/heavy-oranges-happen.md (1)

1-5: Add missing changeset entry for @lynx-js/web-elements or clarify that this is a dependency-only update.

The changeset lists only @lynx-js/web-explorer: patch, but the message states "feat: update @lynx-js/web-elements to 0.8.10" (currently at 0.8.9). This creates two possible issues:

  1. If web-elements is receiving a version bump, it must have its own changeset entry. Looking at the pattern in this PR (e.g., seven-coats-appear.md documents three packages), each modified package requires its entry.

  2. If this is only a dependency update for web-explorer, the changelog type is incorrect—feat: implies a feature addition. Use chore: or deps: instead (e.g., chore: update @lynx-js/web-elements dependency to 0.8.10).

Verify which applies and update accordingly.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@Sherry-hue Sherry-hue enabled auto-merge (squash) November 4, 2025 08:04
@PupilTong PupilTong disabled auto-merge November 4, 2025 08:14
@PupilTong PupilTong merged commit fa41cb5 into lynx-family:main Nov 4, 2025
6 checks passed
colinaaa pushed a commit that referenced this pull request Nov 9, 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/[email protected]

### Patch Changes

- During hydration, replace update with insert + remove for same-type
`<list-item />` with different `item-key` so the Lynx Engine detects
changes. ([#1598](#1598))

    ```html
    Hydrate List B into List A: List A:
    <list>
      <list-item item-key="a">hello</list-item>
      <list-item item-key="a">world</list-item>
    </list>

    List B:
    <list>
      <list-item item-key="a1">hello</list-item>
      <list-item item-key="a2">world</list-item>
    </list>
    ```

Previously this case was hydrated as an update; it is now emitted as
insert + remove to ensure SDK detection.

- Bump `swc_core` v47.
([#1916](#1916))

- Pass sourcemap generated by rspack to swc transformer.
([#1910](#1910))

- When engineVersion is greater than or equal to 3.1, use
`__SetAttribute` to set text attribute for text node instead of creating
a raw text node.
([#1880](#1880))

- Add profile for list `update-list-info`.
([#1480](#1480))

- Support testing React Compiler in testing library. Enable React
Compiler by setting the `experimental_enableReactCompiler` option of
`createVitestConfig` to `true`.
([#1269](#1269))

    ```js
    import { defineConfig, mergeConfig } from "vitest/config";
import { createVitestConfig } from
"@lynx-js/react/testing-library/vitest-config";

    const defaultConfig = await createVitestConfig({
      runtimePkgName: "@lynx-js/react",
      experimental_enableReactCompiler: true,
    });

    export default mergeConfig(defaultConfig, config);
    ```

## @lynx-js/[email protected]

### Patch Changes

-   Updated dependencies \[]:
    -   @lynx-js/[email protected]

## @lynx-js/[email protected]

### Patch Changes

- fix: print out the output chunk urls
([#1921](#1921))

## @lynx-js/[email protected]

### Patch Changes

- When engineVersion is greater than or equal to 3.1, use
`__SetAttribute` to set text attribute for text node instead of creating
a raw text node.
([#1880](#1880))

- Add `react-compiler-runtime` to `resolve.dedupe`.
([#1269](#1269))

With this change you can setup [React
Compiler](https://react.dev/learn/react-compiler) for ReactLynx by
`pluginBabel`:

    ```js
    import { defineConfig } from "@lynx-js/rspeedy";
    import { pluginBabel } from "@rsbuild/plugin-babel";

    export default defineConfig({
      plugins: [
        pluginBabel({
          include: /\.(?:jsx|tsx)$/,
          babelLoaderOptions(opts) {
            opts.plugins?.unshift([
              "babel-plugin-react-compiler",
// See https://react.dev/reference/react-compiler/configuration for
config
              {
                // ReactLynx only supports target to version 17
                target: "17",
              },
            ]);
          },
        }),
      ],
    });
    ```

- Updated dependencies
\[[`e7d186a`](e7d186a),
[`0d7a4c3`](0d7a4c3)]:
    -   @lynx-js/[email protected]
    -   @lynx-js/[email protected]
    -   @lynx-js/[email protected]
    -   @lynx-js/[email protected]

## @lynx-js/[email protected]

### Patch Changes

- feat: add \_\_GetSourceMapRelease API for nativeApp.
([#1923](#1923))

-   Updated dependencies \[]:
    -   @lynx-js/[email protected]

## @lynx-js/[email protected]

### Patch Changes

- Updated dependencies
\[[`fece7d0`](fece7d0),
[`e1db63f`](e1db63f),
[`ebc1a60`](ebc1a60)]:
    -   @lynx-js/[email protected]
    -   @lynx-js/[email protected]
    -   @lynx-js/[email protected]
    -   @lynx-js/[email protected]

## @lynx-js/[email protected]

### Patch Changes

- fix: define x-foldview-slot-drag-ng typo.
([#1915](#1915))

- feat: 1. Added support for the list `estimated-main-axis-size-px`
property; the width and height of `list-item` are no longer required.
([#1911](#1911))

2. Fixed an issue where the list `lower-threshold-item-count` event
would not trigger when using a horizontal layout under a waterfall
layout.

3. Fixed an issue where calling the list `autoScroll` method in
`useEffect` might not scroll.

4. Fixed an issue where the `scrolltolower` event might not be triggered
in waterfall, because the lower styles was not updated in
`registerEventEnableStatusChangeHandler`.

-   Updated dependencies \[]:
    -   @lynx-js/[email protected]

## @lynx-js/[email protected]

### Patch Changes

- fix: define x-foldview-slot-drag-ng typo.
([#1915](#1915))

## @lynx-js/[email protected]

### Patch Changes

- feat: update @lynx-js/web-elements to 0.8.10
([#1914](#1914))

## @lynx-js/[email protected]

### Patch Changes

- fix: The `e.detail` in the `bindtap` callback needs to correctly
include `x` and `y`.
([#1913](#1913))

- Updated dependencies
\[[`ebc1a60`](ebc1a60)]:
    -   @lynx-js/[email protected]
    -   @lynx-js/[email protected]

## @lynx-js/[email protected]

### Patch Changes

- fix: `this` may be undefined in Card().
([#1922](#1922))

- feat: add \_\_GetSourceMapRelease API for nativeApp.
([#1923](#1923))

- Updated dependencies
\[[`fece7d0`](fece7d0),
[`ebc1a60`](ebc1a60)]:
    -   @lynx-js/[email protected]
    -   @lynx-js/[email protected]
    -   @lynx-js/[email protected]

## @lynx-js/[email protected]

### Patch Changes

- Pass sourcemap generated by rspack to swc transformer.
([#1910](#1910))

- When engineVersion is greater than or equal to 3.1, use
`__SetAttribute` to set text attribute for text node instead of creating
a raw text node.
([#1880](#1880))

## [email protected]



## @lynx-js/[email protected]



## [email protected]



## @lynx-js/[email protected]



## @lynx-js/[email protected]



## @lynx-js/[email protected]



## @lynx-js/[email protected]



## @lynx-js/[email protected]

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

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants