Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@google-cloud/monitoring (source) 5.3.0 -> 5.3.1 age confidence dependencies patch
@google-cloud/storage 7.16.0 -> 7.18.0 age confidence dependencies minor
actions/checkout v4 -> v6 age confidence action major
actions/setup-java v4 -> v5 age confidence action major
actions/upload-artifact v4 -> v6 age confidence action major
firebase-admin (source) 13.4.0 -> 13.6.0 age confidence dependencies minor
firebase-functions ^6.0.1 -> ^7.0.0 age confidence dependencies major
google-github-actions/auth v2 -> v3 age confidence action major
google-github-actions/setup-gcloud v2 -> v3 age confidence action major
gradle (source) 8.14.3 -> 9.2.1 age confidence major
gradle/actions v4 -> v5 age confidence action major
node (source) 22.17.1 -> 24.12.0 age confidence major
node (source) 22.17.1 -> 24.12.0 age confidence engines major
typescript (source) 5.8.3 -> 5.9.3 age confidence devDependencies minor
androidx.navigation:navigation-ui-ktx (source) 2.9.3 -> 2.9.6 age confidence dependencies patch
androidx.navigation:navigation-fragment-ktx (source) 2.9.3 -> 2.9.6 age confidence dependencies patch
com.google.android.material:material 1.12.0 -> 1.13.0 age confidence dependencies minor
org.jetbrains.kotlin.android (source) 2.2.0 -> 2.2.21 age confidence plugin patch
org.jetbrains.kotlin.plugin.compose (source) 2.2.0 -> 2.2.21 age confidence plugin patch
org.jetbrains.kotlin:kotlin-stdlib (source) 2.2.0 -> 2.2.21 age confidence dependencies patch
androidx.metrics:metrics-performance (source) 1.0.0-beta02 -> 1.0.0 age confidence dependencies patch
androidx.compose:compose-bom 2025.07.00 -> 2025.12.00 age confidence dependencies minor
androidx.activity:activity-ktx (source) 1.10.1 -> 1.12.1 age confidence dependencies minor
com.android.test (source) 8.11.1 -> 8.13.2 age confidence plugin minor
com.android.application (source) 8.11.1 -> 8.13.2 age confidence plugin minor
androidx.test.uiautomator:uiautomator (source) 2.4.0-alpha06 -> 2.4.0-alpha07 age confidence dependencies patch
androidx.tracing:tracing-perfetto-binary (source) 1.0.0 -> 1.0.1 age confidence dependencies patch
androidx.tracing:tracing-perfetto (source) 1.0.0 -> 1.0.1 age confidence dependencies patch
androidx.compose.runtime:runtime-tracing (source) 1.9.4 -> 1.10.0 age confidence dependencies minor
androidx.lifecycle:lifecycle-viewmodel-ktx (source) 2.9.4 -> 2.10.0 age confidence dependencies minor
androidx.lifecycle:lifecycle-runtime-ktx (source) 2.9.4 -> 2.10.0 age confidence dependencies minor
androidx.datastore:datastore-preferences (source) 1.1.7 -> 1.2.0 age confidence dependencies minor
androidx.test:rules 1.6.1 -> 1.7.0 age confidence dependencies minor
androidx.core:core-ktx (source) 1.16.0 -> 1.17.0 age confidence dependencies minor
androidx.compose:compose-bom 2025.11.00 -> 2025.12.00 age confidence dependencies minor
androidx.benchmark (source) 1.4.0 -> 1.4.1 age confidence plugin patch
androidx.benchmark:benchmark-junit4 (source) 1.4.0 -> 1.4.1 age confidence dependencies patch
androidx.activity:activity-compose (source) 1.11.0 -> 1.12.1 age confidence dependencies minor
androidx.activity:activity-ktx (source) 1.11.0 -> 1.12.1 age confidence dependencies minor
com.android.library (source) 8.11.1 -> 8.13.2 age confidence plugin minor
com.android.test (source) 8.13.1 -> 8.13.2 age confidence plugin patch
com.android.library (source) 8.13.1 -> 8.13.2 age confidence plugin patch
com.android.application (source) 8.13.1 -> 8.13.2 age confidence plugin patch

