Release 9.0.0 (#12075)

* Release 9.0.0

* Add missing entry
This commit is contained in:
Michal Kinas
2026-07-20 13:54:51 +02:00
committed by GitHub
parent d25038dc59
commit 3496363b8e
13 changed files with 170 additions and 15 deletions
+2 -2
View File
@@ -98,8 +98,8 @@ Options:
const packageDir = path.dirname(packagePath);
// Use spawnSync with array arguments for safer command execution (prevents shell injection)
// Cross-platform: npm is available on PATH on all platforms (Windows, macOS, Linux)
const result = spawnSync('npm', ['audit', '--json', '--prod'], {
// Cross-platform: pnpm is available on PATH on all platforms (Windows, macOS, Linux)
const result = spawnSync('pnpm', ['audit', '--json', '--prod'], {
cwd: packageDir,
encoding: 'utf-8',
// shell: false is the default and more secure (no shell interpretation)
+2 -2
View File
@@ -21,9 +21,9 @@
"@angular/platform-browser": ">=20.3.25",
"@angular/platform-browser-dynamic": ">=20.3.25",
"@angular/router": ">=20.3.25",
"@alfresco/js-api": ">=9.5.0",
"@alfresco/js-api": ">=10.0.0",
"@ngx-translate/core": ">=17.0.0",
"@alfresco/adf-core": ">=8.5.0"
"@alfresco/adf-core": ">=9.0.0"
},
"keywords": [
"content-services",
+2 -2
View File
@@ -33,8 +33,8 @@
"@angular/router": ">=20.3.25",
"@mat-datetimepicker/core": ">=12.0.1",
"@ngx-translate/core": ">=17.0.0",
"@alfresco/js-api": ">=9.5.0",
"@alfresco/adf-extensions": ">=8.5.0",
"@alfresco/js-api": ">=10.0.0",
"@alfresco/adf-extensions": ">=9.0.0",
"minimatch": ">=10.0.0",
"pdfjs-dist": ">=3.3.122",
"rxjs": ">=7.8.0"
+1 -1
View File
@@ -14,7 +14,7 @@
"peerDependencies": {
"@angular/common": ">=20.3.25",
"@angular/core": ">=20.3.25",
"@alfresco/js-api": ">=9.5.0"
"@alfresco/js-api": ">=10.0.0"
},
"keywords": [
"extensions",
+2 -2
View File
@@ -21,8 +21,8 @@
"@angular/core": ">=20.3.25",
"@angular/forms": ">=20.3.25",
"@angular/material": ">=20.2.14",
"@alfresco/adf-core": ">=8.5.0",
"@alfresco/adf-content-services": ">=8.5.0",
"@alfresco/adf-core": ">=9.0.0",
"@alfresco/adf-content-services": ">=9.0.0",
"@ngx-translate/core": ">=17.0.0"
},
"keywords": [
+3 -3
View File
@@ -21,9 +21,9 @@
"@angular/platform-browser": ">=20.3.25",
"@angular/platform-browser-dynamic": ">=20.3.25",
"@angular/router": ">=20.3.25",
"@alfresco/js-api": ">=9.5.0",
"@alfresco/adf-core": ">=8.5.0",
"@alfresco/adf-content-services": ">=8.5.0",
"@alfresco/js-api": ">=10.0.0",
"@alfresco/adf-core": ">=9.0.0",
"@alfresco/adf-content-services": ">=9.0.0",
"@apollo/client": ">=3.7.2",
"@ngx-translate/core": ">=17.0.0",
"apollo-angular": ">=4.0.1",
+3 -3
View File
@@ -21,9 +21,9 @@
"@angular/platform-browser": ">=20.3.25",
"@angular/platform-browser-dynamic": ">=20.3.25",
"@angular/router": ">=20.3.25",
"@alfresco/js-api": ">=9.5.0",
"@alfresco/adf-core": ">=8.5.0",
"@alfresco/adf-content-services": ">=8.5.0",
"@alfresco/js-api": ">=10.0.0",
"@alfresco/adf-core": ">=9.0.0",
"@alfresco/adf-content-services": ">=9.0.0",
"@ngx-translate/core": ">=17.0.0"
},
"keywords": [