feat: migrate to nx 19.8

This commit is contained in:
thomas
2024-09-23 21:47:33 +02:00
parent 75902af8b5
commit 43960d1806
52 changed files with 3420 additions and 7939 deletions

View File

@@ -68,10 +68,14 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "apps/angular/1-projection/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -69,10 +69,14 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "apps/angular/21-anchor-navigation/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -68,10 +68,14 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "apps/angular/32-change-detection-bug/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -68,10 +68,14 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "apps/angular/39-injection-token/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -66,10 +66,14 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "apps/angular/45-react-in-angular/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -66,10 +66,14 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "apps/angular/46-simple-animations/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -73,10 +73,14 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "apps/angular/5-crud-application/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -65,14 +65,15 @@
"buildTarget": "angular-lazy-load-component:build" "buildTarget": "angular-lazy-load-component:build"
} }
}, },
"lint": {
"executor": "@nx/eslint:lint"
},
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "apps/angular/52-lazy-load-component/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -70,14 +70,15 @@
"buildTarget": "angular-back-button-navigation:build" "buildTarget": "angular-back-button-navigation:build"
} }
}, },
"lint": {
"executor": "@nx/eslint:lint"
},
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "apps/angular/55-back-button-navigation/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -66,10 +66,14 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "apps/forms/41-control-value-accessor/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -70,10 +70,14 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "apps/ngrx/2-effect-vs-selector/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -71,10 +71,14 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "apps/performance/12-optimize-change-detection/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -72,10 +72,14 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "apps/performance/36-ngfor-optimization/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -69,10 +69,14 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "apps/rxjs/14-race-condition/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -68,10 +68,14 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "apps/rxjs/38-catch-error/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -66,10 +66,14 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "apps/rxjs/49-hold-to-save-button/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -71,10 +71,14 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "apps/signal/30-interop-rxjs-signal/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -64,9 +64,6 @@
"options": { "options": {
"buildTarget": "signal-big-signal-performance:build" "buildTarget": "signal-big-signal-performance:build"
} }
},
"lint": {
"executor": "@nx/eslint:lint"
} }
} }
} }

View File

@@ -64,9 +64,6 @@
"options": { "options": {
"buildTarget": "signal-pipe-observable-to-signal:build" "buildTarget": "signal-pipe-observable-to-signal:build"
} }
},
"lint": {
"executor": "@nx/eslint:lint"
} }
} }
} }

View File

@@ -66,9 +66,6 @@
"options": { "options": {
"buildTarget": "signal-forms-and-signal:build" "buildTarget": "signal-forms-and-signal:build"
} }
},
"lint": {
"executor": "@nx/eslint:lint"
} }
} }
} }

View File

