-
Notifications
You must be signed in to change notification settings - Fork 99
feat: add support for Angular v11 (follow up) #120
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
@JohannesHoppe I think it's a good call to clean it up! Happy to jump in to help, or test it locally! |
Great, so let's enable the same kind of stuff like in angularfire. 🙂 I wonder what we do with people who now use WARNING: The Or do you have a better idea? |
@JohannesHoppe I think that's a great solution to move away from the existing variable. Especially when you release it under a new major version folks can expect a breaking change :) |
@beeman I couldn't agree more.
I think that should be enough. |
@JohannesHoppe I think I should do the same on ngx-deploy-npm, following up all your comments and links sounds the way to go. |
- only unit tests are evaluated right now - no real tests were done yet
cause it works on my machine (tm)
This reverts commit b300026.
as seen in angularfire: https://github.com/angular/angularfire/blob/2ce41aa0af8c5f42df65f5ac5b2b5a50fb6f4300/package.json#L41-L68 commander has some breaking changes, so let's risk nothing here and rollback
... since 👨🚀 emoij is combined (🧑🚀) and breaks on some cmds
🎉 Gentleman, I have pushed v1.0.0-rc.1 to NPM. Can you please give it a try and give me feedback if everything is fine? I already left the tag to |
many thanks to @fmalcher Co-authored-by: Ferdinand Malcher <[email protected]>
Thanks a lot for publishing the RC @JohannesHoppe! I just did a test and it seems to work like a charm! |
@beeman Thanks for the fast feedback. I will merge this PR to have the README up to date. I have some more ideas for rc2, so I would be happy for your continued support. 👍 |
For sure! I'm using it in several projects I'm currently working on so feel free to ping me when there is something to test 👍 |
I just did a test too and it works. Thanks a lot. 👍 But I do got some warnings on installing with yarn.
Not sure why. The dependencies are installed. |
🤔 |
I'm seeing the same. Here's a repro:
|
In retrospective, it wasn't my best idea to introduce the
--configuration
param. 😅configuration
is misleading as it might be confused withconfigurations
. @alan-agius4 already pointed this out here: feat(ng-deploy): add option for buildTarget angular/angularfire#2063 (comment)ng deploy
commands (which is NOT meant to be the configuration for the build as we did) @george43g pointed this out here: ❌ deprecated [RFC] A deployment builder must always compile the project before the deployment ngx-deploy-starter#1 (comment)I think we want some kind of deprecation of our
--configuration
param since it's colliding with the designated param. We already have a breaking change due to the new stable deploy api. So let's clean everything up now.See also
angular/angularfire#2281
follow up of: #118
FYI @beeman @dianjuar @mgechev