mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
chore(update): update nx primeng and angular
This commit is contained in:
268
migrations.json
268
migrations.json
@@ -2,271 +2,41 @@
|
||||
"migrations": [
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.0",
|
||||
"description": "Remove @nrwl/cli.",
|
||||
"implementation": "./src/migrations/update-16-0-0/remove-nrwl-cli",
|
||||
"package": "nx",
|
||||
"name": "16.0.0-remove-nrwl-cli"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.9",
|
||||
"description": "Replace `dependsOn.projects` and `inputs` definitions with new configuration format.",
|
||||
"implementation": "./src/migrations/update-16-0-0/update-depends-on-to-tokens",
|
||||
"package": "nx",
|
||||
"name": "16.0.0-tokens-for-depends-on"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.0",
|
||||
"description": "Replace @nrwl/nx-cloud with nx-cloud",
|
||||
"implementation": "./src/migrations/update-16-0-0/update-nx-cloud-runner",
|
||||
"package": "nx",
|
||||
"name": "16.0.0-update-nx-cloud-runner"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.2.0-beta.0",
|
||||
"description": "Remove outputPath from run commands",
|
||||
"implementation": "./src/migrations/update-16-2-0/remove-run-commands-output-path",
|
||||
"package": "nx",
|
||||
"name": "16.2.0-remove-output-path-from-run-commands"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.1",
|
||||
"description": "Replace @nx/devkit with @nx/devkit",
|
||||
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages",
|
||||
"package": "@nx/devkit",
|
||||
"name": "update-16-0-0-add-nx-packages"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.1",
|
||||
"description": "Replace @nx/workspace with @nx/workspace",
|
||||
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages",
|
||||
"package": "@nx/workspace",
|
||||
"name": "update-16-0-0-add-nx-packages"
|
||||
},
|
||||
{
|
||||
"version": "16.0.0-beta.4",
|
||||
"description": "Generates a plugin called 'workspace-plugin' containing your workspace generators.",
|
||||
"cli": "nx",
|
||||
"implementation": "./src/migrations/update-16-0-0/move-workspace-generators-to-local-plugin",
|
||||
"package": "@nx/workspace",
|
||||
"name": "16-0-0-move-workspace-generators-into-local-plugin"
|
||||
},
|
||||
{
|
||||
"version": "16.0.0-beta.9",
|
||||
"description": "Fix .babelrc presets if it contains an invalid entry for @nx/web/babel.",
|
||||
"cli": "nx",
|
||||
"implementation": "./src/migrations/update-16-0-0/fix-invalid-babelrc",
|
||||
"package": "@nx/workspace",
|
||||
"name": "16-0-0-fix-invalid-babelrc"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.1",
|
||||
"description": "Replace @nx/cypress with @nx/cypress",
|
||||
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages",
|
||||
"package": "@nx/cypress",
|
||||
"name": "update-16-0-0-add-nx-packages"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.2.0-beta.0",
|
||||
"description": "Normalize tsconfig.cy.json files to be located at '<projectRoot>/cypress/tsconfig.json'",
|
||||
"implementation": "./src/migrations/update-16-2-0/update-cy-tsconfig",
|
||||
"package": "@nx/cypress",
|
||||
"name": "update-16-2-0-normalize-tsconfigs"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.1",
|
||||
"description": "Replace @nx/linter with @nx/linter",
|
||||
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages",
|
||||
"package": "@nx/linter",
|
||||
"name": "update-16-0-0-add-nx-packages"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.1",
|
||||
"description": "Replace @nx/js with @nx/js",
|
||||
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages",
|
||||
"package": "@nx/js",
|
||||
"name": "update-16-0-0-add-nx-packages"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.1",
|
||||
"description": "Replace @nx/eslint-plugin with @nx/eslint-plugin",
|
||||
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages",
|
||||
"package": "@nx/eslint-plugin",
|
||||
"name": "update-16-0-0-add-nx-packages"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.1",
|
||||
"description": "Replace @nx/jest with @nx/jest",
|
||||
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages",
|
||||
"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": "update-16-0-0-add-nx-packages"
|
||||
"name": "add-test-setup-to-inputs-ignore"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "15.9.0-beta.3",
|
||||
"description": "Update the tsconfig.spec.json to use target es2016 for jest-preset-angular v13",
|
||||
"factory": "./src/migrations/update-15-9-0/update-testing-tsconfig",
|
||||
"package": "@nx/angular",
|
||||
"name": "update-tsconfig-spec-jest"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "15.9.0-beta.9",
|
||||
"description": "Update the file-server executor to use @nrwl/web:file-server",
|
||||
"factory": "./src/migrations/update-15-9-0/update-file-server-executor",
|
||||
"package": "@nx/angular",
|
||||
"name": "update-file-server-executor"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.1",
|
||||
"description": "Replace the deprecated library generator 'simpleModuleName' option from generator defaults with 'simpleName'",
|
||||
"factory": "./src/migrations/update-16-0-0/remove-library-generator-simple-module-name-option",
|
||||
"package": "@nx/angular",
|
||||
"name": "remove-library-generator-simple-module-name-option"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.1",
|
||||
"description": "Replace @nx/angular with @nx/angular",
|
||||
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages",
|
||||
"package": "@nx/angular",
|
||||
"name": "update-16-0-0-add-nx-packages"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.6",
|
||||
"description": "Remove protractor as default e2eTestRunner from nxJson and project configurations",
|
||||
"implementation": "./src/migrations/update-16-0-0/remove-protractor-defaults",
|
||||
"package": "@nx/angular",
|
||||
"name": "remove-protractor-defaults-from-generators"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.6",
|
||||
"description": "Remove karma as default unitTestRunner from nxJson and project configurations",
|
||||
"implementation": "./src/migrations/update-16-0-0/remove-karma-defaults",
|
||||
"package": "@nx/angular",
|
||||
"name": "remove-karma-defaults-from-generators"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.1.0-beta.1",
|
||||
"version": "16.4.0-beta.6",
|
||||
"requires": {
|
||||
"@angular/core": ">=15.0.0"
|
||||
"@angular-eslint/eslint-plugin-template": ">=16.0.0"
|
||||
},
|
||||
"description": "Remove exported `@angular/platform-server` `renderModule` method. The `renderModule` method is now exported by the Angular CLI.",
|
||||
"factory": "./src/migrations/update-16-1-0/remove-render-module-platform-server-exports",
|
||||
"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": "remove-render-module-platform-server-exports"
|
||||
"name": "rename-angular-eslint-accesibility-rules"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.1.0-beta.1",
|
||||
"version": "16.4.0-beta.11",
|
||||
"requires": {
|
||||
"@angular/core": ">=16.0.0-rc.4"
|
||||
"@angular/core": ">=16.1.0"
|
||||
},
|
||||
"description": "Remove 'ngcc' invocation if exists from the 'postinstall' script in package.json.",
|
||||
"factory": "./src/migrations/update-16-1-0/remove-ngcc-invocation",
|
||||
"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": "remove-ngcc-invocation"
|
||||
"name": "update-angular-cli-version-16-1-0"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.1.0-beta.1",
|
||||
"requires": {
|
||||
"@angular/core": ">=16.0.0-rc.4"
|
||||
},
|
||||
"description": "Extract the app config for standalone apps",
|
||||
"factory": "./src/migrations/update-16-1-0/extract-standalone-config-from-bootstrap",
|
||||
"package": "@nx/angular",
|
||||
"name": "extract-app-config-for-standalone"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.1.0-beta.1",
|
||||
"requires": {
|
||||
"@angular/core": ">=16.0.0-rc.4"
|
||||
},
|
||||
"description": "Update server executors' configuration to disable 'buildOptimizer' for non optimized builds.",
|
||||
"factory": "./src/migrations/update-16-1-0/update-server-executor-config",
|
||||
"package": "@nx/angular",
|
||||
"name": "update-server-executor-config"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.1.0-beta.1",
|
||||
"requires": {
|
||||
"@angular/core": ">=16.0.0"
|
||||
},
|
||||
"description": "Update the @angular/cli package version to ~16.0.0.",
|
||||
"factory": "./src/migrations/update-16-1-0/update-angular-cli",
|
||||
"package": "@nx/angular",
|
||||
"name": "update-angular-cli-version-16-0-0"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.2.0-beta.0",
|
||||
"requires": {
|
||||
"@ngrx/store": ">=16.0.0"
|
||||
},
|
||||
"description": "Switch the data persistence operator imports to '@ngrx/router-store/data-persistence'.",
|
||||
"factory": "./src/migrations/update-16-2-0/switch-data-persistence-operators-imports-to-ngrx-router-store",
|
||||
"package": "@nx/angular",
|
||||
"name": "switch-data-persistence-operators-imports-to-ngrx-router-store"
|
||||
},
|
||||
{
|
||||
"version": "16.0.0",
|
||||
"description": "As of Angular v16, the `moduleId` property of `@Component` is deprecated as it no longer has any effect.",
|
||||
"factory": "./migrations/remove-module-id/bundle",
|
||||
"package": "@angular/core",
|
||||
"name": "migration-v16-remove-module-id"
|
||||
},
|
||||
{
|
||||
"version": "16.0.0",
|
||||
"description": "In Angular version 15.2, the guard and resolver interfaces (CanActivate, Resolve, etc) were deprecated. This migration removes imports and 'implements' clauses that contain them.",
|
||||
"factory": "./migrations/guard-and-resolve-interfaces/bundle",
|
||||
"package": "@angular/core",
|
||||
"name": "migration-v16-guard-and-resolve-interfaces"
|
||||
},
|
||||
{
|
||||
"version": "16.0.0-0",
|
||||
"description": "Updates the Angular Material to v16",
|
||||
"factory": "./ng-update/index_bundled#updateToV16",
|
||||
"package": "@angular/material",
|
||||
"name": "migration-v16"
|
||||
},
|
||||
{
|
||||
"version": "16.0.0-0",
|
||||
"description": "Updates the Angular CDK to v16",
|
||||
"factory": "./ng-update/index#updateToV16",
|
||||
"package": "@angular/cdk",
|
||||
"name": "migration-v16"
|
||||
},
|
||||
{
|
||||
"description": "The road to v16.0-beta",
|
||||
"version": "16.0.0-beta",
|
||||
"factory": "./16_0_0-beta/index",
|
||||
"package": "@ngrx/store",
|
||||
"name": "ngrx-store-migration-16-0-0-beta"
|
||||
},
|
||||
{
|
||||
"description": "As of NgRx v16, `LetModule` and `PushModule` are deprecated in favor of standalone `LetDirective` and `PushPipe`.",
|
||||
"version": "16.0.0",
|
||||
"factory": "./16_0_0/index",
|
||||
"package": "@ngrx/component",
|
||||
"name": "ngrx-component-migration-16"
|
||||
"version": "16.4.0-beta.10",
|
||||
"description": "Remove tsconfig.e2e.json and add settings to project tsconfig.json. tsConfigs executor option is now deprecated. The project level tsconfig.json file should be used instead.",
|
||||
"implementation": "./src/migrations/update-16-4-0/tsconfig-sourcemaps",
|
||||
"package": "@nx/cypress",
|
||||
"name": "update-16-3-0-remove-old-tsconfigs"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
3
nx.json
3
nx.json
@@ -47,7 +47,8 @@
|
||||
"!{projectRoot}/.eslintrc.json",
|
||||
"!{projectRoot}/cypress/**/*",
|
||||
"!{projectRoot}/**/*.cy.[jt]s?(x)",
|
||||
"!{projectRoot}/cypress.config.[jt]s"
|
||||
"!{projectRoot}/cypress.config.[jt]s",
|
||||
"!{projectRoot}/src/test-setup.[jt]s"
|
||||
],
|
||||
"sharedGlobals": []
|
||||
},
|
||||
|
||||
8987
package-lock.json
generated
8987
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
68
package.json
68
package.json
@@ -12,16 +12,16 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "16.0.2",
|
||||
"@angular/cdk": "16.0.1",
|
||||
"@angular/common": "16.0.2",
|
||||
"@angular/compiler": "16.0.2",
|
||||
"@angular/core": "16.0.2",
|
||||
"@angular/forms": "16.0.2",
|
||||
"@angular/material": "16.0.1",
|
||||
"@angular/platform-browser": "16.0.2",
|
||||
"@angular/platform-browser-dynamic": "16.0.2",
|
||||
"@angular/router": "16.0.2",
|
||||
"@angular/animations": "16.1.4",
|
||||
"@angular/cdk": "16.1.4",
|
||||
"@angular/common": "16.1.4",
|
||||
"@angular/compiler": "16.1.4",
|
||||
"@angular/core": "16.1.4",
|
||||
"@angular/forms": "16.1.4",
|
||||
"@angular/material": "16.1.4",
|
||||
"@angular/platform-browser": "16.1.4",
|
||||
"@angular/platform-browser-dynamic": "16.1.4",
|
||||
"@angular/router": "16.1.4",
|
||||
"@ngneat/falso": "^6.4.0",
|
||||
"@ngrx/component": "16.0.0",
|
||||
"@ngrx/component-store": "16.0.0",
|
||||
@@ -29,42 +29,42 @@
|
||||
"@ngrx/entity": "16.0.0",
|
||||
"@ngrx/router-store": "16.0.0",
|
||||
"@ngrx/store": "16.0.0",
|
||||
"@nx/angular": "16.2.1",
|
||||
"@nx/angular": "16.5.1",
|
||||
"@rx-angular/cdk": "^1.0.0-rc.4",
|
||||
"@rx-angular/state": "^1.7.0",
|
||||
"@rx-angular/template": "^1.0.0-rc.5",
|
||||
"@swc/helpers": "~0.5.0",
|
||||
"primeicons": "^6.0.1",
|
||||
"primeng": "16.0.0-rc.2",
|
||||
"primeicons": "6.0.1",
|
||||
"primeng": "16.0.2",
|
||||
"rxjs": "7.8.1",
|
||||
"tailwindcss": "^3.2.1",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "16.0.2",
|
||||
"@angular-devkit/core": "16.0.2",
|
||||
"@angular-devkit/schematics": "16.0.2",
|
||||
"@angular-devkit/build-angular": "16.1.4",
|
||||
"@angular-devkit/core": "16.1.4",
|
||||
"@angular-devkit/schematics": "16.1.4",
|
||||
"@angular-eslint/eslint-plugin": "16.0.2",
|
||||
"@angular-eslint/eslint-plugin-template": "16.0.2",
|
||||
"@angular-eslint/template-parser": "16.0.2",
|
||||
"@angular/cli": "~16.0.0",
|
||||
"@angular/compiler-cli": "16.0.2",
|
||||
"@angular/language-service": "16.0.2",
|
||||
"@angular/cli": "~16.1.0",
|
||||
"@angular/compiler-cli": "16.1.4",
|
||||
"@angular/language-service": "16.1.4",
|
||||
"@commitlint/cli": "^17.2.0",
|
||||
"@commitlint/config-conventional": "^17.2.0",
|
||||
"@cypress/webpack-dev-server": "^2.0.0",
|
||||
"@hirez_io/observer-spy": "^2.2.0",
|
||||
"@ngrx/schematics": "16.0.0",
|
||||
"@nx/cypress": "16.2.1",
|
||||
"@nx/devkit": "16.3.2",
|
||||
"@nx/eslint-plugin": "16.2.1",
|
||||
"@nx/jest": "16.3.2",
|
||||
"@nx/js": "16.3.2",
|
||||
"@nx/linter": "16.2.1",
|
||||
"@nx/plugin": "^16.3.2",
|
||||
"@nx/workspace": "16.2.1",
|
||||
"@schematics/angular": "16.0.2",
|
||||
"@nx/cypress": "16.5.1",
|
||||
"@nx/devkit": "16.5.1",
|
||||
"@nx/eslint-plugin": "16.5.1",
|
||||
"@nx/jest": "16.5.1",
|
||||
"@nx/js": "16.5.1",
|
||||
"@nx/linter": "16.5.1",
|
||||
"@nx/plugin": "16.5.1",
|
||||
"@nx/workspace": "16.5.1",
|
||||
"@schematics/angular": "16.1.4",
|
||||
"@swc-node/register": "~1.4.2",
|
||||
"@swc/cli": "~0.1.62",
|
||||
"@swc/core": "~1.3.51",
|
||||
@@ -74,9 +74,9 @@
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
"@types/jest": "29.4.0",
|
||||
"@types/node": "18.7.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.59.7",
|
||||
"@typescript-eslint/parser": "5.59.7",
|
||||
"cypress": "12.12.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.62.0",
|
||||
"@typescript-eslint/parser": "5.62.0",
|
||||
"cypress": "12.17.1",
|
||||
"eslint": "~8.15.0",
|
||||
"eslint-config-prettier": "8.1.0",
|
||||
"eslint-plugin-cypress": "^2.10.3",
|
||||
@@ -87,8 +87,8 @@
|
||||
"jest-preset-angular": "13.1.1",
|
||||
"jsonc-eslint-parser": "^2.1.0",
|
||||
"lint-staged": "^13.0.3",
|
||||
"ng-packagr": "~16.0.0",
|
||||
"nx": "16.2.1",
|
||||
"ng-packagr": "16.1.0",
|
||||
"nx": "16.5.1",
|
||||
"postcss": "^8.4.5",
|
||||
"postcss-import": "~14.1.0",
|
||||
"postcss-preset-env": "~7.5.0",
|
||||
@@ -97,7 +97,7 @@
|
||||
"testing-library-selector": "^0.2.1",
|
||||
"ts-jest": "29.1.0",
|
||||
"ts-node": "10.9.1",
|
||||
"typescript": "5.0.4"
|
||||
"typescript": "5.1.6"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{ts,json,md}": [
|
||||
|
||||
Reference in New Issue
Block a user