chore(deps): update prettier packages - #31
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: pnpm-lock.yaml |
|
|
renovate
Bot
force-pushed
the
renovate/prettier-packages
branch
from
August 29, 2023 12:22
0e9833e to
340e54e
Compare
renovate
Bot
force-pushed
the
renovate/prettier-packages
branch
from
January 26, 2024 19:14
340e54e to
a61eb37
Compare
renovate
Bot
force-pushed
the
renovate/prettier-packages
branch
from
May 31, 2024 16:49
a61eb37 to
da39b38
Compare
Author
|
| datasource | package | from | to | | ---------- | --------------------- | ----- | ------ | | npm | prettier | 2.8.3 | 2.8.8 | | npm | prettier-plugin-astro | 0.8.0 | 0.14.1 |
renovate
Bot
force-pushed
the
renovate/prettier-packages
branch
2 times, most recently
from
November 13, 2025 23:13
da39b38 to
b8d12b8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.8.3→2.8.8^0.8.0→^0.14.0Release Notes
prettier/prettier (prettier)
v2.8.8Compare Source
This version is a republished version of v2.8.7.
A bad version was accidentally published and it can't be unpublished, apologies for the churn.
v2.8.7Compare Source
diff
Allow multiple decorators on same getter/setter (#14584 by @fisker)
v2.8.6Compare Source
diff
Allow decorators on private members and class expressions (#14548 by @fisker)
v2.8.5Compare Source
diff
Support TypeScript 5.0 (#14391 by @fisker, #13819 by @fisker, @sosukesuzuki)
TypeScript 5.0 introduces two new syntactic features:
constmodifiers for type parametersexport type *declarationsAdd missing parentheses for decorator (#14393 by @fisker)
Add parentheses for
TypeofTypeAnnotationto improve readability (#14458 by @fisker)Support
max_line_length=offwhen parsing.editorconfig(#14516 by @josephfrazier)If an .editorconfig file is in your project and it sets
max_line_length=offfor the file you're formatting,it will be interpreted as a
printWidthofInfinityrather than being ignored(which previously resulted in the default
printWidthof 80 being applied, if not overridden by Prettier-specific configuration).v2.8.4Compare Source
diff
Fix leading comments in mapped types with
readonly(#13427 by @thorn0, @sosukesuzuki)Group params in opening block statements (#14067 by @jamescdavis)
This is a follow-up to #13930 to establish wrapping consistency between opening block statements and else blocks by
grouping params in opening blocks. This causes params to break to a new line together and not be split across lines
unless the length of params exceeds the print width. This also updates the else block wrapping to behave exactly the
same as opening blocks.
Ignore files in
.sl/(#14206 by @bolinfest)In Sapling SCM,
.sl/is the folder where it stores its state, analogous to.git/in Git. It should be ignored in Prettier like the other SCM folders.Recognize
@satisfiesin Closure-style type casts (#14262 by @fisker)Fix parens in inferred function return types with
extends(#14279 by @fisker)withastro/prettier-plugin-astro (prettier-plugin-astro)
v0.14.1Compare Source
Patch Changes
7282bcb: Fixes an issue where style and script tags would sometimes get moved to other tagsv0.14.0Compare Source
Minor Changes
bb756df: Adds a new option calledastroSkipFrontmatterto disable formatting the frontmatter. This can be useful when using other tools to format the frontmatter, such as Biome or dprint.v0.13.0Compare Source
Minor Changes
e97406a: Fix plugin sometimes including significant whitespace inside components, fragments and custom elementsv0.12.3Compare Source
Patch Changes
e75f9c7: Fix<br />tags sometimes causing additional spaces to appearb4b0918: Fix not being able to format expressions with more than 2 rootsv0.12.2Compare Source
Patch Changes
11b0dc7: Fix attributes using optional chaining not formatting correctlyv0.12.1Compare Source
Patch Changes
0188f04: Fix attributes with multiple invalid JSX characters in their key inside expressions causing the plugin to throw an errorv0.12.0Compare Source
Minor Changes
fa1a6e3: Do not delete line breaks and indentation of lines in class attributePatch Changes
b806845: Format doctype as lowercase to match Prettier 3.0v0.11.1Compare Source
Patch Changes
62fe714: removes pnpm from enginesv0.11.0Compare Source
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.0Compare Source
Minor Changes
af9324e: Use the sync entrypoint of the Astro compiler instead ofsynckit, improving performance and reducing the dependency count of the pluginv0.9.1Compare Source
Patch Changes
97c4b07: fix: prevent parsing empty script tagsv0.9.0Compare Source
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 contentv0.8.1Compare Source
Patch Changes
9cb4c4f: Add compatibility for other plugins parsing top-level returns in Astro frontmatter88b0d84: Correctly pass options to embedded parserse5cf99d: Fix style tags using Stylus being truncated under certain circumstancesConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.