eslint-plugin-dprint-integration icon indicating copy to clipboard operation
eslint-plugin-dprint-integration copied to clipboard

fix(deps): update dependency dprint-plugin-markup to ^0.8.0

Open renovate[bot] opened this issue 6 months ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dprint-plugin-markup ^0.2.6 -> ^0.8.0 age adoption passing confidence

Release Notes

g-plane/markup_fmt (dprint-plugin-markup)

v0.8.0

Compare Source

Features

  • Added detailed source location in syntax error message.
  • Optimized formatting text as one line as possible for better readability.

Fixes

  • Fixed empty <script> and <style> tag.
  • Fixed quotes in Vue directives with nested quotes.
  • Fixed error message when formatting with external formatter.
  • Fixed HTML quotes escaping in Vue directives.
  • Fixed quotes in Vento attributes.

v0.7.0

Compare Source

Features

  • Added Nunjucks support.
  • Added Vento support.

Fixes

  • Fixed padding Jinja tags. (Close #​13)
  • Fixed nested Jinja tags. (Close #​14)

v0.6.0

Compare Source

Features

  • Added preferAttrsSingleLine option. If enabled, attributes will be put on a single line as possible. Disabled by default.

v0.5.1

Compare Source

Fixes

v0.5.0

Compare Source

Features

  • Added support for detecting JSON in <script> tag whose "type" is "importmap" or "application/json".

Fixes

  • Fixed parsing and formatting nested template in Astro expressions.
  • Fixed language in Astro <script>. (It should be TypeScript by default.)
  • Fixed line comments in Astro expressions.

v0.4.1

Compare Source

Fixes

  • Added missing items in config schema for new options added in v0.4.0.

v0.4.0

Compare Source

Features

  • Added Astro support.

v0.3.2

Compare Source

Fixes

  • Fixed parsing Svelte attribute with } char.

v0.3.1

Compare Source

Fixes

  • Fixed unexpected let e = when formatting expressions.
  • Added printing original code if external formatter raised an error.

v0.3.0

Compare Source

Features

  • Added vBindSameNameShortHand option, so you can switch between the following two code styles for your Vue components:
<template>
  <div :title></div>
</template>

and

<template>
  <div :title="title"></div>
</template>

Fixes

  • Fixed formatting Vue v-slot as expressions. They should be formatted as patterns.
  • Fixed formatting expressions incorrectly in some cases, especially with Biome.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Jan 02 '24 07:01 renovate[bot]