-
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: Nx 19 and Angular 18 support (#328)
- Loading branch information
1 parent
5f37e79
commit 3ce3191
Showing
30 changed files
with
5,117 additions
and
4,805 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
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,9 +1,9 @@ | ||
export const xplatVersion = '*'; | ||
export const nxVersion = '^17.0.0'; | ||
export const angularVersion = '^16.0.0'; | ||
export const angularDevkitVersion = '^16.0.0'; | ||
export const ngxTranslateVersion = '~14.0.0'; | ||
export const ngxTranslateHttpVersion = '~7.0.0'; | ||
export const nxVersion = '^19.0.0'; | ||
export const angularVersion = '^18.0.0'; | ||
export const angularDevkitVersion = '^18.0.0'; | ||
export const ngxTranslateVersion = '~15.0.0'; | ||
export const ngxTranslateHttpVersion = '~8.0.0'; | ||
export const rxjsVersion = '^7.8.0'; | ||
export const zonejsVersion = '~0.13.0'; | ||
export const zonejsVersion = '~0.14.0'; | ||
export const typesJest = '29.5.6'; |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
export const xplatVersion = '*'; | ||
export const nsCoreVersion = '~8.6.0'; | ||
export const nsNgScopedVersion = '^16.0.0'; | ||
export const nsCoreVersion = '~8.7.0'; | ||
export const nsNgScopedVersion = '^18.0.0'; | ||
export const nsNgFonticonVersion = '~8.0.2'; | ||
export const nsWebpackVersion = '~5.0.0'; | ||
export const sassVersion = '^1.30.0'; | ||
export const nsThemeCoreVersion = '^1.0.4'; | ||
export const typescriptVersion = '~5.1.6'; | ||
export const typescriptVersion = '~5.4.0'; | ||
|
||
// in case workspace had not added angular yet | ||
// TODO: move deps to nstudio/xplat to ref from everywhere for all supported framework versions | ||
export const angularVersion = '^16.0.0'; | ||
export const ngToolsWebpack = '^16.0.0'; | ||
export const ngxTranslateVersion = '~14.0.0'; | ||
export const angularVersion = '^18.0.0'; | ||
export const ngToolsWebpack = '^18.0.0'; | ||
export const ngxTranslateVersion = '~15.0.0'; | ||
export const rxjsVersion = '^7.8.0'; | ||
export const zonejsVersion = '~0.13.0'; | ||
export const angularEsLintVersion = '^16.0.0'; | ||
export const nsEsLintVersion = '~0.0.4'; | ||
export const esLintVersion = '8.15.0'; | ||
export const zonejsVersion = '~0.14.0'; | ||
export const angularEsLintVersion = '17.5.1'; | ||
export const esLintVersion = '8.57.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
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,4 +1,4 @@ | ||
export const xplatVersion = '*'; | ||
export const nsCoreVersion = '~8.6.0'; | ||
export const nsCoreVersion = '~8.7.0'; | ||
export const nsThemeCoreVersion = '^1.0.4'; | ||
export const sassVersion = '^1.30.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
Oops, something went wrong.