[ACS-12322] CR fixes

This commit is contained in:
Shivangi Shree
2026-09-11 12:29:49 +05:30
parent 31e3d146b7
commit 27c820785b
4 changed files with 6 additions and 6 deletions
-4
View File
@@ -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
+1 -1
View File
@@ -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"]
+2 -1
View File
@@ -38,5 +38,6 @@
},
"cacheDirectory": "nxcache",
"useInferencePlugins": false,
"useLegacyCache": true
"useLegacyCache": true,
"analytics": false
}
+3
View File
@@ -5,6 +5,9 @@ packages:
minimumReleaseAge: 4320
minimumReleaseAgeStrict: true
minimumReleaseAgeExclude:
- '@alfresco/*'
overrides:
# Security fixes
fast-uri: 3.1.4