-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(migrate to nx v17): updated nx from 16 to 17 and angular packag… (
#25) * chore(migrate to nx v17): updated nx from 16 to 17 and angular packages from 16 to 16.2 * style(util-core): lint fix Function fixed error lint in use Function type * test(feature): fix test module import animations
- Loading branch information
Showing
13 changed files
with
26,436 additions
and
7,295 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,3 +39,5 @@ testem.log | |
Thumbs.db | ||
|
||
.angular | ||
|
||
.nx/cache |
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 |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
/dist | ||
/coverage | ||
.angular | ||
|
||
/.nx/cache |
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,3 +1,7 @@ | ||
export interface Type<T> extends Function { | ||
interface Fn { | ||
readonly name: string; | ||
} | ||
|
||
export interface Type<T> extends Fn { | ||
new (...params: unknown[]): T; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,122 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"cli": "nx", | ||
"version": "16.6.0-beta.6", | ||
"description": "Prefix outputs with {workspaceRoot}/{projectRoot} if needed", | ||
"implementation": "./src/migrations/update-15-0-0/prefix-outputs", | ||
"package": "nx", | ||
"name": "16.6.0-prefix-outputs" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.8.0-beta.3", | ||
"description": "Escape $ in env variables", | ||
"implementation": "./src/migrations/update-16-8-0/escape-dollar-sign-env-variables", | ||
"package": "nx", | ||
"name": "16.8.0-escape-dollar-sign-env" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "17.0.0-beta.1", | ||
"description": "Updates the default cache directory to .nx/cache", | ||
"implementation": "./src/migrations/update-17-0-0/move-cache-directory", | ||
"package": "nx", | ||
"name": "17.0.0-move-cache-directory" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "17.0.0-beta.3", | ||
"description": "Use minimal config for tasksRunnerOptions", | ||
"implementation": "./src/migrations/update-17-0-0/use-minimal-config-for-tasks-runner-options", | ||
"package": "nx", | ||
"name": "17.0.0-use-minimal-config-for-tasks-runner-options" | ||
}, | ||
{ | ||
"version": "17.0.0-rc.1", | ||
"description": "Migration for v17.0.0-rc.1", | ||
"implementation": "./src/migrations/update-17-0-0/rm-default-collection-npm-scope", | ||
"package": "nx", | ||
"name": "rm-default-collection-npm-scope" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.6.0-beta.0", | ||
"description": "Explicitly set 'updateBuildableProjectDepsInPackageJson' to 'true' in targets that rely on that value as the default.", | ||
"factory": "./src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps", | ||
"package": "@nx/js", | ||
"name": "explicitly-set-projects-to-update-buildable-deps" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.8.2-beta.0", | ||
"description": "Remove invalid options (strict, noInterop) for ES6 type modules.", | ||
"factory": "./src/migrations/update-16-8-2/update-swcrc", | ||
"package": "@nx/js", | ||
"name": "16-8-2-update-swcrc" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.5.0-beta.2", | ||
"description": "Add test-setup.ts to ignored files in production input", | ||
"implementation": "./src/migrations/update-16-5-0/add-test-setup-to-inputs-ignore", | ||
"package": "@nx/jest", | ||
"name": "add-test-setup-to-inputs-ignore" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.4.0-beta.6", | ||
"requires": { | ||
"@angular-eslint/eslint-plugin-template": ">=16.0.0" | ||
}, | ||
"description": "Remove the 'accessibility-' prefix from '@angular-eslint/eslint-plugin-template' rules.", | ||
"factory": "./src/migrations/update-16-4-0/rename-angular-eslint-accesibility-rules", | ||
"package": "@nx/angular", | ||
"name": "rename-angular-eslint-accesibility-rules" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.4.0-beta.11", | ||
"requires": { | ||
"@angular/core": ">=16.1.0" | ||
}, | ||
"description": "Update the @angular/cli package version to ~16.1.0.", | ||
"factory": "./src/migrations/update-16-4-0/update-angular-cli", | ||
"package": "@nx/angular", | ||
"name": "update-angular-cli-version-16-1-0" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.6.0-beta.0", | ||
"description": "Explicitly set 'updateBuildableProjectDepsInPackageJson' to 'true' in targets that rely on that value as the default.", | ||
"factory": "./src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps", | ||
"package": "@nx/angular", | ||
"name": "explicitly-set-projects-to-update-buildable-deps" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.7.0-beta.6", | ||
"requires": { | ||
"@angular/core": ">=16.2.0" | ||
}, | ||
"description": "Update the @angular/cli package version to ~16.2.0.", | ||
"factory": "./src/migrations/update-16-7-0/update-angular-cli", | ||
"package": "@nx/angular", | ||
"name": "update-angular-cli-version-16-2-0" | ||
}, | ||
{ | ||
"version": "16.8.0", | ||
"description": "update-16-8-0-add-ignored-files", | ||
"implementation": "./src/migrations/update-16-8-0-add-ignored-files/update-16-8-0-add-ignored-files", | ||
"package": "@nx/eslint", | ||
"name": "update-16-8-0-add-ignored-files" | ||
}, | ||
{ | ||
"version": "17.0.0-beta.7", | ||
"description": "update-17-0-0-rename-to-eslint", | ||
"implementation": "./src/migrations/update-17-0-0-rename-to-eslint/update-17-0-0-rename-to-eslint", | ||
"package": "@nx/eslint", | ||
"name": "update-17-0-0-rename-to-eslint" | ||
} | ||
] | ||
} |
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.