@@ -69,10 +69,18 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest", "outputs": [
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "{workspaceRoot}/coverage/{projectRoot}",
"{projectRoot}/coverage"
],
"options": { "options": {
"jestConfig": "apps/testing/17-router/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -69,10 +69,18 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest", "outputs": [
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "{workspaceRoot}/coverage/{projectRoot}",
"{projectRoot}/coverage"
],
"options": { "options": {
"jestConfig": "apps/testing/18-nested-components/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -69,10 +69,18 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest", "outputs": [
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "{workspaceRoot}/coverage/{projectRoot}",
"{projectRoot}/coverage"
],
"options": { "options": {
"jestConfig": "apps/testing/19-input-output/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -72,10 +72,18 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest", "outputs": [
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "{workspaceRoot}/coverage/{projectRoot}",
"{projectRoot}/coverage"
],
"options": { "options": {
"jestConfig": "apps/testing/20-modal/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -68,10 +68,18 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest", "outputs": [
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "{workspaceRoot}/coverage/{projectRoot}",
"{projectRoot}/coverage"
],
"options": { "options": {
"jestConfig": "apps/testing/23-harness/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -68,10 +68,18 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest", "outputs": [
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "{workspaceRoot}/coverage/{projectRoot}",
"{projectRoot}/coverage"
],
"options": { "options": {
"jestConfig": "apps/testing/24-harness-creation/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -68,10 +68,14 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "apps/testing/28-checkbox/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -72,10 +72,18 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest", "outputs": [
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "{workspaceRoot}/coverage/{projectRoot}",
"{projectRoot}/coverage"
],
"options": { "options": {
"jestConfig": "apps/testing/29-real-life-application/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -38,10 +38,14 @@
} }
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "libs/custom-plugin/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -23,10 +23,14 @@
"defaultConfiguration": "production" "defaultConfiguration": "production"
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "libs/decoupling/brain/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -23,10 +23,14 @@
"defaultConfiguration": "production" "defaultConfiguration": "production"
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "libs/decoupling/core/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -23,10 +23,14 @@
"defaultConfiguration": "production" "defaultConfiguration": "production"
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "libs/decoupling/helmet/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -7,10 +7,14 @@
"tags": [], "tags": [],
"targets": { "targets": {
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "libs/module-to-standalone/admin/feature/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -7,10 +7,14 @@
"tags": [], "tags": [],
"targets": { "targets": {
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "libs/module-to-standalone/admin/shared/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -23,10 +23,14 @@
"defaultConfiguration": "production" "defaultConfiguration": "production"
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "libs/module-to-standalone/core/providers/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -7,10 +7,14 @@
"tags": [], "tags": [],
"targets": { "targets": {
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "libs/module-to-standalone/core/service/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -7,10 +7,14 @@
"tags": [], "tags": [],
"targets": { "targets": {
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "libs/module-to-standalone/forbidden/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -7,10 +7,14 @@
"tags": [], "tags": [],
"targets": { "targets": {
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "libs/module-to-standalone/home/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -7,10 +7,14 @@
"tags": [], "tags": [],
"targets": { "targets": {
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "libs/module-to-standalone/shell/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -23,10 +23,14 @@
"defaultConfiguration": "production" "defaultConfiguration": "production"
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "libs/module-to-standalone/user/contact/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -23,10 +23,14 @@
"defaultConfiguration": "production" "defaultConfiguration": "production"
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "libs/module-to-standalone/user/home/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -23,10 +23,14 @@
"defaultConfiguration": "production" "defaultConfiguration": "production"
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "libs/module-to-standalone/user/shell/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -7,10 +7,14 @@
"tags": [], "tags": [],
"targets": { "targets": {
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "libs/power-of-effect/backend/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -7,10 +7,14 @@
"tags": [], "tags": [],
"targets": { "targets": {
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "libs/power-of-effect/model/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -23,10 +23,14 @@
"defaultConfiguration": "production" "defaultConfiguration": "production"
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "libs/shared/directives/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -23,10 +23,14 @@
"defaultConfiguration": "production" "defaultConfiguration": "production"
}, },
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "libs/shared/ngrx-callstate-store/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -7,10 +7,14 @@
"tags": [], "tags": [],
"targets": { "targets": {
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "libs/shared/utils/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }

View File

@@ -2,56 +2,36 @@
"migrations": [ "migrations": [
{ {
"cli": "nx", "cli": "nx",
"version": "19.2.0-beta.2", "version": "19.6.0-beta.4",
"description": "Updates the default workspace data directory to .nx/workspace-data", "description": "Update ciWebServerCommand to use static serve for the application.",
"implementation": "./src/migrations/update-19-2-0/move-workspace-data-directory", "implementation": "./src/migrations/update-19-6-0/update-ci-webserver-for-static-serve",
"package": "nx", "package": "@nx/cypress",
"name": "19-2-0-move-graph-cache-directory" "name": "update-19-6-0-update-ci-webserver-for-vite"
}, },
{ {
"cli": "nx", "cli": "nx",
"version": "19.2.2-beta.0", "version": "19.6.0-beta.4",
"description": "Updates the nx wrapper.", "description": "Ensure Module Federation DTS is turned off by default.",
"implementation": "./src/migrations/update-17-3-0/update-nxw", "factory": "./src/migrations/update-19-6-0/turn-off-dts-by-default",
"package": "nx",
"name": "19-2-2-update-nx-wrapper"
},
{
"version": "19.2.4-beta.0",
"description": "Set project name in nx.json explicitly",
"implementation": "./src/migrations/update-19-2-4/set-project-name",
"x-repair-skip": true,
"package": "nx",
"name": "19-2-4-set-project-name"
},
{
"cli": "nx",
"version": "19.2.1-beta.0",
"requires": {
"@angular-eslint/eslint-plugin": ">=18.0.0"
},
"description": "Installs the '@typescript-eslint/utils' package when having installed '@angular-eslint/eslint-plugin' or '@angular-eslint/eslint-plugin-template' with version >=18.0.0.",
"factory": "./src/migrations/update-19-2-1/add-typescript-eslint-utils",
"package": "@nx/angular", "package": "@nx/angular",
"name": "add-typescript-eslint-utils" "name": "update-19-6-0"
}, },
{ {
"cli": "nx", "cli": "nx",
"version": "19.5.0-beta.1", "version": "19.6.0-beta.7",
"requires": { "requires": { "@angular/core": ">=18.2.0" },
"@angular/core": ">=18.1.0" "description": "Update the @angular/cli package version to ~18.2.0.",
}, "factory": "./src/migrations/update-19-6-0/update-angular-cli",
"description": "Update the @angular/cli package version to ~18.1.0.",
"factory": "./src/migrations/update-19-5-0/update-angular-cli",
"package": "@nx/angular", "package": "@nx/angular",
"name": "update-angular-cli-version-18-1-0" "name": "update-angular-cli-version-18-2-0"
}, },
{ {
"version": "18.1.0", "cli": "nx",
"description": "Updates calls to afterRender with an explicit phase to the new API", "version": "19.6.1-beta.0",
"factory": "./migrations/after-render-phase/bundle", "description": "Ensure Target Defaults are set correctly for Module Federation.",
"package": "@angular/core", "factory": "./src/migrations/update-19-6-1/ensure-depends-on-for-mf",
"name": "migration-after-render-phase" "package": "@nx/angular",
"name": "update-19-6-1-ensure-module-federation-target-defaults"
} }
] ]
} }

View File

@@ -100,6 +100,12 @@
"openTargetName": "open-cypress", "openTargetName": "open-cypress",
"componentTestingTargetName": "component-test" "componentTestingTargetName": "component-test"
} }
},
{
"plugin": "@nx/jest/plugin",
"options": {
"targetName": "test"
}
} }
] ]
} }

10724
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,55 +14,55 @@
"dependencies": { "dependencies": {
"@actions/core": "^1.10.1", "@actions/core": "^1.10.1",
"@actions/github": "^6.0.0", "@actions/github": "^6.0.0",
"@angular/animations": "18.1.1", "@angular/animations": "18.2.5",
"@angular/cdk": "18.1.1", "@angular/cdk": "18.2.5",
"@angular/common": "18.1.1", "@angular/common": "18.2.5",
"@angular/compiler": "18.1.1", "@angular/compiler": "18.2.5",
"@angular/core": "18.1.1", "@angular/core": "18.2.5",
"@angular/forms": "18.1.1", "@angular/forms": "18.2.5",
"@angular/material": "18.1.1", "@angular/material": "18.2.5",
"@angular/platform-browser": "18.1.1", "@angular/platform-browser": "18.2.5",
"@angular/platform-browser-dynamic": "18.1.1", "@angular/platform-browser-dynamic": "18.2.5",
"@angular/router": "18.1.1", "@angular/router": "18.2.5",
"@ngneat/falso": "^6.4.0", "@ngneat/falso": "^6.4.0",
"@ngrx/component": "18.0.1", "@ngrx/component": "18.0.2",
"@ngrx/component-store": "18.0.1", "@ngrx/component-store": "18.0.2",
"@ngrx/effects": "18.0.1", "@ngrx/effects": "18.0.2",
"@ngrx/entity": "18.0.1", "@ngrx/entity": "18.0.2",
"@ngrx/router-store": "18.0.1", "@ngrx/router-store": "18.0.2",
"@ngrx/store": "18.0.1", "@ngrx/store": "18.0.2",
"@nx/angular": "19.5.0", "@nx/angular": "19.8.0",
"@swc/helpers": "0.5.12", "@swc/helpers": "0.5.12",
"@tanstack/angular-query-experimental": "^5.12.1", "@tanstack/angular-query-experimental": "^5.12.1",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"tailwindcss": "3.4.3", "tailwindcss": "3.4.3",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"zone.js": "0.14.2" "zone.js": "0.14.10"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "18.1.1", "@angular-devkit/build-angular": "18.2.5",
"@angular-devkit/core": "18.1.1", "@angular-devkit/core": "18.2.5",
"@angular-devkit/schematics": "18.1.1", "@angular-devkit/schematics": "18.2.5",
"@angular-eslint/eslint-plugin": "18.1.0", "@angular-eslint/eslint-plugin": "18.1.0",
"@angular-eslint/eslint-plugin-template": "18.1.0", "@angular-eslint/eslint-plugin-template": "18.1.0",
"@angular-eslint/template-parser": "18.1.0", "@angular-eslint/template-parser": "18.1.0",
"@angular/cli": "~18.1.0", "@angular/cli": "~18.1.0",
"@angular/compiler-cli": "18.1.1", "@angular/compiler-cli": "18.2.5",
"@angular/language-service": "18.1.1", "@angular/language-service": "18.2.5",
"@commitlint/cli": "^17.2.0", "@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0", "@commitlint/config-conventional": "^17.2.0",
"@cypress/webpack-dev-server": "3.8.0", "@cypress/webpack-dev-server": "3.8.0",
"@hirez_io/observer-spy": "^2.2.0", "@hirez_io/observer-spy": "^2.2.0",
"@ngrx/schematics": "18.0.1", "@ngrx/schematics": "18.0.2",
"@nx/cypress": "19.5.0", "@nx/cypress": "19.8.0",
"@nx/devkit": "19.5.0", "@nx/devkit": "19.8.0",
"@nx/eslint": "19.5.0", "@nx/eslint": "19.8.0",
"@nx/eslint-plugin": "19.5.0", "@nx/eslint-plugin": "19.8.0",
"@nx/jest": "19.5.0", "@nx/jest": "19.8.0",
"@nx/js": "19.5.0", "@nx/js": "19.8.0",
"@nx/plugin": "19.5.0", "@nx/plugin": "19.8.0",
"@nx/workspace": "19.5.0", "@nx/workspace": "19.8.0",
"@schematics/angular": "18.1.1", "@schematics/angular": "18.2.5",
"@swc-node/register": "1.9.2", "@swc-node/register": "1.9.2",
"@swc/cli": "0.3.12", "@swc/cli": "0.3.12",
"@swc/core": "1.5.7", "@swc/core": "1.5.7",
@@ -72,7 +72,7 @@
"@testing-library/cypress": "10.0.1", "@testing-library/cypress": "10.0.1",
"@testing-library/jest-dom": "6.4.5", "@testing-library/jest-dom": "6.4.5",
"@testing-library/user-event": "14.5.2", "@testing-library/user-event": "14.5.2",
"@types/jest": "29.4.0", "@types/jest": "29.5.13",
"@types/node": "18.16.9", "@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "7.16.1", "@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1", "@typescript-eslint/parser": "7.16.1",
@@ -85,13 +85,13 @@
"eslint-plugin-cypress": "2.15.1", "eslint-plugin-cypress": "2.15.1",
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.0",
"husky": "^8.0.2", "husky": "^8.0.2",
"jest": "29.5.0", "jest": "29.7.0",
"jest-environment-jsdom": "29.5.0", "jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.0", "jest-preset-angular": "14.1.0",
"jsonc-eslint-parser": "^2.1.0", "jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^13.0.3", "lint-staged": "^13.0.3",
"ng-packagr": "18.1.0", "ng-packagr": "18.2.1",
"nx": "19.5.0", "nx": "19.8.0",
"postcss": "^8.4.5", "postcss": "^8.4.5",
"postcss-import": "~14.1.0", "postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0", "postcss-preset-env": "~7.5.0",

View File

@@ -4,10 +4,14 @@
"sourceRoot": "tools/eslint-rules", "sourceRoot": "tools/eslint-rules",
"targets": { "targets": {
"test": { "test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "tools/eslint-rules/jest.config.ts" "passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
} }
} }
} }