Skip to content

chore(nestjs-signed-url): upgrade package dependencies#401

Merged
TorinAsakura merged 1 commit into
masterfrom
chore/signed-url-dependencies
Jun 24, 2026
Merged

chore(nestjs-signed-url): upgrade package dependencies#401
TorinAsakura merged 1 commit into
masterfrom
chore/signed-url-dependencies

Conversation

@TorinAsakura

Copy link
Copy Markdown
Member

Task

How to verify

Main scenario

  1. Context: package dependency graph for @atls/nestjs-signed-url
    Action: run mise x node@22.22.3 -- yarn install, mise x node@22.22.3 -- yarn typecheck packages/nestjs-signed-url, mise x node@22.22.3 -- yarn run build in packages/nestjs-signed-url, and mise x node@22.22.3 -- yarn test unit --test-reporter=tap in packages/nestjs-signed-url
    Expected result: install, typecheck, build, and unit tests pass with Nest 10 and current-major package updates.

Additional scenario

  1. Context: shared @google-cloud/storage type boundary between @atls/nestjs-signed-url and @atls/nestjs-gcs-client
    Action: run mise x node@22.22.3 -- yarn typecheck packages/nestjs-gcs-client, mise x node@22.22.3 -- yarn run build in packages/nestjs-gcs-client, and mise x node@22.22.3 -- yarn why @google-cloud/storage
    Expected result: gcs-client typecheck/build pass and both packages resolve @google-cloud/storage to 7.14.0.

Proofs

  • mise x node@22.22.3 -- yarn check
passed
  • focused package checks
passed:
- yarn typecheck packages/nestjs-signed-url
- yarn typecheck packages/nestjs-gcs-client
- yarn run build (packages/nestjs-signed-url)
- yarn run build (packages/nestjs-gcs-client)
- yarn test unit --test-reporter=tap (packages/nestjs-signed-url): 17 tests, 17 pass
- git diff --check
  • @google-cloud/storage compatibility boundary
7.15.0+ declares generic typed arrays in crc32c.d.ts and fails gcs-client build on the current TypeScript 5.5.4 baseline.
7.14.0 is the latest compatible 7.x upgrade over 7.13.0 for this repo state.

@TorinAsakura TorinAsakura self-assigned this Jun 24, 2026
@TorinAsakura TorinAsakura merged commit 4cc36b9 into master Jun 24, 2026
6 checks passed
@TorinAsakura TorinAsakura deleted the chore/signed-url-dependencies branch June 24, 2026 00:23
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.

[Dependencies] Upgrade signed URL package dependencies without monorepo-wide sync

1 participant