-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Snyk] Fix for 3 vulnerabilities #21425
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-5710623 - https://snyk.io/vuln/SNYK-JS-ELECTRON-5710626 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
@aldo-expensify Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@@ -169,18 +169,18 @@ | |||
"ajv-cli": "^5.0.0", | |||
"babel-eslint": "^10.1.0", | |||
"babel-jest": "29.4.1", | |||
"babel-loader": "^8.1.0", | |||
"babel-loader": "^9.0.0", |
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.
I don't see breaking changes: https://github.com/babel/babel-loader/releases
Reviewer Checklist
Screenshots/VideosWebMobile Web - ChromeMobile Web - SafariDesktopiOSAndroid |
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.
ahhh story books are failing |
This is similar to #21154. |
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.
Storybook changes not working
These versions probably got updated in more recent PRs since it has been opened since June, so I am going to close it |
Details
Vulnerabilities that will be fixed
With an upgrade:
SNYK-JS-ELECTRON-5710623
SNYK-JS-ELECTRON-5710626
SNYK-JS-SEMVER-3247795
Commit messages
Package name: @storybook/addon-essentials
The new version differs by 250 commits.ReportScreen
unnecessarily when switching #21832 from storybookjs/fix/polyfill-globalSee the full diff
Package name: @storybook/react
The new version differs by 250 commits.ReportScreen
unnecessarily when switching #21832 from storybookjs/fix/polyfill-globalSee the full diff
Package name: copy-webpack-plugin
The new version differs by 4 commits.See the full diff
Check the changes in this PR to ensure they won't cause issues with your project.
Fixed Issues
$ #21426
PROPOSAL: https://github.com/Expensify/App/issues/21426_ISSUE(COMMENT)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android