Commit Graph
1196 Commits
Author SHA1 Message Date
4a301d356d GH Auto: Upstream dependencies ADF:6.6.0-7474313481 JS-API:7.5.0-7474313481 using Tag:6.6.0-7474313481 (#3598)
* [ci:force][auto-commit] Update dependencies ADF:6.6.0-7474313481  JS:7.5.0-7474313481

* Updated to the latest ADF

---------

Co-authored-by: VitoAlbano <VitoAlbano@users.noreply.github.com>
Co-authored-by: Vito Albano <vito.albano@hyland.com>
2024-01-12 09:19:32 +05:30
Denys Vuika dbe724552f [ACS-6572] break dependency on adf-testing (#3594)
* remove Logger dependency

* remove BrowserVisibility dependency

* remove BrowserActions dependency

* remove ViewerPage dependency

* remove ApiUtil dependency

* remove StringUtil dependency

* remove adf-testing dependency

* bug fixes
2024-01-11 14:02:58 +00:00
dependabot[bot] 2b90e4345d Build(deps-dev): Bump follow-redirects from 1.15.2 to 1.15.4 (#3588)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-09 18:25:29 -05:00
0466005858 [ci:force][auto-commit] Update dependencies ADF:6.6.0-7447507400 JS:7.5.0-7447507400 (#3577)
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
Co-authored-by: Akash Rathod <41251473+akashrathod28@users.noreply.github.com>
2024-01-09 13:17:04 +01:00
dependabot[bot] 89eda8939b Build(deps-dev): Bump eslint-plugin-unicorn from 46.0.0 to 50.0.1 (#3579)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 46.0.0 to 50.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v46.0.0...v50.0.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  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>
2024-01-05 08:52:13 -05:00
dependabot[bot]andDenys Vuika f0b6bd3e4e Build(deps-dev): Bump stylelint from 15.10.3 to 15.11.0 (#3573)
* Build(deps-dev): Bump stylelint from 15.10.3 to 15.11.0

Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.10.3 to 15.11.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.10.3...15.11.0)

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

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

* fix linting

---------

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>
2024-01-04 20:14:00 -05:00
dependabot[bot] 7411a88f23 Build(deps-dev): Bump @adobe/css-tools from 4.3.1 to 4.3.2 (#3548)
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md)
- [Commits](https://github.com/adobe/css-tools/commits)

---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-04 19:00:21 -05:00
dependabot[bot] 43f16a05b7 Build(deps-dev): Bump ts-node from 10.9.1 to 10.9.2 (#3578)
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.9.1 to 10.9.2.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.9.1...v10.9.2)

---
updated-dependencies:
- dependency-name: ts-node
  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>
2024-01-03 12:24:52 -05:00
Anukriti Singh 6da7152c84 [MNT-23433] Close Preview button position (#3535)
* [MNT-23433] preview button configure

* [MNT-23433] e2e fix

* [MNT-23433] e2e fix for protractor

* [MNT-23433] default position set to right

* [MNT-23433] close button added for e2e

* [MNT-23433] documentation added

* [MNT-23433] removed close button from toolbar

* [MNT-23433]  passing close button position

* [MNT-23433] hide info icon

* [MNT-23433] add property for info button

* Upstream ADF-6.6.0-7386887320, Js-api-7.5.0-7386887320 version
2024-01-03 13:27:30 +05:30
381ce2faba GH Auto: Upstream dependencies ADF:6.6.0-7307998972 JS-API:7.5.0-7307998972 using Tag:6.6.0-7307998972 (#3572)
* [ci:force][auto-commit] Update dependencies ADF:6.6.0-7307998972  JS:7.5.0-7307998972

* Update dependencies ADF:6.6.0-7307998972  JS:7.5.0-7307998972

* Update dependencies ADF:6.6.0-7307998972  JS:7.5.0-7307998972

---------

Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
Co-authored-by: DominikIwanek <dominik.iwanek@hyland.com>
2023-12-29 10:06:38 +01:00
90c69b207c [ACS-5645] Property Panel Feature (#3477)
* [ACS-5540] changes for edit aspect button

* added aspect edit button

* [ACS-5540]fixed unit test cases and added unit test cases

* [ACS-5540] Modified changes

* [ACS-5540] fixed file lock issue

* [ACS-5645]Implemented changes as per review comments

* [ACS-5540]Modified the test case title

* [ACS-5645] changes for aspect icon

* [ACS-5645] fixed aspect lock issue in small screen

* [ACS-5540] modified the aspect button changes

* [ACS-5540] modified the changes

* [ACS-5645] added unit test cases

* [ACS-5540] removed unwanted code

* [ACS-5540] fixed lock-file bug

* [ACS-5540] revert the unwanted changes

* [ACS-5540] modified changes

* [ACS-5540]Implemented the changes as per the review comments

* [ACS-5540] added group lock changes

* [ACS-5540] added tooltip

* [ACS-5540] Implemented the review comments

* [ACS-5540] added tooltips

* [ACS-5540] Added styles

* [ACS-5540]Added focus

* [ACS-5551]updated property panel design

* [ACS-5551]added null checks

* [ACS-5551] update style

* [ACS-5540] changes for edit aspect button

* added aspect edit button

* [ACS-5540]fixed unit test cases and added unit test cases

* [ACS-5540] Modified changes

* [ACS-5645]Implemented changes as per review comments

* [ACS-5645] changes for aspect icon

* [ACS-5540] modified the aspect button changes

* [ACS-5540] modified the changes

* [ACS-5540] revert the unwanted changes

* [ACS-5540] added group lock changes

* [ACS-5551]updated property panel design

* [ACS-5551]added null checks

* [ACS-5551] update style

* [ACS-5551] name updated

* [ACS-5551] unit test fix

* [ACS-5551] header issue fixed

* [ACS-5645] style updated

* [ACS-5645] border updated

* [ACS-6117] fixed aspect dispaly issue

* [ACS-5645] different node open issu fixed

* [ACS-5645] unit test issue fix

* [ACS-5645] unit test fix

* [ACS-5645] tabs design modify

* [ACS-5645] dependency updated

* [link-adf:ACS-564
5-property-panel-feature] test linking

* "[link-adf:ACS-5645-property-panel-feature]"

* [ACS-5645] revert adf linking changes

* add adf configs to libs

* fix issue with empty paths

* try using adf target

* [link-adf:ACS-5645-property-panel-feature] fix core mapping

* [link-adf:ACS-5645-property-panel-feature] revert target changes

* remove useless styles

* remove css hacks

* cleanup useless properties

* remove useless properties

* remove useless code

* [ACS-5645] added missing code

* [ACS-5654] add icon for full screen

* [ACS-5654] nodei con methods moved to thumbnail

* [ACS-5654] unit test added and code refactor

* [ACS-5645] unit test added

* [ACS-5645] panel issue fix

* [ACS-5645] removed unit test for editable property

* [ACS-5645] removed unused unit test

* [ACS-5645] unit test updated

* [ACS-5645] updated the unit test

* Modified the unit test cases for getNodeIcon

* Upsteam ADF-6.6.0-7287333895, Js-api-7.5.0-7287333895 version

* Fix failing test cases

* Fix failing e2e

---------

Co-authored-by: Yasa-Nataliya <yasa.nataliya@globallogic.com>
Co-authored-by: pkundu <priyanka.kundu@hyland.com>
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
Co-authored-by: rbahirsheth <raviraj.bahirsheth@globallogic.com>
2023-12-27 10:26:11 +05:30
Denys Vuika aad0837234 [security] remove ajv-cli (#3475) 2023-12-11 12:58:02 -05:00
dependabot[bot] 8610e33d71 Build(deps-dev): Bump lint-staged from 14.0.1 to 15.2.0 (#3560)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 14.0.1 to 15.2.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](https://github.com/okonet/lint-staged/compare/v14.0.1...v15.2.0)

---
updated-dependencies:
- dependency-name: lint-staged
  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>
2023-12-11 11:48:36 -05:00
2f1c473efd GH Auto: Upstream dependencies ADF:6.6.0-7146652899 JS-API:7.5.0-7146652899 using Tag:6.6.0-7146652899 (#3550)
* [ci:force][auto-commit] Update dependencies ADF:6.6.0-7146652899  JS:7.5.0-7146652899

* Updated dependencies

---------

Co-authored-by: AleksanderSklorz <AleksanderSklorz@users.noreply.github.com>
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com>
2023-12-09 00:31:50 +01:00
Alfresco BuildandDominikIwanek 437cf9154e [ci:force][auto-commit] Update dependencies ADF:6.6.0-7045741448 JS:7.5.0-7045741448 (#3543)
Co-authored-by: DominikIwanek <DominikIwanek@users.noreply.github.com>
2023-11-30 14:12:21 +01:00
DominikIwanek 8831c2e82a manual upstream (#3546) 2023-11-29 13:19:54 +01:00
dependabot[bot] 53931b0d27 Build(deps-dev): Bump @adobe/css-tools from 4.2.0 to 4.3.1 (#3530)
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.2.0 to 4.3.1.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md)
- [Commits](https://github.com/adobe/css-tools/commits)

---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-28 10:12:59 -05:00
6a326f776a GH Auto: Upstream dependencies ADF:6.6.0-7017572520 JS-API:7.5.0-7017572520 using Tag:6.6.0-7017572520 (#3500)
* [ci:force][auto-commit] Update dependencies ADF:6.6.0-7017572520  JS:7.5.0-7017572520

* Set corrected versions for ADF

---------

Co-authored-by: AleksanderSklorz <AleksanderSklorz@users.noreply.github.com>
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com>
2023-11-28 13:10:12 +01:00
Denys Vuika 610339ac5a upgrade to latest ADF alphas (#3538)
* upgrade to latest ADF alphas

* use latest alphas
2023-11-27 12:56:10 +00:00
Denys Vuika 23957d7999 update to latest ADF alphas (#3529) 2023-11-20 12:34:30 +00:00
Denys Vuika d2a4da13ea update to latest ADF (#3524)
* update to latest ADF

* bpm aca-shared/content dependencies
2023-11-17 10:30:17 -05:00
MichalKinas 4e21459fea [MNT-23166] Add resizing and disable blur for document lists (#3520)
* [MNT-23166] Add resizing and disable blur for document lists

* [MNT-23166] Bump JS-API and ADF
2023-11-16 06:55:50 -05:00
DominikIwanekandTomasz cde4308431 Upstream to ADF:6.5.1 JS-API:7.2.0 (#3514)
* upstream to ADF:6.5.0 JS-API:7.2.0

* Fix pipeline for PR

* Fix pipeline for PR

* Fix pipeline for PR

* exclude C286473

---------

Co-authored-by: Tomasz <tomasz.gnyp@hyland.com>
2023-11-15 07:29:52 -05:00
MichalKinas b54016bdfd Bump ACA version (#3513)
* Bump ACA version

* Lock file update
2023-11-08 20:43:00 +01:00
dependabot[bot] e8c14e44e1 Build(deps-dev): Bump @cspell/eslint-plugin from 7.3.6 to 7.3.8 (#3478)
Bumps [@cspell/eslint-plugin](https://github.com/streetsidesoftware/cspell) from 7.3.6 to 7.3.8.
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/compare/v7.3.6...v7.3.8)

---
updated-dependencies:
- dependency-name: "@cspell/eslint-plugin"
  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>
2023-11-07 07:33:35 -05:00
Denys Vuika 968febffb0 migrate to nx 17 (#3502)
* migrate to nx 17

* lock file
2023-10-31 19:45:49 +00:00
MichalKinas b23bd3e25b Release 4.3.0 (#3503)
* Release 4.3.0

* Correct typing for unit test
2023-10-31 15:05:18 +01:00
Alfresco BuildandDenysVuika 1b3195d3ba [ci:force][auto-commit] Update dependencies ADF: JS:7.1.0-1439 (#3498)
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
2023-10-27 03:58:06 -04:00
Denys Vuika 3d6ec4b44b update lock file 2023-10-26 21:37:26 +01:00
Denys Vuika b2f3aa626f remove moment from the dependencies (#3496) 2023-10-26 14:23:10 -04:00
8aa4707024 GH Auto: Upstream dependencies ADF:6.4.0-6654892394 JS-API: using Tag:6.4.0-6654892394 (#3497)
* [ci:force][auto-commit] Update dependencies ADF:6.4.0-6654892394  JS:

* fix js api version

---------

Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
2023-10-26 17:27:55 +01:00
Alfresco BuildandDenysVuika f51a1c6b15 [ci:force][auto-commit] Update dependencies ADF:6.4.0-6651609513 JS:7.1.0-1438 (#3495)
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
2023-10-26 06:06:37 -04:00
MichalKinas b25a3ad9d8 Use latest JS-API and ADF (#3494)
* Use latest JS-API and ADF

* Unit test fix
2023-10-25 14:48:12 +02:00
Alfresco BuildandDenysVuika de0df9203e [ci:force][auto-commit] Update dependencies ADF:6.4.0-6550080792 JS:7.1.0-1409 (#3460)
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
2023-10-18 10:42:25 +02:00
MichalKinas 928c6b5731 [ACS-5611] Add custom metadata side panels as new extension feature (#3466)
* [ACS-5611] Add custom metadata panels as new extensions feature

* [ACS-5611] Add custom metadata panels unit tests

* [ACS-5611] Minor fixes

* [ACS-5611] Text ellipsis for name column to always display badges

* [ACS-5611] Use latest ADF and JS-API

* [ACS-5611] Unit test fix

* [ACS-5611] Click action only if exists
2023-10-16 10:43:04 +02:00
Denys Vuika 18542ebf8b migrate to nx 16 (#3465)
* migrate to nx 16

* lock file
2023-10-05 12:12:54 -04:00
Alfresco BuildandDenysVuika 9a478adea6 [ci:force][auto-commit] Update dependencies ADF:6.4.0-6403606261 JS:7.1.0-1371 (#3457)
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
2023-10-04 06:50:09 -04:00
Alfresco BuildandDenysVuika 740b9b3579 [ci:force][auto-commit] Update dependencies ADF:6.4.0-6377399867 JS:7.1.0-1367 (#3454)
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
2023-10-02 07:18:44 -04:00
0774281244 GH Auto: Upstream dependencies ADF:6.4.0-6341205853 JS-API: using Tag:6.4.0-6341205853 (#3452)
* [ci:force][auto-commit] Update dependencies ADF:6.4.0-6341205853  JS:

* Corrected versions

---------

Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com>
2023-09-29 00:08:39 +02:00
f28bb3fe40 GH Auto: Upstream dependencies ADF:6.4.0-6336818839 JS-API:7.1.0-1349 using Tag:6.4.0-6336818839 (#3441)
* [ci:force][auto-commit] Update dependencies ADF:6.4.0-6336818839  JS:7.1.0-1349

* Use latest JS-API and ADF

---------

Co-authored-by: MichalKinas <MichalKinas@users.noreply.github.com>
Co-authored-by: MichalKinas <michal.kinas@hyland.com>
2023-09-28 13:07:24 +02:00
dependabot[bot] ce543ff483 Build(deps-dev): Bump lint-staged from 13.2.1 to 14.0.1 (#3446)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.2.1 to 14.0.1.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/okonet/lint-staged/blob/master/CHANGELOG.md)
- [Commits](https://github.com/okonet/lint-staged/compare/v13.2.1...v14.0.1)

---
updated-dependencies:
- dependency-name: lint-staged
  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>
2023-09-26 11:20:12 -04:00
dependabot[bot] 4ed3f2d827 Build(deps-dev): Bump dotenv from 8.2.0 to 16.3.1 (#3434)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.2.0 to 16.3.1.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.2.0...v16.3.1)

---
updated-dependencies:
- dependency-name: dotenv
  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>
2023-09-19 10:14:21 +01:00
dependabot[bot] 743a46bf69 Build(deps-dev): Bump @angular-eslint/eslint-plugin (#3435)
Bumps [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) from 16.0.2 to 16.1.2.
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v16.1.2/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@angular-eslint/eslint-plugin"
  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>
2023-09-18 22:43:03 +01:00
Denys Vuika 0faf566131 bump to new version 2023-09-18 22:42:16 +01:00
dependabot[bot] a58e878f04 Build(deps-dev): Bump @cspell/eslint-plugin from 6.31.1 to 7.3.6 (#3438)
Bumps [@cspell/eslint-plugin](https://github.com/streetsidesoftware/cspell) from 6.31.1 to 7.3.6.
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/compare/v6.31.1...v7.3.6)

---
updated-dependencies:
- dependency-name: "@cspell/eslint-plugin"
  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>
2023-09-18 22:39:22 +01:00
Denys Vuika b1b4dd05b6 Release 4.2.0 (#3440)
* bump app.config

* bump ADF versions

* release reports

* update compatibility matrices
2023-09-18 19:28:06 +01:00
dependabot[bot] dab3adc061 Build(deps-dev): Bump stylelint from 15.6.3 to 15.10.3 (#3436)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.6.3 to 15.10.3.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.6.3...15.10.3)

---
updated-dependencies:
- dependency-name: stylelint
  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>
2023-09-18 16:48:57 +01:00
Alfresco BuildandDenysVuika 667da2e03b [ci:force][auto-commit] Update dependencies ADF:6.3.0-6157611298 JS:6.3.0-1288 (#3430)
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
2023-09-12 11:03:30 -04:00
dependabot[bot] f1e1672546 Build(deps-dev): Bump @playwright/test from 1.35.0 to 1.37.1 (#3397)
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.35.0 to 1.37.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.35.0...v1.37.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  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>
2023-09-12 07:03:13 -04:00
dependabot[bot] c753ad2436 Build(deps-dev): Bump eslint-plugin-import from 2.27.5 to 2.28.1 (#3396)
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.5 to 2.28.1.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  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>
2023-09-12 06:36:19 -04:00