Skip to content

chore(deps): update dependencies#154

Merged
YusukeHirao merged 2 commits into
devfrom
deps/update-all-packages
Jul 3, 2026
Merged

chore(deps): update dependencies#154
YusukeHirao merged 2 commits into
devfrom
deps/update-all-packages

Conversation

@YusukeHirao

Copy link
Copy Markdown
Member

Summary

  • Update @d-zero/* packages to latest (beholder, dealer, fs, shared, readtext, roar, google-auth, google-sheets), bypassing the 7-day npmMinimalAgeGate for first-party packages as requested
  • Update other dependencies to the newest version older than 7 days (e.g. puppeteer 24.37.5 → 25.2.1), respecting the existing npmMinimalAgeGate: 7d supply-chain gate for third-party packages
  • Add a resolutions override pinning google-auth-library to a single version (10.9.0), since @d-zero/google-auth's exact pin on a newer patch otherwise causes a duplicate nested install and a private-field type mismatch between two OAuth2Client classes in report-google-sheets

Test plan

  • yarn lint:check — 0 errors (pre-existing warnings only)
  • yarn build (verified via direct tsc --build per package — this sandbox's lerna run build silently no-ops tsc without a real invocation)
  • yarn test — 253 files / 2138 tests passed, 5 skipped

Bump @d-zero/* packages to latest (beholder, dealer, fs, shared,
readtext, roar, google-auth, google-sheets), bypassing the 7-day
minimum release age gate for first-party packages.

Bump puppeteer to the newest version older than 7 days, respecting
the npmMinimalAgeGate for third-party packages.

Add a resolutions override pinning google-auth-library to a single
version, since @d-zero/google-auth's exact pin on a newer patch
otherwise causes a duplicate nested install and a private-field type
mismatch between the two OAuth2Client classes.
@YusukeHirao YusukeHirao merged commit b28ad10 into dev Jul 3, 2026
10 checks passed
@YusukeHirao YusukeHirao deleted the deps/update-all-packages branch July 3, 2026 06:38
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.

1 participant