Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

chore(Renovate): ⬆️ Update Prettier dependencies #479

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 3.2.5 -> 3.3.2 age adoption passing confidence
prettier-plugin-astro 0.13.0 -> 0.14.0 age adoption passing confidence
prettier-plugin-svelte 3.1.2 -> 3.2.4 age adoption passing confidence
prettier-plugin-tailwindcss 0.5.11 -> 0.6.5 age adoption passing confidence

Release Notes

prettier/prettier (prettier)

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

v3.3.0

Compare Source

diff

🔗 Release Notes

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

v0.14.0

Compare Source

Minor Changes
  • bb756df: Adds a new option called astroSkipFrontmatter to disable formatting the frontmatter. This can be useful when using other tools to format the frontmatter, such as Biome or dprint.
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)

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
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.6.5

Compare Source

  • Only re-apply string escaping when necessary (#​295)

v0.6.4

Compare Source

  • Export PluginOptions type (#​292)

v0.6.3

Compare Source

  • Improve detection of string concatenation (#​288)

v0.6.2

Compare Source

Changed
  • Only remove duplicate Tailwind classes (#​277)
  • Make sure escapes in classes are preserved in string literals (#​286)

v0.6.1

Compare Source

Added
  • Add new tailwindPreserveDuplicates option to disable removal of duplicate classes (#​276)
Fixed
  • Improve handling of whitespace removal when concatenating strings (#​276)
  • Fix a bug where Angular expressions may produce invalid code after sorting (#​276)
  • Disabled whitespace and duplicate class removal for Liquid and Svelte (#​276)

v0.6.0

Compare Source

Changed
  • Remove duplicate classes (#​272)
  • Remove extra whitespace around classes (#​272)

v0.5.14

Compare Source

Fixed
  • Fix detection of v4 projects on Windows (#​265)

v0.5.13

Compare Source

Added
  • Add support for @zackad/prettier-plugin-twig-melody (#​255)

v0.5.12

Compare Source

Added
  • Add support for prettier-plugin-sort-imports (#​241)
  • Add support for Tailwind CSS v4.0 (#​249)

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,on sunday,before 5am every weekday" in timezone Asia/Taipei, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 renovate bot added 📦 package:prettier-config Related to the package - Prettier configuration 🧩 dependencies Related to the dependencies labels Feb 17, 2024
Copy link

changeset-bot bot commented Feb 17, 2024

⚠️ No Changeset found

Latest commit: b9ffd4b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

codeclimate bot commented Feb 17, 2024

Code Climate has analyzed commit b9ffd4b and detected 0 issues on this pull request.

View more on Code Climate.

Copy link

socket-security bot commented Feb 17, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] environment, filesystem, unsafe 0 8.25 MB prettier-bot

🚮 Removed packages: npm/[email protected]

View full report↗︎

Copy link
Contributor

github-actions bot commented Feb 17, 2024

Size Change: 0 B

Total Size: 186 kB

ℹ️ View Unchanged
Filename Size
./packages/browserslist/dist/browsers.cjs 173 B
./packages/browserslist/dist/browsers.js 167 B
./packages/browserslist/dist/node.cjs 227 B
./packages/browserslist/dist/node.js 217 B
./packages/constants/dist/main.cjs 276 B
./packages/constants/dist/main.js 244 B
./packages/eslint/dist/index.cjs 3.75 kB
./packages/lint-staged/dist/checks.js 181 B
./packages/lint-staged/dist/chunk-BCQS74IR.js 225 B
./packages/lint-staged/dist/chunk-GVLGZKET.js 226 B
./packages/lint-staged/dist/chunk-GYAFE257.js 269 B
./packages/lint-staged/dist/chunk-I5CYDEBO.js 262 B
./packages/lint-staged/dist/chunk-I636WRXW.js 208 B
./packages/lint-staged/dist/chunk-UXS7MS47.js 252 B
./packages/lint-staged/dist/chunk-XF6WJRIQ.js 426 B
./packages/lint-staged/dist/chunk-ZUNU3G5W.js 324 B
./packages/lint-staged/dist/groups/code-format.js 117 B
./packages/lint-staged/dist/groups/eslint.js 107 B
./packages/lint-staged/dist/groups/markdown.js 112 B
./packages/lint-staged/dist/groups/package-json.js 136 B
./packages/lint-staged/dist/groups/stylesheets.js 118 B
./packages/lint-staged/dist/groups/tests.js 106 B
./packages/lint-staged/dist/groups/typescript.js 115 B
./packages/lint-staged/dist/main.js 441 B
./packages/markdownlint/dist/index.json 309 B
./packages/prettier/dist/index.js 72.3 kB
./packages/prettier/dist/main-ZBOLTEWM.js 9.17 kB
./packages/stylelint/dist/index.cjs 75 kB
./packages/stylelint/dist/main-HZOLMS6I.cjs 9.19 kB
./packages/syncpack/dist/index.js 509 B
./packages/tsup/dist/main.js 345 B
./packages/utils/dist/array.cjs 258 B
./packages/utils/dist/array.js 137 B
./packages/utils/dist/chunk-2EUY5ROG.cjs 742 B
./packages/utils/dist/chunk-AXQUIOJB.cjs 688 B
./packages/utils/dist/chunk-DZORIKCW.js 707 B
./packages/utils/dist/chunk-FFLUHYOO.cjs 313 B
./packages/utils/dist/chunk-I5GJA7OJ.js 291 B
./packages/utils/dist/chunk-NNY7KIY2.js 263 B
./packages/utils/dist/chunk-NTYEA6KO.cjs 672 B
./packages/utils/dist/chunk-RHWTXGRV.js 300 B
./packages/utils/dist/chunk-WYH6VPJI.cjs 285 B
./packages/utils/dist/chunk-XPB3OUOB.js 592 B
./packages/utils/dist/chunk-XRDZ2PSF.js 515 B
./packages/utils/dist/chunk-ZXXKV2AL.cjs 327 B
./packages/utils/dist/extensions.cjs 475 B
./packages/utils/dist/extensions.js 269 B
./packages/utils/dist/has-module.cjs 228 B
./packages/utils/dist/has-module.js 127 B
./packages/utils/dist/main.cjs 836 B
./packages/utils/dist/main.js 491 B
./packages/utils/dist/merge-configs.cjs 233 B
./packages/utils/dist/merge-configs.js 132 B
./packages/utils/dist/paths.cjs 299 B
./packages/utils/dist/paths.js 180 B
./packages/utils/dist/scope.cjs 317 B
./packages/utils/dist/scope.js 164 B
./packages/vitest/dist/base.js 129 B
./packages/vitest/dist/chunk-T256VEOW.js 260 B
./packages/vitest/dist/chunk-XZHYECMR.js 204 B
./packages/vitest/dist/main.js 159 B
./packages/vitest/dist/with-coverage.js 149 B

compressed-size-action

@renovate renovate bot changed the title chore(Renovate): ⬆️ Update dependency prettier-plugin-svelte to v3.2.1 chore(Renovate): ⬆️ Update dependency prettier-plugin-svelte to v3.2.2 Mar 2, 2024
@renovate renovate bot force-pushed the renovate/prettier-dependencies branch from ac4d4ef to 64f551f Compare March 2, 2024 17:22
@renovate renovate bot force-pushed the renovate/prettier-dependencies branch from 64f551f to 261283e Compare March 9, 2024 18:42
@renovate renovate bot changed the title chore(Renovate): ⬆️ Update dependency prettier-plugin-svelte to v3.2.2 chore(Renovate): ⬆️ Update Prettier dependencies Mar 9, 2024
@renovate renovate bot force-pushed the renovate/prettier-dependencies branch from 261283e to 1251794 Compare March 30, 2024 19:23
@renovate renovate bot force-pushed the renovate/prettier-dependencies branch 2 times, most recently from 05658b3 to 6be66d7 Compare April 18, 2024 21:22
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/prettier-dependencies branch 3 times, most recently from 31b5a8e to 3b2d06b Compare June 3, 2024 19:27
@renovate renovate bot force-pushed the renovate/prettier-dependencies branch 4 times, most recently from 45e9235 to 6072b2d Compare June 10, 2024 18:34
@renovate renovate bot force-pushed the renovate/prettier-dependencies branch from 6072b2d to 05b985c Compare June 14, 2024 07:19
Copy link

socket-security bot commented Jun 14, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/prettier-dependencies branch 2 times, most recently from 19e302c to b08dc9f Compare June 15, 2024 19:45
@renovate renovate bot force-pushed the renovate/prettier-dependencies branch from b08dc9f to b9ffd4b Compare June 20, 2024 17:33
Copy link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🧩 dependencies Related to the dependencies 📦 package:prettier-config Related to the package - Prettier configuration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants