Skip to content

Conversation

@angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Nov 28, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pnpm/dependency-path (source) 1001.1.5 -> 1001.1.6 age adoption passing confidence
prettier (source) 3.6.2 -> 3.7.3 age adoption passing confidence
renovate (source) 42.19.7 -> 42.27.0 age adoption passing confidence
tsx (source) 4.20.6 -> 4.21.0 age adoption passing confidence
yaml (source) 2.8.1 -> 2.8.2 age adoption passing 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.0 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.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

v42.21.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v12.8.2 (main) (#​39552) (4a9947f)

v42.21.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.25.4 (main) (#​39550) (19a0c4d)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.25.4 (main) (#​39549) (841d6c4)

v42.21.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v12.8.1 (main) (#​39548) (d9408e3)
Documentation
Miscellaneous Chores
  • deps: update containerbase/internal-tools action to v3.14.21 (main) (#​39547) (2ad2653)

v42.21.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v12.8.0 (main) (#​39546) (81b15ec)

v42.20.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v12.7.6 (main) (#​39543) (98030eb)
Miscellaneous Chores
  • deps: update containerbase/internal-tools action to v3.14.19 (main) (#​39542) (5f50a75)

v42.20.0

Compare Source

Features
Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.25.3 (main) (#​39539) (58b0c63)
Miscellaneous Chores

v42.19.10

Compare Source

Bug Fixes

v42.19.9

Compare Source

Bug Fixes

v42.19.8

Compare Source

Build System
privatenumber/tsx (tsx)

v4.21.0

Compare Source

Features

This release is also available on:

eemeli/yaml (yaml)

v2.8.2

Compare Source

  • Serialize -0 as -0 (#​638)
  • Do not double newlines for empty map values (#​642)

Configuration

📅 Schedule: Branch creation - "after 6am and before 10am on Monday, Wednesday, Friday" in timezone Europe/Rome, 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 has been generated by Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Nov 28, 2025
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch 20 times, most recently from 676e6b2 to b534d1f Compare December 1, 2025 13:17
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch from b534d1f to c6cfeb9 Compare December 1, 2025 16:07
Copy link
Member

@josephperrott josephperrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@josephperrott josephperrott merged commit 8ecab11 into angular:main Dec 1, 2025
8 checks passed
@josephperrott
Copy link
Member

This PR was merged into the repository. The changes were merged into the following branches:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants