@spotify/prettier-config
Advanced tools
Comparing version 14.1.6 to 15.0.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [15.0.0](https://github.com/spotify/web-scripts/compare/v14.1.6...v15.0.0) (2023-05-18) | ||
### chore | ||
- **deps:** upgrade dependencies ([ef060c7](https://github.com/spotify/web-scripts/commit/ef060c7da531060cc1d0f0fb60d3df8f355e418e)) | ||
- **node:** upgrade required Node version to 18 ([9528841](https://github.com/spotify/web-scripts/commit/952884179ba7378440599b8acb109a98500535ee)) | ||
### BREAKING CHANGES | ||
- **node:** Node bump from v14 to v18 | ||
- **deps:** TypeScript bump from v4 to v5, Jest bump from v28 to v29 | ||
## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@spotify/prettier-config", | ||
"version": "14.1.6", | ||
"version": "15.0.0", | ||
"license": "Apache-2.0", | ||
@@ -13,3 +13,3 @@ "description": "Spotify's base Prettier config", | ||
"devDependencies": { | ||
"prettier": "^2.2.1" | ||
"prettier": "^2.8.8" | ||
}, | ||
@@ -23,5 +23,5 @@ "peerDependencies": { | ||
"engines": { | ||
"node": ">=14.17.0" | ||
"node": ">=18" | ||
}, | ||
"gitHead": "cfb9c663f35effff4d2b7a5aa9f360f72d45ab26" | ||
"gitHead": "6d8c06336804882c5f32ad796859fcb02dceb093" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20383