chore: upgrade dependencies (202608) - #204
Merged
Merged
Conversation
brianhdk
approved these changes
Aug 3, 2026
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.
https://trello.com/c/LhBf1a69/21063-recurring-task-development-js-sdk-check-package-dependencies
Summary
packages/client,packages/integrations, andpackages/code-analyzer.packages/clientswagger-typescript-apito^12.0.4by request, and kept the existing v12gen-api/gen-api-devcommand syntax.npm audit fixforintegrationsand compatible client dependencies.typescriptat^6.0.3:typescript@latestis7.0.2, but it breaks the current Rollup/TypeScript toolchain and is outside@typescript-eslint/parser@8.65.0peer range (<6.1.0).packages/integrations@relewise/client@>=1.22.0-0 <3.0.0per repository dependency upgrade rules.Validation
packages/client:npm --prefix .\packages\client run gen-apipassed; generated contract drift was restored because this is not an SDK contract regeneration PR.packages/client:npm --prefix .\packages\client run buildpassed.packages/client:npm --prefix .\packages\client testpassed (13 suites, 69 tests).packages/client:npm --prefix .\packages\client run build:typespassed; API Extractor warned that its bundled TypeScript is older than project TypeScript.packages/integrations:npm --prefix .\packages\integrations run buildpassed.packages/integrations:npm --prefix .\packages\integrations testpassed (1 suite, 2 tests; ts-jest emitted existing deprecated globals config warning).packages/integrations:npm --prefix .\packages\integrations run build:typespassed; API Extractor warned that its bundled TypeScript is older than project TypeScript.packages/code-analyzer:npm --prefix .\packages\code-analyzer run lintpassed.npm audit:integrationsandcode-analyzerreport 0 vulnerabilities;clientreports 4 findings tied to the intentionally rolled-backswagger-typescript-api@12.0.4chain, where npm's available fix is the v13 upgrade.integration tests: not run; credentials were not available and this PR does not change API behavior/contracts.Notes
npm outdatedonly reports TypeScript: current/wanted6.0.3, latest7.0.2; this is intentionally not upgraded until the surrounding tooling supports it.