From 369b8057b8c03a55864cba92e8d109a8b48f842d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 22:23:01 +0000 Subject: [PATCH] chore(deps): update dependency prettier-plugin-astro to ^0.11.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..d448e6cd 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.11.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c45292f6..8cbd890a 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.11.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.11.0 examples/astro: specifiers: @@ -134,6 +134,10 @@ packages: /@astrojs/compiler/1.3.1: resolution: {integrity: sha512-xV/3r+Hrfpr4ECfJjRjeaMkJvU73KiOADowHjhkqidfNPVAWPzbqw1KePXuMK1TjzMvoAVE7E163oqfH3lDwSw==} + /@astrojs/compiler/1.5.6: + resolution: {integrity: sha512-gtcpm20y4EUUQNc7evn+ffSJLTlrZRKfBS6kT7r1aB9u+AAeP2BZIiyuSdgXJUS679pCV4sqbM80u8Iek575lg==} + 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.11.0: + resolution: {integrity: sha512-rl2hJ4Kty/aEfGjk3i4JS+bpng9MjgvwqLRNzeb9NqYhqKoWNwOR39cIJXFjU1vR3zYOPnwWNRMelKb0orunYA==} 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.6 + prettier: 3.0.0 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.0: + resolution: {integrity: sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==} + 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}