sveltejs / svelte-devtools

A browser extension to inspect Svelte application by extending your browser devtools capabilities
https://chromewebstore.google.com/detail/svelte-devtools/kfidecgcdjjfpeckbblhmfkhmlgecoff
MIT License
1.48k stars 79 forks source link

Bump prettier-plugin-svelte from 1.4.2 to 2.3.0 #46

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps prettier-plugin-svelte from 1.4.2 to 2.3.0.

Changelog

Sourced from prettier-plugin-svelte's changelog.

2.3.0

  • (fix) Adjust snip regex to not break commented-out <script>/<style> tags (#212)
  • (fix) Don't snip <style> tags that are inside <script> tags (#219, #70)
  • (fix) Better formatting of long attribute values with mustache tags in between (#221)
  • (fix) Format properly when using Prettier 2.3.0+ (#222)
  • (fix) Keep parentheses in <script> tags for which JS is assumed (#218)
  • (feat) Support range ignores at HTML top level (#225)

2.2.0

  • Add support for <svelte:fragment> (#213)

2.1.6

  • Fix incorrect removal of comment (#207)

2.1.5

  • Fix retrieval of comment belonging to <script>/<style> block (#205)

2.1.4

  • Don't print an empty line at the end of code embedded inside Markdown (further fixes) (#202)

2.1.3

  • Don't print an empty line at the end of code embedded inside Markdown (#202)

2.1.2

  • Keep whitespace around <script>/<style> tags (#197)
  • Make <script>/<style> tag snipping case-sensitive (#198)

2.1.1

  • Fix svelteBracketNewLine: true sometimes not having > on a separate line (#194)

2.1.0

  • Support Prettier's htmlWhitespaceSensitivity setting
  • When svelteBracketNewLine is set to true and only the closing tag has whitespace before it, print the closing > on a separate line

2.0.3

  • When svelteBracketNewLine is set to false, don't print the closing > in a separate line if possible (#183)

2.0.2

  • Fix formatting of \<template> tags with an unsupported language inside

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)