From 92582f1cf3a08c25219a0ceb8419d2ac2d729470 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 13:04:10 +0000 Subject: [PATCH] chore(deps): update dependency prettier-plugin-astro to ^0.12.0 --- package.json | 2 +- pnpm-lock.yaml | 33 +++++++++++++++++++++------------ 2 files changed, 22 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 6e602199..34b998a2 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.12.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c45292f6..9c34ab07 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.12.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.12.0 examples/astro: specifiers: @@ -134,6 +134,10 @@ packages: /@astrojs/compiler/1.3.1: resolution: {integrity: sha512-xV/3r+Hrfpr4ECfJjRjeaMkJvU73KiOADowHjhkqidfNPVAWPzbqw1KePXuMK1TjzMvoAVE7E163oqfH3lDwSw==} + /@astrojs/compiler/1.8.2: + resolution: {integrity: sha512-o/ObKgtMzl8SlpIdzaxFnt7SATKPxu4oIP/1NL+HDJRzxfJcAkOTAb/ZKMRyULbz4q+1t2/DAebs2Z1QairkZw==} + 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==} - engines: {node: ^14.15.0 || >=16.0.0, pnpm: '>=7.14.0'} + /prettier-plugin-astro/0.12.0: + resolution: {integrity: sha512-8E+9YQR6/5CPZJs8XsfBw579zrwZkc0Wb7x0fRVm/51JC8Iys4lBw4ecV8fHwpbQnzve86TUa4fJ08BJzqfWnA==} + engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@astrojs/compiler': 0.31.4 - prettier: 2.8.7 + '@astrojs/compiler': 1.8.2 + prettier: 3.0.2 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/3.0.2: + resolution: {integrity: sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==} + engines: {node: '>=14'} + 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}