Skip to content

build: update all non-major dependencies#3825

Open
angular-robot wants to merge 1 commit into
angular:mainfrom
angular-robot:ng-renovate/all-non-major-dependencies
Open

build: update all non-major dependencies#3825
angular-robot wants to merge 1 commit into
angular:mainfrom
angular-robot:ng-renovate/all-non-major-dependencies

Conversation

@angular-robot

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

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@puppeteer/browsers (source) 3.0.53.0.6 age adoption passing confidence
firebase-tools 15.22.115.22.4 age adoption passing confidence
nock 14.0.1514.0.16 age adoption passing confidence
prettier (source) 3.8.43.9.4 age adoption passing confidence
renovate (source) 43.242.043.249.5 age adoption passing confidence

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

Release Notes

puppeteer/puppeteer (@​puppeteer/browsers)

v3.0.6

Compare Source

♻️ Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
🎉 Features
🛠️ Fixes
📄 Documentation
firebase/firebase-tools (firebase-tools)

v15.22.4

Compare Source

  • Fixes auth:export and auth:import dropping mfaInfo data for users with Multi-Factor Authentication enabled.
  • Updated Pub/Sub emulator to version 0.8.34

v15.22.3

Compare Source

  • Disable 'keep-alive' in google-auth-library calls to avoid Premature close errors on some Node versions (#​10716).

v15.22.2

Compare Source

  • Upgrade zod to v4 and drop the deprecated zod-to-json-schema dependency in favor of zod v4's built-in z.toJSONSchema().
  • Updated the Firebase Data Connect local toolkit to v3.4.14, which includes the following changes:
    • Fix linter warnings in generated Kotlin SDK files.
  • Changed calls to 'cloudbilling.googleapis.com' to use user project quota to avoid shared quota exhaustion issues. If you are using CI token based auth in CI/CD, please ensure that you enable cloudbilling.googleapis.com before you update to this version.
  • Fixed an intermittent "Premature close" error during login and API requests by retrying once without keep-alive. (#​10692)
nock/nock (nock)

v14.0.16

Compare Source

Bug Fixes
prettier/prettier (prettier)

v3.9.4

Compare Source

diff

Angular: Format @content(name) -> @content (name) to align with other block syntax (#​19499 by @​fisker)
<!-- Input -->
<FancyButton [label]="title">
  @&#8203;content (icon) {
    <span>Icon!</span>
  }
  @&#8203;content (description) {
    <span>Description text</span>
  }
  <span>Other children</span>
</FancyButton>

<!-- Prettier 3.9.3 -->
<FancyButton [label]="title">
  @&#8203;content(icon) {
    <span>Icon!</span>
  }
  @&#8203;content(description) {
    <span>Description text</span>
  }
  <span>Other children</span>
</FancyButton>

<!-- Prettier 3.9.4 -->
<FancyButton [label]="title">
  @&#8203;content (icon) {
    <span>Icon!</span>
  }
  @&#8203;content (description) {
    <span>Description text</span>
  }
  <span>Other children</span>
</FancyButton>

v3.9.3

Compare Source

diff

Markdown: Fix unexpected removal of characters in liquid syntax (#​19489 by @​seiyab)
// Input
<!-- Input -->
{{ page.title
}} text

<!-- Prettier 3.9.1 -->
{{ page.title
 text

<!-- Prettier 3.9.3 -->
{{ page.title
}} text
TypeScript: Allow decorators to be used with declare on class fields (#​19492 by @​evoactivity)

Extensively used within the Ember ecosystem, decorators with declare on class fields will ignore the babel parser error and allow Prettier to format the code without breaking it.

// Input
export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
  @&#8203;service declare server: ServerService;
}

// Prettier 3.9.1
// SyntaxError: Decorators can't be used with a declare field. (2:3)
//  1 | export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
//> 2 |   @&#8203;service declare server: ServerService;
//    |   ^
//  3 | }

// Prettier 3.9.3
export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
  @&#8203;service declare server: ServerService;
}

v3.9.2

Compare Source

v3.9.1

Compare Source

diff

CLI: Fix ignored file has been cached incorrectly (#​19483 by @​kovsu)

Bug details #​18016

v3.9.0

Compare Source

diff

🔗 Release Notes

v3.8.5

Compare Source

diff

Flow: Support readonly as a variance annotation (#​19022 by @​marcoww6)

Flow now accepts readonly as a property variance annotation, equivalent to + (covariant/read-only).

// Input
type T = {
  readonly foo: string,
};

// Prettier 3.8.4
SyntaxError

// Prettier 3.8.5
type T = {
  readonly foo: string,
};
renovatebot/renovate (renovate)

v43.249.5

Compare Source

Build System

v43.249.4

Compare Source

Bug Fixes
Miscellaneous Chores
  • deps: update dependency pnpm to v11.9.0 (main) (#​44310) (eee0d97)
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v14.12.4 (main) (#​44302) (278ec32)

v43.249.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.69.3 (main) (#​44309) (04bf2f7)
Miscellaneous Chores

v43.249.2

Compare Source

Miscellaneous Chores
Build System

v43.249.1

Compare Source

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

v43.249.0

Compare Source

Features
Miscellaneous Chores

v43.248.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.69.0 (main) (#​44290) (b9e7f04)

v43.247.1

Compare Source

Miscellaneous Chores
Build System

v43.247.0

Compare Source

Features
  • versioning/node: support Semver pre-release versions for Node 27 (#​44281) (5d79039)
Documentation
Miscellaneous Chores

v43.246.1

Compare Source

Build System

v43.246.0

Compare Source

Features
Miscellaneous Chores

v43.245.0

Compare Source

Features
Miscellaneous Chores

v43.244.4

Compare Source

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

v43.244.3

Compare Source

Build System

v43.244.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.68.1 (main) (#​44261) (cced14c)
  • http/github: handle Github got errors containing falsely an object (#​44259) (a539377)
Miscellaneous Chores

v43.244.1

Compare Source

Bug Fixes
  • schema-utils: support for GitHub bot style email addresses (#​44249) (1e43d46)

v43.244.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.68.0 (main) (#​44250) (8f38e3a)

v43.243.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.67.2 (main) (#​44241) (f387cbe)

v43.243.1

Compare Source

Build System

v43.243.0

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores

v43.242.2

Compare Source

Bug Fixes

v43.242.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.67.1 (main) (#​44223) (50e5486)
Miscellaneous Chores

@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 2, 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 the repository, including upgrading renovate, firebase-tools, nock, and prettier, along with their corresponding lockfile updates. There are no review comments, and I have no feedback to provide.

See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch from faf0495 to f721b16 Compare July 2, 2026 13:03
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.

1 participant