Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Consolidates the open Dependabot npm PRs into one update, taking every bump that
does not require a code or config migration.
Direct dependencies
The non-major subset of #663:
react,react-test-rendererreact-native@react-native/babel-preset,@react-native/metro-config,@react-native/typescript-config@types/reactreact-native-gesture-handlerLockfile-only
Transitive updates from the standalone Dependabot PRs, each resolved at or above
the requested version:
fast-uri#669,js-yaml#668,qs#667,baseline-browser-mapping#666,browserslist#665,joi#664,tar#619,ws#618,launch-editor#617,shell-quote#610,tmp#605,@babel/plugin-transform-modules-systemjs#589,ip-address#586,fast-xml-parser#564,lodash#561,handlebars#558,picomatch#556,flatted#553,minimatch#544,@babel/helpers#426,nanoid#378,serve-static#265.Left out
The major bumps grouped into #663 break the build, which is why that PR's
lintand
build-libraryjobs fail: ESLint 10 requires a flateslint.config.*andthis repo still uses
.eslintrc.js, and TypeScript 7 failsbob build. Alsoheld back from that group: Babel 8, Jest 30,
@types/node26, commitlint 21,lefthook 2, del-cli 7,
@testing-library/react-native14,eslint-plugin-react-hooks7,react-native-pager-view9, and the 0.x bumps ofreact-native-builder-bobandreact-native-monorepo-config.turbo 1 to 2 (#595) is held back for the same reason: turbo 2 renamed
pipelineto
tasksandturbo.jsonstill usespipeline, which is what fails that PR'sAndroid and iOS builds.
Each of these needs its own migration, so they stay as separate follow-ups.
Verification
yarn lint,yarn test:types,yarn prepare, andyarn turbo run build:androidall pass locally.Pre-launch Checklist
🤖 Generated with Claude Code