-
-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(builder): pass all results to a single call to format (#328) BREAKING CHANGE: The format of results output has changed * refactor(eslint-plugin): remove use-pipe-decorator rule (#245) BREAKING CHANGE: The rule no longer exists for use * feat(template-parser): updated use of parseTemplate to improve loc data BREAKING CHANGE: Requires @angular/compiler 11.2.0 and above * feat(schematics): change way indent and quotes are handled by conversion schematics BREAKING CHANGE: The conversion schematic handle these rules differently
- Loading branch information
1 parent
27b40cf
commit 737fd04
Showing
462 changed files
with
7,609 additions
and
5,397 deletions.
There are no files selected for viewing
This file contains 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 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 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,6 +1,11 @@ | ||
{ | ||
"version": "1.2.0", | ||
"version": "2.0.0-alpha.10", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"stream": true | ||
"stream": true, | ||
"command": { | ||
"version": { | ||
"allowBranch": ["main", "next-major-release/*"] | ||
} | ||
} | ||
} |
This file contains 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 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 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 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 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.