Skip to content

chore(deps): bump react-native-worklets from 0.10.1 to 0.12.1 in /frontend - #2439

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/react-native-worklets-0.12.1
Open

chore(deps): bump react-native-worklets from 0.10.1 to 0.12.1 in /frontend#2439
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/react-native-worklets-0.12.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor

Bumps react-native-worklets from 0.10.1 to 0.12.1.

Release notes

Sourced from react-native-worklets's releases.

Worklets - 0.12.1

What's Changed

Full Changelog: software-mansion/react-native-reanimated@worklets-0.12.0...worklets-0.12.1

Worklets - 0.12.0

Key changes

WeakRef on Worklet Runtimes

Worklet Runtimes now support WeakRef. This required enabling Hermes' own microtask queue when the runtime is created, and draining it from C++.

Bundle Mode script loading on par with React Native

Bundle Mode used to load the script through in-memory copies. On iOS the whole bundle stayed resident in a std::string for the app's lifetime, and on Android a dev-server bundle passed through a Java String and two more copies over JNI. Local bundles are now mmapped and Android dev-server downloads stream to a cache file, the same way React Native's own loaders work. Dev-server fetches now also check the HTTP status and surface the error message Metro returns. In development on Android, initialization reuses the bundle React Native has already downloaded.

enableLocking option in createWorkletRuntime

createWorkletRuntime accepts a new enableLocking option, which creates a Worklet Runtime without mutex guards. It is meant for advanced use cases, where you can guarantee thread-safety of the runtime.

Other changes

Full Changelog: software-mansion/react-native-reanimated@worklets-0.11.3...worklets-0.12.0

Worklets - 0.11.4

What's Changed

... (truncated)

Commits
  • 9a4b4d7 release(Worklets): 0.12.1 (#10329)
  • 30c2b16 cherry-pick(worklets-0.12-stable): extract UI-thread check into UIScheduler::...
  • 39103b9 release(Worklets): 0.12.0
  • a0ba3b5 feat: changelogs (#10201)
  • fb9cb55 fix(Worklets): missing autorelease drain on detached worklet threads (#10192)
  • 22498ac fix(Worklets): UI loop not pausing when the app is backgrounded (#10196)
  • e2a785d fix(Worklets): Jest mocks missing APIs (#10183)
  • 82a3e16 feat(Worklets): WeakRef on Worklet Runtimes (#10085)
  • 9341db4 refactor(Worklets): move microtasks call to C++ (#10175)
  • f9c6de9 fix(Worklets): web scheduleOnUI implementation on errors (#10167)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets) from 0.10.1 to 0.12.1.
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Changelog](https://github.com/software-mansion/react-native-reanimated/blob/main/packages/react-native-worklets/CHANGELOG.md)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/worklets-0.12.1/packages/react-native-worklets)

---
updated-dependencies:
- dependency-name: react-native-worklets
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the frontend label Aug 23, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thank you @, for creating the PR and contributing to our UltimateHealth project 💗.
Our team will review the PR and will reach out to you soon! 😇
Make sure that you have marked all the tasks that you are done with ✅.
Thank you for your patience! 😀

@github-actions

Copy link
Copy Markdown
Contributor

Knip Dead Code Check

Knip ran in non-blocking mode for this PR. Review any findings before merge.

Check Result Exit code
Full analysis PASS 0
Dependencies PASS 0
Files PASS 0
Exports PASS 0
Full analysis
No output.
Dependencies
No output.
Files
Unused files (37)
.prettierrc.js                                   
assets/css/article.ts                            
assets/svg/EllipseSvg.jsx                        
mocks/react-native-pager-view.js                 
plugins/withWebViewDebug.js                      
src/assets/css/article.ts                        
src/components/article/OverviewItem.tsx          
src/components/auth/EmailVerificationModal.tsx   
src/components/common/APILoader.tsx              
src/components/common/BackToTopScrollView.tsx    
src/components/common/CustomStatusBar.tsx        
src/components/common/Dropdown.tsx               
src/components/common/DropDownComponent.tsx      
src/components/common/GlassInput.tsx             
src/components/common/Input.tsx                  
src/components/common/Message.tsx                
src/components/common/NetworkCheck.tsx           
src/components/common/NoInternetLayout.tsx       
src/components/podcast/AmplitudeWave.tsx         
src/components/podcast/MicWave.tsx               
src/components/podcast/PodcastEmptyComponent.tsx 
src/components/podcast/PodcastPlayer.tsx         
src/components/podcast/SoundWave.tsx             
src/components/profile/AddSpecializationModal.tsx
src/constants/theme.ts                           
src/hooks/analytics/useGetReadHistory.ts         
src/hooks/app/ui/use-color-scheme.ts             
src/hooks/app/ui/use-theme-color.ts              
src/lib/api/apiClient.ts                         
src/lib/platform/MultiLanguageService.ts         
src/lib/platform/notificationHandler.ts          
src/lib/platform/PushNotificationService.ts      
src/lib/platform/trackPlayerService.ts           
src/screens/MedicalGlossaryScreen.tsx            
src/screens/wellness/ManualLogCard.tsx           
src/screens/wellness/WearableSyncCard.tsx        
src/screens/wellness/WeeklyChart.tsx             
Configuration hints (4)
metro.config.js           knip.json  Remove from ignore
jest.config.js            knip.json  Remove from ignore
react-native.config.js    knip.json  Remove from ignore
.eslintrc.js              knip.json  Remove from ignore
Exports
No output.

Docs: docs/KNIP_GUIDE.md and docs/KNIP_CONTRIBUTOR_GUIDE.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants