Skip to content

fix(deps): update all dependencies #320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix(deps): update all dependencies #320

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 18, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@google-cloud/monitoring (source) ^4.1.0 -> ^5.0.0 age confidence dependencies major
@google-cloud/storage 7.15.2 -> 7.16.0 age confidence dependencies minor
firebase-admin (source) 13.2.0 -> 13.4.0 age confidence dependencies minor
gradle (source) 8.13 -> 8.14.2 age confidence minor
node (source) 22.14.0 -> 22.17.0 age confidence minor
node (source) 22.14.0 -> 22.17.0 age confidence engines minor
typescript (source) 5.8.2 -> 5.8.3 age confidence devDependencies patch
androidx.tracing:tracing-ktx (source) 1.2.0 -> 1.3.0 age confidence dependencies minor
androidx.navigation:navigation-ui-ktx (source) 2.8.9 -> 2.9.1 age confidence dependencies minor
androidx.navigation:navigation-fragment-ktx (source) 2.8.9 -> 2.9.1 age confidence dependencies minor
org.jetbrains.kotlin.android (source) 2.1.10 -> 2.2.0 age confidence plugin minor
org.jetbrains.kotlin.plugin.compose (source) 2.1.10 -> 2.2.0 age confidence plugin minor
org.jetbrains.kotlin:kotlin-stdlib (source) 2.1.10 -> 2.2.0 age confidence dependencies minor
org.jetbrains.kotlinx:kotlinx-coroutines-android 1.10.1 -> 1.10.2 age confidence dependencies patch
androidx.compose:compose-bom 2025.03.00 -> 2025.06.01 age confidence dependencies minor
androidx.appcompat:appcompat (source) 1.7.0 -> 1.7.1 age confidence dependencies patch
com.android.test (source) 8.9.0 -> 8.11.0 age confidence plugin minor
com.android.application (source) 8.9.0 -> 8.11.0 age confidence plugin minor
androidx.tracing:tracing-ktx (source) 1.3.0-beta01 -> 1.3.0 age confidence dependencies patch
androidx.compose.runtime:runtime-tracing (source) 1.7.8 -> 1.8.3 age confidence dependencies minor
androidx.lifecycle:lifecycle-viewmodel-ktx (source) 2.8.7 -> 2.9.1 age confidence dependencies minor
androidx.lifecycle:lifecycle-runtime-ktx (source) 2.8.7 -> 2.9.1 age confidence dependencies minor
androidx.datastore:datastore-preferences (source) 1.1.3 -> 1.1.7 age confidence dependencies patch
org.jetbrains.kotlinx:kotlinx-coroutines-guava 1.10.1 -> 1.10.2 age confidence dependencies patch
androidx.core:core-ktx (source) 1.15.0 -> 1.16.0 age confidence dependencies minor
androidx.baselineprofile (source) 1.3.3 -> 1.3.4 age confidence plugin patch
androidx.benchmark:benchmark-macro-junit4 (source) 1.3.3 -> 1.3.4 age confidence dependencies patch
androidx.benchmark (source) 1.3.3 -> 1.3.4 age confidence plugin patch
androidx.benchmark:benchmark-junit4 (source) 1.3.3 -> 1.3.4 age confidence dependencies patch
com.android.library (source) 8.9.0 -> 8.11.0 age confidence plugin minor

Release Notes

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

v5.2.0

Features

v5.1.0

Features
  • Multiple ai-platform updates (0b8b1a7)

v5.0.1

