Skip to content

Conversation

@angular-robot
Copy link
Contributor

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

This PR contains the following updates:

Package Type Update Change
@microsoft/api-extractor (source) dependencies patch 7.51.0 -> 7.51.1
@types/dom-view-transitions (source) devDependencies patch 1.0.5 -> 1.0.6
@types/node (source) dependencies patch 22.13.5 -> 22.13.9
@types/ws (source) dependencies minor 8.5.14 -> 8.18.0
firebase (source, changelog) devDependencies minor 11.3.1 -> 11.4.0
firebase-tools devDependencies minor 13.31.2 -> 13.32.0
prettier (source) dependencies patch 3.5.2 -> 3.5.3
renovate (source) dependencies minor 39.182.3 -> 39.186.0
stylelint (source) devDependencies minor 16.14.1 -> 16.15.0
typescript (source) dependencies minor 5.7.3 -> 5.8.2
undici (source) devDependencies minor 7.3.0 -> 7.4.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

microsoft/rushstack (@​microsoft/api-extractor)

v7.51.1

Compare Source

Sat, 01 Mar 2025 05:00:09 GMT

Patches
  • Include triple-slash references marked with preserve="true" from files that only contain re-exports. There was a behavior change in TypeScript 5.5, where only triple-slash references that are explicitly marked with preserve="true" are emitted into declaration files. This change adds support for placing these references in files that only contain re-exports, like the API entrypoint file.
firebase/firebase-js-sdk (firebase)

v11.4.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

[email protected]

Minor Changes
  • 9d82665 #​8757 - Added support for modality-based token count.

  • 70e08cf #​8699 - Adds support for initial state hydration (from SSR contexts)

  • 777f465 #​8483 - Add support for the FIREBASE_WEBAPP_CONFIG environment variable at install time.

  • ce2c775 #​8683 - Public Preview Added support for generating images using the Imagen 3 model.

Patch Changes

@​firebase/remote-config@​0.6.0

Minor Changes
  • 70e08cf #​8699 - Adds support for initial state hydration (from SSR contexts)
Patch Changes

@​firebase/util@​1.11.0

Minor Changes
  • 777f465 #​8483 - Add support for the FIREBASE_WEBAPP_CONFIG environment variable at install time.

@​firebase/vertexai@​1.1.0

Minor Changes
  • 9d82665 #​8757 - Added support for modality-based token count.

  • ce2c775 #​8683 - Public Preview Added support for generating images using the Imagen 3 model.

Patch Changes

@​firebase/analytics@​0.10.12

Patch Changes

@​firebase/analytics-compat@​0.2.18

Patch Changes

@​firebase/app@​0.11.2

Patch Changes

@​firebase/app-check@​0.8.12

Patch Changes

@​firebase/app-check-compat@​0.3.19

Patch Changes

@​firebase/app-compat@​0.2.51

Patch Changes

@​firebase/auth@​1.9.1

Patch Changes

@​firebase/auth-compat@​0.5.19

Patch Changes

@​firebase/component@​0.6.13

Patch Changes

@​firebase/data-connect@​0.3.1

Patch Changes

@​firebase/database@​1.0.13

Patch Changes

@​firebase/database-compat@​2.0.4

Patch Changes

@​firebase/database-types@​1.0.9

Patch Changes

@​firebase/firestore@​4.7.9

Patch Changes

@​firebase/firestore-compat@​0.3.44

Patch Changes

@​firebase/functions@​0.12.3

Patch Changes

@​firebase/functions-compat@​0.3.20

Patch Changes

@​firebase/installations@​0.6.13

Patch Changes

@​firebase/installations-compat@​0.2.13

Patch Changes

@​firebase/messaging@​0.12.17

Patch Changes

@​firebase/messaging-compat@​0.2.17

Patch Changes

@​firebase/performance@​0.7.1

Patch Changes

@​firebase/performance-compat@​0.2.14

Patch Changes

@​firebase/remote-config-compat@​0.2.13

Patch Changes

@​firebase/storage@​0.13.7

Patch Changes

@​firebase/storage-compat@​0.3.17

Patch Changes
firebase/firebase-tools (firebase-tools)

v13.32.0

