-
Notifications
You must be signed in to change notification settings - Fork 9
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
SIMSBIOHUB-32-2: Additional Tweaks to lint/format versions, import paths, tsconfig, etc. #1042
Conversation
Update tsconfig/prettier.
Openshift URLs for the PR Deployment: |
Codecov Report
@@ Coverage Diff @@
## dev #1042 +/- ##
=======================================
Coverage 67.67% 67.67%
=======================================
Files 392 392
Lines 12208 12208
Branches 2083 2083
=======================================
Hits 8262 8262
Misses 3433 3433
Partials 513 513
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Remove more unused react imports.
I was getting some funny issues with the formatter and then jest, but version bumps seemed to fix them. But would definitely be best if someone could download and run it all locally to make sure its happy now (and I wasn't just getting some weird local issues). |
@NickPhura this message is coming up in the app log: One of your dependencies, babel-preset-react-app, is importing the babel-preset-react-app is part of the create-react-app project, which Add "@babel/plugin-proposal-private-property-in-object" to your |
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 over the changes, things look good 🕶️
Yeah I saw that. Its a bit of an odd message, Im pretty sure its one of those advertising messages, which is why its mentioning vite. I was going to just look into a resolution for it separately, as its not a true warning. |
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.
🚀
c767592
Had to merge in latest dev, and there was a conflict in a package lock, so it reset reviews. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
🐋
Overview
Links to Jira tickets
Description of relevant changes
PR Checklist
A list of items that are good to consider when making any changes.
Note: this list is not exhaustive, and not all items are always applicable.
Code
Style
Documentation
Tests
Linting/Formatting
See the
lint
commands in package.jsonSee the
format
commands in package.jsonSonarCloud