mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-12322] CR fixes
This commit is contained in:
@@ -28,10 +28,6 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
|
|
||||||
- name: Security audit
|
|
||||||
shell: bash
|
|
||||||
run: pnpm audit --audit-level=critical
|
|
||||||
|
|
||||||
- name: Build Libraries
|
- name: Build Libraries
|
||||||
shell: bash
|
shell: bash
|
||||||
run: pnpm ci:build:many
|
run: pnpm ci:build:many
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
"main": "app/src/main.ts",
|
"main": "app/src/main.ts",
|
||||||
"tsConfig": "app/tsconfig.app.json",
|
"tsConfig": "app/tsconfig.app.json",
|
||||||
"polyfills": "app/src/polyfills.ts",
|
"polyfills": "app/src/polyfills.ts",
|
||||||
"preserveSymlinks": true,
|
"preserveSymlinks": false,
|
||||||
"allowedCommonJsDependencies": ["minimatch", "cropperjs"],
|
"allowedCommonJsDependencies": ["minimatch", "cropperjs"],
|
||||||
"stylePreprocessorOptions": {
|
"stylePreprocessorOptions": {
|
||||||
"includePaths": ["projects/aca-content/src/lib/ui", "node_modules", "node_modules/@alfresco/adf-core/lib"]
|
"includePaths": ["projects/aca-content/src/lib/ui", "node_modules", "node_modules/@alfresco/adf-core/lib"]
|
||||||
|
|||||||
@@ -38,5 +38,6 @@
|
|||||||
},
|
},
|
||||||
"cacheDirectory": "nxcache",
|
"cacheDirectory": "nxcache",
|
||||||
"useInferencePlugins": false,
|
"useInferencePlugins": false,
|
||||||
"useLegacyCache": true
|
"useLegacyCache": true,
|
||||||
|
"analytics": false
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@
|
|||||||
"test": "nx test",
|
"test": "nx test",
|
||||||
"lint": "NODE_OPTIONS=--max_old_space_size=4096 nx run-many --all --target=lint",
|
"lint": "NODE_OPTIONS=--max_old_space_size=4096 nx run-many --all --target=lint",
|
||||||
"inspect.bundle": "nx build content-ce --configuration production --stats-json && webpack-bundle-analyzer dist/content-ce/stats.json",
|
"inspect.bundle": "nx build content-ce --configuration production --stats-json && webpack-bundle-analyzer dist/content-ce/stats.json",
|
||||||
"prepare": "husky && pnpm audit --audit-level=critical",
|
"prepare": "husky install",
|
||||||
"stylelint": "stylelint \"{app,projects}/**/*.scss\"",
|
"stylelint": "stylelint \"{app,projects}/**/*.scss\"",
|
||||||
"affected:build": "nx affected:build",
|
"affected:build": "nx affected:build",
|
||||||
"affected:test": "nx affected:test",
|
"affected:test": "nx affected:test",
|
||||||
|
|||||||
@@ -5,6 +5,9 @@ packages:
|
|||||||
minimumReleaseAge: 4320
|
minimumReleaseAge: 4320
|
||||||
minimumReleaseAgeStrict: true
|
minimumReleaseAgeStrict: true
|
||||||
|
|
||||||
|
minimumReleaseAgeExclude:
|
||||||
|
- '@alfresco/*'
|
||||||
|
|
||||||
overrides:
|
overrides:
|
||||||
# Security fixes
|
# Security fixes
|
||||||
fast-uri: 3.1.4
|
fast-uri: 3.1.4
|
||||||
|
|||||||
Reference in New Issue
Block a user