From fe3f54ced2be92f33da9c60aaec4533c692e35d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 04:56:07 +0000 Subject: [PATCH] build(deps-dev): bump prettier-plugin-astro from 0.10.0 to 0.12.2 Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.10.0 to 0.12.2. - [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.10.0...v0.12.2) --- 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 | 19 ++++++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 8de3d1fac..c800dbc70 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "jsdom": "^22.1.0", "markuplint": "^3.15.0", "prettier": "^2.8.8", - "prettier-plugin-astro": "^0.10.0", + "prettier-plugin-astro": "^0.12.2", "prettier-plugin-md-nocjsp": "^1.5.1", "react-test-renderer": "^18.2.0", "semantic-release": "^22.0.10", diff --git a/yarn.lock b/yarn.lock index a073691fb..1f0066062 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15,7 +15,7 @@ "@jridgewell/gen-mapping" "^0.3.0" "@jridgewell/trace-mapping" "^0.3.9" -"@astrojs/compiler@^1.5.0": +"@astrojs/compiler@^1.5.5": version "1.8.2" resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-1.8.2.tgz#f305d5724c45a9932a8ef4e87b2e7227d15d1c2b" integrity sha512-o/ObKgtMzl8SlpIdzaxFnt7SATKPxu4oIP/1NL+HDJRzxfJcAkOTAb/ZKMRyULbz4q+1t2/DAebs2Z1QairkZw== @@ -9392,13 +9392,13 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier-plugin-astro@^0.10.0: - version "0.10.0" - resolved "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.10.0.tgz" - integrity sha512-dPzop0gKZyVGpTDQmfy+e7FKXC9JT3mlpfYA2diOVz+Ui+QR1U4G/s+OesKl2Hib2JJOtAYJs/l+ovgT0ljlFA== +prettier-plugin-astro@^0.12.2: + version "0.12.2" + resolved "https://registry.yarnpkg.com/prettier-plugin-astro/-/prettier-plugin-astro-0.12.2.tgz#e52d62989cbeb0373714f49debf7f35c21070a39" + integrity sha512-1OXSEht27zrnX7rCa0bEpLdspeumFW4hnj4+JzPuG5bRlSOAhD0rbXBNZfRD9q0Qbr00EcCcnjd6k6M8q+GfTA== dependencies: - "@astrojs/compiler" "^1.5.0" - prettier "^2.8.8" + "@astrojs/compiler" "^1.5.5" + prettier "^3.0.0" sass-formatter "^0.7.6" prettier-plugin-md-nocjsp@^1.5.1: @@ -9411,6 +9411,11 @@ prettier@2, prettier@^2.8.8: resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz" integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== +prettier@^3.0.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848" + integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw== + pretty-format@^29.5.0: version "29.6.1" resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.6.1.tgz#ec838c288850b7c4f9090b867c2d4f4edbfb0f3e"