Skip to content

chore(deps): Bump @google-cloud/firestore from 8.7.1 to 9.0.0 - #934

Merged
nothink merged 1 commit into
mainfrom
dependabot/npm_and_yarn/google-cloud/firestore-9.0.0
Aug 17, 2026
Merged

nothink merged 1 commit into
mainfrom
dependabot/npm_and_yarn/google-cloud/firestore-9.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 16, 2026

Copy link
Copy Markdown
Contributor

Bumps @google-cloud/firestore from 8.7.1 to 9.0.0.

Release notes

Sourced from @​google-cloud/firestore's releases.

firestore: v9.0.0

9.0.0 (2026-08-11)

⚠ BREAKING CHANGES

  • firestore: update minimum Node version to 22 (#9103)

Features

  • firestore: Decouple handwritten sdk wrapper from embedded gapic clients (#8928) (9067c54)
  • firestore: Update minimum Node version to 22 (#9103) (c244311)
Changelog

Sourced from @​google-cloud/firestore's changelog.

9.0.0 (2026-08-11)

⚠ BREAKING CHANGES

  • firestore: update minimum Node version to 22 (#9103)

Features

  • firestore: Decouple handwritten sdk wrapper from embedded gapic clients (#8928) (9067c54)
  • firestore: Update minimum Node version to 22 (#9103) (c244311)
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 16, 2026
@nothink

nothink commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [@google-cloud/firestore](https://github.com/googleapis/google-cloud-node/tree/HEAD/handwritten/firestore) from 8.7.1 to 9.0.0.
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/handwritten/firestore/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/admin-v9.0.0/handwritten/firestore)

---
updated-dependencies:
- dependency-name: "@google-cloud/firestore"
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/google-cloud/firestore-9.0.0 branch from ac2eb1d to 0d873f7 Compare August 17, 2026 06:18
@nothink
nothink merged commit 36b1e6e into main Aug 17, 2026
22 checks passed
@nothink
nothink deleted the dependabot/npm_and_yarn/google-cloud/firestore-9.0.0 branch August 17, 2026 06:33
nothink added a commit that referenced this pull request Aug 17, 2026
* fix(deps): next を 16.3.0 に固定し Cloud Run の起動失敗を止める

next 16.3.1 を載せた #933 以降、Deploy Web が起動プローブで落ち続けている
(efdf9a51 / 36b1e6e の2回)。本番は直前の正常 revision を維持しているため
サイトは動いているが、#933#934 の web 側の変更が届いていない。

16.3.1 が同梱する @swc/helpers 0.5.23 は exports の先頭が module-sync で、
Node >= 22.12 の require は esm/_interop_require_default.js に解決する。一方
Turbopack の tracing は条件を取り違えて cjs 側しか standalone に含めないため
MODULE_NOT_FOUND で exit(1) する(pnpm の仮想ストアで候補ディレクトリが
2つになると発現。上流 issue vercel/next.js#97358)。

修正 PR vercel/next.js#97372 は canary にのみ入っており 16.3.1 stable には
未収録のため、待っても直らない。16.3.1 の中身は Turbopack・キャッシュ・
prefetch の修正でセキュリティ修正は無く、本番は元々 16.3.0 で動いている。

outputFileTracingIncludes での回避も検証して動いたが(PR #936)、解除条件を
コメントに書いても読む人がいない。代わりに dependabot.yml で 16.3.1 だけを
除外し、16.3.2 以降は通常どおり提案させる=解除を人の記憶に頼らない。

確認:
- pnpm verify → exit 0
- standalone をビルドして起動 → /api/health 200(Next.js 16.3.0)
- 16.3.0 では nft も Node も cjs 側に一致し、esm/ が無くても整合する

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

* docs(ci): bundle-analyzer を固定対象外とする根拠を残す

AIレビューの指摘(next 16.3.1 を避ける意図から @next/bundle-analyzer が
漏れているのは意図的か)への回答。実測で無関係と確認できたため、
除外理由を ignore 行の隣に記録する。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant