mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
GH Auto: Upstream dependencies ADF:8.5.0-23864516491 JS-API:9.5.0-23864516491 using Tag:8.5.0-23864516491 (#5130)
* [ci:force][auto-commit] Update dependencies ADF:8.5.0-23864516491 JS:9.5.0-23864516491 * Unit test fix --------- Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com> Co-authored-by: MichalKinas <michal.kinas@hyland.com>
This commit is contained in:
co-authored by
MichalKinas
MichalKinas
parent
91c5db4ced
commit
1b51e74730
Generated
+30
-30
@@ -9,11 +9,11 @@
|
||||
"version": "7.4.0",
|
||||
"license": "LGPL-3.0",
|
||||
"dependencies": {
|
||||
"@alfresco/adf-content-services": "8.5.0-23838954632",
|
||||
"@alfresco/adf-core": "8.5.0-23838954632",
|
||||
"@alfresco/adf-extensions": "8.5.0-23838954632",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "8.5.0-23838954632",
|
||||
"@alfresco/js-api": "9.5.0-23838954632",
|
||||
"@alfresco/adf-content-services": "8.5.0-23864516491",
|
||||
"@alfresco/adf-core": "8.5.0-23864516491",
|
||||
"@alfresco/adf-extensions": "8.5.0-23864516491",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "8.5.0-23864516491",
|
||||
"@alfresco/js-api": "9.5.0-23864516491",
|
||||
"@angular/animations": "19.2.19",
|
||||
"@angular/cdk": "19.2.19",
|
||||
"@angular/common": "19.2.19",
|
||||
@@ -46,7 +46,7 @@
|
||||
"zone.js": "0.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alfresco/adf-cli": "8.5.0-23838954632",
|
||||
"@alfresco/adf-cli": "8.5.0-23864516491",
|
||||
"@angular-devkit/build-angular": "19.2.22",
|
||||
"@angular-devkit/core": "19.2.18",
|
||||
"@angular-devkit/schematics": "19.2.18",
|
||||
@@ -103,13 +103,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/adf-cli": {
|
||||
"version": "8.5.0-23838954632",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-8.5.0-23838954632.tgz",
|
||||
"integrity": "sha512-uWXKAeEbfcKbUIywIE/p+ColXBvfQZ/vPnV5MoSvFIZzq6qHgAoa6BcsCN6Fqxgm5r15/FsrOkWnDyV/fv7Wyw==",
|
||||
"version": "8.5.0-23864516491",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-8.5.0-23864516491.tgz",
|
||||
"integrity": "sha512-KgdejF9vqizMfyF079irH+6tr8Dp5oP48tOBZkzBNzP/orlwIpc4PLPBUx8pW0dEJ/Iu0Ovy/C/vWJuZbCbY2Q==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@alfresco/js-api": ">=9.5.0-23838954632",
|
||||
"@alfresco/js-api": ">=9.5.0-23864516491",
|
||||
"ejs": "^3.1.10",
|
||||
"license-checker": "^25.0.1",
|
||||
"node-fetch": "^2.7.0",
|
||||
@@ -121,16 +121,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/adf-content-services": {
|
||||
"version": "8.5.0-23838954632",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-8.5.0-23838954632.tgz",
|
||||
"integrity": "sha512-tM8BM+7cgDQ5IUkA+qteIOahDcjdA/WYKPdP5L2qEDz2y6iHl2UJt91VluE6Ubg3JmBbmccOyQmteTKDdHr6kw==",
|
||||
"version": "8.5.0-23864516491",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-8.5.0-23864516491.tgz",
|
||||
"integrity": "sha512-QBPLi56zmg/CbeCutbPAmUGUn2e1JDEUqcjC8l+goFTEtdNxqa8vA0O3XZLIshLpjJrp0l1KShBVApWltR4quA==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@alfresco/adf-core": ">=8.5.0-23838954632",
|
||||
"@alfresco/js-api": ">=9.5.0-23838954632",
|
||||
"@alfresco/adf-core": ">=8.5.0-23864516491",
|
||||
"@alfresco/js-api": ">=9.5.0-23864516491",
|
||||
"@angular/animations": ">=14.1.3",
|
||||
"@angular/cdk": ">=14.1.2",
|
||||
"@angular/common": ">=14.1.3",
|
||||
@@ -145,9 +145,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/adf-core": {
|
||||
"version": "8.5.0-23838954632",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-8.5.0-23838954632.tgz",
|
||||
"integrity": "sha512-Uu8FksWR65iOYnW8AwPmHxQ1fwmCTmEfiN9ZslRn2S9FGUmXAqnG1jLi61FU0mCADJnBHl1nvyjmaDNWl5c4KA==",
|
||||
"version": "8.5.0-23864516491",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-8.5.0-23864516491.tgz",
|
||||
"integrity": "sha512-vtmnC5zSBTd95+LgPuPAfp1kmj9j/L+zqVVLW6WOgzxfDjQEXF9Vw81xfwbvfgHBWJOWF2GxkmbrnMJTJ72iSQ==",
|
||||
"license": "Apache-2.0",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
@@ -159,8 +159,8 @@
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@alfresco/adf-extensions": ">=8.5.0-23838954632",
|
||||
"@alfresco/js-api": ">=9.5.0-23838954632",
|
||||
"@alfresco/adf-extensions": ">=8.5.0-23864516491",
|
||||
"@alfresco/js-api": ">=9.5.0-23864516491",
|
||||
"@angular/animations": ">=16.0.0",
|
||||
"@angular/cdk": ">=16.0.0",
|
||||
"@angular/common": ">=16.0.0",
|
||||
@@ -193,30 +193,30 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/adf-extensions": {
|
||||
"version": "8.5.0-23838954632",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-8.5.0-23838954632.tgz",
|
||||
"integrity": "sha512-h0iUe5GEC7nPCZ79CaPbUnK33ptbK40um1wvVxGNcgTPp4K/AZMpF/4ymXtNVB4FVkQnHBa2+Erl+FKS/xTp8Q==",
|
||||
"version": "8.5.0-23864516491",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-8.5.0-23864516491.tgz",
|
||||
"integrity": "sha512-ALjQ08bubHo2qdAHShco9LGP1beJSDTp4GSwC+sgLFbp4AT+/zvF1xqAsA0IpTaqeXNRDRRWNbZGU0Jx7mWlHA==",
|
||||
"license": "Apache-2.0",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@alfresco/js-api": ">=9.5.0-23838954632",
|
||||
"@alfresco/js-api": ">=9.5.0-23864516491",
|
||||
"@angular/common": ">=14.1.3",
|
||||
"@angular/core": ">=14.1.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/eslint-plugin-eslint-angular": {
|
||||
"version": "8.5.0-23838954632",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-8.5.0-23838954632.tgz",
|
||||
"integrity": "sha512-mmPKy7HEeVreJEissUgCaoFIJ0MjnAOMy8z4LWAp7L3perqQLdcZ0sGLyDSrvC9FmwL20hYRYpkR9wBdTBa3Fw==",
|
||||
"version": "8.5.0-23864516491",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-8.5.0-23864516491.tgz",
|
||||
"integrity": "sha512-IlbzxclRWHvGvIS1tzlaehQFPTI+XSxB+Y5pBm/vvBT0GPYo7yJd7lIp+YuFuXvcCwBWntWnIj55iBZX04atgA==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/@alfresco/js-api": {
|
||||
"version": "9.5.0-23838954632",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-9.5.0-23838954632.tgz",
|
||||
"integrity": "sha512-j1VcyrKkXO/424iNW+BK8TwtM+P49App+7rFW6vMywR8y/0jH7hS6gSPZ4EpAcfJ3YRKJwCJBn9ZSEX0N+mQ0g==",
|
||||
"version": "9.5.0-23864516491",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-9.5.0-23864516491.tgz",
|
||||
"integrity": "sha512-k3Hd7Wek4GbHHT/UTSORw8C+uFQA3BP2y9NwEE39WVVRGUMIFJcdq5Ow4NzdjXRuphDxeXekMeBPeJbSxbTt+w==",
|
||||
"license": "Apache-2.0",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
|
||||
+6
-6
@@ -42,11 +42,11 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@alfresco/adf-content-services": "8.5.0-23838954632",
|
||||
"@alfresco/adf-core": "8.5.0-23838954632",
|
||||
"@alfresco/adf-extensions": "8.5.0-23838954632",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "8.5.0-23838954632",
|
||||
"@alfresco/js-api": "9.5.0-23838954632",
|
||||
"@alfresco/adf-content-services": "8.5.0-23864516491",
|
||||
"@alfresco/adf-core": "8.5.0-23864516491",
|
||||
"@alfresco/adf-extensions": "8.5.0-23864516491",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "8.5.0-23864516491",
|
||||
"@alfresco/js-api": "9.5.0-23864516491",
|
||||
"@angular/animations": "19.2.19",
|
||||
"@angular/cdk": "19.2.19",
|
||||
"@angular/common": "19.2.19",
|
||||
@@ -79,7 +79,7 @@
|
||||
"zone.js": "0.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alfresco/adf-cli": "8.5.0-23838954632",
|
||||
"@alfresco/adf-cli": "8.5.0-23864516491",
|
||||
"@angular-devkit/build-angular": "19.2.22",
|
||||
"@angular-devkit/core": "19.2.18",
|
||||
"@angular-devkit/schematics": "19.2.18",
|
||||
|
||||
+4
-4
@@ -115,8 +115,8 @@ describe('NodeInformationComponent', () => {
|
||||
expect(getNumberOfFiles()).toBe('APP.NODE_INFO.CALCULATING');
|
||||
expect(getNodeSize()).toBe('APP.NODE_INFO.CALCULATING');
|
||||
expect(getNodeLocation()).toBe('mock-folder-path');
|
||||
expect(getNodeCreationDate()).toBe('01/02/2024 11:11');
|
||||
expect(getNodeModifyDate()).toBe('02/03/2024 22:22');
|
||||
expect(getNodeCreationDate()).toBe('2/1/24, 11:11 AM');
|
||||
expect(getNodeModifyDate()).toBe('3/2/24, 10:22 PM');
|
||||
});
|
||||
|
||||
it('should make API call on init to start folder size calculation', () => {
|
||||
@@ -220,8 +220,8 @@ describe('NodeInformationComponent', () => {
|
||||
expect(getNodeName()).toBe('mock-file');
|
||||
expect(getNodeSize()).toBe('1000 CORE.FILE_SIZE.BYTES');
|
||||
expect(getNodeLocation()).toBe('mock-file-path');
|
||||
expect(getNodeCreationDate()).toBe('01/02/2024 11:11');
|
||||
expect(getNodeModifyDate()).toBe('02/03/2024 22:22');
|
||||
expect(getNodeCreationDate()).toBe('2/1/24, 11:11 AM');
|
||||
expect(getNodeModifyDate()).toBe('3/2/24, 10:22 PM');
|
||||
});
|
||||
|
||||
it('should call API to fetch secondary parent paths', () => {
|
||||
|
||||
Reference in New Issue
Block a user