From fff1462c4e33e384e16c71d6caef3caac3611b08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 11:28:35 +0000 Subject: [PATCH] Bump prettier-plugin-astro from 0.7.0 to 0.8.0 Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/withastro/prettier-plugin-astro/releases) - [Changelog](https://github.com/withastro/prettier-plugin-astro/blob/main/CHANGELOG.md) - [Commits](https://github.com/withastro/prettier-plugin-astro/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: prettier-plugin-astro dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 23 +++++++++++++++++++---- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4a2ba40..7f5aff5 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "limax": "^3.0.0", "mdast-util-to-string": "^3.1.0", "prettier": "^2.8.1", - "prettier-plugin-astro": "^0.7.0", + "prettier-plugin-astro": "^0.8.0", "reading-time": "^1.5.0", "sharp": "^0.31.2", "subfont": "^6.12.2", diff --git a/yarn.lock b/yarn.lock index cb2ed44..ede93e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -30,6 +30,11 @@ resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.31.3.tgz#31fbc91119e939c26d51ab92e7bc0af5c8f801cb" integrity sha512-WbA05QH5xkdaJ3XtzDuYOjtqsip2InW5rk156sSdaHs5qN2NroUHbzWZthHJwmNAAjQSGXVIj+O6jQj81zzX/Q== +"@astrojs/compiler@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-1.0.1.tgz#ed5d758c9824cc497361b632f1570d9ce2a4ce31" + integrity sha512-77aacobLKcL98NmhK3OBS5EHIrX9gs1ckB/vGSIdkVZuB7u51V4jh05I6W0tSvG7/86tALv6QtHTRZ8rLhFTbQ== + "@astrojs/image@^0.12.1": version "0.12.1" resolved "https://registry.yarnpkg.com/@astrojs/image/-/image-0.12.1.tgz#e16e06b0fd7cea56f0039b21da460cf9c0590075" @@ -5624,10 +5629,20 @@ prettier-plugin-astro@^0.7.0: sass-formatter "^0.7.5" synckit "^0.8.4" -prettier@^2.7.1, prettier@^2.8.1: - version "2.8.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.1.tgz#4e1fd11c34e2421bc1da9aea9bd8127cd0a35efc" - integrity sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg== +prettier-plugin-astro@^0.8.0: + version "0.8.0" + resolved "https://registry.yarnpkg.com/prettier-plugin-astro/-/prettier-plugin-astro-0.8.0.tgz#ae014f8263ca383ee853192cc40a516e914684a5" + integrity sha512-kt9wk33J7HvFGwFaHb8piwy4zbUmabC8Nu+qCw493jhe96YkpjscqGBPy4nJ9TPy9pd7+kEx1zM81rp+MIdrXg== + dependencies: + "@astrojs/compiler" "^1.0.1" + prettier "^2.8.3" + sass-formatter "^0.7.5" + synckit "^0.8.4" + +prettier@^2.7.1, prettier@^2.8.1, prettier@^2.8.3: + version "2.8.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.3.tgz#ab697b1d3dd46fb4626fbe2f543afe0cc98d8632" + integrity sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw== pretty-bytes@^5.1.0: version "5.6.0"