-
Notifications
You must be signed in to change notification settings - Fork 602
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
Convert to Yarn workspace #2184
Conversation
packages/ember-simple-auth/node_modules/supports-color/package.json
Outdated
Show resolved
Hide resolved
d6212bc
to
94215e4
Compare
2dc8e55
to
3f2c76b
Compare
It's likely I missed some things and unfortunately this PR is huge but it'd be good to get a second (and third, fourth, …) pair of eyes on this. |
@marcoow I think some |
3f2c76b
to
34a0f02
Compare
packages/ember-simple-auth/tests/unit/mixins/application-route-mixin-test.js
Show resolved
Hide resolved
6d90c5c
to
f4d4b37
Compare
f4d4b37
to
0a8ea05
Compare
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.
Overall lgtm 👍
We just need to keep an eye out on dependencies being available should we ever publish more than esa from within packages.
…since that is now in a higher level folder
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 👍
As we're starting to make substantial modifications to the codebase that will also significantly change the way that ESA is used in applications (and likely drop support for some older versions of Ember again), we will require significantly different applications to test ESA in (e.g. one using the classic mixins integration, one using ESA via decorators (or another new mechanism), one app using typescript maybe etc.) This PR creates the foundation for that so that we can have as many Ember apps as we want as workspaces that all use the same addon.
TODO
Procfile.client
andProcfile.server
– we'll need to update the heroku settings accordingly when merging this