SIGN IN SIGN UP

chore(react-refresh-webpack-plugin): add missed changeset for peer range bump (#2626)

## Summary

#2423 extended the `@lynx-js/react-webpack-plugin` peer range on
`@lynx-js/react-refresh-webpack-plugin` to include `^0.9.0`:

```diff
- "@lynx-js/react-webpack-plugin": "^0.3.0 || ^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0"
+ "@lynx-js/react-webpack-plugin": "^0.3.0 || ^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0 || ^0.9.0"
```

…but the changeset in that PR only bumped `@lynx-js/react`,
`@lynx-js/react-webpack-plugin`, and `@lynx-js/react-rsbuild-plugin`.
The `react-refresh-webpack-plugin` change has been sitting on `main`
without ever triggering a new release.

## Impact

The published `@lynx-js/react-refresh-webpack-plugin@0.3.5` still ships
the old (narrow) peer range, so `npm install` consumers continue to pull
`@lynx-js/react-webpack-plugin@0.8.0` alongside the newer `^0.9.0`
instance their direct deps demand. That parallel install in turn pins
`@lynx-js/template-webpack-plugin@0.10.9` at the top of `node_modules`
and pushes `0.11.0` into nested copies under different parents — the
exact precondition that drives the `Cannot destructure property 'buffer'
of '(intermediate value)' as it is undefined` build error.

(`pnpm install` was unaffected because its symlinked layout collapses
references regardless.)

## Change

Single changeset file. No source code change is needed — the peer-range
fix is already in place on `main`; this entry just makes sure the next
release cuts a new `@lynx-js/react-refresh-webpack-plugin` carrying it.

## Test plan

- [x] `pnpm changeset status` now lists
`@lynx-js/react-refresh-webpack-plugin` under "Packages to be bumped at
patch"
- [ ] CI pass

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
* Updated internal dependency metadata and peer dependency version
ranges for enhanced compatibility.

<!-- review_stack_entry_start -->

[![Review Change
Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/lynx-family/lynx-stack/pull/2626)

<!-- review_stack_entry_end -->

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Y
Yiming Li committed
13a0776fe2c8c7fc86c142f949436dffb78585ee
Parent: 46d3aa3
Committed by GitHub <noreply@github.com> on 5/14/2026, 6:38:37 AM