-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix: Removed bower #4235
fix: Removed bower #4235
Conversation
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/eventyay/open-event-frontend/33m3bdrxh |
There should be no reference of bower_components in the project |
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.
RC
Codecov Report
@@ Coverage Diff @@
## development #4235 +/- ##
============================================
Coverage 21.88% 21.88%
============================================
Files 461 461
Lines 4830 4830
Branches 5 5
============================================
Hits 1057 1057
Misses 3771 3771
Partials 2 2 Continue to review full report at Codecov.
|
I guess I have changed |
I can see bower in node_modules/@bower_components. Ctrl+F and search bower in the project. Stop when the search returns 0 results |
You should always look at unapproved PRs to first check what not to do, so you don't waste your time repeating the same things which another person did already - #3982 |
To migrate away from |
You need to remove bower components and use npm/yarn dependencies instead |
See how it was done for raven JS #4091 |
There's no |
If you say, shall I try removing all the code lines containing |
It obviously won't work. You have to remove the bower component and add pure npm/yarn component. Tell me which component is not present in npm? |
But what shall I do about the
They are all referring to |
Use the directory they are now installed in |
If you want to make it easy on yourself. Remove one thing at a time and remove popular dependencies like croppie first |
How about now? |
This pull request introduces 156 alerts when merging 5dd4bcf into 2899022 - view on LGTM.com new alerts:
|
Seriously? You didn't see the 454 files you were about to commit before pushing? |
Honestly, what I just did was |
Maybe, I will just try adding and replacing dependencies one-by-one as you said. |
… to 3.16.1. - [Release notes](https://github.com/ember-cli/ember-cli/releases) - [Changelog](https://github.com/ember-cli/ember-cli/blob/v3.16.1/CHANGELOG.md) - [Commits](ember-cli/ember-cli@v3.16.0...v3.16.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> This reverts commit fff91fb. Revert commits This reverts commit 978b6e6.
This reverts commit 0fe00ce.
Fixes #3957
Short description of what this resolves:
Migrating away from
bower
toyarn
.Checklist
development
branch.