Release Notes

googleapis/google-cloud-node (@​google-cloud/monitoring)

v5.3.1

Bug Fixes
  • [gkeconnect-gateway] remove unused GatewayServiceClient (#​6775) (41c2ff2)
googleapis/nodejs-storage (@​google-cloud/storage)

v7.18.0

Compare Source

Features
  • listBuckets: Add support for returning partial success (#​2678) (c7004da)

v7.17.3

Compare Source

Bug Fixes
  • 🐛 fix the issue 2667, do not mutate object given to options … (#​2668) (8a9f259)
  • Revert implement path containment to prevent traversal attacks (254b6b2)

v7.17.2

Compare Source

Bug Fixes

v7.17.1

Compare Source

Bug Fixes
  • Respect useAuthWithCustomEndpoint flag for resumable uploads (#​2637) (707b4f2)

v7.17.0

Compare Source

Features
Bug Fixes
actions/checkout (actions/checkout)

v6

Compare Source

v5

Compare Source

actions/setup-java (actions/setup-java)

v5

Compare Source

actions/upload-artifact (actions/upload-artifact)

v6

Compare Source

v5

Compare Source

firebase/firebase-admin-node (firebase-admin)

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

Compare Source

New Features
  • feat(dc): Add executeQuery and executeMutation APIs to Data Connect (#​2979)
Miscellaneous

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

Compare Source

New Features
  • feat: initializeApp idempotency (#​2947)
  • feat(fcm): Support apns.live_activity_token field in FCM ApnsConfig (#​2891)
Miscellaneous
firebase/firebase-functions (firebase-functions)

v7.0.1

Compare Source

  • Fix "Dual-Package Hazard" for parameterized configuration in ESM projects. (#​1780)

v7.0.0

Compare Source

  • BREAKING: Drop support for Node.js 16. Minimum supported version is now Node.js 18. (#​1747)
  • BREAKING: Remove deprecated functions.config() API. Use params module for environment variables instead. (#​1748)
  • BREAKING: Upgrade to TypeScript v5 and target ES2022. (#​1746)
  • BREAKING: Unhandled errors in async onRequest handlers in the Emulator now return a 500 error immediately. (#​1755)
  • Add support for ESM (ECMAScript Modules) alongside CommonJS. (#​1750)
  • Add onMutationExecuted() trigger for Firebase Data Connect. (#​1727)
  • BREAKING: Rename v1 Event to LegacyEvent to avoid api-extractor conflict. (#​1767)

v6.6.0

Compare Source

  • Add defineJsonSecret API for storing structured JSON objects in Cloud Secret Manager. (#​1745)
  • Enhance validation against incomplete/invalid app_remove events to avoid runtime crashes. (#​1738)

v6.5.0

Compare Source

  • Add LLM guidance (#​1736)
  • Fix issue calling DataSnapshot methods with null data (#​1661)
  • Adds auth.rawToken to context to allow access to the underlying token. (#​1678)
  • Fix logger runtime exceptions #(1704)
google-github-actions/auth (google-github-actions/auth)

v3

Compare Source

Floating v3 tag

google-github-actions/setup-gcloud (google-github-actions/setup-gcloud)

v3

Compare Source

Floating v3 tag

gradle/gradle (gradle)

v9.2.1: 9.2.1

Compare Source

The Gradle team is excited to announce Gradle 9.2.1.

Here are the highlights of this release:

  • Windows ARM support
  • Improved publishing APIs
  • Better guidance for dependency verification failures

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Björn Kautler,
hasunzo,
HYEON,
Hyunjoon Park,
HYUNJUN SON,
Jendrik Johannes,
Kirill Gavrilov,
Madalin Valceleanu,
Martin Bonnin,
Matthew Haughton,
Mikhail Polivakha,
Na Minhyeok,
Philip Wedemann,
Philipp Schneider,
Róbert Papp,
Simon Marquis,
TheGoesen,
Vincent Potucek,
Xin Wang.

Upgrade instructions

Switch your build to use Gradle 9.2.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.2.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v9.2.0

Compare Source

v9.1.0: 9.1.0

Compare Source

The Gradle team is excited to announce Gradle 9.1.0.

Here are the highlights of this release:

  • Full Java 25 support
  • Native task graph visualization
  • Enhanced console output

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Eng Zer Jun,
EunHyunsu,
Gaëtan Muller,
HeeChul Yang,
Jendrik Johannes,
Johnny Lim,
Junho Lee,
Kirill Gavrilov,
Matthew Haughton,
Na Minhyeok,
Philip Wedemann,
Philipp Schneider,
Pradyumna C,
r-a-sattarov,
Ryszard Perkowski,
Sebastian Schuberth,
SebastianHeil,
Staffan Al-Kadhimi,
winfriedgerlach,
Xin Wang.

Upgrade instructions

Switch your build to use Gradle 9.1.0 by updating your wrapper:

./gradlew wrapper --gradle-version=9.1.0 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v9.0.0: 9.0.0

Compare Source

The Gradle team is excited to announce Gradle 9.0.0.

Here are the highlights of this release:

  • Configuration Cache is the recommended execution mode
  • Gradle requires JVM 17 or higher to run
  • Build scripts use Kotlin 2.2 and Groovy 4.0
  • Improved Kotlin DSL script compilation avoidance

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aaron Matthis,
Adam E,
Adam S,
Björn Kautler,
Daniel Lacasse,
Eng Zer Jun,
EunHyunsu,
FlorianMichael,
Francisco Prieto,
Gaëtan Muller,
Jake Wharton,
Kengo TODA,
Kent Kaseda,
Madalin Valceleanu,
Marc Philipp,
Mark S. Lewis,
Matthew Haughton,
Mycroft Wong,
Na Minhyeok,
Nelson Osacky,
Olivier "Oli" Dagenais,
ploober,
Radai Rosenblatt,
Róbert Papp,
Sebastian Schuberth,
Victor Merkulov.

Upgrade instructions

Switch your build to use Gradle 9.0.0 by updating your wrapper:

./gradlew wrapper --gradle-version=9.0.0 && ./gradlew wrapper

See the Gradle 9.0.0 upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

gradle/actions (gradle/actions)

v5

Compare Source

nodejs/node (node)

v24.12.0: 2025-12-10, Version 24.12.0 'Krypton' (LTS), @​targos

Compare Source

Notable Changes
  • [1a00b5f68a] - (SEMVER-MINOR) http: add optimizeEmptyRequests server option (Rafael Gonzaga) #​59778
  • [ff5754077d] - (SEMVER-MINOR) lib: add options to util.deprecate (Rafael Gonzaga) #​59982
  • [8987159234] - (SEMVER-MINOR) module: mark type stripping as stable (Marco Ippolito) #​60600
  • [92c484ebf4] - (SEMVER-MINOR) node-api: add napi_create_object_with_properties (Miguel Marcondes Filho) #​59953
  • [b11bc5984e] - (SEMVER-MINOR) sqlite: allow setting defensive flag (Bart Louwers) #​60217
  • [e7da5b4b7d] - (SEMVER-MINOR) src: add watch config namespace (Marco Ippolito) #​60178
  • [a7f7d10c06] - (SEMVER-MINOR) src: add an option to make compile cache portable (Aditi) #​58797
  • [92ea669240] - (SEMVER-MINOR) src,permission: add --allow-inspector ability (Rafael Gonzaga) #​59711
  • [05d7509bd2] - (SEMVER-MINOR) v8: add cpu profile (theanarkh) #​59807
Commits

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner November 19, 2025 01:05
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 037b441 to 923e431 Compare November 20, 2025 21:43
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 07d011a to e8e0243 Compare December 8, 2025 13:22
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 6c2f1ec to 16c5b44 Compare December 12, 2025 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants