Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence

Release Notes

prettier/prettier (prettier)

v3.4.2

Compare Source

diff

Treat U+30A0 & U+30FB in Katakana Block as CJK (#​16796 by @​tats-u)

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.

<!-- Input (--prose-wrap=never) -->

C言
語
・
C++
・
Go
・
Rust

<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust

<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust

U+30A0 can be used as the replacement of the - in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).

Fix comments print on class methods with decorators (#​16891 by @​fisker)
// Input
class A {
  @&#8203;decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.1
class A {
  @&#8203;decorator
  async /**
   * The method description
   *
   */
  method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.2
class A {
  @&#8203;decorator
  /**
   * The method description
   *
   */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
Fix non-idempotent formatting (#​16899 by @​seiyab)

This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.

// Input
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.1 (first)
<div>
  foo
  <span>
    longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo
  </span>, abc
</div>;

// Prettier 3.4.1 (second)
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.2
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 26, 2024
@renovate renovate bot temporarily deployed to data-manager-ui/test November 26, 2024 05:21 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test November 26, 2024 05:21 Inactive
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.4.0 chore(deps): update dependency prettier to v3.4.1 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from 86082d1 to 030c5c5 Compare November 26, 2024 16:37
@renovate renovate bot temporarily deployed to data-manager-ui/test November 26, 2024 16:37 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test November 26, 2024 16:37 Inactive
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from 030c5c5 to d3ca9dc Compare November 30, 2024 11:31
@renovate renovate bot had a problem deploying to data-manager-ui/test November 30, 2024 11:36 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test November 30, 2024 11:36 Failure
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from d3ca9dc to f41dc3e Compare December 4, 2024 11:00
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.4.1 chore(deps): update dependency prettier to v3.4.2 Dec 4, 2024
@renovate renovate bot had a problem deploying to data-manager-ui/test December 4, 2024 11:00 Failure
@renovate renovate bot temporarily deployed to data-manager-ui/test December 4, 2024 11:00 Inactive
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from f41dc3e to 799ed73 Compare December 15, 2024 21:44
@renovate renovate bot temporarily deployed to data-manager-ui/test December 15, 2024 21:48 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test December 15, 2024 21:48 Inactive
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from dbda0c8 to deca055 Compare December 16, 2024 21:19
@renovate renovate bot temporarily deployed to data-manager-ui/test December 16, 2024 21:31 Inactive
@renovate renovate bot had a problem deploying to data-manager-ui/test December 16, 2024 21:31 Failure
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from deca055 to 054cd18 Compare December 16, 2024 22:07
@renovate renovate bot had a problem deploying to data-manager-ui/test December 16, 2024 22:08 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test December 16, 2024 22:08 Failure
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.4.2 chore(deps): update dependency prettier to v3.4.2 - autoclosed Dec 16, 2024
@renovate renovate bot closed this Dec 16, 2024
@renovate renovate bot deleted the renovate/prettier-3.x branch December 16, 2024 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant