forked from CESNET/perun-web-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): upgrade several dependencies to fix vulnerabilities
* All critical and moderate vulnerabilities has been removed. For this purpose nx, angular, cypress, jest-preset-angular and @swimlane/ngx-graph were upgraded. * There are still 4 high vulnerabilities caused by old dependencies of @swimlane/ngx-graph library (vulnerability in d3-color lib).
- Loading branch information
1 parent
a4f529b
commit 0e8406a
Showing
3 changed files
with
2,179 additions
and
2,079 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 |
---|---|---|
@@ -1,355 +1,23 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"version": "15.7.0-beta.0", | ||
"description": "Split global configuration files into individual project.json files. This migration has been added automatically to the beginning of your migration set to retroactively make them work with the new version of Nx.", | ||
"cli": "nx", | ||
"implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files", | ||
"package": "@nx/workspace", | ||
"name": "15-7-0-split-configuration-into-project-json-files" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "15.8.2-beta.0", | ||
"description": "Updates the nx wrapper.", | ||
"implementation": "./src/migrations/update-15-8-2/update-nxw", | ||
"package": "nx", | ||
"name": "15.8.2-update-nx-wrapper" | ||
}, | ||
{ | ||
"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" | ||
}, | ||
{ | ||
"version": "15.7.0-beta.0", | ||
"description": "Split global configuration files (e.g., workspace.json) into individual project.json files.", | ||
"cli": "nx", | ||
"implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files", | ||
"package": "@nx/workspace", | ||
"name": "15-7-0-split-configuration-into-project-json-files" | ||
}, | ||
{ | ||
"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": "15.7.1-beta.0", | ||
"description": "Add node_modules to root eslint ignore", | ||
"factory": "./src/migrations/update-15-7-1/add-eslint-ignore", | ||
"package": "@nx/linter", | ||
"name": "add-eslint-ignore" | ||
}, | ||
{ | ||
"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/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": "15.5.0-beta.0", | ||
"description": "Update to Cypress v12. Cypress 12 contains a handful of breaking changes that might causes tests to start failing that nx cannot directly fix. Read more Cypress 12 changes: https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-12-0.This migration will only run if you are already using Cypress v11.", | ||
"factory": "./src/migrations/update-15-5-0/update-to-cypress-12", | ||
"package": "@nx/cypress", | ||
"name": "update-to-cypress-12" | ||
}, | ||
{ | ||
"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.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" | ||
}, | ||
{ | ||
"version": "15.8.0-beta.0", | ||
"cli": "nx", | ||
"description": "Update jest configs to support jest 29 changes (https://jestjs.io/docs/upgrading-to-jest29)", | ||
"factory": "./src/migrations/update-15-8-0/update-configs-jest-29", | ||
"package": "@nx/jest", | ||
"name": "update-configs-jest-29" | ||
}, | ||
{ | ||
"version": "15.8.0-beta.0", | ||
"cli": "nx", | ||
"description": "Update jest test files to support jest 29 changes (https://jestjs.io/docs/upgrading-to-jest29)", | ||
"factory": "./src/migrations/update-15-8-0/update-tests-jest-29", | ||
"package": "@nx/jest", | ||
"name": "update-tests-jest-29" | ||
}, | ||
{ | ||
"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", | ||
"package": "@nx/jest", | ||
"name": "update-16-0-0-add-nx-packages" | ||
}, | ||
{ | ||
"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": "15.7.0-beta.1", | ||
"description": "Install the required angular-devkit packages as we do not directly depend on them anymore", | ||
"factory": "./src/migrations/update-15-7-0/install-required-packages", | ||
"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": "install-required-packages" | ||
"name": "explicitly-set-projects-to-update-buildable-deps" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "15.5.0-beta.0", | ||
"version": "16.7.0-beta.6", | ||
"requires": { | ||
"@angular/core": ">=15.1.0" | ||
"@angular/core": ">=16.2.0" | ||
}, | ||
"description": "Update the @angular/cli package version to ~15.1.0.", | ||
"factory": "./src/migrations/update-15-5-0/update-angular-cli", | ||
"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-15-1-0" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "15.8.0-beta.4", | ||
"requires": { | ||
"@angular/core": ">=15.2.0" | ||
}, | ||
"description": "Update the @angular/cli package version to ~15.2.0.", | ||
"factory": "./src/migrations/update-15-8-0/update-angular-cli", | ||
"package": "@nx/angular", | ||
"name": "update-angular-cli-version-15-2-0" | ||
}, | ||
{ | ||
"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", | ||
"requires": { | ||
"@angular/core": ">=15.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", | ||
"package": "@nx/angular", | ||
"name": "remove-render-module-platform-server-exports" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.1.0-beta.1", | ||
"requires": { | ||
"@angular/core": ">=16.0.0-rc.4" | ||
}, | ||
"description": "Remove 'ngcc' invocation if exists from the 'postinstall' script in package.json.", | ||
"factory": "./src/migrations/update-16-1-0/remove-ngcc-invocation", | ||
"package": "@nx/angular", | ||
"name": "remove-ngcc-invocation" | ||
}, | ||
{ | ||
"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.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" | ||
}, | ||
{ | ||
"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" | ||
"name": "update-angular-cli-version-16-2-0" | ||
} | ||
] | ||
} |
Oops, something went wrong.