Skip to content

chore(deps): bump googleapis from 160.0.0 to 164.1.0#53

Merged
mrhpython merged 3 commits intomainfrom
dependabot/npm_and_yarn/googleapis-164.1.0
Oct 29, 2025
Merged

chore(deps): bump googleapis from 160.0.0 to 164.1.0#53
mrhpython merged 3 commits intomainfrom
dependabot/npm_and_yarn/googleapis-164.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 27, 2025

Bumps googleapis from 160.0.0 to 164.1.0.

Release notes

Sourced from googleapis's releases.

googleapis: v164.1.0

164.1.0 (2025-10-20)

Features

googleapis: v164.0.0

164.0.0 (2025-10-15)

⚠ BREAKING CHANGES

  • releasing for advisory notifications and accesscontextmanager (#3818)

Bug Fixes

  • releasing for advisory notifications and accesscontextmanager (#3818) (ff4bf3b)
Changelog

Sourced from googleapis's changelog.

{ "src/apis/kmsinventory": "8.0.0", "src/apis/cloudbilling": "9.0.0", "src/apis/mybusinessaccountmanagement": "7.0.0", "src/apis/reseller": "8.0.0", "src/apis/websecurityscanner": "4.0.0", "src/apis/fcmdata": "5.0.0", "src/apis/transcoder": "8.0.0", "src/apis/serviceconsumermanagement": "25.0.0", "src/apis/sourcerepo": "8.0.0", "src/apis/customsearch": "7.0.0", "src/apis/localservices": "8.0.0", "src/apis/cloudidentity": "21.0.0", "src/apis/bigquery": "20.0.0", "src/apis/plus": "5.0.0", "src/apis/language": "10.0.0", "src/apis/clouddebugger": "5.0.0", "src/apis/analyticshub": "18.0.0", "src/apis/metastore": "14.0.0", "src/apis/toolresults": "7.0.0", "src/apis/managedkafka": "7.1.0", "src/apis/areainsights": "4.0.0", "src/apis/dataproc": "15.1.0", "src/apis/bigqueryreservation": "7.0.0", "src/apis/adsenseplatform": "5.0.0", "src/apis/androiddeviceprovisioning": "10.0.0", "src/apis/appsactivity": "5.0.0", "src/apis/accesscontextmanager": "12.0.0", "src/apis/workflows": "7.0.0", "src/apis/datastore": "8.0.0", "src/apis/dataplex": "23.1.0", "src/apis/streetviewpublish": "8.0.0", "src/apis/fcm": "9.0.0", "src/apis/realtimebidding": "8.0.0", "src/apis/androidmanagement": "22.1.0", "src/apis/parametermanager": "5.0.0", "src/apis/remotebuildexecution": "7.0.0", "src/apis/cloudcontrolspartner": "4.0.0", "src/apis/mybusinessqanda": "5.0.0", "src/apis/chromeuxreport": "7.0.0", "src/apis/tasks": "11.0.0", "src/apis/cloudscheduler": "7.0.0", "src/apis/dataportability": "8.0.0", "src/apis/pagespeedonline": "5.0.0", "src/apis/businessprofileperformance": "5.0.0", "src/apis/admin": "30.0.0", "src/apis/kgsearch": "5.0.0", "src/apis/contactcenterinsights": "19.0.0", "src/apis/youtube": "30.0.0", "src/apis/readerrevenuesubscriptionlinking": "5.0.0",

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 160.0.0 to 164.1.0.
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/.release-please-manifest.json)
- [Commits](googleapis/google-api-nodejs-client@googleapis-v160.0.0...googleapis-v164.1.0)

---
updated-dependencies:
- dependency-name: googleapis
  dependency-version: 164.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency updates javascript Pull requests that update javascript code labels Oct 27, 2025
@dependabot dependabot Bot requested a review from mrhpython as a code owner October 27, 2025 13:36
@dependabot dependabot Bot added dependencies Dependency updates javascript Pull requests that update javascript code labels Oct 27, 2025
@vercel
Copy link
Copy Markdown

vercel Bot commented Oct 27, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
soulfield Ready Ready Preview Comment Oct 29, 2025 1:18am

mrhpython pushed a commit that referenced this pull request Oct 29, 2025
… edges

CHANGES:
- backend/services/local-graph-analysis.cjs:
  - Add isNaN() checks for modularity (lines 307, 313-315)
  - Default NaN values to 0 to prevent quality score from being NaN
- backend/tests/results/.gitkeep:
  - Create results directory for test outputs (fixes CI failures)

BEFORE:
- Graphs with isolated nodes (no edges) produced NaN quality scores
- drive-webhook.test.cjs and google-workspace-validation.test.cjs failed on CI due to missing results directory

AFTER:
- Quality scores default to 0 when graph has no edges
- structure-lens-v2.test.cjs passes (8/8 tests)
- Results directory exists for test outputs

VERIFICATION:
node backend/tests/structure-lens-v2.test.cjs → 8 passed, 0 failed

IMPACT: Fixes test failures in PR #52 and #53

🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
@mrhpython mrhpython merged commit 718a1b7 into main Oct 29, 2025
5 checks passed
@mrhpython mrhpython deleted the dependabot/npm_and_yarn/googleapis-164.1.0 branch October 29, 2025 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant