Skip to content

chore: tweak changesets#2171

Merged
colinaaa merged 1 commit intolynx-family:mainfrom
colinaaa:colin/0201/changeset
Feb 1, 2026
Merged

chore: tweak changesets#2171
colinaaa merged 1 commit intolynx-family:mainfrom
colinaaa:colin/0201/changeset

Conversation

@colinaaa
Copy link
Copy Markdown
Collaborator

@colinaaa colinaaa commented Feb 1, 2026

See: #2154

Summary by CodeRabbit

  • Chores
    • Updated release documentation and version tracking entries for dependency updates

✏️ Tip: You can customize this high-level summary in your review settings.

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
Copy Markdown

changeset-bot Bot commented Feb 1, 2026

🦋 Changeset detected

Latest commit: 15dbdca

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

This PR includes changesets to release 2 packages
Name Type
@lynx-js/react Patch
@lynx-js/qrcode-rsbuild-plugin 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
Copy Markdown
Contributor

coderabbitai Bot commented Feb 1, 2026

📝 Walkthrough

Walkthrough

This pull request updates changeset markdown files to reflect version and dependency changes across multiple packages. One file's version string format is refined, a new release documentation is added, and a superseded changelog entry is removed.

Changes

Cohort / File(s) Summary
Changeset Updates
.changeset/curly-taxis-sip.md, .changeset/flat-heads-sort.md, .changeset/witty-rooms-float.md
Modified changelog entries for release management: refined swc_core version string format, added new release notes for @lynx-js/qrcode-rsbuild-plugin (patch) and @clack/prompts (minor), and removed superseded @lynx-js/react release entry.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • upupming

Poem

🐰 Changesets dancing in the spring,
Version bumps on carrots sing,
From v56 to patches new,
Release notes fresh as morning dew! 📝

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'chore: tweak changesets' is vague and generic, using the non-descriptive term 'tweak' that does not convey specific information about the changeset modifications. Use a more descriptive title that specifies the changeset changes, such as 'chore: update changeset versions for qrcode plugin and remove outdated entries' to clarify the purpose of the modifications.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Fix all issues with AI agents
In @.changeset/curly-taxis-sip.md:
- Line 5: The changeset message only states "Bump `swc_core` v56" but doesn't
describe any user-facing impact for the package being versioned (the
`@lynx-js/react` changeset); update the changeset text to explain what end-users
of `@lynx-js/react` will observe due to swc_core v56 (e.g., specific bug fixes,
performance improvements, new JSX transform behavior, or confirm there is no
user-visible change), mention the dependency name swc_core and target package
`@lynx-js/react` in the message, and if there is truly no user-facing effect,
state that explicitly so the changeset justifies the bump.

In @.changeset/flat-heads-sort.md:
- Around line 1-5: The changeset header declares a patch for
"@lynx-js/qrcode-rsbuild-plugin" but the body only mentions bumping
"@clack/prompts", causing ambiguity; update the .changeset/flat-heads-sort.md
entry so the package and description match: either change the package list to
the actual package that consumed the `@clack/prompts` bump or expand the
description to explain how the `@clack/prompts` upgrade affects
"@lynx-js/qrcode-rsbuild-plugin" (e.g., dependency bump, bugfix, no user-facing
change), or remove the changeset if there is no user-facing impact; ensure the
package identifier "@lynx-js/qrcode-rsbuild-plugin" and the dependency
"@clack/prompts" are correctly referenced in the updated changeset text.

Comment thread .changeset/curly-taxis-sip.md
Comment thread .changeset/flat-heads-sort.md
@colinaaa colinaaa merged commit 4d72a86 into lynx-family:main Feb 1, 2026
5 checks passed
@colinaaa colinaaa deleted the colin/0201/changeset branch February 1, 2026 02:44
colinaaa pushed a commit that referenced this pull request Feb 1, 2026
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/motion@0.0.2

### Patch Changes

- Add initial support for `@lynx-js/motion`
([#1062](#1062))

## @lynx-js/react@0.116.2

### Patch Changes

- Fix "TypeError: not a function" error caused by `replaceAll` not
supported in ES5.
([#2142](#2142))

- Bump `swc_core` v56.
([#2154](#2154))

- Use `disableDeprecatedWarning` option to suppress BROKEN warnings
during compilation.
([#2157](#2157))

1. BROKEN: `getNodeRef`/`getNodeRefFromRoot`/`createSelectorQuery` on
component instance is broken and MUST be migrated in ReactLynx 3.0,
please use ref or lynx.createSelectorQuery instead.
2. BROKEN: `getElementById` on component instance is broken and MUST be
migrated in ReactLynx 3.0, please use ref or lynx.getElementById
instead.

- Fix memory leak by clearing list callbacks when \_\_DestroyLifetime
event is triggered.
([#2112](#2112))

## @lynx-js/rspeedy@0.13.3

### Patch Changes

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

## @lynx-js/qrcode-rsbuild-plugin@0.4.4

### Patch Changes

- Bump `@clack/prompts` v1.0
([#2171](#2171))

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

### Patch Changes

- Updated dependencies
\[[`92881e7`](92881e7),
[`1a5f2a1`](1a5f2a1)]:
    -   @lynx-js/template-webpack-plugin@0.10.3
    -   @lynx-js/css-extract-webpack-plugin@0.7.0
    -   @lynx-js/react-webpack-plugin@0.7.3
    -   @lynx-js/react-alias-rsbuild-plugin@0.12.7
    -   @lynx-js/use-sync-external-store@1.5.0
    -   @lynx-js/react-refresh-webpack-plugin@0.3.4

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

### Patch Changes

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

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

### Patch Changes

- feat: add browser config of lynx-view, now you can customize the
browser config of lynx-view:
([#2140](#2140))

        lynxView.browserConfig = {
          pixelRatio: 1,
          pixelWidth: 1234,
          pixelHeight: 5678,
        }

-   Updated dependencies \[]:
    -   @lynx-js/web-constants@0.19.7
    -   @lynx-js/web-mainthread-apis@0.19.7
    -   @lynx-js/web-worker-rpc@0.19.7
    -   @lynx-js/web-worker-runtime@0.19.7

## @lynx-js/web-core-wasm@0.0.2

### Patch Changes

- Updated dependencies
\[[`43fc7e7`](43fc7e7)]:
    -   @lynx-js/web-elements@0.11.1
    -   @lynx-js/web-worker-rpc@0.19.7

## @lynx-js/web-elements@0.11.1

### Patch Changes

- feat: add wheel event handling and corresponding tests for
x-foldview-ng
([#2145](#2145))

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

### Patch Changes

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

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

### Patch Changes

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

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

### Patch Changes

- Fix "Failed to load CSS update file" for lazy bundle
([#2150](#2150))

- Fix "TypeError: cannot read property 'call' of undefined" error of
lazy bundle HMR.
([#2146](#2146))

## create-rspeedy@0.13.3



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



## upgrade-rspeedy@0.13.3



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



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



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

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