Skip to content

Conversation

fabOnReact
Copy link
Owner

Summary

  • bump react-native, react, and related types/config to target 0.82 release
  • refresh yarn.lock for updated React Native stack

Testing

  • yarn lint (fails: react-native@npm:0.73.4 missing from lockfile)
  • yarn test (fails: react-native@npm:0.73.4 missing from lockfile)

https://chatgpt.com/codex/tasks/task_e_68b712ea26308320944b5a47b07a56f2

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codex Review: Here are some suggestions.

Reply with @codex fix comments to fix any unresolved comments.

About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".

Comment on lines +13777 to +13779
"react-native@npm:0.82.0":
version: 0.82.0
resolution: "react-native@npm:0.82.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[P1] Upgrade lockfile without bumping watch example React Native

yarn.lock now only contains [email protected], but the watch-example workspace still declares [email protected]. With no 0.73 entry left in the lockfile, yarn install, yarn lint, and yarn test fail with react-native@npm:0.73.4 missing from lockfile (as noted in the commit message). The example app either needs to be upgraded to 0.82 or the lockfile must retain the older version so the workspace can resolve its dependency.

Useful? React with 👍 / 👎.

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.

1 participant