Browse Source
Feature/upgrade prettier to version 3.3.1 (#3459)
* Upgrade prettier to version 3.3.1
* Update changelog
pull/3465/head
Thomas Kaul
8 months 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.json
-
yarn.lock
|
|
@ -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.2.5` to `3.3.1` |
|
|
|
|
|
|
|
## 2.85.0 - 2024-06-06 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
@ -189,7 +189,7 @@ |
|
|
|
"jest-environment-jsdom": "29.4.3", |
|
|
|
"jest-preset-angular": "14.0.3", |
|
|
|
"nx": "19.0.5", |
|
|
|
"prettier": "3.2.5", |
|
|
|
"prettier": "3.3.1", |
|
|
|
"prettier-plugin-organize-attributes": "1.0.0", |
|
|
|
"react": "18.2.0", |
|
|
|
"react-dom": "18.2.0", |
|
|
|
|
|
@ -16693,10 +16693,10 @@ prettier-plugin-organize-attributes@1.0.0: |
|
|
|
resolved "https://registry.yarnpkg.com/prettier-plugin-organize-attributes/-/prettier-plugin-organize-attributes-1.0.0.tgz#037870ee3111b3c1d6371f677b64888de353cc63" |
|
|
|
integrity sha512-+NmameaLxbCcylEXsKPmawtzla5EE6ECqvGkpfQz4KM847fXDifB1gFnPQEpoADAq6IXg+cMI8Z0ISJEXa6fhg== |
|
|
|
|
|
|
|
prettier@3.2.5: |
|
|
|
version "3.2.5" |
|
|
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368" |
|
|
|
integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A== |
|
|
|
prettier@3.3.1: |
|
|
|
version "3.3.1" |
|
|
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.1.tgz#e68935518dd90bb7ec4821ba970e68f8de16e1ac" |
|
|
|
integrity sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg== |
|
|
|
|
|
|
|
prettier@^2.8.0: |
|
|
|
version "2.8.8" |
|
|
|