-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update nx to 16.6.0 #587
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
@@ -45,7 +45,8 @@ | |||
"input": ".", | |||
"output": "." | |||
} | |||
] | |||
], | |||
"updateBuildableProjectDepsInPackageJson": true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ajwootto interesting that the migration added these, will need to test this more later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just because it was defaulted to true before, and now it defaults false
f88d10d
to
c996b9e
Compare
f84271d
to
a518f03
Compare
a518f03
to
8b35d8b
Compare
@@ -0,0 +1,52 @@ | |||
/** | |||
* Old custom configuration for React Native v0.71. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any idea whats going on here?
also seems like we probably need to check that RN app still works
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yea will check.
267de0c
to
f5f14b5
Compare
{ | ||
"cli": "nx", | ||
"version": "16.6.0-beta.0", | ||
"description": "Update metro.config.js to use the new metro config format", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ajwootto looks like its from here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah but it seems like now theres two config files or something. Do we need both? Is the migration doing something that keeps things "working" but expects you to do some manual work to migrate to the new config?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looked into this and basically what the migration is doing is writing a backup of your old metro config while replacing the main one with a newly generated one that doesn't have any of the custom configuration from the previous one ported over. The idea is that you're supposed to manually bring over anything custom from your old config. I did that and deleted the v71 version because it's not actually used
6d855e9
to
fa43a6b
Compare
No description provided.