mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Demonstration revert PR to check whether PRs #11880 and #11899 caused the recent ADF release failures. The PR pipeline result will indicate whether reverting the `cli:build` dependsOn edge (#11880) and the `--omit=prod` install command (#11899) is sufficient to restore green CI. Reverts the relevant pieces of: - #11880 (e3430ae36e): removes `dependsOn: ["installDeps"]` from `cli:build`, and reverts the @typescript-eslint bump from 8.59.3 back to 8.57.2 / 8.41.0 in package.json + package-lock.json. The dependabot `@typescript-eslint/*` grouping config is kept. - #11899 (4044fafc39): restores the `cli:installDeps` command back to plain `cd lib/cli && npm i` (the `--omit=prod` value is not a valid npm flag). Not intended for merge. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+3
-3
@@ -100,9 +100,9 @@
|
||||
"@types/minimatch": "5.1.2",
|
||||
"@types/node": "^18.16.9",
|
||||
"@types/pdfjs-dist": "2.10.378",
|
||||
"@typescript-eslint/eslint-plugin": "8.59.3",
|
||||
"@typescript-eslint/parser": "8.59.3",
|
||||
"@typescript-eslint/typescript-estree": "8.59.3",
|
||||
"@typescript-eslint/eslint-plugin": "8.57.2",
|
||||
"@typescript-eslint/parser": "8.57.2",
|
||||
"@typescript-eslint/typescript-estree": "8.41.0",
|
||||
"@typescript-eslint/utils": "^8.51.0",
|
||||
"ajv": "^8.18.0",
|
||||
"dotenv": "16.4.7",
|
||||
|
||||
Reference in New Issue
Block a user