dependabot[bot]
b8fa940dc9
build(deps): bump github/codeql-action from 4.35.5 to 4.36.0 ( #11915 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.35.5 to 4.36.0.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/9e0d7b8d25671d64c341c19c0152d693099fb5ba...7211b7c8077ea37d8641b6271f6a365a22a5fbfa )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.36.0
dependency-type: direct:production
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-05-26 09:45:48 +01:00
Alfresco Build and Crowdin Bot
637b67da59
New Crowdin translations by GitHub Action ( #11898 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
8.6.0-26442057776
2026-05-26 09:45:25 +01:00
dependabot[bot]
cefc666a09
build(deps): bump @tootallnate/once from 2.0.0 to 2.0.1 ( #11906 )
...
Bumps [@tootallnate/once](https://github.com/TooTallNate/once ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/TooTallNate/once/releases )
- [Changelog](https://github.com/TooTallNate/once/blob/v2.0.1/CHANGELOG.md )
- [Commits](https://github.com/TooTallNate/once/compare/2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: "@tootallnate/once"
dependency-version: 2.0.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8.6.0-26272920976
2026-05-22 07:47:49 +01:00
Denys Vuika
f339647f40
refactor: migrate license checks off license-checker ( #11905 )
8.6.0-26228443837
2026-05-21 14:18:10 +01:00
Denys Vuika
a7fa68056d
chore: remove unused @nx/node dependency ( #11895 )
8.6.0-26223110318
2026-05-21 11:27:35 +00:00
Denys Vuika
8280aa2f6d
chore: update NX packages to version 22.7.2 and related dependencies ( #11904 )
...
* chore: update NX packages to version 22.7.2 and related dependencies
* chore: add @nx/jest dependency at version 22.7.2
* chore: remove deprecated @types/pdfjs-dist dependency
8.6.0-26220782599
2026-05-21 11:35:47 +01:00
Mykyta Maliarchuk
5553aaaefe
[MNT-25522] Add support for fileLink icon ( #11903 )
...
* [MNT-25522] Add support for fileLink icon
* [MNT-25522] cr fixes
2026-05-21 12:21:46 +02:00
Michaela and Cursor
15814380a5
[ci:force] AAE-46219 [TEST] Revert cli build/installDeps changes from #11880 and #11899 ( #11901 )
...
Demonstration revert PR to check whether PRs #11880 and #11899 caused
the recent ADF release failures. The PR pipeline result will indicate
whether reverting the `cli:build` dependsOn edge (#11880 ) and the
`--omit=prod` install command (#11899 ) is sufficient to restore green
CI.
Reverts the relevant pieces of:
- #11880 (e3430ae36e ): removes `dependsOn: ["installDeps"]` from
`cli:build`, and reverts the @typescript-eslint bump from 8.59.3
back to 8.57.2 / 8.41.0 in package.json + package-lock.json.
The dependabot `@typescript-eslint/*` grouping config is kept.
- #11899 (4044fafc39 ): restores the `cli:installDeps` command back
to plain `cd lib/cli && npm i` (the `--omit=prod` value is not a
valid npm flag).
Not intended for merge.
Co-authored-by: Cursor <cursoragent@cursor.com >
8.6.0-26166975338
2026-05-20 15:50:58 +02:00
Michaela and Cursor
4044fafc39
AAE-46219 Skip prod deps in cli:installDeps to unblock release ( #11899 )
...
* [ci:force] AAE-46219 Remove redundant installDeps dependency from cli build target
The build target's installDeps dependency is already covered transitively
via bundle -> copyToNodeModules -> installDeps, and the duplicate npm i
caused a race condition that broke the ADF release.
Co-authored-by: Cursor <cursoragent@cursor.com >
* AAE-46219 Skip prod deps in cli:installDeps to unblock release
The release workflow rewrites lib/cli/package.json so @alfresco/js-api
points at an unpublished build-tagged version, then nx triggers
cli:installDeps (cd lib/cli && npm i) which fails ETARGET. tsc only
needs the devDependencies (typescript, @types/ejs, @types/node);
@alfresco/js-api is resolved via the tsconfig "paths" mapping to
dist/libs/js-api, not from node_modules. Adding --omit=prod skips the
unresolvable runtime deps without affecting the published package.
Also restores the build -> installDeps edge so tsc and npm install
do not race in lib/cli/node_modules.
Co-authored-by: Cursor <cursoragent@cursor.com >
---------
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-20 14:32:01 +02:00
Michal Kinas
ece50ac32c
[MNT-25149] Card view select item multivalued property support ( #11891 )
...
* [MNT-25149] Card view select item multivalued property support
* [MNT-25149] CR fixes
* [MNT-25149] CR fixes
* [MNT-25149] CR fixes
2026-05-20 11:39:42 +02:00
Darren Thornton
1d163c6749
Revert "AAE-44065 Change date picker to match other styles ( #11868 )" ( #11896 )
...
This reverts commit 8309d2dc55 .
2026-05-19 14:54:26 -05:00
Denys Vuika
1fbd869902
chore: remove unused eslint-plugin-prefer-arrow ( #11894 )
...
Remove eslint-plugin-prefer-arrow dependency as the only rule from this plugin (prefer-arrow/prefer-arrow-functions) was disabled in all ESLint configurations.
2026-05-19 11:13:00 +01:00
Denys Vuika
165d0fc521
chore: remove unused moment dependency ( #11893 )
...
Remove moment from devDependencies as it is no longer used in the codebase.
2026-05-19 10:47:36 +01:00
Darren Thornton
64d9f3a6d4
AAE-45774 Show error for date fields if invalid format ( #11886 )
...
* AAE-45774 Show error for date fields if invalid format
* apply copilot suggestions
2026-05-18 06:42:59 -05:00
Alfresco Build and Crowdin Bot
454236873e
New Crowdin translations by GitHub Action ( #11867 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2026-05-18 11:39:09 +01:00
dependabot[bot]
16202197f7
build(deps): bump Alfresco/alfresco-build-tools ( #11889 )
...
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ) from 17.7.0 to 18.0.1.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/9f51752cb7845dce8e8b13b866c127681f418bb3...162d01f0dd3d9ead7526be3b046743fae5afb2cd )
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 18.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-18 11:38:37 +01:00
dependabot[bot]
dbdcc3175b
build(deps): bump github/codeql-action from 4.35.4 to 4.35.5 ( #11890 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.35.4 to 4.35.5.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/68bde559dea0fdcac2102bfdf6230c5f70eb485e...9e0d7b8d25671d64c341c19c0152d693099fb5ba )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.35.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-18 11:38:14 +01:00
dependabot[bot]
b1cb7060d1
build(deps): bump @cspell/eslint-plugin from 9.4.0 to 10.0.0 ( #11884 )
...
Bumps [@cspell/eslint-plugin](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin ) from 9.4.0 to 10.0.0.
- [Release notes](https://github.com/streetsidesoftware/cspell/releases )
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v10.0.0/packages/cspell-eslint-plugin )
---
updated-dependencies:
- dependency-name: "@cspell/eslint-plugin"
dependency-version: 10.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-18 11:37:55 +01:00
dependabot[bot]
fc55aa0a44
build(deps-dev): bump react from 19.2.4 to 19.2.6 ( #11888 )
...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react ) from 19.2.4 to 19.2.6.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react )
---
updated-dependencies:
- dependency-name: react
dependency-version: 19.2.6
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-18 11:37:17 +01:00
dependabot[bot]
b8c115a725
build(deps-dev): bump sass-loader from 16.0.7 to 16.0.8 ( #11885 )
...
Bumps [sass-loader](https://github.com/webpack/sass-loader ) from 16.0.7 to 16.0.8.
- [Release notes](https://github.com/webpack/sass-loader/releases )
- [Changelog](https://github.com/webpack/sass-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/webpack/sass-loader/compare/v16.0.7...v16.0.8 )
---
updated-dependencies:
- dependency-name: sass-loader
dependency-version: 16.0.8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-15 15:58:55 +02:00
Alex Molodyh
9e106b006c
AAE-43881 Fix for form rules not applying when new [data] comes in ( #11879 )
2026-05-14 08:47:42 -07:00
Darren Thornton
8309d2dc55
AAE-44065 Change date picker to match other styles ( #11868 )
...
* AAE-44065 Change date picker to match other styles
* Apply Copilot suggestions
2026-05-13 12:12:21 -05:00
dependabot[bot]
a21908a782
build(deps-dev): bump @typescript-eslint/typescript-estree ( #11883 )
...
Bumps the typescript-eslint group with 1 update: [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree ).
Updates `@typescript-eslint/typescript-estree` from 8.41.0 to 8.59.3
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/typescript-estree )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/typescript-estree"
dependency-version: 8.59.3
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: typescript-eslint
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-13 11:00:28 +02:00
Michaela and Cursor
e3430ae36e
AAE-45695 Group @typescript-eslint/* packages in dependabot ( #11880 )
...
* [AAE-45695] Group @typescript-eslint/* packages in dependabot
@typescript-eslint/parser and @typescript-eslint/eslint-plugin must be
bumped together (matching versions) due to a peer-dependency between
them. Grouping all @typescript-eslint/* packages ensures Dependabot
updates them in lock-step instead of opening separate PRs that fail
npm ci with a peer-dep conflict.
Co-authored-by: Cursor <cursoragent@cursor.com >
* [ci:force] AAE-45695 Bump @typescript-eslint/parser and eslint-plugin to 8.59.3
Bump both packages together (peer-dep requires matching versions) to
unblock the Dependabot bump that was previously failing.
---------
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-12 09:43:21 +00:00
dependabot[bot]
7bf7610cf5
build(deps): bump @babel/plugin-transform-modules-systemjs ( #11871 )
...
Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs ) from 7.29.0 to 7.29.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.29.4/packages/babel-plugin-transform-modules-systemjs )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-modules-systemjs"
dependency-version: 7.29.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8.6.0-25724782790
2026-05-12 11:08:23 +02:00
dependabot[bot]
57ec1ab835
build(deps): bump Alfresco/alfresco-build-tools from 17.6.0 to 17.7.0 in /.github/actions/setup ( #11876 )
...
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ) from 17.6.0 to 17.7.0.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/8d76614b374e521d792b4a1c9827409960b66bae...9f51752cb7845dce8e8b13b866c127681f418bb3 )
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 17.7.0
dependency-type: direct:production
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-05-12 07:54:41 +00:00
Michal Kinas
1860fefd42
[MNT-25647] Handle facets label wrapped in quotes ( #11866 )
...
* [MNT-25647] Handle facets label wrapped in quotes
* [MNT-25647] CR fix
2026-05-12 08:34:35 +02:00
dependabot[bot]
e5eb90f93b
build(deps-dev): bump fast-uri from 3.1.0 to 3.1.2 ( #11870 )
...
Bumps [fast-uri](https://github.com/fastify/fast-uri ) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/fastify/fast-uri/releases )
- [Commits](https://github.com/fastify/fast-uri/compare/v3.1.0...v3.1.2 )
---
updated-dependencies:
- dependency-name: fast-uri
dependency-version: 3.1.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-11 17:12:25 +01:00
dependabot[bot]
c9464581e8
build(deps-dev): bump @nx/node from 22.6.5 to 22.7.1 ( #11875 )
...
Bumps [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node ) from 22.6.5 to 22.7.1.
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/22.7.1/packages/node )
---
updated-dependencies:
- dependency-name: "@nx/node"
dependency-version: 22.7.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>
8.6.0-25682176150
2026-05-11 17:11:45 +01:00
dependabot[bot]
53abaaf246
build(deps): bump github/codeql-action from 4.35.3 to 4.35.4 ( #11877 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.35.3 to 4.35.4.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/e46ed2cbd01164d986452f91f178727624ae40d7...68bde559dea0fdcac2102bfdf6230c5f70eb485e )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.35.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8.6.0-25676102042
2026-05-11 14:23:28 +00:00
Vito Albano
9fe4006a0d
AAE-45391 Lazy loading and improvements for pdfJS ( #11869 )
...
* [AAE-45391] - Lazy loading some of the big external libs
* [AAE-45391] - Added some extra units to pdfjs viewer
* [AAE-45391] - Some improement on viewer component
* [AAE-45391] - Fixed the way it was redered to a newer angular system
* [AAE-45391] - Fixed the way it was redered to a newer angular system
* [AAE-45391] - fixed schematic
* [AAE-45391] - Added some docs for the schematics as well
* [AAE-37328] - Fixed comment on missing provider
8.6.0-25672595401
2026-05-11 14:17:39 +01:00
Denys Vuika
62fb51e910
Update CODEOWNERS
2026-05-07 15:30:50 +01:00
Ehsan Rezaei
b7783d2259
AAE-39830 Removing Material components color property ( #11865 )
...
* AAE-39830 Removing Material components color property
* AAE-39830 Style with class instead of color
* AAE-39830 Updating header component doc
* AAE-39830 Updating toolbar component doc
* AAE-39830 Removed unused theme variable and updated doc
2026-05-07 14:25:14 +02:00
Vito Albano
410490158f
AAE-30881 Remove jsrassign ( #11863 )
...
* [AAE-30881] - Remove jsrassign as dep
* [AAE-30881] - Remove jsrassign as dep
* [AAE-30881] - upgrade oidc package
* [AAE-30881] - added unit tests
* [AAE-30881] - fixing security issue
* [AAE-30881] - Fixed sonarcloud issue
* [AAE-30881] - Fixed sonarcloud issue
8.6.0-25488029150
2026-05-07 10:37:29 +01:00
Vito Albano
57bf066164
AAE-30882 Remove superagent for fetch ( #11856 )
...
* [AAE-30882] - Remove superagent for fetch
* [AAE-30882] - Fixing comments
* [AAE-30882] - fixde failing unit tests
* [AAE-30882] - fixde failing unit tests
* [AAE-30882] - fixd sonarcloud comment
8.6.0-25484102842
2026-05-07 09:12:07 +01:00
Ehsan Rezaei
9cdacf3ebf
AAE-45312 Removing propagate job from release workflow ( #11864 )
...
* AAE-45312 Removing propagate job from release workflow
* AAE-45312 Removing from doc
8.6.0-25430010918
2026-05-06 10:30:15 +00:00
Tomek Hanaj
8821980913
AAE-38566 Remove globals mixin ( #11798 )
...
* [AAE-38566] moved styles for mat-calendar to components
* [AAE-38482] moved styles for mat-datetimepicker to components
* [AAE-38482] removed mixin globals
* [AAE-38482] removed mat-calendar styles
* [AAE-38482] removed mat-datetimepicker styles
* [AAE-38482] removed calendar related selectors
8.6.0-25425147483
2026-05-06 10:40:38 +02:00
Fabian Kindgen
a73b100fae
AAE-45003 Extend task cloud services ( #11850 )
8.6.0-25422856304
2026-05-06 09:45:29 +02:00
Darren Thornton
2649cdea2d
AAE-44003 Allow manual input for date field ( #11830 )
...
* AAE-44003 Allow manual input for date field
* copilot suggestions
* code review update
* code review update
8.6.0-25384976868
2026-05-05 10:14:15 -05:00
Vito Albano
3a543d8a0a
AAE-32905 Rework pr pipeline ( #11853 )
...
* [AAE-32905] - Improve ADF workflow
* [ci:force]
* [AAE-32905] - Improve cache use
* [AAE-32905] - Improve cache use
* [AAE-32905] - Improved workflows
* [AAE-32905] - Checking cache
* [AAE-32905] - Checking cache
* [AAE-32905] - Fix cli
* [AAE-32905] - Fix cache
* [AAE-32905] - Fix cache
* [AAE-32905] - Fix cache
* [AAE-32905] - improving workflow and adding some storybook tests
* [AAE-32905] - improving workflow and adding some storybook tests
* [AAE-32905] - Added more improvements
* [AAE-32905] - Added more improvements
* [AAE-32905] - bugfix
* [AAE-32905] - Added missing part to the cache
* [AAE-32905] - bugfix
* [AAE-32905] - fixed cache poisoning
* [AAE-32905] - timing jobs
* [AAE-32905] - chosen to build all together as it's more efficient
* [AAE-32905] - Fixed script injection issue
8.6.0-25375804673
2026-05-05 13:16:36 +01:00
Ehsan Rezaei
3fc59b2358
AAE-45216 Removing custom theme from core ( #11862 )
...
* AAE-45216 Removing custom theme from core
* AAE-45216 Removing custom theme from assets
8.6.0-25366098366
2026-05-05 10:33:09 +02:00
dependabot[bot]
d7487e30bd
build(deps): bump Alfresco/alfresco-build-tools ( #11857 )
...
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ) from 17.6.0 to 17.6.1.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/8d76614b374e521d792b4a1c9827409960b66bae...f95467b62527ce087c9a1b7e55c467061cf827a0 )
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 17.6.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-05 08:15:52 +01:00
dependabot[bot]
b6d292df2b
build(deps): bump Alfresco/alfresco-build-tools from 17.6.0 to 17.6.1 ( #11858 )
...
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ) from 17.6.0 to 17.6.1.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/8d76614b374e521d792b4a1c9827409960b66bae...f95467b62527ce087c9a1b7e55c467061cf827a0 )
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 17.6.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-05 08:15:31 +01:00
dependabot[bot]
992f4779fc
build(deps): bump github/codeql-action from 4.35.2 to 4.35.3 ( #11859 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.35.2 to 4.35.3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/95e58e9a2cdfd71adc6e0353d5c52f41a045d225...e46ed2cbd01164d986452f91f178727624ae40d7 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.35.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-05 08:14:08 +01:00
Ehsan Rezaei
337b82e988
AAE-45215 Removing unused breadcrumb theme ( #11861 )
8.6.0-25362955728
2026-05-05 08:13:41 +01:00
Vito Albano
0faa2e1a56
[AAE-0000] - fixed run for process-service-cloud ( #11855 )
...
* [AAE-0000] - fixed run for process-service-cloud
* [AAE-0000] - Stabilising process cloud tests
8.6.0-25347280360
2026-05-04 23:35:25 +01:00
Adam Świderski
d6262eafc6
[ACS-11628] small for for init-acs-env.ts ( #11860 )
8.6.0-25316193824
2026-05-04 11:23:02 +00:00
Alfresco Build and Crowdin Bot
bba9a0afe2
New Crowdin translations by GitHub Action ( #11854 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
8.6.0-25216785043
2026-05-01 14:50:36 +01:00
Alex Molodyh
d3ad66d25b
AAE-44435 Fix incorrect Start process button on user task forms ( #11837 )
8.6.0-25185609095
2026-04-30 12:39:28 -07:00
Alfresco Build and Crowdin Bot
b49513e9c2
New Crowdin translations by GitHub Action ( #11848 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
8.6.0-25175231426
2026-04-30 16:49:53 +01:00