Skip to content

Conversation

@angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Dec 5, 2024

This PR contains the following updates:

Package Type Update Change
@google-cloud/firestore devDependencies minor 7.10.0 -> 7.11.0
@inquirer/prompts (source) devDependencies minor 7.1.0 -> 7.2.0
actions/cache action minor v4.1.2 -> v4.2.0
firebase-tools devDependencies minor 13.27.0 -> 13.28.0
renovate (source) dependencies minor 39.49.1 -> 39.58.1
terser (source) devDependencies minor 5.36.0 -> 5.37.0

Warning

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


Release Notes

googleapis/nodejs-firestore (@​google-cloud/firestore)

v7.11.0

Compare Source

Features
  • [proto] add Database.CmekConfig and Database.cmek_config (information about CMEK enablement) (2779896)
  • [proto] add Database.delete_time (the time a database was deleted, if it ever was) (2779896)
  • [proto] add Database.previous_id (if a database was deleted, what ID it was using beforehand) (2779896)
  • [proto] add Database.SourceInfo and Database.source_info (information about database provenance, specifically for restored databases) (2779896)
  • [proto] allow specifying an encryption_config when restoring a database (2779896)
  • Enable tracing via OpenTelemetry. (#​2218) (1ddb62e)
  • Support fire-admin tag for Admin Node SDK (#​2238) (#​2252) (1339dc2)
Bug Fixes
  • Use correct limit when retrying a limit query stream with a cursor (#​2203) (ab94092)
SBoudrias/Inquirer.js (@​inquirer/prompts)

v7.2.0

Compare Source

actions/cache (actions/cache)

v4.2.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v4...v4.2.0

firebase/firebase-tools (firebase-tools)

v13.28.0

Compare Source

  • Enable apphosting:rollouts:create command. (#​8031)
  • Added default value for emulators.dataconnect.dataDir to init dataconnect.
  • Fixed issue where expired auth tokens would not refresh when running on IDX.
  • Fixed an issue where firebase would error out instead of displaying help text.
  • Fixed an issue where firebase init genkit would error on Windows machines.
  • Fixed an issue where emulator returned error when emulating alerts functions written in python (#​8019)
  • Better error message for emulator binary architecture incompatibility on MacOS (#​7995).
  • Deprecated emulators.apphosting.startCommandOverride. Please use emulators.apphosting.startCommand instead.
  • Updated superstatic to 9.1.0 in package.json.
  • Updated the Firebase Data Connect local toolkit to v1.7.4, which includes a fix for an issue that caused duplicate installations of the Firebase JS SDK. (#​8028)
  • Add support for linkProviderUserInfo in the Auth emulator to allow linking providers to user accounts. (#​4170)
renovatebot/renovate (renovate)

v39.58.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.2.2 (#​32987) (4941cd5)
Miscellaneous Chores
  • deps: update dependency renovatebot/github-action to v41.0.6 (#​32986) (71ffc62)

v39.58.0

Compare Source

Features
  • managers/circleci: add registryAliases support to circleci manager (#​32945) (914ab95)
Documentation
Miscellaneous Chores
Code Refactoring

v39.57.4

Compare Source

Bug Fixes

v39.57.3

Compare Source

Bug Fixes
Code Refactoring

v39.57.2

Compare Source

Bug Fixes
Code Refactoring
Tests

v39.57.1

Compare Source

Bug Fixes

v39.57.0

Compare Source

Features
Bug Fixes

v39.56.4

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.16.3 (#​32961) (6e1d6d1)

v39.56.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.16.2 (#​32957) (ddd8d33)
Miscellaneous Chores
  • deps: update jaegertracing/all-in-one docker tag to v1.64.0 (#​32958) (7056b1d)

v39.56.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.2.1 (#​32956) (c0f9d56)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.2.1 (#​32955) (4546a59)

v39.56.1

Compare Source

Bug Fixes
  • pep621: handle dependency-groups (PEP 735) in pdm lockfile updates (#​32952) (9f600d1)

v39.56.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.16.1 (#​32951) (5cb9980)
Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.2.0 (#​32950) (cddd950)
  • deps: update ghcr.io/renovatebot/base-image docker tag (#​32949) (ed9c026)

v39.55.0

Compare Source

Features
Miscellaneous Chores

v39.54.0

Compare Source

Features

v39.53.1

Compare Source

Build System

v39.53.0

Compare Source

Features
Documentation

v39.52.0

Compare Source

Features
  • manager/nuget: add support for "disabledPackageSources" in nuget.config (#​32011) (9c999fb)

v39.51.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.15.0 (#​32935) (27b82f8)
Miscellaneous Chores

v39.50.0

Compare Source

Features
Bug Fixes
  • bundler: gracefully ignore internal packages (#​32923) (fd31844)
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.1.0 (#​32925) (19033d5)
  • presets: use regex to match versions for :automergeStableNonMajor preset (#​32924) (135b127)
Documentation
Miscellaneous Chores
Code Refactoring

v39.49.3

Compare Source

Bug Fixes

v39.49.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.14.1 (#​32910) (b640092)
Miscellaneous Chores
  • deps: update otel/opentelemetry-collector-contrib docker tag to v0.115.1 (#​32911) (2d403b0)
terser/terser (terser)

v5.37.0

Compare Source

  • Reserved object properties from chrome extensions (domprops)
  • Fix semicolon insertion between a class property without a semicolon a and a computed class property ["prop"]

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 Dec 5, 2024
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Dec 5, 2024
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch 26 times, most recently from 232fefc to eda5bba Compare December 6, 2024 14:09
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch 22 times, most recently from a1e71df to 4a6bf55 Compare December 9, 2024 16:09
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch from 4a6bf55 to 854e8f1 Compare December 9, 2024 17:08
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 dc20101.

The changes were merged into the following branches: main

@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 Jan 9, 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