-
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
Merged
Merged
Changes from 7 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
9628399
work in progress
JohannesHoppe 17021ab
docs: keeping track of all the forks
JohannesHoppe 452a885
chore: migrate from `configuration` to `buildTarget`
JohannesHoppe b300026
ci: bump node version to see if this fixes the break
JohannesHoppe b950b05
Revert "ci: bump node version to see if this fixes the break"
JohannesHoppe 5e009dc
tweaking dependencies / peerDependencies
JohannesHoppe 891ee8c
fixing build and tests, cleanup
JohannesHoppe 3626cf0
minor: docs + removes astronaut emoij
JohannesHoppe 59677ec
docs: breaking change, 1.0.0-rc.1
JohannesHoppe 685a204
docs: suggestion from @fmalcher
JohannesHoppe aca06c6
Apply suggestions from code review
JohannesHoppe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ | |
- [4. Testing](#4-testing) | ||
- [Testing the standalone CLI](#testing-the-standalone-cli) | ||
- [Publish to NPM](#publish-to-npm) | ||
- [Usage of Prettier Formatter](#usage-of-prettier-formatter) | ||
|
||
## How to start | ||
|
||
|
@@ -154,16 +153,20 @@ Use VSCode and debug the task `Launch Standalone Program`. | |
|
||
``` | ||
cd angular-cli-ghpages/src | ||
npx prettier --write '**/*' | ||
npm run prettier | ||
npm run build | ||
npm run test | ||
npm publish dist | ||
npm dist-tag add [email protected] next | ||
``` | ||
|
||
## Usage of Prettier Formatter | ||
## Keeping track of all the forks | ||
|
||
Just execute `npx prettier --write '**/*'` and the code is formated automatically. | ||
Please ignore the errors for now. ([error] No parser could be inferred for file) | ||
[ngx-deploy-starter](https://github.com/angular-schule/ngx-deploy-starter/) and | ||
[angular-cli-ghpages](https://github.com/angular-schule/angular-cli-ghpages/) (both developed by Johannes Hoppe) are follow-up projects of the depcrecated [ngx-gh demo](https://github.com/mgechev/ngx-gh). | ||
JohannesHoppe marked this conversation as resolved.
Show resolved
Hide resolved
|
||
This project was a follow-up of the deploy shematics from the [angularfire](https://github.com/angular/angularfire/) project. | ||
JohannesHoppe marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
We are still working on this, see https://github.com/angular-schule/ngx-deploy-starter/issues/10 . | ||
To stay in sync with the stuff that the Angular team is doing, we want to keep an eye on the following files | ||
JohannesHoppe marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
- [builder.ts](https://github.com/angular/angularfire/blob/master/src/schematics/deploy/builder.ts) | ||
- [actions.ts](https://github.com/angular/angularfire/blob/master/src/schematics/deploy/actions.ts) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{ | ||
"singleQuote": true | ||
"singleQuote": true, | ||
"trailingComma": "none", | ||
"arrowParens": "avoid" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.