Skip to content

Conversation

@angular-robot
Copy link
Contributor

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

This PR contains the following updates:

Package Type Update Change
@microsoft/api-extractor (source) dependencies patch 7.51.0 -> 7.51.1
@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-admin (source) devDependencies minor 13.1.0 -> 13.2.0
prettier (source) dependencies patch 3.5.2 -> 3.5.3
renovate (source) dependencies minor 39.182.3 -> 39.188.1
typescript (source) dependencies minor 5.7.3 -> 5.8.2

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

firebase@11.4.0

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-admin-node (firebase-admin)

v13.2.0: Firebase Admin Node.js SDK v13.2.0

Compare Source

New Features
  • feat(fdc): Add support for Data Connect Impersonation (#​2844)
Bug Fixes
  • fix(functions): Use emulated credentials when connecting to the emulator (#​2857)
  • fix(dc): Use emulated credentials with Data Connect Emulator (#​2853)
  • fix: equality comparison for semantic version when number of segments = max allowed segments (#​2794)
Miscellaneous
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.188.1

Compare Source

Bug Fixes
Documentation
  • managers: clarify multi-line mode is not supported in regex custom manager (#​34571) (83ec919)
Miscellaneous Chores

v39.188.0

Compare Source

Features
  • add RENOVATE_ prefix to Github com token and env host rules (#​34568) (78002a0)
Miscellaneous Chores

v39.187.0

Compare Source

Features

v39.186.1

Compare Source

Bug Fixes
Miscellaneous Chores

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)
microsoft/TypeScript (typescript)

v5.8.2: TypeScript 5.8

Compare Source

For release notes, check out the release announcement.

Downloads are available on:


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 4, 2025
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Mar 4, 2025
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch from 6bad252 to 318ace7 Compare March 5, 2025 00:13
@angular-robot
Copy link
Contributor Author

angular-robot commented Mar 5, 2025

⚠️ 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-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch 4 times, most recently from ff28f90 to 9f022cd Compare March 5, 2025 16:10
josephperrott pushed a commit to josephperrott/dev-infra that referenced this pull request Mar 5, 2025
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch 2 times, most recently from 8394c88 to 99c07a4 Compare March 5, 2025 19:09
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch from 99c07a4 to 4bead20 Compare March 5, 2025 20:10
@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 5, 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.

1 participant