Skip to content

build: update all non-major dependencies#3866

Merged
alan-agius4 merged 1 commit into
angular:mainfrom
angular-robot:ng-renovate/all-non-major-dependencies
Jul 24, 2026
Merged

build: update all non-major dependencies#3866
alan-agius4 merged 1 commit into
angular:mainfrom
angular-robot:ng-renovate/all-non-major-dependencies

Conversation

@angular-robot

@angular-robot angular-robot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@google/genai 2.12.02.13.0 age adoption passing confidence
@microsoft/api-extractor (source) 7.58.117.58.12 age adoption passing confidence
magic-string 1.0.01.1.0 age adoption passing confidence
prettier (source) 3.9.53.9.6 age adoption passing confidence
renovate (source) 43.272.343.278.4 age adoption passing confidence

  • If you want to rebase/retry this PR, check this box

Release Notes

googleapis/js-genai (@​google/genai)

v2.13.0

Compare Source

Features
  • A new field custom_vocabulary is added to message .google.cloud.aiplatform.v1beta1.BidiGenerateContentSetup (f32ec0a)
  • add model selector (b5d70da)
  • interaction-api: add queued status to interaction proto (1b7dd39)
  • make ASR fields public in v1main and Interactions (08ef3eb)
microsoft/rushstack (@​microsoft/api-extractor)

v7.58.12

Compare Source

Tue, 21 Jul 2026 02:53:22 GMT

Patches
  • Improve the performance of the internal excerpt token condensing algorithm from O(n^2) to O(n) by eliminating repeated array splicing and per-merge bookkeeping.
Rich-Harris/magic-string (magic-string)

v1.1.0

Compare Source

Bug Fixes
  • trim replacements longer than the range they replace (#​312) (ec1a139)
Performance Improvements
prettier/prettier (prettier)

v3.9.6

Compare Source

diff

TypeScript: Preserve quotes for methods named new (#​19621 by @​kovsu)
// Input
interface Container {
  "new"(id: string): number;
}

// Prettier 3.9.5
interface Container {
  new(id: string): number;
}

// Prettier 3.9.6
interface Container {
  "new"(id: string): number;
}
TypeScript: Support import defer (#​19624, #​19675 by @​fisker)
// Input
import defer * as foo from "foo";

// Prettier 3.9.5
import * as foo from "foo";

// Prettier 3.9.6
import defer * as foo from "foo";
JavaScript: Added a new official plugin @prettier/plugin-yuku (#​19628, #​19629 by @​fisker)

@prettier/plugin-yuku is powered by Yuku (A high-performance JavaScript/TypeScript compiler toolchain written in Zig).

This plugin includes two new parsers: yuku (JavaScript syntax) and yuku-ts (TypeScript syntax).

To use this plugin:

  1. Install the plugin:

    yarn add --dev prettier @​prettier/plugin-yuku
  2. Add it to your .prettierrc:

    plugins:
      - "@​prettier/plugin-yuku"

Due to package size limitations, this plugin is not bundled with the main prettier package and must be installed separately.

For more information, check the package homepage.

Big thanks to @​arshad-yaseen for his excellent work.

renovatebot/renovate (renovate)

v43.278.4

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.76.12 (main) (#​44790) (5a400e2)
Miscellaneous Chores
Tests

v43.278.3

Compare Source

Miscellaneous Chores
  • deps: update dependency vitest-mock-extended to v5 (main) (#​44786) (d6f2426)
Build System

v43.278.2

Compare Source

Bug Fixes

v43.278.1

Compare Source

Build System

v43.278.0

Compare Source

Features

v43.277.1

Compare Source

Bug Fixes
  • presets/monorepo: update react and react-native source URLs to react/react org (#​44780) (61e4c9c)
Documentation

v43.277.0

Compare Source

Features
Bug Fixes

v43.276.0

Compare Source

Features
Bug Fixes
Miscellaneous Chores

v43.275.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.76.11 (main) (#​44775) (381a5b4)
Miscellaneous Chores

v43.275.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.76.10 (main) (#​44771) (5586073)
Miscellaneous Chores

v43.275.0

Compare Source

Features

v43.274.0

Compare Source

Features
Miscellaneous Chores
  • deps: update github/codeql-action action to v4.37.2 (main) (#​44760) (2f7284f)
Code Refactoring

v43.273.0

Compare Source

Features
  • platform: get all branch update dates in a more performant manner (#​44582) (f932d52)
Code Refactoring
  • config/global: improve type restrictions for GlobalConfig.OPTIONS (#​44636) (d16dc9a)

v43.272.9

Compare Source

Bug Fixes
  • manager/dockerfile: handle single-quoted empty ARG default value (#​44522) (1f5f6da)

v43.272.8

Compare Source

Bug Fixes
  • git-submodule: handle ./ relative paths in URL resolution (#​44742) (bad5e22)

v43.272.7

Compare Source

Bug Fixes
  • gomod: pseudo-version digest updates produce no change when module is absent from go proxy (#​44477) (e5ace74)

v43.272.6

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.76.8 (main) (#​44747) (a00c621)
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.76.9 (main) (#​44748) (d2aa7e3)
Miscellaneous Chores
Tests

v43.272.5

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.76.7 (main) (#​44743) (1e7391f)
Miscellaneous Chores
Code Refactoring
Tests
  • linters: add linting rule to enforce v8 ignore reason declaration (#​44726) (91e068f)
Continuous Integration

v43.272.4

Compare Source

Documentation
Tests
Build System

@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 Jul 23, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates several dependency versions across different packages in the repository, including upgrading renovate, protobufjs, @microsoft/api-extractor, @google/genai, and prettier to their latest patch or minor versions, along with updating the corresponding lockfiles. As there are no review comments, I have no feedback to provide.

@angular-robot
angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch 6 times, most recently from cbfd630 to f07c30b Compare July 24, 2026 04:57
See associated pull request for more information.
@angular-robot
angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch from f07c30b to 02d4a21 Compare July 24, 2026 09:12
@alan-agius4
alan-agius4 merged commit 49206eb into angular:main Jul 24, 2026
17 checks passed
@alan-agius4

Copy link
Copy Markdown
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