From 0d7a6a17b8f0523d78b6429f801c2467e282b64a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:28:22 +0000 Subject: [PATCH] chore(deps): update dependency prettier-plugin-astro to ^0.10.0 --- package.json | 2 +- pnpm-lock.yaml | 31 ++++++++++++++++++++----------- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 6e602199..7dab66ac 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,6 @@ }, "devDependencies": { "@vanilla-extract/jest-transform": "1.1.1", - "prettier-plugin-astro": "^0.8.0" + "prettier-plugin-astro": "^0.10.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c45292f6..647491e8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,7 +18,7 @@ importers: concurrently: 8.0.1 jest: 28.1.3 prettier: 2.8.7 - prettier-plugin-astro: ^0.8.0 + prettier-plugin-astro: ^0.10.0 react: 18.2.0 react-dom: 18.2.0 ts-jest: 28.0.8 @@ -47,7 +47,7 @@ importers: typescript: 4.8.4 devDependencies: '@vanilla-extract/jest-transform': 1.1.1_@types+node@18.7.14 - prettier-plugin-astro: 0.8.0 + prettier-plugin-astro: 0.10.0 examples/astro: specifiers: @@ -134,6 +134,10 @@ packages: /@astrojs/compiler/1.3.1: resolution: {integrity: sha512-xV/3r+Hrfpr4ECfJjRjeaMkJvU73KiOADowHjhkqidfNPVAWPzbqw1KePXuMK1TjzMvoAVE7E163oqfH3lDwSw==} + /@astrojs/compiler/1.5.5: + resolution: {integrity: sha512-8LEj9nUr5+92ms8/ZUyajcLYqurhXHTNMERctsHZ1JyRrnjseheUHCM+MC34bMP0uOou2JXJFWVJudDTTe4S/A==} + dev: true + /@astrojs/language-server/0.28.3: resolution: {integrity: sha512-fPovAX/X46eE2w03jNRMpQ7W9m2mAvNt4Ay65lD9wl1Z5vIQYxlg7Enp9qP225muTr4jSVB5QiLumFJmZMAaVA==} hasBin: true @@ -7463,30 +7467,35 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prettier-plugin-astro/0.7.2: - resolution: {integrity: sha512-mmifnkG160BtC727gqoimoxnZT/dwr8ASxpoGGl6EHevhfblSOeu+pwH1LAm5Qu1MynizktztFujHHaijLCkww==} + /prettier-plugin-astro/0.10.0: + resolution: {integrity: sha512-dPzop0gKZyVGpTDQmfy+e7FKXC9JT3mlpfYA2diOVz+Ui+QR1U4G/s+OesKl2Hib2JJOtAYJs/l+ovgT0ljlFA==} engines: {node: ^14.15.0 || >=16.0.0, pnpm: '>=7.14.0'} dependencies: - '@astrojs/compiler': 0.31.4 - prettier: 2.8.7 + '@astrojs/compiler': 1.5.5 + prettier: 2.8.8 sass-formatter: 0.7.6 - synckit: 0.8.5 + dev: true - /prettier-plugin-astro/0.8.0: - resolution: {integrity: sha512-kt9wk33J7HvFGwFaHb8piwy4zbUmabC8Nu+qCw493jhe96YkpjscqGBPy4nJ9TPy9pd7+kEx1zM81rp+MIdrXg==} + /prettier-plugin-astro/0.7.2: + resolution: {integrity: sha512-mmifnkG160BtC727gqoimoxnZT/dwr8ASxpoGGl6EHevhfblSOeu+pwH1LAm5Qu1MynizktztFujHHaijLCkww==} engines: {node: ^14.15.0 || >=16.0.0, pnpm: '>=7.14.0'} dependencies: - '@astrojs/compiler': 1.3.1 + '@astrojs/compiler': 0.31.4 prettier: 2.8.7 sass-formatter: 0.7.6 synckit: 0.8.5 - dev: true /prettier/2.8.7: resolution: {integrity: sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==} engines: {node: '>=10.13.0'} hasBin: true + /prettier/2.8.8: + resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} + engines: {node: '>=10.13.0'} + hasBin: true + dev: true + /pretty-format/28.1.3: resolution: {integrity: sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}