dependabot[bot]
05e5f120b8
build(deps): bump immutable from 5.1.4 to 5.1.5 ( #11714 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-05 11:23:44 +01:00
dependabot[bot]
a27575ca84
build(deps-dev): bump svgo from 3.3.2 to 3.3.3 ( #11715 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-05 11:23:30 +01:00
Mykyta Maliarchuk
dc8e6a9fb3
[PRODSEC-11289] Fix Angular i18n vulnerable to CSS ( #11710 )
2026-03-02 10:53:47 +01:00
AleksanderSklorz
0b7b89e5d8
[ACS-11213] Reverted ngx translate upgrade ( #11702 )
2026-02-27 23:42:44 +01:00
dependabot[bot]
9f641a18c3
build(deps-dev): bump storybook from 10.2.0 to 10.2.10 ( #11694 )
...
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core ) from 10.2.0 to 10.2.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.10/code/core )
---
updated-dependencies:
- dependency-name: storybook
dependency-version: 10.2.10
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-02-27 10:30:19 +00:00
AleksanderSklorz
ad966af662
[ACS-11213] Upgrade ngx-translate to v17 ( #11692 )
2026-02-27 10:29:19 +00:00
Mykyta Maliarchuk
8b23b61d9c
[PRODSEC-11257] audit fix @cspell/eslint-plugin ( #11696 )
2026-02-27 10:05:25 +01:00
Mykyta Maliarchuk
3b14351389
[ACS-11225] Remove @nx/webpack dependency ( #11688 )
2026-02-26 15:34:02 +00:00
Denys Vuika
3535fa3d89
ACS-11224 Migrate upload components to Angular control flow ( #11691 )
2026-02-26 14:54:25 +00:00
dependabot[bot]
7b574fc0d0
build(deps-dev): bump ajv from 8.17.1 to 8.18.0 ( #11663 )
...
Bumps [ajv](https://github.com/ajv-validator/ajv ) from 8.17.1 to 8.18.0.
- [Release notes](https://github.com/ajv-validator/ajv/releases )
- [Commits](https://github.com/ajv-validator/ajv/compare/v8.17.1...v8.18.0 )
---
updated-dependencies:
- dependency-name: ajv
dependency-version: 8.18.0
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-02-18 16:53:36 +01:00
Denys Vuika
3f542d99ba
Migrate to @angular-eslint/prefer-inject and @typescript-eslint/prefer-readonly ( #11665 )
2026-02-18 15:38:01 +00:00
dependabot[bot]
7004f54821
build(deps-dev): bump webpack from 5.101.3 to 5.104.1 ( #11655 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.101.3 to 5.104.1.
- [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.101.3...v5.104.1 )
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.104.1
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-02-16 10:59:49 +00:00
dependabot[bot]
732aae97d8
build(deps): bump qs from 6.14.1 to 6.14.2 ( #11654 )
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.14.1 to 6.14.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.14.1...v6.14.2 )
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.14.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-02-16 10:51:20 +00:00
Denys Vuika
40b15689d5
AAE-21047 Get rid of enums ( #11643 )
...
* Refactor enums to const objects and update ESLint rules
- Converted several TypeScript enums to const objects for better type inference and immutability.
- Updated ESLint configuration to disable 'no-redeclare' rule and added new restrictions on schema usage.
- Adjusted package-lock.json to mark several dependencies as peer dependencies.
* Refactor enums to const objects in site-dropdown and new-version-uploader models
- Converted TypeScript enums to const objects for improved type safety and immutability in `sites-dropdown.component.ts` and `new-version-uploader.model.ts`.
- Updated related types to reflect the changes in both files.
- Enhanced error handling in the `DropdownSitesComponent` by using the `subscribe` method with an object for better readability.
* Refactor TypeScript types and improve error handling in component tests
- Updated type annotations in `upload.service.ts` and `node-actions.service.ts` for better type safety.
- Enhanced error handling in various component tests by using more descriptive error messages in `task-attachment-list.component.spec.ts`, `attach-file-widget-dialog.component.spec.ts`, and `task-form.component.spec.ts`.
- Removed unnecessary schemas from test configurations in several component spec files to streamline the testing setup.
* Refactor TypeScript enums to const objects for improved type safety
- Converted multiple TypeScript enums to const objects across various models, including `AppConfigValues`, `Status`, `ShowHeaderMode`, `WidgetTypeEnum`, and others.
- Updated related type definitions to enhance type inference and immutability.
- Adjusted ESLint configurations by removing the 'no-redeclare' rule to streamline code quality checks.
* Refactor TypeScript types for improved type safety and consistency
- Updated type annotations in `document-list.component.ts`, `document-actions.service.ts`, and `node-actions.service.ts` to use `Observable` instead of `Subject` for better reactive programming practices.
- Enhanced type definitions in `search-date-range.component.ts` and related spec files to allow `inLastValue` to be either a string or a number, improving flexibility in handling date range inputs.
- Adjusted test cases to reflect these type changes, ensuring consistency across the application.
* Enhance type safety in ViewerComponent by specifying type for closeButtonPosition
- Updated the type annotation for `closeButtonPosition` in `viewer.component.ts` to explicitly define it as `CloseButtonPosition`, improving type safety and clarity.
* Enhance type safety in DataTableComponent by specifying type for showHeader
- Updated the type annotation for `showHeader` in `datatable.component.ts` to explicitly define it as `ShowHeaderMode`, improving type safety and clarity.
* Update PDF viewer test to accommodate varying date formats
- Modified the test for the annotation popup in `pdf-viewer.component.spec.ts` to check for the presence of date components instead of a specific date format, enhancing test robustness across different locales.
2026-02-12 16:28:45 +00:00
dependabot[bot]
8b050481ab
build(deps): bump axios from 1.13.2 to 1.13.5 ( #11635 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-11 14:13:03 +01:00
dependabot[bot]
10ae06b755
build(deps-dev): bump @nx/workspace from 22.1.3 to 22.4.5 ( #11625 )
...
Bumps [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace ) from 22.1.3 to 22.4.5.
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/22.4.5/packages/workspace )
---
updated-dependencies:
- dependency-name: "@nx/workspace"
dependency-version: 22.4.5
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-02-10 13:03:10 +00:00
dependabot[bot]
a6123f2d26
build(deps-dev): bump sass-loader from 16.0.5 to 16.0.7 ( #11626 )
...
Bumps [sass-loader](https://github.com/webpack/sass-loader ) from 16.0.5 to 16.0.7.
- [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.5...v16.0.7 )
---
updated-dependencies:
- dependency-name: sass-loader
dependency-version: 16.0.7
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-02-09 12:12:04 +01:00
dependabot[bot]
c770c9a896
build(deps-dev): bump mocha from 10.7.3 to 11.7.5 ( #11604 )
...
Bumps [mocha](https://github.com/mochajs/mocha ) from 10.7.3 to 11.7.5.
- [Release notes](https://github.com/mochajs/mocha/releases )
- [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md )
- [Commits](https://github.com/mochajs/mocha/compare/v10.7.3...v11.7.5 )
---
updated-dependencies:
- dependency-name: mocha
dependency-version: 11.7.5
dependency-type: direct:development
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-02-02 15:05:57 +00:00
dependabot[bot]
6a269dde79
build(deps-dev): bump jsdom and @types/jsdom ( #11580 )
...
Bumps [jsdom](https://github.com/jsdom/jsdom ) and [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom ). These dependencies needed to be updated together.
Updates `jsdom` from 25.0.1 to 27.4.0
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/25.0.1...27.4.0 )
Updates `@types/jsdom` from 21.1.7 to 27.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsdom )
---
updated-dependencies:
- dependency-name: jsdom
dependency-version: 27.4.0
dependency-type: direct:development
update-type: version-update:semver-major
- dependency-name: "@types/jsdom"
dependency-version: 27.0.0
dependency-type: direct:development
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-01-26 08:41:56 +00:00
dependabot[bot]
62c2ac733c
build(deps-dev): bump nx from 22.1.3 to 22.4.1 ( #11579 )
...
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx ) from 22.1.3 to 22.4.1.
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/22.4.1/packages/nx )
---
updated-dependencies:
- dependency-name: nx
dependency-version: 22.4.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-01-26 08:39:32 +00:00
Fabian Kindgen
22478f8097
Update Storybook & Regenerate lockfile [ci:force][affected:*] ( #11567 )
2026-01-22 16:25:12 +00:00
dependabot[bot]
547c17f4d2
build(deps): bump lodash-es from 4.17.21 to 4.17.23 ( #11558 )
...
Bumps [lodash-es](https://github.com/lodash/lodash ) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23 )
---
updated-dependencies:
- dependency-name: lodash-es
dependency-version: 4.17.23
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-22 10:53:51 +00:00
dependabot[bot]
9dbf97cccf
build(deps): bump lodash from 4.17.21 to 4.17.23 ( #11559 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.17.23
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-22 10:52:14 +00:00
Denys Vuika
1c53dfa42e
chore: add peer flag to multiple dependencies in package-lock.json
2026-01-21 09:40:54 +00:00
dependabot[bot]
6a2c655848
build(deps-dev): bump @nx/eslint-plugin from 22.1.3 to 22.3.3 ( #11537 )
...
Bumps [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin ) from 22.1.3 to 22.3.3.
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/22.3.3/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@nx/eslint-plugin"
dependency-version: 22.3.3
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-01-20 08:47:17 +00:00
dependabot[bot]
988ab1268f
build(deps-dev): bump spdx-license-list from 6.10.0 to 6.11.0 ( #11538 )
...
Bumps [spdx-license-list](https://github.com/sindresorhus/spdx-license-list ) from 6.10.0 to 6.11.0.
- [Release notes](https://github.com/sindresorhus/spdx-license-list/releases )
- [Commits](https://github.com/sindresorhus/spdx-license-list/compare/v6.10.0...v6.11.0 )
---
updated-dependencies:
- dependency-name: spdx-license-list
dependency-version: 6.11.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-01-19 13:24:08 +00:00
Fabian Kindgen
d7c01d3558
Update Angular packages to version 19.2.18 [ci:force] ( #11518 )
2026-01-13 08:49:20 +00:00
dependabot[bot]
b6918b0b53
build(deps): bump @nx/webpack from 22.2.3 to 22.3.3 ( #11513 )
...
Bumps [@nx/webpack](https://github.com/nrwl/nx/tree/HEAD/packages/webpack ) from 22.2.3 to 22.3.3.
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/22.3.3/packages/webpack )
---
updated-dependencies:
- dependency-name: "@nx/webpack"
dependency-version: 22.3.3
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-01-13 08:47:59 +00:00
Wojciech Duda
5f9de1fde8
AAE-40269 Add storybook v10 ( #11401 )
2026-01-09 18:17:43 +00:00
Fabian Kindgen
66911491e3
AAE-39182 Update (some) Angular packages to version 19.2.19
2026-01-08 15:37:10 +01:00
dependabot[bot]
33847df924
build(deps): bump @cspell/eslint-plugin from 8.16.1 to 9.4.0 ( #11492 )
...
Bumps [@cspell/eslint-plugin](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin ) from 8.16.1 to 9.4.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/v9.4.0/packages/cspell-eslint-plugin )
---
updated-dependencies:
- dependency-name: "@cspell/eslint-plugin"
dependency-version: 9.4.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-01-06 13:12:47 +00:00
dependabot[bot]
d384139eb9
build(deps): bump qs from 6.14.0 to 6.14.1 ( #11495 )
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.14.0 to 6.14.1.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.14.0...v6.14.1 )
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.14.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-05 08:45:06 +00:00
dependabot[bot]
b3da773d62
build(deps-dev): bump @typescript-eslint/utils from 8.48.1 to 8.51.0 ( #11494 )
...
Bumps [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils ) from 8.48.1 to 8.51.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.51.0/packages/utils )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/utils"
dependency-version: 8.51.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-01-05 08:17:58 +00:00
Denys Vuika
8c1118984d
remove webpack and webpack cli [ci:force] ( #11464 )
2025-12-16 10:45:05 +00:00
dependabot[bot]
14dbc4fe49
build(deps): bump @nx/webpack from 22.1.3 to 22.2.3 ( #11453 )
...
Bumps [@nx/webpack](https://github.com/nrwl/nx/tree/HEAD/packages/webpack ) from 22.1.3 to 22.2.3.
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/22.2.3/packages/webpack )
---
updated-dependencies:
- dependency-name: "@nx/webpack"
dependency-version: 22.2.3
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>
2025-12-15 11:20:01 +00:00
Denys Vuika
ab0cb46065
AAE-40641 Upgarde Nx Workspace to latest (v22) ( #11440 )
2025-12-08 12:34:33 +00:00
dependabot[bot] and Denys Vuika
3287263794
build(deps): bump @angular/compiler from 19.2.16 to 19.2.17 ( #11418 )
...
* build(deps): bump @angular/compiler from 19.2.16 to 19.2.17
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler ) from 19.2.16 to 19.2.17.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/19.2.17/packages/compiler )
---
updated-dependencies:
- dependency-name: "@angular/compiler"
dependency-version: 19.2.17
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* upgrade angular deps [ci:force]
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denys Vuika <denys.vuika@gmail.com >
2025-12-02 15:54:13 +00:00
Denys Vuika
a9efe36e5f
AAE-40427 Replace shelljs with native node api ( #11404 )
...
* Replace shelljs with native node api
* Refactor command execution in audit and changelog scripts to use spawnSync for improved security and error handling
2025-11-28 12:57:49 +00:00
dependabot[bot] and Denys Vuika
6bece85060
build(deps): bump @angular/common from 19.2.6 to 19.2.16 ( #11394 )
...
* build(deps): bump @angular/common from 19.2.6 to 19.2.16
Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common ) from 19.2.6 to 19.2.16.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/19.2.16/packages/common )
---
updated-dependencies:
- dependency-name: "@angular/common"
dependency-version: 19.2.16
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* upgrade angular deps [ci:force]
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denys Vuika <denys.vuika@gmail.com >
2025-11-28 09:40:19 +00:00
Denys Vuika
514754d0eb
AAE-40395 Security fixes ( #11400 )
2025-11-27 19:44:45 +00:00
dependabot[bot]
81658d0588
build(deps): bump node-forge from 1.3.1 to 1.3.2 ( #11393 )
...
Bumps [node-forge](https://github.com/digitalbazaar/forge ) from 1.3.1 to 1.3.2.
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md )
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.3.1...v1.3.2 )
---
updated-dependencies:
- dependency-name: node-forge
dependency-version: 1.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-27 08:46:41 +00:00
Grzegorz Jaśkowski
2f5139df73
fix post release version bump
2025-11-20 12:38:09 +01:00
Grzegorz Jaśkowski
9fd304b66d
post release version bump ( #11366 )
2025-11-20 05:57:43 -05:00
Grzegorz Jaśkowski
fbc647459f
Release 8.2.1 ( #11364 )
...
* Release 8.2.1.
* Release 8.2.1.
2025-11-20 10:47:38 +01:00
dependabot[bot]
c09c4d5f53
build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 ( #11354 )
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 3.14.1 to 3.14.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 3.14.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-19 08:48:28 -05:00
Grzegorz Jaśkowski
dec8fcfb91
Release 8.2.0 ( #11352 )
...
* Release 8.2.0
* Release 8.2.0
* Release 8.2.0
* Release 8.2.0
2025-11-18 15:31:06 +01:00
Denys Vuika
81a0ee0963
AAE-39263 Remove Playwright dependencies ( #11294 )
...
* Remove Playwright dependencies
* Remove unused VSCode configuration files
2025-10-22 07:08:52 -04:00
Mykyta Maliarchuk
56092ff2c1
[ACS-10189] Remove old api docs generators from ADF ( #11224 )
...
* [ACS-10189] remove tools dir
* [ACS-10189] cleanup the root package.json
* [ACS-10189] delete lib/tsconfig.doc.json
2025-10-07 07:22:11 -04:00
Vito Albano
91d6b80965
Revert "AAE-30882 Replace superagent ( #11134 )" ( #11210 )
...
* Revert "AAE-30882 Replace superagent (#11134 )"
This reverts commit a347b20f20 .
* AAE-0000 - Fixed lock for cli and adf
2025-09-19 12:44:06 +01:00
dominikiwanekhyland
591934db0e
[ACS-10117] Deprecate ADF Storybook and custom Docker builds ( #11207 )
2025-09-18 15:13:01 +02:00