Skip to content

[pull] main from Shopify:main - #214

Merged
pull[bot] merged 3 commits into
code:mainfrom
Shopify:main
Aug 5, 2026
Merged

[pull] main from Shopify:main#214
pull[bot] merged 3 commits into
code:mainfrom
Shopify:main

Conversation

@pull

@pull pull Bot commented Aug 5, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

dependabot Bot and others added 3 commits August 5, 2026 09:59
Bumps [ip-address](https://github.com/beaugunderson/ip-address) from 10.2.0 to 10.4.0.
- [Release notes](https://github.com/beaugunderson/ip-address/releases)
- [Commits](beaugunderson/ip-address@v10.2.0...v10.4.0)

---
updated-dependencies:
- dependency-name: ip-address
  dependency-version: 10.4.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…th react-native-webgpu (#3991)

The typed-JSI-bindings migration copied the NativeObject/JSIConverter
files from react-native-webgpu but left eight files in the rnwgpu
namespace. When both libraries are linked into one app, the template
instantiations (e.g. rnwgpu::StaticRuntimeAwareCache<rnwgpu::
PrototypeCacheEntry>::get) have identical mangled names in both
packages with different bodies. The linker keeps a single weak
definition, so webgpu's prototype installation can execute Skia's
copy, which reads RNJsi::BaseRuntimeAwareCache::_mainRuntime before
RNSkManager has set it and aborts:

  Assertion failed: (rt != nullptr && "Expected main Javascript
  runtime to be set in the BaseRuntimeAwareCache class."),
  RuntimeAwareCache.h line 27

Moving the copied files into RNJsi gives every colliding symbol a
distinct mangled name. Verified against react-native-webgpu@0.8.1:
the assert reproduced before the rename and the app boots cleanly
after, with both packages' cache instantiations present in the
binary.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/fastify/fast-uri/releases)
- [Commits](fastify/fast-uri@v3.1.4...v3.1.5)

---
updated-dependencies:
- dependency-name: fast-uri
  dependency-version: 3.1.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: William Candillon <wcandillon@gmail.com>
@pull pull Bot locked and limited conversation to collaborators Aug 5, 2026
@pull pull Bot added the ⤵️ pull label Aug 5, 2026
@pull
pull Bot merged commit a5660ee into code:main Aug 5, 2026
1 check failed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant