mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-24 14:31:41 +00:00
[ci:force] - fixed build for testing 1
This commit is contained in:
@@ -45,10 +45,7 @@
|
||||
"browserTarget": "content-services:storybook",
|
||||
"configDir": "lib/content-services/.storybook",
|
||||
"compodoc": false,
|
||||
"styles": [
|
||||
"node_modules/cropperjs/dist/cropper.min.css",
|
||||
"node_modules/pdfjs-dist/web/pdf_viewer.css"
|
||||
],
|
||||
"styles": ["node_modules/cropperjs/dist/cropper.min.css", "node_modules/pdfjs-dist/web/pdf_viewer.css"],
|
||||
"stylePreprocessorOptions": {
|
||||
"includePaths": ["lib", "lib/core/src/lib"]
|
||||
}
|
||||
@@ -66,10 +63,7 @@
|
||||
"configDir": "lib/content-services/.storybook",
|
||||
"outputDir": "dist/storybook/content-services",
|
||||
"compodoc": false,
|
||||
"styles": [
|
||||
"node_modules/cropperjs/dist/cropper.min.css",
|
||||
"node_modules/pdfjs-dist/web/pdf_viewer.css"
|
||||
],
|
||||
"styles": ["node_modules/cropperjs/dist/cropper.min.css", "node_modules/pdfjs-dist/web/pdf_viewer.css"],
|
||||
"stylePreprocessorOptions": {
|
||||
"includePaths": ["lib", "lib/core/src/lib"]
|
||||
}
|
||||
|
@@ -71,10 +71,7 @@
|
||||
"browserTarget": "core:build",
|
||||
"configDir": "lib/core/.storybook",
|
||||
"compodoc": false,
|
||||
"styles": [
|
||||
"node_modules/cropperjs/dist/cropper.min.css",
|
||||
"node_modules/pdfjs-dist/web/pdf_viewer.css"
|
||||
],
|
||||
"styles": ["node_modules/cropperjs/dist/cropper.min.css", "node_modules/pdfjs-dist/web/pdf_viewer.css"],
|
||||
"stylePreprocessorOptions": {
|
||||
"includePaths": ["lib", "lib/core/src/lib"]
|
||||
}
|
||||
|
@@ -45,10 +45,7 @@
|
||||
"browserTarget": "process-services-cloud:storybook",
|
||||
"configDir": "lib/process-services-cloud/.storybook",
|
||||
"compodoc": false,
|
||||
"styles": [
|
||||
"node_modules/cropperjs/dist/cropper.min.css",
|
||||
"node_modules/pdfjs-dist/web/pdf_viewer.css"
|
||||
],
|
||||
"styles": ["node_modules/cropperjs/dist/cropper.min.css", "node_modules/pdfjs-dist/web/pdf_viewer.css"],
|
||||
"stylePreprocessorOptions": {
|
||||
"includePaths": ["lib", "lib/core/src/lib"]
|
||||
}
|
||||
@@ -66,10 +63,7 @@
|
||||
"configDir": "lib/process-services-cloud/.storybook",
|
||||
"outputDir": "dist/storybook/process-services-cloud",
|
||||
"compodoc": false,
|
||||
"styles": [
|
||||
"node_modules/cropperjs/dist/cropper.min.css",
|
||||
"node_modules/pdfjs-dist/web/pdf_viewer.css"
|
||||
],
|
||||
"styles": ["node_modules/cropperjs/dist/cropper.min.css", "node_modules/pdfjs-dist/web/pdf_viewer.css"],
|
||||
"stylePreprocessorOptions": {
|
||||
"includePaths": ["lib", "lib/core/src/lib"]
|
||||
}
|
||||
|
@@ -14,10 +14,7 @@
|
||||
"stylePreprocessorOptions": {
|
||||
"includePaths": ["lib", "lib/core/src/lib"]
|
||||
},
|
||||
"styles": [
|
||||
"node_modules/cropperjs/dist/cropper.min.css",
|
||||
"node_modules/pdfjs-dist/web/pdf_viewer.css"
|
||||
]
|
||||
"styles": ["node_modules/cropperjs/dist/cropper.min.css", "node_modules/pdfjs-dist/web/pdf_viewer.css"]
|
||||
},
|
||||
"configurations": {
|
||||
"ci": {
|
||||
@@ -32,10 +29,7 @@
|
||||
"configDir": "lib/stories/.storybook",
|
||||
"outputDir": "dist/storybook/stories",
|
||||
"compodoc": false,
|
||||
"styles": [
|
||||
"node_modules/cropperjs/dist/cropper.min.css",
|
||||
"node_modules/pdfjs-dist/web/pdf_viewer.css"
|
||||
],
|
||||
"styles": ["node_modules/cropperjs/dist/cropper.min.css", "node_modules/pdfjs-dist/web/pdf_viewer.css"],
|
||||
"stylePreprocessorOptions": {
|
||||
"includePaths": ["lib", "lib/core/src/lib"]
|
||||
}
|
||||
|
@@ -13,6 +13,7 @@
|
||||
"main": "lib/testing/index.ts",
|
||||
"generatePackageJson": true,
|
||||
"tsConfig": "lib/testing/tsconfig.lib.prod.json",
|
||||
"webpackConfig": "lib/testing/webpack.config.js",
|
||||
"stylePreprocessorOptions": {
|
||||
"includePaths": ["lib", "lib/core/src/lib"]
|
||||
},
|
||||
@@ -25,7 +26,7 @@
|
||||
"outputPath": "dist/libs/testing",
|
||||
"main": "lib/testing/index.ts",
|
||||
"generatePackageJson": true,
|
||||
"tsConfig": "lib/testing/tsconfig.lib.prod.json"
|
||||
"tsConfig": "lib/testing/tsconfig.lib.prod.json",
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "production"
|
||||
|
20
lib/testing/webpack.config.js
Normal file
20
lib/testing/webpack.config.js
Normal file
@@ -0,0 +1,20 @@
|
||||
var NxAppWebpackPlugin = require('@nx/webpack/app-plugin').NxAppWebpackPlugin;
|
||||
var join = require('path').join;
|
||||
|
||||
module.exports = {
|
||||
output: {
|
||||
path: join(__dirname, '../../dist/libs/testing')
|
||||
},
|
||||
devServer: {
|
||||
port: 4200
|
||||
},
|
||||
plugins: [
|
||||
new NxAppWebpackPlugin({
|
||||
main: './src/index.ts',
|
||||
tsConfig: './tsconfig.lib.json',
|
||||
index: './src/index.ts',
|
||||
outputHashing: process.env['NODE_ENV'] === 'production' ? 'all' : 'none',
|
||||
optimization: process.env['NODE_ENV'] === 'production'
|
||||
})
|
||||
]
|
||||
};
|
330
migrations.json
330
migrations.json
@@ -2,311 +2,165 @@
|
||||
"migrations": [
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.0",
|
||||
"description": "Remove @nrwl/cli.",
|
||||
"implementation": "./src/migrations/update-16-0-0/remove-nrwl-cli",
|
||||
"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": "16.0.0-remove-nrwl-cli"
|
||||
"name": "17.0.0-move-cache-directory"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"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": "16.0.0-tokens-for-depends-on"
|
||||
"name": "17.0.0-use-minimal-config-for-tasks-runner-options"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"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": "16.0.0-update-nx-cloud-runner"
|
||||
"name": "rm-default-collection-npm-scope"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"version": "17.3.0-beta.6",
|
||||
"description": "Updates the nx wrapper.",
|
||||
"implementation": "./src/migrations/update-17-3-0/update-nxw",
|
||||
"package": "nx",
|
||||
"name": "16.2.0-remove-output-path-from-run-commands"
|
||||
"name": "17.3.0-update-nx-wrapper"
|
||||
},
|
||||
{
|
||||
"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": "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/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.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.0.0-beta.1",
|
||||
"description": "Replace @nx/storybook with @nx/storybook",
|
||||
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages",
|
||||
"package": "@nx/storybook",
|
||||
"name": "update-16-0-0-add-nx-packages"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.1",
|
||||
"description": "Update workspace to use Storybook v7",
|
||||
"implementation": "./src/migrations/update-16-0-0/update-sb-7",
|
||||
"package": "@nx/storybook",
|
||||
"name": "update-16-0-0-migrate-7"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.1.0-beta.0",
|
||||
"description": "Ignore @nx/react/plugins/storybook in Storybook eslint rules.",
|
||||
"factory": "./src/migrations/update-16-1-0/eslint-ignore-react-plugin",
|
||||
"package": "@nx/storybook",
|
||||
"name": "update-16-1-0"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.5.0-beta.0",
|
||||
"description": "Move .storybook/tsconfig.json to tsconfig.storybook.json for non-Angular projects.",
|
||||
"factory": "./src/migrations/update-16-5-0/move-storybook-tsconfig",
|
||||
"package": "@nx/storybook",
|
||||
"name": "update-16-5-0"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"version": "17-2-6-beta.1",
|
||||
"description": "Rename workspace rules from @nx/workspace/name to @nx/workspace-name",
|
||||
"implementation": "./src/migrations/update-17-2-6-rename-workspace-rules/rename-workspace-rules",
|
||||
"package": "@nx/eslint-plugin",
|
||||
"name": "update-16-0-0-add-nx-packages"
|
||||
"name": "update-17-2-6-rename-workspace-rules"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.1",
|
||||
"description": "Replace @nx/node with @nx/node",
|
||||
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages",
|
||||
"package": "@nx/node",
|
||||
"name": "update-16-0-0-add-nx-packages"
|
||||
"version": "17.0.2",
|
||||
"description": "Remove deprecated build options",
|
||||
"implementation": "./src/migrations/update-17-0-0/remove-deprecated-build-options",
|
||||
"package": "@nx/js",
|
||||
"name": "update-17-0-0-remove-deprecated-build-options"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.5",
|
||||
"description": "Replace @nx/node:webpack with @nx/node:webpack",
|
||||
"implementation": "./src/migrations/update-16-0-0/update-webpack-executor",
|
||||
"package": "@nx/node",
|
||||
"name": "update-16-0-0-update-executor"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.3.1-beta.0",
|
||||
"description": "Replace @nx/node:webpack and @nx/node:webpack with @nx/webpack:webpack for all project targets",
|
||||
"implementation": "./src/migrations/update-16-3-1/update-webpack-executor",
|
||||
"package": "@nx/node",
|
||||
"name": "update-16-3-1-update-executor"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.4.0-beta.8",
|
||||
"description": "Replace @nx/node:node with @nx/js:node for all project targets",
|
||||
"implementation": "./src/migrations/update-16-4-0/replace-node-executor",
|
||||
"package": "@nx/node",
|
||||
"name": "update-16-4-0-replace-node-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",
|
||||
"version": "17.1.0-beta.5",
|
||||
"requires": { "@angular/core": ">=17.0.0" },
|
||||
"description": "Update the @angular/cli package version to ~17.0.0.",
|
||||
"factory": "./src/migrations/update-17-1-0/update-angular-cli",
|
||||
"package": "@nx/angular",
|
||||
"name": "remove-library-generator-simple-module-name-option"
|
||||
"name": "update-angular-cli-version-17-0-0"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"version": "17.1.0-beta.5",
|
||||
"requires": { "@angular/core": ">=17.0.0" },
|
||||
"description": "Rename 'browserTarget' to 'buildTarget'.",
|
||||
"factory": "./src/migrations/update-17-1-0/browser-target-to-build-target",
|
||||
"package": "@nx/angular",
|
||||
"name": "update-16-0-0-add-nx-packages"
|
||||
"name": "rename-browser-target-to-build-target"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"version": "17.1.0-beta.5",
|
||||
"requires": { "@angular/core": ">=17.0.0" },
|
||||
"description": "Replace usages of '@nguniversal/builders' with '@angular-devkit/build-angular'.",
|
||||
"factory": "./src/migrations/update-17-1-0/replace-nguniversal-builders",
|
||||
"package": "@nx/angular",
|
||||
"name": "remove-protractor-defaults-from-generators"
|
||||
"name": "replace-nguniversal-builders"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"version": "17.1.0-beta.5",
|
||||
"requires": { "@angular/core": ">=17.0.0" },
|
||||
"description": "Replace usages of '@nguniversal/' packages with '@angular/ssr'.",
|
||||
"factory": "./src/migrations/update-17-1-0/replace-nguniversal-engines",
|
||||
"package": "@nx/angular",
|
||||
"name": "remove-karma-defaults-from-generators"
|
||||
"name": "replace-nguniversal-engines"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"version": "17.1.0-beta.5",
|
||||
"requires": { "@angular/core": ">=17.0.0" },
|
||||
"description": "Replace the deep imports from 'zone.js/dist/zone' and 'zone.js/dist/zone-testing' with 'zone.js' and 'zone.js/testing'.",
|
||||
"factory": "./src/migrations/update-17-1-0/update-zone-js-deep-import",
|
||||
"package": "@nx/angular",
|
||||
"name": "remove-render-module-platform-server-exports"
|
||||
"name": "update-zone-js-deep-import"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"version": "17.2.0-beta.2",
|
||||
"description": "Rename '@nx/angular:webpack-dev-server' executor to '@nx/angular:dev-server'",
|
||||
"factory": "./src/migrations/update-17-2-0/rename-webpack-dev-server",
|
||||
"package": "@nx/angular",
|
||||
"name": "remove-ngcc-invocation"
|
||||
"name": "rename-webpack-dev-server-executor"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"version": "17.3.0-beta.10",
|
||||
"requires": { "@angular/core": ">=17.1.0" },
|
||||
"description": "Update the @angular/cli package version to ~17.1.0.",
|
||||
"factory": "./src/migrations/update-17-3-0/update-angular-cli",
|
||||
"package": "@nx/angular",
|
||||
"name": "extract-app-config-for-standalone"
|
||||
"name": "update-angular-cli-version-17-1-0"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"version": "17.3.0-beta.10",
|
||||
"requires": { "@angular/core": ">=17.1.0" },
|
||||
"description": "Add 'browser-sync' as dev dependency when '@angular-devkit/build-angular:ssr-dev-server' or '@nx/angular:module-federation-dev-ssr' is used.",
|
||||
"factory": "./src/migrations/update-17-3-0/add-browser-sync-dependency",
|
||||
"package": "@nx/angular",
|
||||
"name": "update-server-executor-config"
|
||||
"name": "add-browser-sync-dependency"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"version": "17.3.0-beta.10",
|
||||
"requires": { "@angular/core": ">=17.1.0" },
|
||||
"description": "Add 'autoprefixer' as dev dependency when '@nx/angular:ng-packagr-lite' or '@nx/angular:package` is used.",
|
||||
"factory": "./src/migrations/update-17-3-0/add-autoprefixer-dependency",
|
||||
"package": "@nx/angular",
|
||||
"name": "update-angular-cli-version-16-0-0"
|
||||
"name": "add-autoprefixer-dependency"
|
||||
},
|
||||
{
|
||||
"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.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",
|
||||
"version": "17.0.0",
|
||||
"description": "Angular v17 introduces a new control flow syntax that uses the @ and } characters. This migration replaces the existing usages with their corresponding HTML entities.",
|
||||
"factory": "./migrations/block-template-entities/bundle",
|
||||
"package": "@angular/core",
|
||||
"name": "migration-v16-remove-module-id"
|
||||
"name": "block-template-entities"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"version": "17.0.0",
|
||||
"description": "CompilerOption.useJit and CompilerOption.missingTranslation are unused under Ivy. This migration removes their usage",
|
||||
"factory": "./migrations/compiler-options/bundle",
|
||||
"package": "@angular/core",
|
||||
"name": "migration-v16-guard-and-resolve-interfaces"
|
||||
"name": "migration-v17-compiler-options"
|
||||
},
|
||||
{
|
||||
"version": "16.0.0-0",
|
||||
"description": "Updates the Angular Material to v16",
|
||||
"factory": "./ng-update/index_bundled#updateToV16",
|
||||
"version": "17.0.0",
|
||||
"description": "Updates `TransferState`, `makeStateKey`, `StateKey` imports from `@angular/platform-browser` to `@angular/core`.",
|
||||
"factory": "./migrations/transfer-state/bundle",
|
||||
"package": "@angular/core",
|
||||
"name": "migration-transfer-state"
|
||||
},
|
||||
{
|
||||
"version": "17.0.0-0",
|
||||
"description": "Updates Angular Material to v17",
|
||||
"factory": "./ng-update/index_bundled#updateToV17",
|
||||
"package": "@angular/material",
|
||||
"name": "migration-v16"
|
||||
"name": "migration-v17"
|
||||
},
|
||||
{
|
||||
"version": "16.0.0-0",
|
||||
"description": "Updates the Angular CDK to v16",
|
||||
"factory": "./ng-update/index#updateToV16",
|
||||
"version": "17.0.0-0",
|
||||
"description": "Updates the Angular CDK to v17",
|
||||
"factory": "./ng-update/index#updateToV17",
|
||||
"package": "@angular/cdk",
|
||||
"name": "migration-v16"
|
||||
"name": "migration-v17"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
29
nx.json
29
nx.json
@@ -6,12 +6,22 @@
|
||||
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
||||
"targetDefaults": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"inputs": ["production", "^production"],
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
],
|
||||
"inputs": [
|
||||
"production",
|
||||
"^production"
|
||||
],
|
||||
"cache": true
|
||||
},
|
||||
"build-storybook": {
|
||||
"inputs": ["default", "^production", "{projectRoot}/.storybook/**/*", "{projectRoot}/tsconfig.storybook.json"]
|
||||
"inputs": [
|
||||
"default",
|
||||
"^production",
|
||||
"{projectRoot}/.storybook/**/*",
|
||||
"{projectRoot}/tsconfig.storybook.json"
|
||||
]
|
||||
},
|
||||
"lint": {
|
||||
"cache": true
|
||||
@@ -26,12 +36,18 @@
|
||||
"tasksRunnerOptions": {
|
||||
"default": {
|
||||
"options": {
|
||||
"runtimeCacheInputs": ["node -v"]
|
||||
"cacheDirectory": "nxcache",
|
||||
"runtimeCacheInputs": [
|
||||
"node -v"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"namedInputs": {
|
||||
"default": ["{projectRoot}/**/*", "sharedGlobals"],
|
||||
"default": [
|
||||
"{projectRoot}/**/*",
|
||||
"sharedGlobals"
|
||||
],
|
||||
"sharedGlobals": [
|
||||
"{workspaceRoot}/angular.json",
|
||||
"{workspaceRoot}/demo-shell/src/index.html",
|
||||
@@ -47,6 +63,5 @@
|
||||
"!{projectRoot}/karma.conf.js",
|
||||
"!{projectRoot}/tsconfig.storybook.json"
|
||||
]
|
||||
},
|
||||
"cacheDirectory": "nxcache"
|
||||
}
|
||||
}
|
||||
|
3278
package-lock.json
generated
3278
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -44,6 +44,7 @@
|
||||
"@cspell/eslint-plugin": "^7.3.6",
|
||||
"@mat-datetimepicker/core": "13.0.2",
|
||||
"@ngx-translate/core": "^14.0.0",
|
||||
"@nx/webpack": "^20.0.0",
|
||||
"@storybook/addon-interactions": "^8.2.9",
|
||||
"@storybook/core-server": "^8.2.9",
|
||||
"@storybook/theming": "^8.2.9",
|
||||
|
Reference in New Issue
Block a user