-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): Nx 12 compat + dep updates + {N} 8 compat
- Loading branch information
1 parent
8283992
commit d83a9eb
Showing
45 changed files
with
16,900 additions
and
17,826 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
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
7 changes: 0 additions & 7 deletions
7
...ges/angular/src/schematics/xplat/_files_core/environments/base/environment.dev.ts__tmpl__
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/angular/src/schematics/xplat/_files_core/environments/base/index.ts__tmpl__
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,3 +1,2 @@ | ||
export * from './environment.base'; | ||
export * from './environment.dev'; | ||
export * from './environment.prod'; |
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,13 +1,13 @@ | ||
export const xplatVersion = '*'; | ||
export const nxVersion = '^11.1.0'; | ||
export const angularVersion = '~11.1.0'; | ||
export const angularDevkitVersion = '~0.1101.0'; | ||
export const nxVersion = '^12.0.0'; | ||
export const angularVersion = '~11.2.0'; | ||
export const angularDevkitVersion = '~0.1102.0'; | ||
export const ngxTranslateVersion = '~13.0.0'; | ||
export const ngxTranslateHttpVersion = '~6.0.0'; | ||
export const coreJsVersion = '^3.6.5'; | ||
export const rxjsVersion = '~6.6.0'; | ||
export const zonejsVersion = '~0.11.1'; | ||
export const codelyzerVersion = '~6.0.0'; | ||
export const jestJasmine2 = '~25.2.0'; | ||
export const jestPresetAngular = '8.3.1'; | ||
export const typesJest = '~25.1.4'; | ||
export const jestPresetAngular = '8.2.1'; | ||
export const typesJest = '~26.0.0'; |
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,2 +1,2 @@ | ||
export const xplatVersion = '*'; | ||
export const nxVersion = '^11.1.0'; | ||
export const nxVersion = '^12.0.0'; |
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
22 changes: 11 additions & 11 deletions
22
packages/ionic-angular/src/schematics/xplat/_files_scss/_index.scss
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.