Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2025

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
docker.io/alpine final minor 3.22.2 -> 3.23.0 age confidence
docker.io/postgres patch 18.1-alpine3.22 -> 18.1-alpine3.23 age confidence
github/codeql-action action patch v4.31.7 -> v4.31.8 age confidence
node uses-with minor 24.11.1 -> 24.12.0 age confidence
prettier (source) devDependencies patch 3.7.3 -> 3.7.4 age confidence
tsx (source) devDependencies minor 4.20.6 -> 4.21.0 age confidence
typescript-eslint (source) devDependencies patch 8.48.0 -> 8.48.1 8.49.0 age confidence

Release Notes

github/codeql-action (github/codeql-action)

v4.31.8

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.31.8 - 11 Dec 2025
  • Update default CodeQL bundle version to 2.23.8. #​3354

See the full CHANGELOG.md for more information.

actions/node-versions (node)

v24.12.0: 24.12.0

Compare Source

Node.js 24.12.0

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);
privatenumber/tsx (tsx)

v4.21.0

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.48.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - "on Sunday" (UTC), 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.

👻 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 xuhdev as a code owner December 7, 2025 17:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6507ec3 to d1dadba Compare December 9, 2025 11:02
@renovate renovate bot changed the title chore(deps): update dependency tsx to v4.21.0 chore(deps): update all non-major dependencies Dec 9, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from da9ec49 to 0f8b144 Compare December 12, 2025 06:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0f8b144 to 2aa5f31 Compare December 12, 2025 10:38
@xuhdev xuhdev merged commit e7aa612 into master Dec 13, 2025
9 checks passed
@xuhdev xuhdev deleted the renovate/all-minor-patch branch December 13, 2025 04: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.

2 participants