-
Notifications
You must be signed in to change notification settings - Fork 198
chore(deps): Integrate dependabot suggested changes. #991
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
Conversation
joeldodge79
left a comment
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.
sweet, thanks!
5fb1a45 to
979227f
Compare
Codegen Tests 1 files 18 suites 30s ⏱️ Results for commit 71a798b. |
APIX Tests 1 files 78 suites 3m 35s ⏱️ Results for commit 71a798b. |
Typescript Tests 7 files 76 suites 4m 11s ⏱️ Results for commit 71a798b. |
joeldodge79
left a comment
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.
Gonna add @bryans99 because this just got beyond my currently available JS/TS skills
|
Once this PR is merged, does that mean that |
|
That should be the case. Yarn.lock should not change. |
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.
LGTM but I can't approve my own changes. Pulled and reran yarn with no changes to yarn.lock, so it should be ok.
| "typescript": "^4.4.3" | ||
| }, | ||
| "resolutions": { | ||
| "**/node-fetch": "2.6.7", |
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.
Is node-fetch needed 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.
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.
Sorry, should have been clearer. node-fetch ^2.6.7 is included as a direct dependency in package.json so I was wondering if this is needed. Will approve anyway
No description provided.