Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 21, 2023

This PR contains the following updates:

Package Change Age Confidence
prettier-plugin-svelte 2.10.1 -> 3.4.0 age confidence

Release Notes

sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)

v3.4.0

Compare Source

v3.3.3

Compare Source

v3.3.2

Compare Source

v3.3.1

Compare Source

v3.3.0

Compare Source

v3.2.8

Compare Source

v3.2.7

Compare Source

  • (fix) force quote style inside style directives
  • (fix) preserve commas in array expressions
  • (fix) Svelte 5: properly determine end of snippet parameters with TS annotations

v3.2.6

Compare Source

  • (feat) Svelte 5: never quote single-expression-attributes

v3.2.5

Compare Source

  • (fix) Svelte 5: format TypeScript in the template

v3.2.4

Compare Source

  • (fix) speed up regex

v3.2.3

Compare Source

  • (fix) don't force-self-close <slot> tags

v3.2.2

Compare Source

  • (fix) handle updated @render tag AST shape

v3.2.1

Compare Source

  • (fix) handle updated @render tag AST shape

v3.2.0

Compare Source

  • (feat) format JSON script tags
  • (feat) introduce separate entry point using prettier/standalone
  • (fix) don't duplicate comments of nested script/style tags
  • (fix) handle updated Snippet block AST shape

v3.1.2

Compare Source

  • (fix) handle > tags in attributes

v3.1.1

Compare Source

  • (fix) handle types on each/await contexts

v3.1.0

Compare Source

  • (feat) add experimental support for Svelte 5
  • (feat) support #snippet and @render

v3.0.3

Compare Source

  • (fix) handle static tag attributes on <svelte:element>

v3.0.2

Compare Source

  • (fix) add package.json to exports map

v3.0.1

Compare Source

  • (fix) support less/scss in style tags

v3.0.0

Compare Source

  • (breaking) requires prettier version 3. This may require adjustments to your configuration file, see the migration guide for more info
  • (breaking) requires node version 14 or higher
  • (breaking) Whether or not empty elements/components should self-close is now left to the user - in other words, if you write <div /> or <Component /> that stays as is, and so does <div></div>/<Component></Component>. If svelteStrictMode is turned on, it will still only allow <div></div> notation for elements (but it will leave your components alone)
  • (breaking) svelteAllowShorthand now takes precedence over svelteStrictMode, which no longer has any effect on that behavior. Set svelteAllowShorthand to false to get back the v2 behavior
  • (breaking) remove deprecated svelteSortOrder options

Configuration

📅 Schedule: Branch creation - "before 10am on Saturday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

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

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-svelte-3.x branch 3 times, most recently from 1d7dd9f to 7f160c8 Compare July 27, 2023 16:44
@renovate renovate bot force-pushed the renovate/prettier-plugin-svelte-3.x branch from 7f160c8 to 82af314 Compare November 10, 2023 11:07
@renovate renovate bot force-pushed the renovate/prettier-plugin-svelte-3.x branch 2 times, most recently from d2556e0 to e9d43bf Compare November 22, 2023 22:48
@renovate renovate bot force-pushed the renovate/prettier-plugin-svelte-3.x branch 2 times, most recently from 7801ce9 to ac63f84 Compare February 14, 2024 11:01
@renovate renovate bot force-pushed the renovate/prettier-plugin-svelte-3.x branch from ac63f84 to 3025197 Compare February 28, 2024 12:20
@renovate renovate bot force-pushed the renovate/prettier-plugin-svelte-3.x branch from 3025197 to 9f4102d Compare April 12, 2024 16:02
@renovate renovate bot force-pushed the renovate/prettier-plugin-svelte-3.x branch from 9f4102d to ff994cc Compare June 6, 2024 13:06
@renovate renovate bot force-pushed the renovate/prettier-plugin-svelte-3.x branch from ff994cc to 53e981c Compare June 20, 2024 14:14
@renovate renovate bot force-pushed the renovate/prettier-plugin-svelte-3.x branch from 53e981c to 561456e Compare July 17, 2024 14:15
@renovate renovate bot force-pushed the renovate/prettier-plugin-svelte-3.x branch from 561456e to cfec7e8 Compare September 26, 2024 14:15
@renovate renovate bot force-pushed the renovate/prettier-plugin-svelte-3.x branch from cfec7e8 to 13f0a3e Compare November 11, 2024 17:49
@renovate renovate bot force-pushed the renovate/prettier-plugin-svelte-3.x branch 3 times, most recently from 58309af to b7918c8 Compare November 22, 2024 14:14
@renovate renovate bot force-pushed the renovate/prettier-plugin-svelte-3.x branch from b7918c8 to 9316d23 Compare January 13, 2025 11:03
@renovate renovate bot force-pushed the renovate/prettier-plugin-svelte-3.x branch from 9316d23 to 2a9e24f Compare May 14, 2025 18:08
@renovate
Copy link
Contributor Author

renovate bot commented Nov 25, 2025

⚠️ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
Usage Error: Unrecognized or legacy configuration settings found: npmMinimalAgeGate - run "yarn config -v" to see the list of settings supported in Yarn (in /tmp/renovate/repos/github/WillBooster/plantuml-visualizer/.yarnrc.yml)

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]

@renovate renovate bot force-pushed the renovate/prettier-plugin-svelte-3.x branch from 2a9e24f to 262f757 Compare November 25, 2025 12:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant