Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2026

This PR contains the following updates:

Package Change Age Confidence
eslint (source) 9.39.19.39.2 age confidence
prettier (source) 3.7.33.7.4 age confidence

Release Notes

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 - "before 4:00am on Friday" 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 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 added the renovate Created by renovate label Jan 8, 2026
@changeset-bot
Copy link

changeset-bot bot commented Jan 8, 2026

🦋 Changeset detected

Latest commit: 9f8f01b

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

This PR includes changesets to release 2 packages
Name Type
@virtual-live-lab/eslint-config Patch
@virtual-live-lab/prettier-config Patch

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

@github-actions github-actions bot added eslint issues about eslint prettier Issues about prettier labels Jan 8, 2026
@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 8, 2026

Open in StackBlitz

npm i https://pkg.pr.new/@virtual-live-lab/eslint-config@585
npm i https://pkg.pr.new/@virtual-live-lab/prettier-config@585
npm i https://pkg.pr.new/@virtual-live-lab/stylelint-config@585
npm i https://pkg.pr.new/@virtual-live-lab/tsconfig@585

commit: 9f8f01b

@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2026

✅ Snapshot test success

See the details: workflow run

@renovate renovate bot force-pushed the renovate/devdependencies branch from 61e5eff to d86e3b3 Compare January 11, 2026 06:13
@06kibo 06kibo merged commit 9a0acf8 into main Jan 11, 2026
9 checks passed
@06kibo 06kibo deleted the renovate/devdependencies branch January 11, 2026 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

eslint issues about eslint prettier Issues about prettier renovate Created by renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants