Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2025

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.6.2 -> 3.7.3 age confidence
renovate (source) 42.21.3 -> 42.30.1 age confidence
ts-jest (source) 29.4.5 -> 29.4.6 age confidence

Release Notes

prettier/prettier (prettier)

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

renovatebot/renovate (renovate)

v42.30.1

Compare Source

Bug Fixes
  • allowedUnsafeExecutions: allow usage in the repository stage (#​39704) (77a59c3)

v42.30.0

Compare Source

Features
Bug Fixes
Miscellaneous Chores

v42.29.5

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v12.11.3 (main) (#​39689) (e381378)
Documentation
Miscellaneous Chores
  • deps: update otel/opentelemetry-collector-contrib docker tag to v0.141.0 (main) (#​39690) (6cacf79)
  • instrumentation: add links to Semantic Convention docs (#​39671) (b2f5049)
Code Refactoring

v42.29.4

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v12.11.2 (main) (#​39673) (b673d8e)

v42.29.3

Compare Source

Bug Fixes

v42.29.2

Compare Source

Bug Fixes
  • instrumentation: handle Promise-like objects as Promises (#​39661) (7f6fcfb)

v42.29.1

Compare Source

Build System

v42.29.0

Compare Source

Features

v42.28.0

Compare Source

Features

v42.27.5

Compare Source

Bug Fixes
Miscellaneous Chores

v42.27.4

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v12.11.1 (main) (#​39648) (97c06b6)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.25.5 (main) (#​39647) (0ea4bd8)
  • instrumentation: add a decorator for functions (#​39621) (be7eb13)

v42.27.3

Compare Source

Build System
  • deps: update dependency better-sqlite3 to v12.4.6 (main) (#​39629) (c07e3da)

v42.27.1

Compare Source

Documentation
Build System

v42.27.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v12.11.0 (main) (#​39633) (b1152bb)
Miscellaneous Chores

v42.26.11

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v12.10.2 (main) (#​39626) (298f0e6)

v42.26.10

Compare Source

Bug Fixes
Continuous Integration

v42.26.9

Compare Source

Bug Fixes

v42.26.8

Compare Source

Bug Fixes
Miscellaneous Chores

v42.26.7

Compare Source

Bug Fixes

v42.26.6

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring

v42.26.5

Compare Source

Bug Fixes
Continuous Integration

v42.26.4

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores

v42.26.3

Compare Source

Build System
  • deps: update dependency better-sqlite3 to v12.4.5 (main) (#​39602) (f8ce749)

v42.26.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v12.10.1 (main) (#​39597) (0e23981)

v42.26.1

Compare Source

Bug Fixes
Documentation
  • constraints: clarify that binarySource=global ignores them (#​39561) (70c1075)
  • self-hosting: further clarify the supply chain security risks (#​39456) (254f821)

v42.26.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v12.10.0 (main) (#​39593) (e7687d9)
Documentation
Miscellaneous Chores

v42.25.4

Compare Source

Bug Fixes

v42.25.3

Compare Source

Bug Fixes

v42.25.2

Compare Source

Bug Fixes

v42.25.1

Compare Source

Bug Fixes

v42.25.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v12.9.0 (main) (#​39576) (511b945)
Tests

v42.24.1

Compare Source

Bug Fixes
  • bitbucket-server: fix schema to work with tags on bitbucket server 9.x (#​39574) (5eb7cf0)
Documentation
Miscellaneous Chores

v42.24.0

Compare Source

Features
Miscellaneous Chores
Code Refactoring
  • bitbucket: compare issue type when determining whether to update existing issues (#​39571) (0793507)

v42.23.0

Compare Source

Features
Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v12.8.3 (main) (#​39570) (ff53534)

v42.22.1

Compare Source

Miscellaneous Chores
Build System

v42.22.0

Compare Source

Features

v42.21.4

Compare Source

Build System
kulshekhar/ts-jest (ts-jest)

v29.4.6

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Berlin, Automerge - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Berlin.

🚦 Automerge: Enabled.

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 label Nov 29, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Nov 29, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/all-dev-non-major branch from a55566f to 169e307 Compare November 30, 2025 10:12
@renovate renovate bot changed the title chore(deps): update dependency renovate to v42.24.0 chore(deps): update all dev dependencies Nov 30, 2025
@renovate renovate bot force-pushed the renovate/all-dev-non-major branch 16 times, most recently from 91b99c7 to dafe1a6 Compare December 5, 2025 12:42
@renovate renovate bot force-pushed the renovate/all-dev-non-major branch from dafe1a6 to da59543 Compare December 5, 2025 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant