Release 6.5.1 (#9082)

This commit is contained in:
Amedeo Lepore 2023-11-13 10:19:15 +01:00 committed by GitHub
parent f2df3c4143
commit e2c116c25a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with 1495 additions and 25 deletions

View File

@ -1,7 +1,7 @@
{
"name": "Alfresco-ADF-Angular-Demo",
"description": "Demo shell for Alfresco Angular components",
"version": "6.5.0",
"version": "6.5.1",
"author": "Hyland Software, Inc. and its affiliates",
"repository": {
"type": "git",

View File

@ -42,3 +42,4 @@ The pages linked below contain the licenses for all third party dependencies of
- [ADF 6.3.0](license-info-6.3.0.md)
- [ADF 6.4.0](license-info-6.4.0.md)
- [ADF 6.5.0](license-info-6.5.0.md)
- [ADF 6.5.1](license-info-6.5.1.md)

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,7 @@ The first **General Availability** release was v2.0.0.
## General Availability
- [6.5.1](RelNote-6.5.1.md)
- [6.5.0](RelNote-6.5.0.md)
- [6.4.0](RelNote-6.4.0.md)
- [6.3.0](RelNote-6.3.0.md)

View File

@ -0,0 +1,27 @@
---
Title: Release notes v6.5.1
---
# Alfresco Application Development Framework (ADF) version 6.5.1 Release Note
This document provides information on the Alfresco Application Development Framework **v6.5.1**.
You can find release artifacts on [GitHub](https://github.com/Alfresco/alfresco-ng2-components/releases/tag/6.5.1).
## Contents
- [Changelog](#changelog)
- [See Also](#see-also)
## Changelog
- [f2df3c414](git@github.com:Alfresco/alfresco-ng2-components/commit/f2df3c414) [AAE-17909][AAE-17964] fix silent-refresh url is not set with the value - fix background image set to undefined (#9080)
- [168bb0b6c](git@github.com:Alfresco/alfresco-ng2-components/commit/168bb0b6c) [AAE-17258] Update storybook for datatable and datacolumn (#9052)
- [c0194029c](git@github.com:Alfresco/alfresco-ng2-components/commit/c0194029c) [AAE-17865] Remove few already covered e2es from ADF (#9078)
- [625cf2b85](git@github.com:Alfresco/alfresco-ng2-components/commit/625cf2b85) [ADF-5561] Remove unused dep (#9064)
- [f0a11fdab](git@github.com:Alfresco/alfresco-ng2-components/commit/f0a11fdab) [ACS-6140] migrate tests to harness (#9071)
## See Also
- [Issue Tracker](https://github.com/Alfresco/alfresco-ng2-components/issues/new)
- [Discussion forum](http://gitter.im/Alfresco/alfresco-ng2-components)

View File

@ -39,3 +39,4 @@ The pages linked below contain the audit for all third party dependencies of ADF
- [ADF 6.3.0](audit-info-6.3.0.md)
- [ADF 6.4.0](audit-info-6.4.0.md)
- [ADF 6.5.0](audit-info-6.5.0.md)
- [ADF 6.5.1](audit-info-6.5.1.md)

View File

@ -0,0 +1,52 @@
---
Title: Audit info, alfresco-ng2-components 6.5.1
---
# Audit information for alfresco-ng2-components 6.5.1
This page lists the security audit of the dependencies this project depends on.
## Risks
- Critical risk: 0
- High risk: 17
- Moderate risk: 12
- Low risk: 0
Dependencies analyzed:
## Libraries
| Severity | Module | Vulnerable versions |
| --- | --- | --- |
|high | @mdx-js/mdx | "<=1.6.22" |
|moderate | @storybook/builder-webpack4 | "*" |
|high | @storybook/core-server | "<=7.0.0-rc.11" |
|high | @storybook/csf-tools | "6.5.0-alpha.1 - 6.5.17-alpha.0" |
|moderate | @storybook/manager-webpack4 | "*" |
|high | @storybook/mdx1-csf | "*" |
|moderate | autoprefixer | "1.0.20131222 - 9.8.8" |
|high | chokidar | "1.0.0-rc1 - 2.1.8" |
|high | cpy | "7.0.0 - 8.1.2" |
|moderate | css-loader | "0.15.0 - 4.3.0" |
|high | fast-glob | "<=2.2.7" |
|high | glob-parent | "<5.1.2" |
|high | globby | "8.0.0 - 9.2.0" |
|moderate | icss-utils | "<=4.1.1" |
|high | meow | "3.4.0 - 5.0.0" |
|moderate | postcss | "<8.4.31" |
|moderate | postcss-flexbugs-fixes | "<=4.2.1" |
|moderate | postcss-modules-extract-imports | "<=2.0.0" |
|moderate | postcss-modules-local-by-default | "<=4.0.0-rc.4" |
|moderate | postcss-modules-scope | "<=2.2.0" |
|moderate | postcss-modules-values | "<=4.0.0-rc.5" |
|high | remark-mdx | "<=1.6.22" |
|high | remark-parse | "<=8.0.3" |
|moderate | semver | "7.0.0 - 7.5.1" |
|high | trim | "<0.0.3" |
|high | trim-newlines | "<3.0.1" |
|high | watchpack | "1.7.2 - 1.7.5" |
|high | watchpack-chokidar2 | "*" |
|high | webpack | "4.44.0 - 4.47.0" |

View File

@ -1,12 +1,12 @@
{
"name": "@alfresco/adf-cli",
"version": "6.5.0",
"version": "6.5.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@alfresco/adf-cli",
"version": "6.5.0",
"version": "6.5.1",
"license": "Apache-2.0",
"dependencies": {
"@alfresco/js-api": ">=7.1.0-1372",

View File

@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-cli",
"description": "Alfresco ADF cli and utils",
"version": "6.5.0",
"version": "6.5.1",
"author": "Hyland Software, Inc. and its affiliates",
"bin": {
"adf-cli": "./bin/adf-cli",

View File

@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-content-services",
"description": "Alfresco ADF content services",
"version": "6.5.0",
"version": "6.5.1",
"author": "Hyland Software, Inc. and its affiliates",
"repository": {
"type": "git",
@ -23,7 +23,7 @@
"@angular/router": ">=14.1.3",
"@alfresco/js-api": ">=7.2.0",
"@ngx-translate/core": ">=14.0.0",
"@alfresco/adf-core": ">=6.5.0"
"@alfresco/adf-core": ">=6.5.1"
},
"keywords": [
"content-services",

View File

@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-core",
"description": "Alfresco ADF core",
"version": "6.5.0",
"version": "6.5.1",
"author": "Hyland Software, Inc. and its affiliates",
"repository": {
"type": "git",
@ -34,7 +34,7 @@
"@angular/router": ">=14.1.3",
"@mat-datetimepicker/core": "^10.1.1",
"@alfresco/js-api": ">=7.2.0",
"@alfresco/adf-extensions": ">=6.5.0",
"@alfresco/adf-extensions": ">=6.5.1",
"@ngx-translate/core": ">=14.0.0",
"minimatch-browser": ">=1.0.0",
"pdfjs-dist": ">=3.3.122"

View File

@ -1,6 +1,6 @@
{
"name": "@alfresco/eslint-plugin-eslint-angular",
"version": "6.5.0",
"version": "6.5.1",
"description": "Alfresco ADF eslint angular custom rules",
"main": "main.js",
"author": "Hyland Software, Inc. and its affiliates",

View File

@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-extensions",
"description": "Provides extensibility support for ADF applications.",
"version": "6.5.0",
"version": "6.5.1",
"license": "Apache-2.0",
"author": "Hyland Software, Inc. and its affiliates",
"repository": {

View File

@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-insights",
"description": "Alfresco ADF insights",
"version": "6.5.0",
"version": "6.5.1",
"author": "Hyland Software, Inc. and its affiliates",
"repository": {
"type": "git",
@ -16,7 +16,7 @@
"@angular/core": ">=14.1.3",
"@angular/forms": ">=14.1.3",
"@angular/material": ">=14.1.2",
"@alfresco/adf-core": ">=6.5.0",
"@alfresco/adf-core": ">=6.5.1",
"@ngx-translate/core": ">=14.0.0",
"chart.js": "^4.3.0",
"ng2-charts": "^4.1.1",

View File

@ -1,6 +1,6 @@
{
"name": "@alfresco/adf-process-services-cloud",
"version": "6.5.0",
"version": "6.5.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-process-services-cloud",
"description": "Alfresco ADF process services cloud",
"version": "6.5.0",
"version": "6.5.1",
"author": "Hyland Software, Inc. and its affiliates",
"repository": {
"type": "git",
@ -35,8 +35,8 @@
"@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3",
"@alfresco/js-api": ">=7.2.0",
"@alfresco/adf-core": ">=6.5.0",
"@alfresco/adf-content-services": ">=6.5.0",
"@alfresco/adf-core": ">=6.5.1",
"@alfresco/adf-content-services": ">=6.5.1",
"@apollo/client": "^3.7.2",
"@ngx-translate/core": ">=14.0.0",
"apollo-angular": "^4.0.1",

View File

@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-process-services",
"description": "Alfresco ADF process services",
"version": "6.5.0",
"version": "6.5.1",
"author": "Hyland Software, Inc. and its affiliates",
"repository": {
"type": "git",
@ -22,8 +22,8 @@
"@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3",
"@alfresco/js-api": ">=7.2.0",
"@alfresco/adf-core": ">=6.5.0",
"@alfresco/adf-content-services": ">=6.5.0",
"@alfresco/adf-core": ">=6.5.1",
"@alfresco/adf-content-services": ">=6.5.1",
"@ngx-translate/core": ">=14.0.0"
},
"keywords": [

View File

@ -1,12 +1,12 @@
{
"name": "@alfresco/adf-testing",
"version": "6.5.0",
"version": "6.5.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@alfresco/adf-testing",
"version": "6.5.0",
"version": "6.5.1",
"license": "Apache-2.0",
"peerDependencies": {
"@alfresco/js-api": ">=7.1.0-1437"

View File

@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-testing",
"description": "Alfresco ADF testing page and utils",
"version": "6.5.0",
"version": "6.5.1",
"author": "Hyland Software, Inc. and its affiliates",
"repository": {
"type": "git",

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "alfresco-ng2-components",
"version": "6.5.0",
"version": "6.5.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "alfresco-ng2-components",
"version": "6.5.0",
"version": "6.5.1",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -2,7 +2,7 @@
"name": "alfresco-ng2-components",
"commit": "b644b39d17396330d2a67509f58c5b9e890b9b13",
"description": "Alfresco Angular components",
"version": "6.5.0",
"version": "6.5.1",
"author": "Hyland Software, Inc. and its affiliates",
"scripts": {
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",