Skip to content

Conversation

@hash-worker
Copy link
Contributor

@hash-worker hash-worker bot commented Aug 16, 2025

This PR contains the following updates:

Package Change Age Confidence
@temporalio/activity (source) 1.12.1 -> 1.13.2 age confidence
@temporalio/client (source) 1.12.1 -> 1.13.2 age confidence
@temporalio/common (source) 1.12.1 -> 1.13.2 age confidence
@temporalio/proto (source) 1.12.1 -> 1.13.2 age confidence
@temporalio/worker (source) 1.12.1 -> 1.13.2 age confidence
@temporalio/workflow (source) 1.12.1 -> 1.13.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

temporalio/sdk-typescript (@​temporalio/activity)

v1.13.2: 1.13.2

Compare Source

[1.13.2] - 2025-11-10
Note Worthy Features
  • (experimental) Plugins Implementation (#​1794)
    • Plugins are a new way of providing easy configuration of workers and clients
  • (experimental) Introduce envconfig package (#​1795)
    • envconfig provides a way to configure clients using TOML files
Minor Features
  • Create RawValue from direct payload using identity payload converter (#​1806)
  • Add support for gRPC binary metadata values (#​1791)
  • Make address of test server public (#​1819)
  • Bump uuid to 11.1.0 (#​1789, thanks to @​TastyPi 🙏)
Bug Fixes
  • [otel] Mark peer dependencies as optional (#​1812)
  • [otel] Remove await from OTEL handleSignal interceptor (#​1803)
Security
  • Set explicit permissions for GitHub Actions workflows (#​1815)
Notable Changes
  • Remove experimental notices from poller behavior (#​1821)
  • Remove experimental notices from worker tuner APIs (#​1797)
SDK-Core update

Commit 871b320 -> bd02cce:

v1.13.1: 1.13.1

Compare Source

[1.13.1] - 2025-10-08
Minor features
Bug Fixes
  • Added retry policy to activity info (#​1788)
  • Don't set error status on otel spans for benign exceptions (#​1786)
Vulnerabilities
  • Bump tracing-subscriber from 0.3.19 to 0.3.20 in /packages/core-bridge (#​1780)

v1.13.0: 1.13.0

Compare Source

Note Worthy Features
  • [Experimental] Initial Nexus support (#​1708)
  • [Experimental] Fairness Keys & Weights (#​1768)
  • [Experimental] Expose Client on Activity Context (#​1769)
Bug Fixes
  • Fix worker logs not getting flushed in Core log level set to ERROR (#​1777)
New Contributors

Full Changelog: temporalio/sdk-typescript@v1.12.3...v1.13.0

v1.12.3: 1.12.3

Compare Source

[1.12.3] - 2025-08-19
Bug Fixes
  • Fix a recurring "Network error while sending worker heartbeat error due to PermissionDenied" warning messages in worker logs observed by Temporal Cloud users after upgrading to TS SDK 1.12.2 (#​1766)
  • Fix "Critical dependency: the request of a dependency is an expression" warning message emitted by workflow bundler since TS SDK 1.12.2 (#​1767).
  • Set default workflowExecution.runId to a UUID in MockActivityEnvironment (#​1723, thanks @​TastyPi).
Minor features
  • [Experimental] Activity pause/unpause (#​1729)

Full Changelog: temporalio/sdk-typescript@v1.12.2...v1.12.3

v1.12.2: 1.12.2

Compare Source

[1.12.2] - 2025-08-13
Bug Fixes
  • fix for pinned versioning behavior on server version >=1.28.0 (#​1754)
Minor features
  • Add RawValue support for payloads to bypass custom payload converters (#​1664)
  • The __temporal_ prefix is now reserved for internal entities. The __stack_trace and __enhanced_stack_trace are also reserved for internal queries (#​1644)
Notable changes
  • Experimental notices for Update with Start have now been removed, it is no longer experimental (#​1745)
  • User metadata allows you to attach arbitrary information to workflows and events. This information can be displayed in the Temporal UI, making it easier to identify and understand workflows and their operations. (#​1657)

Configuration

📅 Schedule: Branch creation - "before 4am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@hash-worker hash-worker bot enabled auto-merge August 16, 2025 18:50
@github-actions github-actions bot added area/deps Relates to third-party dependencies (area) area/apps > hash* Affects HASH (a `hash-*` app) area/apps > hash-api Affects the HASH API (app) labels Aug 16, 2025
hashdotai
hashdotai previously approved these changes Aug 16, 2025
@github-actions github-actions bot added area/libs Relates to first-party libraries/crates/packages (area) type/eng > backend Owned by the @backend team area/apps labels Aug 16, 2025
@hash-worker hash-worker bot force-pushed the deps/js/temporalio-ts-monorepo branch from 5907383 to 644b84c Compare August 23, 2025 00:36
@hash-worker hash-worker bot changed the title Update temporalio-ts monorepo to v1.12.2 Update temporalio-ts monorepo to v1.12.3 Aug 23, 2025
hashdotai
hashdotai previously approved these changes Aug 23, 2025
@codecov
Copy link

codecov bot commented Aug 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.85%. Comparing base (d9a3b41) to head (6e67031).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7731   +/-   ##
=======================================
  Coverage   55.85%   55.85%           
=======================================
  Files        1142     1142           
  Lines      105678   105678           
  Branches     4826     4826           
=======================================
  Hits        59026    59026           
  Misses      45957    45957           
  Partials      695      695           
Flag Coverage Δ
apps.hash-ai-worker-ts 1.32% <ø> (ø)
apps.hash-api 0.00% <ø> (ø)
local.hash-graph-sdk 10.88% <ø> (ø)
local.hash-isomorphic-utils 0.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

hashdotai
hashdotai previously approved these changes Aug 26, 2025
hashdotai
hashdotai previously approved these changes Aug 26, 2025
@github-actions github-actions bot added the area/apps > hash-api Affects the HASH API (app) label Aug 26, 2025
@hash-worker hash-worker bot force-pushed the deps/js/temporalio-ts-monorepo branch from 3ff9f9c to bbebd93 Compare August 30, 2025 21:48
@hash-worker hash-worker bot changed the title Update temporalio-ts monorepo to v1.12.3 Update temporalio-ts monorepo to v1.13.0 Aug 30, 2025
hashdotai
hashdotai previously approved these changes Aug 30, 2025
@hash-worker hash-worker bot force-pushed the deps/js/temporalio-ts-monorepo branch from a7093b8 to d93ba7d Compare October 11, 2025 20:46
@hash-worker hash-worker bot changed the title Update temporalio-ts monorepo to v1.13.0 Update temporalio-ts monorepo to v1.13.1 Oct 11, 2025
@hash-worker hash-worker bot force-pushed the deps/js/temporalio-ts-monorepo branch from d93ba7d to 295905d Compare October 15, 2025 10:13
@hash-worker hash-worker bot force-pushed the deps/js/temporalio-ts-monorepo branch from 295905d to 8bb7d0e Compare October 21, 2025 15:14
@hash-worker hash-worker bot force-pushed the deps/js/temporalio-ts-monorepo branch from 8bb7d0e to 07ef7fe Compare October 24, 2025 18:15
@hash-worker hash-worker bot force-pushed the deps/js/temporalio-ts-monorepo branch from 07ef7fe to 577c1a1 Compare October 26, 2025 14:44
@hash-worker hash-worker bot force-pushed the deps/js/temporalio-ts-monorepo branch from 577c1a1 to 6a8aaf6 Compare November 2, 2025 09:11
@hash-worker hash-worker bot force-pushed the deps/js/temporalio-ts-monorepo branch from 6a8aaf6 to 0df2f1a Compare November 4, 2025 12:53
@hash-worker hash-worker bot force-pushed the deps/js/temporalio-ts-monorepo branch from 0df2f1a to cf0aec4 Compare November 13, 2025 22:14
@hash-worker hash-worker bot changed the title Update temporalio-ts monorepo to v1.13.1 Update temporalio-ts monorepo Nov 13, 2025
@vercel
Copy link

vercel bot commented Nov 13, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
petrinaut Error Error Nov 14, 2025 0:34am

@deepsource-io
Copy link

deepsource-io bot commented Nov 13, 2025

Here's the code health analysis summary for commits d9a3b41..6e67031. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗
DeepSource Secrets LogoSecrets✅ SuccessView Check ↗
DeepSource SQL LogoSQL✅ SuccessView Check ↗
DeepSource Rust LogoRust✅ SuccessView Check ↗
DeepSource Shell LogoShell✅ SuccessView Check ↗
DeepSource Docker LogoDocker✅ SuccessView Check ↗
DeepSource Test coverage LogoTest coverage✅ SuccessView Check ↗

Code Coverage Report

MetricAggregateJavascript
Branch Coverage1.2% (down 28.4% from main)1.2% (down 2.8% from main)
Composite Coverage1.7% (down 54% from main)1.7% (down 5.8% from main)
Line Coverage1.8% (down 55.2% from main)1.8% (down 6.5% from main)

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@hash-worker hash-worker bot force-pushed the deps/js/temporalio-ts-monorepo branch from 7fe19ad to 6e67031 Compare November 14, 2025 00:34
@hash-worker hash-worker bot changed the title Update temporalio-ts monorepo Update temporalio-ts monorepo to v1.13.2 Nov 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/apps > hash* Affects HASH (a `hash-*` app) area/apps > hash-api Affects the HASH API (app) area/apps area/deps Relates to third-party dependencies (area) area/libs Relates to first-party libraries/crates/packages (area) type/eng > backend Owned by the @backend team

Development

Successfully merging this pull request may close these issues.

3 participants