Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2025

This PR contains the following updates:

Package Change Age Confidence
@commencis/eslint-config (source) 2.3.0 -> 2.4.0 age confidence
@commencis/prettier-config (source) 2.0.0 -> 2.1.0 age confidence
@commitlint/cli (source) 20.1.0 -> 20.2.0 age confidence
@types/node (source) 24.10.1 -> 24.10.4 age confidence
eslint (source) 9.39.1 -> 9.39.2 age confidence
prettier (source) 3.7.3 -> 3.7.4 age confidence

Release Notes

Commencis/js-toolkit (@​commencis/eslint-config)

v2.4.0

Compare Source

Minor Changes
    • [Release]: Final stable versions before breaking changes. (#​402)
Commencis/js-toolkit (@​commencis/prettier-config)

v2.1.0

Compare Source

Minor Changes
    • [Release]: Final stable versions before breaking changes. (#​402)
conventional-changelog/commitlint (@​commitlint/cli)

v20.2.0

Compare Source

Note: Version bump only for package @​commitlint/cli

eslint/eslint (eslint)

v9.39.2

Compare Source

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);

Configuration

📅 Schedule: Branch creation - Between 07:00 AM and 09:59 AM, only on Monday ( * 7-9 * * 1 ) in timezone Europe/Istanbul, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 8, 2025 04:26
@changeset-bot
Copy link

changeset-bot bot commented Dec 8, 2025

🦋 Changeset detected

Latest commit: a84594c

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a6c989b to d6eaaf1 Compare December 13, 2025 00:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d6eaaf1 to c131df1 Compare December 14, 2025 00:46
@renovate
Copy link
Contributor Author

renovate bot commented Dec 14, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ymehmetcan ymehmetcan merged commit f5db3c6 into main Dec 14, 2025
2 checks passed
@ymehmetcan ymehmetcan deleted the renovate/all-minor-patch branch December 14, 2025 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants