Skip to content

Conversation

@angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Dec 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@inquirer/prompts (source) 8.0.1 -> 8.0.2 age adoption passing confidence
@inquirer/type 4.0.1 -> 4.0.2 age adoption passing confidence
jasmine (source) 5.12.0 -> 5.13.0 age adoption passing confidence
jasmine-core (source) 5.12.1 -> 5.13.0 age adoption passing confidence
jasmine-core (source) ~5.12.0 -> ~5.13.0 age adoption passing confidence
prettier (source) 3.7.3 -> 3.7.4 age adoption passing confidence
renovate (source) 42.27.0 -> 42.30.4 age adoption passing confidence

Release Notes

SBoudrias/Inquirer.js (@​inquirer/prompts)

v8.0.2

Compare Source

  • Fix Typescript not discovering types when moduleResolution is set to commonjs (you probably want to fix that in your project if it's still in your tsconfig)
jasmine/jasmine-npm (jasmine)

v5.13.0

Compare Source

Please see the release notes.

jasmine/jasmine (jasmine-core)

v5.13.0

Compare Source

Please see the release notes.

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);
renovatebot/renovate (renovate)

v42.30.4

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v12.11.6 (main) (#​39728) (ccabd90)
Miscellaneous Chores

v42.30.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v12.11.5 (main) (#​39719) (7d3df47)
Miscellaneous Chores
  • deps: update containerbase/internal-tools action to v3.14.25 (main) (#​39714) (94e286d)

v42.30.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v12.11.4 (main) (#​39713) (5d5664f)
Miscellaneous Chores

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

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 Dec 3, 2025
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch 7 times, most recently from 8d4f2b2 to 99cd0fe Compare December 4, 2025 04:43
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch from 99cd0fe to 2d068e2 Compare December 4, 2025 06:46
@alan-agius4 alan-agius4 merged commit a8b9cca into angular:main Dec 4, 2025
8 checks passed
@alan-agius4
Copy link
Contributor

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