From 27c820785b70978e2dba754db2c5ca20747068ab Mon Sep 17 00:00:00 2001 From: Shivangi Shree Date: Thu, 13 Aug 2026 11:28:23 +0530 Subject: [PATCH] [ACS-12322] CR fixes --- .github/actions/publish-libs/action.yml | 4 ---- app/project.json | 2 +- nx.json | 3 ++- pnpm-workspace.yaml | 3 +++ 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/publish-libs/action.yml b/.github/actions/publish-libs/action.yml index 16111a61b..4ceedd265 100644 --- a/.github/actions/publish-libs/action.yml +++ b/.github/actions/publish-libs/action.yml @@ -28,10 +28,6 @@ runs: shell: bash run: pnpm install --frozen-lockfile - - name: Security audit - shell: bash - run: pnpm audit --audit-level=critical - - name: Build Libraries shell: bash run: pnpm ci:build:many diff --git a/app/project.json b/app/project.json index 34c812d28..b748ebf6f 100644 --- a/app/project.json +++ b/app/project.json @@ -12,7 +12,7 @@ "main": "app/src/main.ts", "tsConfig": "app/tsconfig.app.json", "polyfills": "app/src/polyfills.ts", - "preserveSymlinks": true, + "preserveSymlinks": false, "allowedCommonJsDependencies": ["minimatch", "cropperjs"], "stylePreprocessorOptions": { "includePaths": ["projects/aca-content/src/lib/ui", "node_modules", "node_modules/@alfresco/adf-core/lib"] diff --git a/nx.json b/nx.json index be6236dd7..a1674458d 100644 --- a/nx.json +++ b/nx.json @@ -38,5 +38,6 @@ }, "cacheDirectory": "nxcache", "useInferencePlugins": false, - "useLegacyCache": true + "useLegacyCache": true, + "analytics": false } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index c69266a31..2ecbe67d6 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -5,6 +5,9 @@ packages: minimumReleaseAge: 4320 minimumReleaseAgeStrict: true +minimumReleaseAgeExclude: + - '@alfresco/*' + overrides: # Security fixes fast-uri: 3.1.4