Bug Fixes
  • [Many APIs] await/catch promises, and update listOperationsAsync return type (#​6186) (dcfc7b4)

v5.0.0

⚠ BREAKING CHANGES
Miscellaneous Chores
googleapis/nodejs-storage (@​google-cloud/storage)

v7.16.0

Compare Source

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

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

Compare Source

New Features
  • feat(fdc): Data Connect Bulk Import (#​2905)
Miscellaneous

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

Compare Source

New Features
  • feat(fcm): Support proxy field in FCM AndroidNotification (#​2874)
Bug Fixes
  • fix(fcm): Provide inner errors from a session AggregateError to remove ambiguity (#​2879)
  • fix(fcm): Wrap HTTP/2 session errors in promise (#​2868)
Miscellaneous
gradle/gradle (gradle)

v8.14.2

Compare Source

v8.14.1

Compare Source

v8.14

Compare Source

nodejs/node (node)

v22.17.0: 2025-06-24, Version 22.17.0 'Jod' (LTS), @​aduh95

Compare Source

Notable Changes
⚠️ Deprecations
Instantiating node:http classes without new

Constructing classes like IncomingMessage or ServerResponse without the new
keyword is now discouraged. This clarifies API expectations and aligns with standard
JavaScript behavior. It may warn or error in future versions.

Contributed by Yagiz Nizipli in #​58518.

options.shell = "" in node:child_process

Using an empty string for shell previously had undefined behavior. This change
encourages explicit choices (e.g., shell: true or a shell path) and avoids
relying on implementation quirks.

Contributed by Antoine du Hamel and Renegade334 #​58564.

HTTP/2 priority signaling

The HTTP/2 prioritization API (e.g., stream.priority) is now deprecated due to
poor real-world support. Applications should avoid using priority hints and expect future removal.

Contributed by Matteo Collina and Antoine du Hamel #​58313.

✅ Features graduated to stable
assert.partialDeepStrictEqual()

This method compares only a subset of properties in deep object comparisons,
useful for flexible test assertions. Its stabilization means it's now safe for
general use and won't change unexpectedly in future releases.

Contributed by Ruben Bridgewater in #​57370.

Miscellaneous
  • dirent.parentPath
  • filehandle.readableWebStream()
  • fs.glob()
  • fs.openAsBlob()
  • node:readline/promises
  • port.hasRef()
  • readable.compose()
  • readable.iterator()
  • readable.readableAborted
  • readable.readableDidRead
  • Duplex.fromWeb()
  • Duplex.toWeb()
  • Readable.fromWeb()
  • Readable.isDisturbed()
  • Readable.toWeb()
  • stream.isErrored()
  • stream.isReadable()
  • URL.createObjectURL()
  • URL.revokeObjectURL()
  • v8.setHeapSnapshotNearHeapLimit()
  • Writable.fromWeb()
  • Writable.toWeb()
  • writable.writableAborted
  • Startup Snapshot API
  • ERR_INPUT_TYPE_NOT_ALLOWED
  • ERR_UNKNOWN_FILE_EXTENSION
  • ERR_UNKNOWN_MODULE_FORMAT
  • ERR_USE_AFTER_CLOSE

Contributed by James M Snell in
#​57513 and
#​58541.

Semver-minor features
🔧 fs.FileHandle.readableWebStream gets autoClose option

This gives developers explicit control over whether the file descriptor should
be closed when the stream ends. Helps avoid subtle resource leaks.

Contributed by James M Snell in #​58548.

🔧 fs.Dir now supports explicit resource management

This improves ergonomics around async iteration of directories. Developers can
now manually control when a directory is closed using .close() or with Symbol.asyncDispose.

Contributed by Antoine du Hamel in #​58206.

📊 http2 gains diagnostics channel: http2.server.stream.finish

Adds observability support for when a stream finishes. Useful for logging,
monitoring, and debugging HTTP/2 behavior without patching internals.

Contributed by Darshan Sen in #​58560.

🔐 Permissions: implicit allow-fs-read to entrypoint

Node.js permissions model now allows read access to the entry file by default.
It makes running permission-restricted apps smoother while preserving security.

Contributed by Rafael Gonzaga in #​58579.

🎨 util.styleText() adds 'none' style

This lets developers remove styling cleanly without hacks. Useful for overriding
inherited terminal styles when composing styled strings.

Contributed by James M Snell in #​58437.

🧑‍💻 Community updates
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 March 18, 2025 02:38
@renovate renovate bot changed the title fix(deps): update dependency @google-cloud/monitoring ^4.1.0 to v5 Mar 20, 2025
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d81e667 to 1e79664 Compare March 26, 2025 21:53
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from eb71170 to 3d41f01 Compare April 8, 2025 11:21
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 4bc40f7 to 058c187 Compare April 25, 2025 13:07
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 8893e43 to 210457a Compare May 13, 2025 11:44
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 8ef605a to b9a28f0 Compare May 20, 2025 20:15
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 376163e to 548b4d1 Compare May 28, 2025 13:31
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 53ca325 to 30b5c70 Compare June 4, 2025 18:21
@renovate renovate bot force-pushed the renovate/all branch from 30b5c70 to 4c1a8fe Compare June 6, 2025 19:41
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 1705d10 to f77d353 Compare June 25, 2025 03:09
@renovate renovate bot force-pushed the renovate/all branch from f77d353 to e7b7406 Compare July 2, 2025 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant
close