From 16881eb37df4c2a2097bced4c664cf24ffdfb96d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 12:24:41 +0530 Subject: [PATCH] chore(deps-dev): bump the prettier group with 2 updates (#5491) Bumps the prettier group with 2 updates: [prettier](https://github.com/prettier/prettier) and [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro). Updates `prettier` from 3.1.1 to 3.2.5 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.1.1...3.2.5) Updates `prettier-plugin-astro` from 0.12.2 to 0.13.0 - [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.12.2...v0.13.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: prettier - dependency-name: prettier-plugin-astro dependency-type: direct:development update-type: version-update:semver-minor dependency-group: prettier ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a7845fcf..9357f0d0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,8 +34,8 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.31", "postcss-cli": "^11.0.0", - "prettier": "^3.1.1", - "prettier-plugin-astro": "^0.12.2", + "prettier": "^3.2.5", + "prettier-plugin-astro": "^0.13.0", "rollup": "^4.6.1", "rtlcss": "^4.1.1", "sass": "^1.74.1", @@ -10607,9 +10607,9 @@ } }, "node_modules/prettier": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz", - "integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", + "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" @@ -10622,9 +10622,9 @@ } }, "node_modules/prettier-plugin-astro": { - "version": "0.12.2", - "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.12.2.tgz", - "integrity": "sha512-1OXSEht27zrnX7rCa0bEpLdspeumFW4hnj4+JzPuG5bRlSOAhD0rbXBNZfRD9q0Qbr00EcCcnjd6k6M8q+GfTA==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.13.0.tgz", + "integrity": "sha512-5HrJNnPmZqTUNoA97zn4gNQv9BgVhv+et03314WpQ9H9N8m2L9OSV798olwmG2YLXPl1iSstlJCR1zB3x5xG4g==", "dev": true, "dependencies": { "@astrojs/compiler": "^1.5.5", @@ -22344,15 +22344,15 @@ "dev": true }, "prettier": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz", - "integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", + "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", "dev": true }, "prettier-plugin-astro": { - "version": "0.12.2", - "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.12.2.tgz", - "integrity": "sha512-1OXSEht27zrnX7rCa0bEpLdspeumFW4hnj4+JzPuG5bRlSOAhD0rbXBNZfRD9q0Qbr00EcCcnjd6k6M8q+GfTA==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.13.0.tgz", + "integrity": "sha512-5HrJNnPmZqTUNoA97zn4gNQv9BgVhv+et03314WpQ9H9N8m2L9OSV798olwmG2YLXPl1iSstlJCR1zB3x5xG4g==", "dev": true, "requires": { "@astrojs/compiler": "^1.5.5", diff --git a/package.json b/package.json index c25646554..9211e59bb 100644 --- a/package.json +++ b/package.json @@ -82,8 +82,8 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.31", "postcss-cli": "^11.0.0", - "prettier": "^3.1.1", - "prettier-plugin-astro": "^0.12.2", + "prettier": "^3.2.5", + "prettier-plugin-astro": "^0.13.0", "rollup": "^4.6.1", "rtlcss": "^4.1.1", "sass": "^1.74.1",