Skip to content

chore(deps): update all non-major dependencies (patch)#146

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/patch-all-minor-patch
Feb 1, 2026
Merged

chore(deps): update all non-major dependencies (patch)#146
renovate[bot] merged 1 commit intomainfrom
renovate/patch-all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2026

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) 9.39.19.39.2 age confidence
@types/node (source) 22.19.122.19.7 age confidence
eslint (source) 9.39.19.39.2 age confidence
eslint-plugin-prettier 5.5.45.5.5 age confidence
ky 1.14.01.14.3 age confidence
prettier (source) 3.7.33.7.4 age confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.39.2

Compare Source

eslint/eslint (eslint)

v9.39.2

Compare Source

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.5.5

Compare Source

Patch Changes
sindresorhus/ky (ky)

v1.14.3

Compare Source

  • Fix empty context object being added to merged json body d7f7e73

v1.14.2

Compare Source


v1.14.1

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 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​types/​node@​22.19.1 ⏵ 22.19.7100 +110081 +196100
Updatedprettier@​3.7.3 ⏵ 3.7.490 +110097 +197 -1100
Updatedky@​1.14.0 ⏵ 1.14.3100 +1100100 +193 +3100
Updated@​eslint/​js@​9.39.1 ⏵ 9.39.210010010093100
Updatedeslint-plugin-prettier@​5.5.4 ⏵ 5.5.59910010094100
Updatedeslint@​9.39.1 ⏵ 9.39.294 +410010097 +3100

View full report

@renovate renovate bot merged commit 518375c into main Feb 1, 2026
8 checks passed
@renovate renovate bot deleted the renovate/patch-all-minor-patch branch February 1, 2026 14:40
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.

0 participants