Browse Source
Task/upgrade prettier to version 3.8.1 (#6242)
* Upgrade prettier to version 3.8.1
* Update changelog
pull/6219/head
Thomas Kaul
6 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
6 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Changed |
|
|
|
|
|
|
|
- Improved the language localization for Chinese (`zh`) |
|
|
|
- Upgraded `prettier` from version `3.8.0` to `3.8.1` |
|
|
|
|
|
|
|
## 2.233.0 - 2026-01-23 |
|
|
|
|
|
|
|
|
|
|
|
@ -141,7 +141,7 @@ |
|
|
|
"jest-environment-jsdom": "30.2.0", |
|
|
|
"jest-preset-angular": "16.0.0", |
|
|
|
"nx": "22.3.3", |
|
|
|
"prettier": "3.8.0", |
|
|
|
"prettier": "3.8.1", |
|
|
|
"prettier-plugin-organize-attributes": "1.0.0", |
|
|
|
"prisma": "6.19.0", |
|
|
|
"react": "18.2.0", |
|
|
|
@ -28255,9 +28255,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/prettier": { |
|
|
|
"version": "3.8.0", |
|
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.0.tgz", |
|
|
|
"integrity": "sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==", |
|
|
|
"version": "3.8.1", |
|
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz", |
|
|
|
"integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==", |
|
|
|
"dev": true, |
|
|
|
"license": "MIT", |
|
|
|
"bin": { |
|
|
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
"jest-environment-jsdom": "30.2.0", |
|
|
|
"jest-preset-angular": "16.0.0", |
|
|
|
"nx": "22.3.3", |
|
|
|
"prettier": "3.8.0", |
|
|
|
"prettier": "3.8.1", |
|
|
|
"prettier-plugin-organize-attributes": "1.0.0", |
|
|
|
"prisma": "6.19.0", |
|
|
|
"react": "18.2.0", |
|
|
|
|