fix(deps): update dependency prettier-plugin-astro to ^0.12.0 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
prettier-plugin-astro | dependencies | minor | ^0.6.0 -> ^0.12.0 |
Release Notes
withastro/prettier-plugin-astro (prettier-plugin-astro)
v0.12.0
Minor Changes
-
fa1a6e3
: Do not delete line breaks and indentation of lines in class attribute
Patch Changes
-
b806845
: Format doctype as lowercase to match Prettier 3.0
v0.11.1
Patch Changes
-
62fe714
: removes pnpm from engines
v0.11.0
Minor Changes
-
94ed904
: Migrated the plugin to Prettier 3's new APIs. It's unfortunately not possible for a plugin to support both version 2 and 3 of Prettier. As such, from this version on, only Prettier 3 is supported.
v0.10.0
Minor Changes
-
af9324e
: Use the sync entrypoint of the Astro compiler instead ofsynckit
, improving performance and reducing the dependency count of the plugin
v0.9.1
Patch Changes
-
97c4b07
: fix: prevent parsing empty script tags
v0.9.0
Minor Changes
-
abecea0
: Use the babel-ts parser to parse the frontmatter. This parser was already used for expressions inside the template, so the experience should now be more homogenous all throughout the file. -
d2a2c26
: Add support for formatting script tags containing JSON, Markdown and other content
v0.8.1
Patch Changes
-
9cb4c4f
: Add compatibility for other plugins parsing top-level returns in Astro frontmatter -
88b0d84
: Correctly pass options to embedded parsers -
e5cf99d
: Fix style tags using Stylus being truncated under certain circumstances
v0.8.0
Minor Changes
-
c724082
: Add support for LESS style tags, fixed crash on style tags with unknown languages -
18cd321
: Add support for formatting spread attributes
v0.7.2
Patch Changes
-
a97750b
: Fix packaging error causing the plugin to only be installable using pnpm
v0.7.1
Patch Changes
-
9fa788f
: Upgrade@astrojs/compiler
-
a3ff2ef
: Fix inline tags not hugging the end of their content if the last child was a tag
v0.7.0
Minor Changes
-
485fb91
: Fixed custom-elements being allowed to self close despite the HTML spec saying otherwise
Patch Changes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot. The local configuration can be found in the local Renovate Bot repository.
Edited by Housekeeper (bot)