Commit Graph
1434 Commits
Author SHA1 Message Date
eb7861c93e [ACS-10449] migrate ACA to MD3 (#5199)
* [ACS-10449] replace color usage in templates

* [ACS-10449] switch from @import to @use

* [ACS-10449] replace MD2 datetimepicker theme

* [ACS-10449] replace MD2 apis, replace @imports, use MD3 theme

* [ACS-10449] visual regression fixes 1

* [ACS-10449] visual regression fixes 2

* [ACS-10449] visual regression fixes 3

* [ACS-10449] visual regression fixes 4

* [ACS-10449] visual regression fixes 5

* [ACS-10449] visual regression fixes 6

* [ACS-10449] Viewer MD3 fixes

* [ACS-10449] Typography MD3 fixes

* [ACS-10449] Select, autocomplete background MD3 fix

* [ACS-10449] Addressed PR comments

* [ACS-10449] Reverted one unwanted change

* [ACS-10449] Addressed PR comments

* [ACS-10449] Addressed PR comments

* [ACS-10449] Removed redundant code

* [ACS-10449] Addressed PR comments

* [ACS-10449] use variables instead of colors, fix permission components, use overrides

* [ACS-10449] revert wrong token usage

* [ACS-10449] Addressed PR comments

* [ACS-10449] Addressed PR comments

* [ACS-10449] Addressed PR comments

* [ACS-10449] Toggle MD3 fixes

* [ACS-10449] Addressed comments

* [ACS-10449] Tabs MD3 fixes

* [ACS-10449] Addressed comments

* [ACS-10449] Addressed comments

* [ACS-10449] MD3 fixes

* [ACS-10449] Addressed comments

* [ACS-10449] Addressed comments

* [ACS-10449] icon, icon button and permission datatable styling refactor

* [ACS-10449] revert changes overwriting previous fix, address comment

* [ACS-10449] About page, notification history fixes

* [ACS-10449] Login page, saved searches fixed

* [ACS-10449] Addressed comments

* [ACS-10449] Fixed incorrect box shadow for permissions users and groups popup

* [ACS-10449] Fixed color for selected selectbox option

* [ACS-10449] ADF style fixes refactoring I

* [ACS-10449] Simplify styles for selected group and user icons in permissions

* [ACS-10449] Create from template dialog title size and buttons layout

* [ACS-10449] Fixed uploading file popup

* [ACS-10449] Incorrect color of sidenav background

* [ACS-10449] ADF style fixes refactoring II

* [ACS-10449] Fixed background color for library metadata viewer and buttons hovering

* [ACS-10449] Breadcrumb, datatable bg, search filter container fixes

* [ACS-10449] User profile button fixes

* [ACS-10449] Create from template, copy/move dialog fixes

* [ACS-10449] Fixed styles for comments tab

* [ACS-10449] Small correction

* [ACS-10449] Fixed button styles for linking rules dialog and global change buttons padding

* [ACS-10449] fix selected node tick icon color in search results

* [ACS-10449] Permission form field fixes

* [ACS-10449] Reverted unwanted change

* [ACS-10449] Button, create folder rules dialog fixes

* [ACS-10449] Fixed styles for version manager dialog

* [ACS-10449] Tag creator fixes

* [ACS-10449] Fixed styles for docs viewer thumbnails

* [ACS-10449] remove redundant metadata styling

* [ACS-10449] fix outlined button hover color

* [ACS-10449] Categories panel fixes

* [ACS-10449] Minor shadow box fix

* [ACS-10449] Expansion panel font size fix

* [ACS-10449] fix datepicker

* [ACS-10449] Fixed icons color after uploding new version of file

* [ACS-10449] Fix descending specificity and mixed decls build warnings, remove duplicated styles

* [ACS-10449] Fixed container color for outlined cards

* [ACS-10449] Badges color fix

* [ACS-10449] Configure notification history badge size

* [ACS-10449] Fixed viewer toolbar background

* [ACS-10449] Use latest ADF version

* fix e2e

---------

Co-authored-by: g-jaskowski <grzegorz.jaskowski@hyland.com>
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com>
Co-authored-by: akashrathod28 <akash.rathod@hyland.com>
2026-06-01 08:53:50 +02:00
Alfresco BuildandMichalKinas 2825ece875 [ci:force][auto-commit] Update dependencies ADF:8.6.0-26508198141 JS:9.6.0-26508198141 (#5200)
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2026-05-28 11:21:35 +02:00
c4ff14f359 GH Auto: Upstream dependencies ADF:8.6.0-26272920976 JS-API:9.6.0-26272920976 using Tag:8.6.0-26272920976 (#5178)
* [ci:force][auto-commit] Update dependencies ADF:8.6.0-26272920976  JS:9.6.0-26272920976

* remove adf-core.globals

* file upload fix

* fail e2e with wait fix

* fix(e2e): unique username + viewer content render wait

* feat(viewer): register providePdfViewer for ADF 8.6.0+

* exclude test

* fix comment

---------

Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
Co-authored-by: Mykyta Maliarchuk <mykyta.maliarchuk@hyland.com>
Co-authored-by: akashrathod28 <akash.rathod@hyland.com>
2026-05-22 16:12:15 +02:00
dependabot[bot]andMykyta Maliarchuk adadbe17d5 build(deps): Bump mermaid from 11.14.0 to 11.15.0 (#5183)
* build(deps): Bump mermaid from 11.14.0 to 11.15.0

Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.14.0 to 11.15.0.
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.14.0...mermaid@11.15.0)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-version: 11.15.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* sync package-lock.json after dependabot update

* empty commit to retriger license/cla

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mykyta Maliarchuk <mykyta.maliarchuk@hyland.com>
2026-05-22 13:22:18 +02:00
Alfresco BuildandMichalKinas 1ee06b50bf [ci:force][auto-commit] Update dependencies ADF:8.6.0-25384976868 JS:9.6.0-25384976868 (#5174)
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2026-05-06 10:05:54 +02:00
Alfresco BuildandMichalKinas 180c1e8da0 [ci:force][auto-commit] Update dependencies ADF:8.6.0-25216785043 JS:9.6.0-25216785043 (#5169)
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2026-05-04 13:52:46 +02:00
Alfresco BuildandAleksanderSklorz 05fddc057f [ci:force][auto-commit] Update dependencies ADF:8.6.0-24885084080 JS:9.6.0-24885084080 (#5166)
Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com>
2026-04-24 13:11:05 +02:00
Alfresco BuildandAleksanderSklorz aa3e21dc0e [ci:force][auto-commit] Update dependencies ADF:8.6.0-24769787853 JS:9.6.0-24769787853 (#5160)
Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com>
2026-04-22 12:21:04 +02:00
AleksanderSklorz 7f05fc510c Post release version bump (#5165) 2026-04-22 10:57:58 +02:00
AleksanderSklorz 62693df0e0 Release 7.4.1 (#5162) 2026-04-21 14:28:43 +02:00
AleksanderSklorz 51a4b685fb Release 7.4.0 (#5161) 2026-04-21 13:28:08 +02:00
Alfresco Buildandakashrathod28 b37fb74480 [ci:force][auto-commit] Update dependencies ADF:8.5.0-24656600696 JS:9.5.0-24656600696 (#5154)
Co-authored-by: akashrathod28 <41251473+akashrathod28@users.noreply.github.com>
2026-04-20 12:47:00 +02:00
Alfresco BuildandMichalKinas 9350dbaa9f [ci:force][auto-commit] Update dependencies ADF:8.5.0-24502419882 JS:9.5.0-24502419882 (#5152)
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2026-04-16 09:22:05 -04:00
Alfresco BuildandMichalKinas ea09195e24 [ci:force][auto-commit] Update dependencies ADF:8.5.0-24443724538 JS:9.5.0-24443724538 (#5150)
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2026-04-15 10:56:19 +02:00
97e8b9103e GH Auto: Upstream dependencies ADF:8.5.0-24387897145 JS-API:9.5.0-24387897145 using Tag:8.5.0-24387897145 (#5148)
* [ci:force][auto-commit] Update dependencies ADF:8.5.0-24387897145  JS:9.5.0-24387897145

* excludes XAT-5139 and XAT-5138 e2e

* excludes XAT-5139 and XAT-5138 e2e

---------

Co-authored-by: rmnvch <90370279+rmnvch@users.noreply.github.com>
Co-authored-by: Anton Ramanovich <Anton.Ramanovich@hyland.com>
2026-04-14 16:42:27 +02:00
Grzegorz Jaśkowski d7f4809b64 [ACS-11404] update ng from 19.2.19 to 19.2.20 (#5142)
* [ACS-11404] update ng from 19.2.19 to 19.2.20

* [ACS-11404] remove deprecated devtools playwright property

* [ACS-11404] update ng devkit from 19.2.19 to 19.2.20

* [ACS-11404] lock pdfjs-dist version
2026-04-14 13:59:56 +02:00
Alfresco BuildandMichalKinas b3fec22db2 [ci:force][auto-commit] Update dependencies ADF:8.5.0-24332922236 JS:9.5.0-24332922236 (#5143)
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2026-04-13 13:58:54 +01:00
Alfresco BuildandMichalKinas f5e8704f2c [ci:force][auto-commit] Update dependencies ADF:8.5.0-24130537653 JS:9.5.0-24130537653 (#5136)
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2026-04-13 10:41:47 +02:00
dependabot[bot] 78faa54325 build(deps-dev): Bump @reportportal/agent-js-playwright (#5118)
Bumps [@reportportal/agent-js-playwright](https://github.com/reportportal/agent-js-playwright) from 5.3.2 to 5.4.0.
- [Release notes](https://github.com/reportportal/agent-js-playwright/releases)
- [Changelog](https://github.com/reportportal/agent-js-playwright/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/reportportal/agent-js-playwright/compare/v5.3.2...v5.4.0)

---
updated-dependencies:
- dependency-name: "@reportportal/agent-js-playwright"
  dependency-version: 5.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-03 10:24:52 +02:00
1b51e74730 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>
2026-04-02 15:03:00 +02:00
Alfresco BuildandMichalKinas ab35f29885 [ci:force][auto-commit] Update dependencies ADF:8.5.0-23838954632 JS:9.5.0-23838954632 (#5129)
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2026-04-01 11:14:25 +02:00
Alfresco BuildandMichalKinas 5fb4315e1e [ci:force][auto-commit] Update dependencies ADF:8.5.0-23799064375 JS:9.5.0-23799064375 (#5110)
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2026-04-01 10:15:31 +02:00
AleksanderSklorz 89a42b3de5 [ACS-11417] lint enable angular eslint prefer inject rule default in ng20 for alfresco apps (#5111)
* [ACS-11417] Enable inject prefer eslint rule

* [ACS-11417] Added eslint rule for prefer readonly

* [ACS-11417] Fixed unit tests

* [ACS-11417] Addressed copilot comments
2026-03-25 08:45:32 +01:00
Adam Świderski 65c814d75b [ACS-11294] added search indexing check in ACA (#5091)
* [ACS-11294] added search indexing check in ACA

* [ACS-11294] small changes to the script

* [ACS-11293] deleted commander from the script and added .env file check

* [ACS-11294] added search indexing action after deploy ACS

* [ACS-11294] check added to all test suites and deleted hard coded credentials

* [ACS-11294] sonar cloud fixes

* [ACS-11294] search indexing fix 1

* [ACS-11294] review fixes 1

* [ACS-11294] review fixes 2
2026-03-23 10:22:17 +01:00
dependabot[bot] 9680b46ffa build(deps-dev): Bump lint-staged from 16.2.7 to 16.4.0 (#5107)
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.2.7 to 16.4.0.
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lint-staged/lint-staged/compare/v16.2.7...v16.4.0)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-version: 16.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-23 08:16:47 +01:00
Alfresco BuildandMichalKinas 74a616fd6d [ci:force][auto-commit] Update dependencies ADF:8.5.0-23298028349 JS:9.5.0-23298028349 (#5100)
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2026-03-20 08:48:04 +01:00
Alfresco BuildandAleksanderSklorz 884bb185e4 [ci:force][auto-commit] Update dependencies ADF:8.5.0-23139275901 JS:9.5.0-23139275901 (#5098)
Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com>
2026-03-16 14:45:10 +01:00
dependabot[bot] 7e0d1b5cc2 build(deps): Bump minimatch, @nx/angular, @nx/eslint-plugin, @nx/workspace and nx (#5077)
Bumps [minimatch](https://github.com/isaacs/minimatch) to 10.2.4 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [@nx/angular](https://github.com/nrwl/nx/tree/HEAD/packages/angular), [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin), [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) and [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx). These dependencies need to be updated together.


Updates `minimatch` from 9.0.3 to 10.2.4
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v9.0.3...v10.2.4)

Updates `@nx/angular` from 22.1.0 to 22.5.3
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.5.3/packages/angular)

Updates `@nx/eslint-plugin` from 22.2.3 to 22.5.3
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.5.3/packages/eslint-plugin)

Updates `@nx/workspace` from 21.4.1 to 22.5.3
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.5.3/packages/workspace)

Updates `nx` from 21.5.2 to 22.5.3
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.5.3/packages/nx)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 10.2.4
  dependency-type: indirect
- dependency-name: "@nx/angular"
  dependency-version: 22.5.3
  dependency-type: direct:development
- dependency-name: "@nx/eslint-plugin"
  dependency-version: 22.5.3
  dependency-type: direct:development
- dependency-name: "@nx/workspace"
  dependency-version: 22.5.3
  dependency-type: direct:development
- dependency-name: nx
  dependency-version: 22.5.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-16 11:25:59 +01:00
dependabot[bot] 58450d86e1 build(deps): Bump webpack and @angular-devkit/build-angular (#5085)
Bumps [webpack](https://github.com/webpack/webpack) to 5.105.0 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.


Updates `webpack` from 5.98.0 to 5.105.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack/compare/v5.98.0...v5.105.0)

Updates `@angular-devkit/build-angular` from 19.2.19 to 19.2.22
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/compare/19.2.19...v19.2.22)

---
updated-dependencies:
- dependency-name: webpack
  dependency-version: 5.105.0
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 19.2.22
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-16 10:14:17 +01:00
dependabot[bot] 34324c1174 build(deps-dev): Bump prettier from 3.5.3 to 3.8.1 (#5096)
Bumps [prettier](https://github.com/prettier/prettier) from 3.5.3 to 3.8.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.5.3...3.8.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-16 09:14:31 +01:00
Alfresco BuildandMichalKinas ed929f0252 [ci:force][auto-commit] Update dependencies ADF:8.5.0-23048320522 JS:9.5.0-23048320522 (#5086)
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2026-03-16 08:53:04 +01:00
Michal Kinas ea8c621f54 [ACS-11205] Use new LazyApi decorator (#5079)
* [ACS-11205] Use new LazyApi decorator

* [ACS-11205] Use latest ADF

* [ACS-11025] CR fixes
2026-03-12 12:00:23 +01:00
dependabot[bot]andAleksander Sklorz 9ea290dac7 build(deps): Bump @ngx-translate/core from 16.0.4 to 17.0.0 (#5070)
* build(deps): Bump @ngx-translate/core from 16.0.4 to 17.0.0

Bumps [@ngx-translate/core](https://github.com/ngx-translate/core) from 16.0.4 to 17.0.0.
- [Release notes](https://github.com/ngx-translate/core/releases)
- [Commits](https://github.com/ngx-translate/core/compare/v16.0.4...v17.0.0)

---
updated-dependencies:
- dependency-name: "@ngx-translate/core"
  dependency-version: 17.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* [ACS-11213] Change versions

* [ACS-11213] Change versions

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com>
2026-03-12 10:39:08 +01:00
Michal Kinas a9215cf39b Post-release version bump (#5090) 2026-03-12 07:57:27 +01:00
Michal Kinas 5046a92409 Release 7.3.0 (#5088) 2026-03-11 17:00:15 +01:00
Alfresco BuildandMichalKinas ef9c7f59b1 [ci:force][auto-commit] Update dependencies ADF:8.4.0-22758435552 JS:9.4.0-22758435552 (#5084)
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2026-03-06 18:01:16 +05:30
Alfresco BuildandMichalKinas 0c632e0b3e [ci:force][auto-commit] Update dependencies ADF:8.4.0-22724258484 JS:9.4.0-22724258484 (#5082)
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2026-03-05 16:53:32 +01:00
Alfresco BuildandMichalKinas e27921314d [ci:force][auto-commit] Update dependencies ADF:8.4.0-22578223806 JS:9.4.0-22578223806 (#5078)
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2026-03-03 15:04:04 +05:30
Alfresco BuildandMichalKinas 08a04bb879 [ci:force][auto-commit] Update dependencies ADF:8.4.0-22570598650 JS:9.4.0-22570598650 (#5067)
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2026-03-02 12:13:14 +01:00
Mykyta Maliarchuk 1f8e5d9cf2 [PRODSEC-11289] [ACA] Fix Angular i18n vulnerable to CSS (#5076)
* [PRODSEC-11289] ACA Fix Angular i18n vulnerable to CSS

* [PRODSEC-11289] audit fix
2026-03-02 10:58:19 +01:00
AleksanderSklorz a63664f319 [ACS-11213] Reverted ngx translate upgrade (#5068)
* [ACS-11213] Reverted ngx translate upgrade

* [ACS-11213] Reverted ngx translate upgrade
2026-02-28 00:22:59 +01:00
Alfresco Buildandnikita-web-ua 8fdf843ce7 [ci:force][auto-commit] Update dependencies ADF:8.4.0-22487985598 JS:9.4.0-22487985598 (#5066)
Co-authored-by: nikita-web-ua <84377976+nikita-web-ua@users.noreply.github.com>
2026-02-27 15:40:43 +01:00
dependabot[bot]andAleksander Sklorz 55185c965a build(deps): Bump @ngx-translate/core from 16.0.4 to 17.0.0 (#4798)
* build(deps): Bump @ngx-translate/core from 16.0.4 to 17.0.0

Bumps [@ngx-translate/core](https://github.com/ngx-translate/core) from 16.0.4 to 17.0.0.
- [Release notes](https://github.com/ngx-translate/core/releases)
- [Commits](https://github.com/ngx-translate/core/compare/v16.0.4...v17.0.0)

---
updated-dependencies:
- dependency-name: "@ngx-translate/core"
  dependency-version: 17.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* [ACS-11213] Fix for upgrading ngx-translate

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com>
2026-02-27 14:10:31 +01:00
Alfresco Buildandnikita-web-ua d0aa178275 [ci:force][auto-commit] Update dependencies ADF:8.4.0-22479841574 JS:9.4.0-22479841574 (#5065)
Co-authored-by: nikita-web-ua <84377976+nikita-web-ua@users.noreply.github.com>
2026-02-27 11:10:13 +01:00
Alfresco BuildandMichalKinas 77bc6e9c87 [ci:force][auto-commit] Update dependencies ADF:8.4.0-22450686964 JS:9.4.0-22450686964 (#5063)
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2026-02-26 19:20:22 +01:00
Alfresco BuildandMichalKinas ca52ae5abe [ci:force][auto-commit] Update dependencies ADF:8.4.0-22372415534 JS:9.4.0-22372415534 (#5062)
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2026-02-26 08:07:21 +01:00
Alfresco BuildandDenysVuika 1436b8f446 [ci:force][auto-commit] Update dependencies ADF:8.4.0-22350446264 JS:9.4.0-22350446264 (#5059)
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2026-02-24 13:58:08 +01:00
Alfresco BuildandMichalKinas a1b96ae78a [ci:force][auto-commit] Update dependencies ADF:8.4.0-22228372109 JS:9.4.0-22228372109 (#5058)
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2026-02-23 09:36:07 +01:00
Alfresco BuildandMichalKinas 59eb8908fe [ci:force][auto-commit] Update dependencies ADF:8.4.0-22183410335 JS:9.4.0-22183410335 (#5055)
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2026-02-20 07:58:51 +01:00
Mykyta Maliarchuk 8ee2ab9bea [PRODSEC-11179] Bump Mermaid to mitigate lodash-es prototype pollution (#5054) 2026-02-19 14:07:06 +00:00