Skip to content

fix node build #887

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

Closed
wants to merge 1 commit into from
Closed

fix node build #887

wants to merge 1 commit into from

Conversation

eschultink
Copy link
Member

Fixes

  • try to fix nodejs24 incompatibility

Change implications

  • dependencies added/changed? yes
    • The version of Google Cloud Logging has been updated to address compatibility issues with Node.js 24.
  • something important to note in future release notes?
    • No additional notes are necessary.
  • breaking changes? if in module/example that is NOT marked alpha, requires major version change
    • There are no breaking changes; this is a straightforward dependency bump to fix compatibility issues.

@eschultink eschultink requested review from davidfq and Copilot May 7, 2025 22:27
@eschultink eschultink self-assigned this May 7, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a Node.js build incompatibility issue by updating dependencies and modifying the CI configuration.

  • Bumps "@google-cloud/logging" from "^11.0.0" to "^11.2.0".
  • Updates the Node.js version matrix in the CI workflow to accommodate Node.js 24 compatibility.

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
tools/psoxy-test/package.json Updates the Google Cloud Logging dependency version.
.github/workflows/ci-tools.yaml Adjusts Node.js version matrix and related comments for clarity.
Files not reviewed (1)
  • tools/psoxy-test/package-lock.json: Language not supported

# 21 released Oct 2023; superseded in May 2024
# latest is the 22 as of May 2024; 23 coming in Oct 2024
node-version: [ 18, 20, 21, latest]
# latest is the 24 as of May 2025; 23 maintained until June 2025 or so
Copy link
Preview

Copilot AI May 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider removing or clarifying the phrase 'or so' to provide a precise timeframe in the comment.

Suggested change
# latest is the 24 as of May 2025; 23 maintained until June 2025 or so
# latest is the 24 as of May 2025; 23 maintained until approximately June 2025

Copilot uses AI. Check for mistakes.

@eschultink
Copy link
Member Author

eh, nm - that didn't fix anything ... same problem still dep on same version of buffer-equal-constant-time via @google-cloud/logging

@aperez-worklytics
Copy link
Contributor

aperez-worklytics commented May 8, 2025

eh, nm - that didn't fix anything ... same problem still dep on same version of buffer-equal-constant-time via @google-cloud/logging

FYI googleapis/google-auth-library-nodejs#1544 -> googleapis/google-auth-library-nodejs#1650 (comment) and also ruffle-rs/ruffle#20362 with the links provided in the comments

@eschultink eschultink changed the title S198 : fix node build fix node build May 9, 2025
@eschultink eschultink enabled auto-merge (squash) May 9, 2025 16:15
@davidfq
Copy link
Contributor

davidfq commented May 14, 2025

@eschultink I think we can close this one, right?

Base automatically changed from rc-v0.5.2 to main May 15, 2025 10:36
@eschultink eschultink changed the base branch from main to rc-v0.5.3 May 15, 2025 14:37
@eschultink eschultink closed this May 22, 2025
auto-merge was automatically disabled May 22, 2025 18:26

Pull request was closed

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.

3 participants