Conversation
Updated package versions and added resolutions/overrides for: - tar: 7.5.6 → 7.5.8 (hardlink/symlink path traversal fixes) - qs: 6.14.1 → 6.14.2 (arrayLimit DoS bypass) - hono: 4.11.4 → 4.11.10 (XSS, cache deception, IP spoofing fixes) - @playwright/test: 1.49.1 → 1.55.1 (SSL certificate verification) - Added ajv 8.18.0, lodash 4.17.23, webpack 5.104.1, bn.js 5.2.3, minimatch 10.2.1 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Align qs from 6.14.1 to 6.14.2 in expo-multichain overrides to match root package.json and apply the DoS bypass security fix consistently. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- Use scoped resolution schema-utils/ajv instead of blanket ajv to avoid breaking @eslint/eslintrc which needs ajv v6 - Remove ajv override from expo-multichain (not applicable there) - Remove qs override from expo-multichain (not a transitive dep) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Fix dependabot security vulnerabilities
…sonnet-4-6 Co-Authored-By: Ben Kremer <ben@reown.com>
Co-Authored-By: Ben Kremer <ben@reown.com>
…-model-sonnet-4-6 chore: update claude model from sonnet-4-5 to sonnet-4-6 in auto-review workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
chore: fix high dependabot alerts for node-forge and picomatch
Update resolutions/overrides for: h3, tar, undici, flatted, socket.io-parser, hono, minimatch, yaml, storybook, brace-expansion, and serialize-javascript across root and expo-multichain example. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
chore: fix 41 dependabot alerts with non-breaking bumps
chore: bump claude auto review version
fix: add content modal wrapper for expo router issues
🦋 Changeset detectedLatest commit: 17460e1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
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 |
|
Claude finished @ignaciosantise's task in 52s —— View job PR Review: chore: prep for 2.0.3 release
Found 2 issue(s)Issue 1:
|
|



This pull request primarily addresses a workaround for Expo Router modal layering issues in React Native by introducing a new
modalContentWrapperprop, and updates dependencies to improve compatibility and security.Expo Router Modal Layering Workaround:
modalContentWrapperprop to relevant AppKit React Native packages to address modal layering issues with Expo Router, as documented in the changeset and usage comments. [1] [2]