chore: upgrade temporal sdk to 1.17.2 and align @types/node#4174
Open
skwowet wants to merge 3 commits into
Open
chore: upgrade temporal sdk to 1.17.2 and align @types/node#4174skwowet wants to merge 3 commits into
@types/node#4174skwowet wants to merge 3 commits into
Conversation
Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
Contributor
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the Temporal TypeScript SDK across the monorepo (Temporal workers, shared @crowd/temporal library, worker archetype, and codec server) from @temporalio/*@1.11.8 to ~1.17.2, and regenerates pnpm-lock.yaml accordingly.
Changes:
- Bump
@temporalio/*dependencies to~1.17.2in the shared Temporal lib, worker archetype, codec server, and all Temporal-based workers. - Regenerate
pnpm-lock.yamlto reflect the new Temporal SDK (and its transitive dependency updates). - (Notable impact) Temporal
1.17.2introducesengines.node >= 20.0.0in the lockfile, which increases the minimum supported Node runtime for these services.
Reviewed changes
Copilot reviewed 20 out of 21 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| services/libs/temporal/package.json | Bumps shared Temporal client/common/proto deps to ~1.17.2. |
| services/archetypes/worker/package.json | Bumps archetype Temporal activity/worker/workflow deps to ~1.17.2. |
| services/apps/temporal_codec_server/package.json | Bumps Temporal proto dependency to ~1.17.2. |
| services/apps/template_worker/package.json | Bumps Temporal workflow dependency to ~1.17.2. |
| services/apps/snowflake_connectors/package.json | Bumps Temporal client/workflow dependencies to ~1.17.2. |
| services/apps/security_best_practices_worker/package.json | Bumps Temporal client/workflow dependencies to ~1.17.2. |
| services/apps/script_executor_worker/package.json | Bumps Temporal client/workflow dependencies to ~1.17.2. |
| services/apps/projects_evaluation_worker/package.json | Bumps Temporal client/workflow dependencies to ~1.17.2. |
| services/apps/profiles_worker/package.json | Bumps Temporal client/workflow dependencies to ~1.17.2. |
| services/apps/pcc_sync_worker/package.json | Bumps Temporal client/workflow dependencies to ~1.17.2. |
| services/apps/packages_worker/package.json | Bumps Temporal activity/client/workflow dependencies to ~1.17.2. |
| services/apps/organizations_enrichment_worker/package.json | Bumps Temporal client/workflow dependencies to ~1.17.2. |
| services/apps/nango_worker/package.json | Bumps Temporal activity/client/workflow dependencies to ~1.17.2. |
| services/apps/merge_suggestions_worker/package.json | Bumps Temporal client/workflow dependencies to ~1.17.2. |
| services/apps/members_enrichment_worker/package.json | Bumps Temporal client/workflow dependencies to ~1.17.2. |
| services/apps/exports_worker/package.json | Bumps Temporal workflow dependency to ~1.17.2. |
| services/apps/entity_merging_worker/package.json | Bumps Temporal activity/workflow dependencies to ~1.17.2. |
| services/apps/categorization_worker/package.json | Bumps Temporal activity/client/workflow dependencies to ~1.17.2. |
| services/apps/cache_worker/package.json | Bumps Temporal client/workflow dependencies to ~1.17.2. |
| services/apps/automatic_projects_discovery_worker/package.json | Bumps Temporal activity/client/workflow dependencies to ~1.17.2. |
| pnpm-lock.yaml | Updates all resolved @temporalio/* versions (and transitive deps) to match 1.17.2. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
@types/node
….json, and reflect in README.md Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
themarolt
approved these changes
Jun 5, 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.
Summary
Bumps
@temporalio/*from 1.11.8 to 1.17.2 and aligns@types/nodeto^20.8.2across the monorepo.This follows a prod incident where the hourly
members-enrichment-multiple-sourcesschedule got stuck — a failed-then-retried workflow left a stale entry inRunningWorkflows, and withSkipoverlap every hourly trigger was silently skipped (~9 days, 0 enrichments). The schedule was deleted and will be recreated on worker redeploy.We're bumping the Temporal SDK for security patches and worker stability fixes, and aligning Node typings with the Node 20 runtime already used in Docker/CI. We'll monitor whether the schedule ghost state recurs.
Changes
@temporalio/client,@temporalio/workflow,@temporalio/worker,@temporalio/activity,@temporalio/common, and@temporalio/prototo~1.17.2in 20 packages@types/nodefrom^18.16.3/~18.0.4to^20.8.2in 23 packages (libs, backend, apps)pnpm-lock.yaml