chore(deps): Bump @google-cloud/firestore from 8.7.1 to 9.0.0 - #934
Merged
nothink merged 1 commit intoAug 17, 2026
Merged
Conversation
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
Bot
force-pushed
the
dependabot/npm_and_yarn/google-cloud/firestore-9.0.0
branch
from
August 17, 2026 06:18
ac2eb1d to
0d873f7
Compare
nothink
deleted the
dependabot/npm_and_yarn/google-cloud/firestore-9.0.0
branch
August 17, 2026 06:33
This was referenced Aug 17, 2026
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @google-cloud/firestore from 8.7.1 to 9.0.0.
Release notes
Sourced from @google-cloud/firestore's releases.
Changelog
Sourced from @google-cloud/firestore's changelog.
Commits