Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2025

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.6.23.7.4 age confidence

Release Notes

prettier/prettier (prettier)

v3.7.4

Compare Source

diff

LWC: Avoid quote around interpolations (#​18383 by @​kovsu)
<!-- Input -->
<div foo={bar}>   </div>

<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>

<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#​18393 by @​fisker)
// Input
type Foo = (/** comment */ a | b) | c;

// Prettier 3.7.3
type Foo = /** comment */ (/** comment */ a | b) | c;

// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#​18395 by @​fisker)
// Input
type X = (A | B) & (
  // comment
  A | B
);

// Prettier 3.7.3 (first format)
type X = (A | B) &
  (// comment
  A | B);

// Prettier 3.7.3 (second format)
type X = (
  | A
  | B // comment
) &
  (A | B);

// Prettier 3.7.4
type X = (A | B) &
  // comment
  (A | B);

v3.7.3

Compare Source

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#​18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

v3.7.2

Compare Source

diff

JavaScript: Fix string print when switching quotes (#​18351 by @​fisker)
// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")

// Prettier 3.7.1
console.log('A descriptor\\'s .kind must be "method" or "field".');

// Prettier 3.7.2
console.log('A descriptor\\\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#​18352 by @​kovsu)
// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;

// Prettier 3.7.1
const html = /* HTML */ ` <div class=${styles.banner}></div> `;

// Prettier 3.7.2
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
TypeScript: Fix comment in empty type literal (#​18364 by @​fisker)
// Input
export type XXX = {
  // tbd
};

// Prettier 3.7.1
export type XXX = { // tbd };

// Prettier 3.7.2
export type XXX = {
  // tbd
};

v3.7.1

Compare Source

diff

API: Fix performance regression in doc printer (#​18342 by @​fisker)

Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.

v3.7.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 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.

@rhdh-gh-app
Copy link

rhdh-gh-app bot commented Dec 9, 2025

Changed Packages

Package Name Package Path Changeset Bump Current Version
@red-hat-developer-hub/backstage-plugin-bulk-import-backend workspaces/bulk-import/plugins/bulk-import-backend patch v6.9.1
@red-hat-developer-hub/backstage-plugin-bulk-import-common workspaces/bulk-import/plugins/bulk-import-common patch v6.9.1
@red-hat-developer-hub/backstage-plugin-bulk-import workspaces/bulk-import/plugins/bulk-import patch v6.9.1
@red-hat-developer-hub/backstage-plugin-lightspeed-backend workspaces/lightspeed/plugins/lightspeed-backend patch v1.1.1
@red-hat-developer-hub/backstage-plugin-lightspeed-common workspaces/lightspeed/plugins/lightspeed-common patch v1.1.1
@red-hat-developer-hub/backstage-plugin-lightspeed workspaces/lightspeed/plugins/lightspeed patch v1.1.1
@red-hat-developer-hub/backstage-plugin-openshift-image-registry workspaces/openshift-image-registry/plugins/openshift-image-registry patch v1.17.0
custom-authentication-provider-module-backend workspaces/orchestrator/plugins/custom-authentication-provider-module-backend none v0.0.1
custom-authentication-provider-module workspaces/orchestrator/plugins/custom-authentication-provider-module none v0.0.1
@red-hat-developer-hub/backstage-plugin-orchestrator-backend workspaces/orchestrator/plugins/orchestrator-backend patch v8.5.1
@red-hat-developer-hub/backstage-plugin-orchestrator-form-api workspaces/orchestrator/plugins/orchestrator-form-api patch v2.4.1
@red-hat-developer-hub/backstage-plugin-orchestrator-form-react workspaces/orchestrator/plugins/orchestrator-form-react patch v2.5.0
@red-hat-developer-hub/backstage-plugin-orchestrator workspaces/orchestrator/plugins/orchestrator patch v5.3.1

@renovate renovate bot force-pushed the renovate/linters branch from de05887 to 22dbd29 Compare January 5, 2026 10:52
@renovate renovate bot force-pushed the renovate/linters branch from c203b1e to 0f4bdf2 Compare January 5, 2026 13:22
@renovate renovate bot force-pushed the renovate/linters branch from facf73a to 5f3e2ab Compare January 5, 2026 13:30
@renovate renovate bot force-pushed the renovate/linters branch from 8f0e0a8 to 39eca52 Compare January 6, 2026 09:11
@renovate renovate bot force-pushed the renovate/linters branch from 7270d0e to 08afeb1 Compare January 6, 2026 13:53
@renovate renovate bot force-pushed the renovate/linters branch from cda0520 to fedcbee Compare January 7, 2026 09:28
@renovate renovate bot force-pushed the renovate/linters branch from 323b458 to 7e3d2de Compare January 7, 2026 09:59
@renovate renovate bot force-pushed the renovate/linters branch from 247612d to ceb4d9d Compare January 7, 2026 11:24
@renovate renovate bot force-pushed the renovate/linters branch from d497833 to 401928d Compare January 7, 2026 13:57
@renovate renovate bot force-pushed the renovate/linters branch from d9cec19 to 419dc6c Compare January 8, 2026 18:20
@renovate renovate bot force-pushed the renovate/linters branch from f994810 to 18f7133 Compare January 9, 2026 11:01
@renovate renovate bot force-pushed the renovate/linters branch from 860889a to 1748e14 Compare January 9, 2026 11:12
@renovate renovate bot force-pushed the renovate/linters branch from e01354d to 2496519 Compare January 9, 2026 11:36
@renovate renovate bot force-pushed the renovate/linters branch from 42a6e18 to bf93ffb Compare January 9, 2026 13:43
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 9, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants