Skip to content

chore(deps): update dependency prettier-plugin-astro to ^1.1.0 - #559

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/prettier-plugin-astro-1.x
Sep 26, 2026
Merged

renovate[bot] merged 1 commit into
mainfrom
renovate/prettier-plugin-astro-1.x

Conversation

@renovate

@renovate renovate Bot commented Sep 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
prettier-plugin-astro ^1.0.1 → ^1.1.0 age confidence

Release Notes

withastro/prettier-plugin-astro (prettier-plugin-astro)

v1.1.0

Compare Source

Minor Changes
  • bfbb6c5: Adds support for three astroAllowShorthand formatting modes:

    • When unset / undefined, the attributes stay as written, i.e <Comp value={value} /> and <Comp {value} /> can co-exist in the same file.
    • When set to true, attributes that can be written in the shorthand form will automatically be transformed. <Comp value={value} /> will become <Comp {value} />
    • When set to false, attributes will always be expanded to their full form.
Patch Changes
  • 4b3547e: Fix non-idempotent indentation of multiline comments nested inside CSS rules.
  • edfb35f: Fixes raw elements being forcefully paired up when self-closed.

Configuration

📅 Schedule: (UTC)

  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/prettier-plugin-astro-1.x branch from c053317 to a437ee5 Compare September 26, 2026 04:45
@renovate
renovate Bot merged commit f63b2c7 into main Sep 26, 2026
4 checks passed
@renovate
renovate Bot deleted the renovate/prettier-plugin-astro-1.x branch September 26, 2026 04:46

This branch was successfully deployed

1 active deployment
preview — a437ee51 Deployed Sep 26, 2026 by github-actions[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants