[ACS-9602] resolve issue for upgrading prettier (#4554)

* Build(deps-dev): Bump prettier from 2.8.8 to 3.5.3

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.5.3.
- [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/2.8.8...3.5.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.5.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* Resolve issue for upgrading prettier

* Update ADF

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dominikiwanekhyland
2025-05-12 11:47:59 +02:00
committed by GitHub
co-authored by dependabot[bot]
parent 325d072c4d
commit bf909d9a5b
32 changed files with 234 additions and 62 deletions
+2 -2
View File
@@ -101,7 +101,7 @@
"eslint-plugin-license-header": "^0.6.1",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-rxjs": "^5.0.2",
"eslint-plugin-unicorn": "^54.0.0",
"husky": "^9.0.11",
@@ -117,7 +117,7 @@
"ng-packagr": "17.1.2",
"node-stream-zip": "^1.14.0",
"nx": "17.3.2",
"prettier": "2.8.8",
"prettier": "3.5.3",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "^7.0.1",
"ts-node": "^10.9.2",