From 9188fc701b67968d433e6c431468909fab44d0f3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 8 Jun 2025 21:31:53 +0000 Subject: [PATCH] Update dependency prettier-plugin-astro to ^0.14.0 --- package.json | 2 +- pnpm-lock.yaml | 23 +++++++++-------------- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 09236d2..b1a6171 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@tailwindcss/typography": "^0.5.16", "prettier": "^3.5.3", - "prettier-plugin-astro": "^0.12.3", + "prettier-plugin-astro": "^0.14.0", "prettier-plugin-tailwindcss": "^0.5.14" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 51bb559..33469bc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -64,11 +64,11 @@ importers: specifier: ^3.5.3 version: 3.5.3 prettier-plugin-astro: - specifier: ^0.12.3 - version: 0.12.3 + specifier: ^0.14.0 + version: 0.14.1 prettier-plugin-tailwindcss: specifier: ^0.5.14 - version: 0.5.14(prettier-plugin-astro@0.12.3)(prettier@3.5.3) + version: 0.5.14(prettier-plugin-astro@0.14.1)(prettier@3.5.3) packages: @@ -80,9 +80,6 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@astrojs/compiler@1.8.2': - resolution: {integrity: sha512-o/ObKgtMzl8SlpIdzaxFnt7SATKPxu4oIP/1NL+HDJRzxfJcAkOTAb/ZKMRyULbz4q+1t2/DAebs2Z1QairkZw==} - '@astrojs/compiler@2.12.1': resolution: {integrity: sha512-WDSyVIiz7sNcJcCJxJFITu6XjfGhJ50Z0auyaWsrM+xb07IlhBLFtQuDkNy0caVHWNcKTM2LISAaHhgkRqGAVg==} @@ -1792,8 +1789,8 @@ packages: resolution: {integrity: sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w==} engines: {node: ^10 || ^12 || >=14} - prettier-plugin-astro@0.12.3: - resolution: {integrity: sha512-GthUSu3zCvmtVyqlArosez0xE08vSJ0R1sWurxIWpABaCkNGYFANoUdFkqmIo54EV2uPLGcVJzOucWvCjPBWvg==} + prettier-plugin-astro@0.14.1: + resolution: {integrity: sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==} engines: {node: ^14.15.0 || >=16.0.0} prettier-plugin-tailwindcss@0.5.14: @@ -2466,8 +2463,6 @@ snapshots: '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 - '@astrojs/compiler@1.8.2': {} - '@astrojs/compiler@2.12.1': {} '@astrojs/internal-helpers@0.6.1': {} @@ -4585,17 +4580,17 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - prettier-plugin-astro@0.12.3: + prettier-plugin-astro@0.14.1: dependencies: - '@astrojs/compiler': 1.8.2 + '@astrojs/compiler': 2.12.1 prettier: 3.5.3 sass-formatter: 0.7.9 - prettier-plugin-tailwindcss@0.5.14(prettier-plugin-astro@0.12.3)(prettier@3.5.3): + prettier-plugin-tailwindcss@0.5.14(prettier-plugin-astro@0.14.1)(prettier@3.5.3): dependencies: prettier: 3.5.3 optionalDependencies: - prettier-plugin-astro: 0.12.3 + prettier-plugin-astro: 0.14.1 prettier@3.5.3: {} -- 2.49.1