Release 6.5.2 (#9094)

This commit is contained in:
Amedeo Lepore 2023-11-16 13:25:14 +01:00 committed by GitHub
parent 22d3179a55
commit cf62196fc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with 1497 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.1",
"version": "6.5.2",
"author": "Hyland Software, Inc. and its affiliates",
"repository": {
"type": "git",

View File

@ -43,3 +43,4 @@ The pages linked below contain the licenses for all third party dependencies of
- [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)
- [ADF 6.5.2](license-info-6.5.2.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.2](RelNote-6.5.2.md)
- [6.5.1](RelNote-6.5.1.md)
- [6.5.0](RelNote-6.5.0.md)
- [6.4.0](RelNote-6.4.0.md)

View File

@ -0,0 +1,29 @@
---
Title: Release notes v6.5.2
---
# Alfresco Application Development Framework (ADF) version 6.5.2 Release Note
This document provides information on the Alfresco Application Development Framework **v6.5.2**.
You can find release artifacts on [GitHub](https://github.com/Alfresco/alfresco-ng2-components/releases/tag/6.5.2).
## Contents
- [Changelog](#changelog)
- [See Also](#see-also)
## Changelog
- [22d3179a5](git@github.com:Alfresco/alfresco-ng2-components/commit/22d3179a5) Revert "[AAE-18105] Fix release workflow: release-npm step doesn't publish al…" (#9092)
- [17323b0ab](git@github.com:Alfresco/alfresco-ng2-components/commit/17323b0ab) [AAE-18105] Fix release workflow: release-npm step doesn't publish all the packages (#9091)
- [81787d520](git@github.com:Alfresco/alfresco-ng2-components/commit/81787d520) [MNT-23166] Add resize flag to document list with option to disable blur (#9090)
- [e5ca7d206](git@github.com:Alfresco/alfresco-ng2-components/commit/e5ca7d206) [AAE-18057] Fix token is not refreshed after silent-refresh is called. Get another token from the auth server. (#9089)
- [6787ef458](git@github.com:Alfresco/alfresco-ng2-components/commit/6787ef458) [ACS-6225] Removed extra gray area around share link dialog (#9086)
- [6988c1f45](git@github.com:Alfresco/alfresco-ng2-components/commit/6988c1f45) [ACS-6067] viewer thumbnails not refresh on file change (#9075)
- [15fdbc7e2](git@github.com:Alfresco/alfresco-ng2-components/commit/15fdbc7e2) [ACS-4794] ES query migration changes (#8773)
## See Also
- [Issue Tracker](https://github.com/Alfresco/alfresco-ng2-components/issues/new)
- [Discussion forum](http://gitter.im/Alfresco/alfresco-ng2-components)

View File

@ -40,3 +40,4 @@ The pages linked below contain the audit for all third party dependencies of ADF
- [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)
- [ADF 6.5.2](audit-info-6.5.2.md)

View File

@ -0,0 +1,52 @@
---
Title: Audit info, alfresco-ng2-components 6.5.2
---
# Audit information for alfresco-ng2-components 6.5.2
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.1",
"version": "6.5.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@alfresco/adf-cli",
"version": "6.5.1",
"version": "6.5.2",
"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.1",
"version": "6.5.2",
"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.1",
"version": "6.5.2",
"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.1"
"@alfresco/adf-core": ">=6.5.2"
},
"keywords": [
"content-services",

View File

@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-core",
"description": "Alfresco ADF core",
"version": "6.5.1",
"version": "6.5.2",
"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.1",
"@alfresco/adf-extensions": ">=6.5.2",
"@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.1",
"version": "6.5.2",
"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.1",
"version": "6.5.2",
"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.1",
"version": "6.5.2",
"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.1",
"@alfresco/adf-core": ">=6.5.2",
"@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.1",
"version": "6.5.2",
"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.1",
"version": "6.5.2",
"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.1",
"@alfresco/adf-content-services": ">=6.5.1",
"@alfresco/adf-core": ">=6.5.2",
"@alfresco/adf-content-services": ">=6.5.2",
"@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.1",
"version": "6.5.2",
"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.1",
"@alfresco/adf-content-services": ">=6.5.1",
"@alfresco/adf-core": ">=6.5.2",
"@alfresco/adf-content-services": ">=6.5.2",
"@ngx-translate/core": ">=14.0.0"
},
"keywords": [

View File

@ -1,12 +1,12 @@
{
"name": "@alfresco/adf-testing",
"version": "6.5.1",
"version": "6.5.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@alfresco/adf-testing",
"version": "6.5.1",
"version": "6.5.2",
"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.1",
"version": "6.5.2",
"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.1",
"version": "6.5.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "alfresco-ng2-components",
"version": "6.5.1",
"version": "6.5.2",
"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.1",
"version": "6.5.2",
"author": "Hyland Software, Inc. and its affiliates",
"scripts": {
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",