Skip to content

Conversation

@cu-infra-svc-git
Copy link
Contributor

@cu-infra-svc-git cu-infra-svc-git commented Jan 19, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsii-diff (source) ^1.119.0 -> ^1.125.0 age adoption passing confidence
jsii-pacmak (source) ^1.119.0 -> ^1.125.0 age adoption passing confidence
prettier (source) ^3.6.2 -> ^3.7.4 age adoption passing confidence
ts-jest (source) ^29.4.5 -> ^29.4.6 age adoption passing confidence

Release Notes

aws/jsii (jsii-diff)

v1.125.0

Compare Source

Bug Fixes
  • jsii-pacmak: --mvn-* arguments aren't passed through (#​5018) (68642d1)

v1.124.0

Compare Source

Bug Fixes
  • jsii-pacmak: Maven resolve-ranges command is missing repo settings (#​5015) (ec8ecf9)

v1.123.0

Compare Source

Bug Fixes
  • java-runtime: dependency ranges make Maven download too many files (#​5005) (ecdd223)
  • jsii-pacmak: collection-of-union arguments in static functions break compilation (#​5012) (2970397)
  • jsii-pacmak: underscore arguments conflict in Java (#​5011) (638b546)

v1.122.0

Compare Source

Bug Fixes

v1.121.0

Compare Source

Features
  • jsii-reflect: add parent assembly reference to Submodule (#​4992) (1232932)
  • jsii-reflect: track directory and package.json for Assembly (#​4991) (3232edf)
Bug Fixes
  • jsii-pacmak: compilation fails if a type is named "Object" (#​4990) (6a5fc58)
  • jsii-pacmak: inheritance between nested types fails (#​4993) (d5009c5)

v1.120.0

Compare Source

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

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.0 can be very slow when formatting big files, the regression has been fixed.

v3.7.0

Compare Source

diff

🔗 Release Notes

kulshekhar/ts-jest (ts-jest)

v29.4.6

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 2am on Monday" (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 has been generated by Renovate Bot.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant