chore(web): update dependencies version of web-explorer#1839
chore(web): update dependencies version of web-explorer#1839PupilTong merged 4 commits intolynx-family:mainfrom
Conversation
🦋 Changeset detectedLatest commit: 911aeb0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
📝 WalkthroughWalkthroughAdds a changeset file to declare a patch release for @lynx-js/web-explorer and chore updates for @lynx-js/lynx-core (0.1.3) and @lynx-js/web-core (0.17.1). No source code or public API changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1).changeset/*.md📄 CodeRabbit inference engine (AGENTS.md)
Files:
🧠 Learnings (5)📓 Common learnings📚 Learning: 2025-09-12T09:43:04.847ZApplied to files:
📚 Learning: 2025-07-22T09:23:07.797ZApplied to files:
📚 Learning: 2025-09-12T09:43:04.847ZApplied to files:
📚 Learning: 2025-08-07T04:00:59.645ZApplied to files:
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. 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. Comment |
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/web-core@0.18.0 ### Minor Changes - fix: ([#1837](#1837)) 1. `LynxView.updateData()` cannot trigger `dataProcessor`. 2. **This is a break change:** The second parameter of `LynxView.updateData()` has been changed from `UpdateDataType` to `string`, which is the `processorName` (default is `default` which will use `defaultDataProcessor`). This change is to better align with Native. The current complete type is as follows: ```ts LynxView.updateData(data: Cloneable, processorName?: string | undefined, callback?: (() => void) | undefined): void ``` ### Patch Changes - Updated dependencies \[[`77397fd`](77397fd), [`7d90ed5`](7d90ed5)]: - @lynx-js/web-worker-runtime@0.18.0 - @lynx-js/web-constants@0.18.0 - @lynx-js/web-mainthread-apis@0.18.0 - @lynx-js/web-worker-rpc@0.18.0 ## @lynx-js/react@0.114.2 ### Patch Changes - fix: main thread functions created during the initial render cannot correctly call `runOnBackground()` after hydration ([#1878](#1878)) ## @lynx-js/rspeedy@0.11.6 ### Patch Changes - Should apply `dev.hmr` and `dev.liveReload` to Rsbuild config. ([#1882](#1882)) - Support CLI flag `--root` to specify the root of the project. ([#1836](#1836)) ## @lynx-js/react-rsbuild-plugin@0.11.2 ### Patch Changes - Fix using wrong version of `@lynx-js/react/refresh`. ([#1756](#1756)) - Updated dependencies \[]: - @lynx-js/react-alias-rsbuild-plugin@0.11.2 - @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.1 ## @lynx-js/web-constants@0.18.0 ### Patch Changes - fix: ([#1837](#1837)) 1. `LynxView.updateData()` cannot trigger `dataProcessor`. 2. **This is a break change:** The second parameter of `LynxView.updateData()` has been changed from `UpdateDataType` to `string`, which is the `processorName` (default is `default` which will use `defaultDataProcessor`). This change is to better align with Native. The current complete type is as follows: ```ts LynxView.updateData(data: Cloneable, processorName?: string | undefined, callback?: (() => void) | undefined): void ``` - Updated dependencies \[]: - @lynx-js/web-worker-rpc@0.18.0 ## @lynx-js/web-elements@0.8.8 ### Patch Changes - fix: ([#1837](#1837)) 1. `LynxView.updateData()` cannot trigger `dataProcessor`. 2. **This is a break change:** The second parameter of `LynxView.updateData()` has been changed from `UpdateDataType` to `string`, which is the `processorName` (default is `default` which will use `defaultDataProcessor`). This change is to better align with Native. The current complete type is as follows: ```ts LynxView.updateData(data: Cloneable, processorName?: string | undefined, callback?: (() => void) | undefined): void ``` - Updated dependencies \[]: - @lynx-js/web-elements-template@0.8.8 ## @lynx-js/web-explorer@0.0.10 ### Patch Changes - chore: update `@lynx-js/lynx-core` to `0.1.3`, `@lynx-js/web-core` to `0.17.1`. ([#1839](#1839)) ## @lynx-js/web-mainthread-apis@0.18.0 ### Patch Changes - fix: ([#1837](#1837)) 1. `LynxView.updateData()` cannot trigger `dataProcessor`. 2. **This is a break change:** The second parameter of `LynxView.updateData()` has been changed from `UpdateDataType` to `string`, which is the `processorName` (default is `default` which will use `defaultDataProcessor`). This change is to better align with Native. The current complete type is as follows: ```ts LynxView.updateData(data: Cloneable, processorName?: string | undefined, callback?: (() => void) | undefined): void ``` - feat: mouse event output structures remain aligned ([#1820](#1820)) - Updated dependencies \[[`77397fd`](77397fd)]: - @lynx-js/web-constants@0.18.0 - @lynx-js/web-style-transformer@0.18.0 ## @lynx-js/web-worker-runtime@0.18.0 ### Patch Changes - fix: ([#1837](#1837)) 1. `LynxView.updateData()` cannot trigger `dataProcessor`. 2. **This is a break change:** The second parameter of `LynxView.updateData()` has been changed from `UpdateDataType` to `string`, which is the `processorName` (default is `default` which will use `defaultDataProcessor`). This change is to better align with Native. The current complete type is as follows: ```ts LynxView.updateData(data: Cloneable, processorName?: string | undefined, callback?: (() => void) | undefined): void ``` - Updated dependencies \[[`77397fd`](77397fd), [`7d90ed5`](7d90ed5)]: - @lynx-js/web-constants@0.18.0 - @lynx-js/web-mainthread-apis@0.18.0 - @lynx-js/web-worker-rpc@0.18.0 ## create-rspeedy@0.11.6 ## @lynx-js/react-alias-rsbuild-plugin@0.11.2 ## upgrade-rspeedy@0.11.6 ## @lynx-js/web-core-server@0.18.0 ## @lynx-js/web-elements-template@0.8.8 ## @lynx-js/web-rsbuild-server-middleware@0.18.0 ## @lynx-js/web-style-transformer@0.18.0 ## @lynx-js/web-worker-rpc@0.18.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Summary by CodeRabbit
Checklist