Compare Source

  • Replaced VSCODE_CWD check to address issues running in VSCode environments. (#​7471)
  • Added initial delay when loading python functions (#​8239)
  • Enforced webframeworks enablement only on webframeworks sites (#​8168)
  • Fixed issue where apps:init throws an error upon app creation.
  • Reenabled prompts for unused service deletion in deploy --only.
  • Update Firebase Data Connect local toolkit to v1.8.3, which includes the following changes: (#​8263)
    • Adds a _metadata.distance field to vector similarity search results
    • Fixes auth and request.auth when the request is unauthenticated
    • Fixes an issue with hanging commas in import statements in the generated Web SDK
    • Fixes an issue where the additional union type { __angular?: true } breaks type inference in the generated Web SDK
prettier/prettier (prettier)

v3.5.3

Compare Source

diff

Flow: Fix missing parentheses in ConditionalTypeAnnotation (#​17196 by @​fisker)
// Input
type T<U> = 'a' | ('b' extends U ? 'c' : empty);
type T<U> = 'a' & ('b' extends U ? 'c' : empty);

// Prettier 3.5.2
type T<U> = "a" | "b" extends U ? "c" : empty;
type T<U> = "a" & "b" extends U ? "c" : empty;

// Prettier 3.5.3
type T<U> = "a" | ("b" extends U ? "c" : empty);
type T<U> = "a" & ("b" extends U ? "c" : empty);
renovatebot/renovate (renovate)

v39.186.0

Compare Source

Features
  • datasource/azure-pipelines-tasks: Add in support for matching on id and contribution combinations (#​34398) (e9d86a2)
Miscellaneous Chores
  • deps: update dependency pnpm to v10.5.0 (main) (#​34606) (b62b8d7)
  • deps: update peter-evans/create-pull-request action to v7.0.8 (main) (#​34605) (48dfd62)

v39.185.9

Compare Source

Bug Fixes
  • bitbucket: use next url instead of custom paging (#​34602) (a0bb61e)
  • datasource/docker: detect helm-chart as chart repo (#​34603) (9dd1bdd)
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.46.6 (main) (#​34604) (365466e)

v39.185.8

Compare Source

Miscellaneous Chores
Build System

v39.185.7

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.46.5 (main) (#​34590) (08857ba)
Miscellaneous Chores

v39.185.6

Compare Source

Bug Fixes
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.8.4 (main) (#​34587) (0418da0)

v39.185.5

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.46.4 (main) (#​34586) (18532d1)

v39.185.4

Compare Source

Miscellaneous Chores
Build System
  • deps: update dependency graph-data-structure to v4.4.0 (main) (#​34580) (e3d8ff6)

v39.185.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.46.3 (main) (#​34578) (6a8eda5)
Build System

v39.185.2

Compare Source

Bug Fixes
Miscellaneous Chores

v39.185.1

Compare Source

Miscellaneous Chores
  • deps: update containerbase/internal-tools action to v3.10.6 (main) (#​34575) (139dd34)
Build System

v39.185.0

Compare Source

Features
Bug Fixes

v39.184.0

Compare Source

Features
Miscellaneous Chores

v39.183.0

Compare Source

Features
Code Refactoring

v39.182.5

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring

v39.182.4

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores
  • deps: update actions/cache action to v4.2.2 (main) (#​34534) (08307f5)
  • deps: update codecov/codecov-action action to v5.4.0 (main) (#​34519) (75c730c)
  • deps: update dependency eslint-import-resolver-typescript to v3.8.3 (main) (#​34528) (a622c7a)
Code Refactoring
  • bitbucket-server: replace utils.accumulateValues with paginate calls (#​34473) (032171c)
stylelint/stylelint (stylelint)

v16.15.0

Compare Source

It adds 1 new rule, a languageOptions configuration property for configuring some of the new rules added in 16.13.0, regex support to 1 option and support for computing EditInfo to 6 rules. It fixes 9 bugs, including 2 with the tap reporter.

microsoft/TypeScript (typescript)

v5.8.2: TypeScript 5.8

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

nodejs/undici (undici)

v7.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.3.0...v7.4.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 comp: build renovate managed labels Mar 3, 2025
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Mar 3, 2025
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch 26 times, most recently from 23e231e to 960f9f0 Compare March 4, 2025 12:12
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch 8 times, most recently from 5274a59 to cf2da16 Compare March 4, 2025 20:14
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch from cf2da16 to 869297f Compare March 4, 2025 21:13
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
Copy link
Member

This PR was merged into the repository by commit 89ee33e.

The changes were merged into the following branches: main

@angular-robot
Copy link
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: bazel/pnpm-lock.yaml
/bin/sh: 1: pnpm: not found

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Apr 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project comp: build renovate managed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants