Browse Source
Task/upgrade prettier to version 3.8.4 (#7051)
* Upgrade prettier to version 3.8.4
* Update changelog
pull/7134/head
Thomas Kaul
3 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
11 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. |
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Upgraded `prettier` from version `3.8.3` to `3.8.4` |
|
|
|
|
|
|
|
## 3.16.0 - 2026-06-24 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
@ -151,7 +151,7 @@ |
|
|
|
"jest-environment-jsdom": "30.2.0", |
|
|
|
"jest-preset-angular": "16.0.0", |
|
|
|
"nx": "22.7.5", |
|
|
|
"prettier": "3.8.3", |
|
|
|
"prettier": "3.8.4", |
|
|
|
"prettier-plugin-organize-attributes": "1.0.0", |
|
|
|
"prisma": "7.8.0", |
|
|
|
"react": "18.2.0", |
|
|
|
@ -33058,9 +33058,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/prettier": { |
|
|
|
"version": "3.8.3", |
|
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.3.tgz", |
|
|
|
"integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==", |
|
|
|
"version": "3.8.4", |
|
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.4.tgz", |
|
|
|
"integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==", |
|
|
|
"dev": true, |
|
|
|
"license": "MIT", |
|
|
|
"bin": { |
|
|
|
|
|
|
|
@ -195,7 +195,7 @@ |
|
|
|
"jest-environment-jsdom": "30.2.0", |
|
|
|
"jest-preset-angular": "16.0.0", |
|
|
|
"nx": "22.7.5", |
|
|
|
"prettier": "3.8.3", |
|
|
|
"prettier": "3.8.4", |
|
|
|
"prettier-plugin-organize-attributes": "1.0.0", |
|
|
|
"prisma": "7.8.0", |
|
|
|
"react": "18.2.0", |
|
|
|
|