Skip to content

chore(deps): bump the npm-deps group across 4 directories with 15 updates#3647

Merged
gregfurman merged 1 commit intomainfrom
dependabot/npm_and_yarn/cmd/hatchet-cli/cli/templates/typescript/pnpm/npm-deps-4f3890963c
Apr 20, 2026
Merged

chore(deps): bump the npm-deps group across 4 directories with 15 updates#3647
gregfurman merged 1 commit intomainfrom
dependabot/npm_and_yarn/cmd/hatchet-cli/cli/templates/typescript/pnpm/npm-deps-4f3890963c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps the npm-deps group with 1 update in the /cmd/hatchet-cli/cli/templates/typescript/pnpm directory: @hatchet-dev/typescript-sdk.
Bumps the npm-deps group with 8 updates in the /frontend/app directory:

Package From To
@tanstack/react-query 5.97.0 5.99.0
@tanstack/react-query-devtools 5.97.0 5.99.0
dompurify 3.3.3 3.4.0
posthog-js 1.367.0 1.369.2
react-resizable-panels 4.9.0 4.10.0
autoprefixer 10.4.27 10.5.0
postcss 8.5.9 8.5.10
prettier 3.8.2 3.8.3

Bumps the npm-deps group with 5 updates in the /frontend/docs directory:

Package From To
posthog-js 1.367.0 1.369.2
autoprefixer 10.4.27 10.5.0
postcss 8.5.9 8.5.10
prettier 3.8.2 3.8.3
swagger-ui-react 5.32.2 5.32.4

Bumps the npm-deps group with 7 updates in the /sdks/typescript directory:

Package From To
qs 6.15.0 6.15.1
autoprefixer 10.4.27 10.5.0
prettier 3.8.1 3.8.3
nice-grpc 2.1.14 2.1.15
nice-grpc-common 2.0.2 2.0.3
typedoc 0.28.18 0.28.19
typescript-eslint 8.58.0 8.58.2

Updates @hatchet-dev/typescript-sdk from 1.19.1 to 1.21.0

Commits

Updates @tanstack/react-query from 5.97.0 to 5.99.0

Release notes

Sourced from @​tanstack/react-query's releases.

@​tanstack/react-query-devtools@​5.99.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.99.0
    • @​tanstack/react-query@​5.99.0

@​tanstack/react-query-next-experimental@​5.99.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.99.0

@​tanstack/react-query-persist-client@​5.99.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.99.0
    • @​tanstack/react-query@​5.99.0

@​tanstack/react-query@​5.99.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.99.0

@​tanstack/react-query-devtools@​5.98.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.98.0
    • @​tanstack/react-query@​5.98.0

@​tanstack/react-query-next-experimental@​5.98.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.98.0

@​tanstack/react-query-persist-client@​5.98.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.98.0
    • @​tanstack/react-query@​5.98.0

@​tanstack/react-query@​5.98.0

Patch Changes

  • Updated dependencies []:

... (truncated)

Changelog

Sourced from @​tanstack/react-query's changelog.

5.99.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.99.0

5.98.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.98.0
Commits

Updates @tanstack/react-query-devtools from 5.97.0 to 5.99.0

Release notes

Sourced from @​tanstack/react-query-devtools's releases.

@​tanstack/react-query-devtools@​5.99.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.99.0
    • @​tanstack/react-query@​5.99.0

@​tanstack/react-query-devtools@​5.98.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.98.0
    • @​tanstack/react-query@​5.98.0
Changelog

Sourced from @​tanstack/react-query-devtools's changelog.

5.99.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.99.0
    • @​tanstack/react-query@​5.99.0

5.98.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.98.0
    • @​tanstack/react-query@​5.98.0
Commits

Updates dompurify from 3.3.3 to 3.4.0

Release notes

Sourced from dompurify's releases.

DOMPurify 3.4.0

Most relevant changes:

  • Fixed a problem with FORBID_TAGS not winning over ADD_TAGS, thanks @​kodareef5
  • Fixed several minor problems and typos regarding MathML attributes, thanks @​DavidOliver
  • Fixed ADD_ATTR/ADD_TAGS function leaking into subsequent array-based calls, thanks @​1Jesper1
  • Fixed a missing SAFE_FOR_TEMPLATES scrub in RETURN_DOM path, thanks @​bencalif
  • Fixed a prototype pollution via CUSTOM_ELEMENT_HANDLING, thanks @​trace37labs
  • Fixed an issue with ADD_TAGS function form bypassing FORBID_TAGS, thanks @​eddieran
  • Fixed an issue with ADD_ATTR predicates skipping URI validation, thanks @​christos-eth
  • Fixed an issue with USE_PROFILES prototype pollution, thanks @​christos-eth
  • Fixed an issue leading to possible mXSS via Re-Contextualization, thanks @​researchatfluidattacks and others
  • Fixed an issue with closing tags leading to possible mXSS, thanks @​frevadiscor
  • Fixed a problem with the type dentition patcher after Node version bump
  • Fixed freezing BS runs by reducing the tested browsers array
  • Bumped several dependencies where possible
  • Added needed files for OpenSSF scorecard checks

Published Advisories are here: https://github.com/cure53/DOMPurify/security/advisories?state=published

Commits

Updates posthog-js from 1.367.0 to 1.369.2

Release notes

Sourced from posthog-js's releases.

posthog-js@1.369.2

1.369.2

Patch Changes

posthog-js@1.369.1

1.369.1

Patch Changes

  • #3393 85ae4d9 Thanks @​haacked! - Exclude active feature flag payloads from event properties (2026-04-16)

  • #3392 00cd1ce Thanks @​haacked! - Fix unnecessary persisted config and activation properties (including product tours, surveys, and session recording config) added to captured events (2026-04-16)

  • Updated dependencies []:

    • @​posthog/types@​1.369.1

posthog-js@1.369.0

1.369.0

Minor Changes

  • #3342 eea5260 Thanks @​ksvat! - Account for property filters on events in recording triggers for v2 triggers (2026-04-14)

  • #3281 b1fd228 Thanks @​ksvat! - Add session replay trigger groups handling (V2) (2026-04-14)

Patch Changes

  • Updated dependencies []:
    • @​posthog/types@​1.369.0

posthog-js@1.368.2

1.368.2

Patch Changes

  • #3378 f1bea33 Thanks @​marandaneto! - Disable native gzip compression after a NotReadableError in the browser SDK (2026-04-14)
  • Updated dependencies []:
    • @​posthog/types@​1.368.2

posthog-js@1.368.1

... (truncated)

Commits
  • 5335bb1 chore: update versions and lockfile [version bump]
  • 4a65604 fix(browser): gate versioned lazy bundle paths behind preview flag (#3386)
  • 3983641 chore: use client-id for create-github-app-token (#3405)
  • 8f145a9 ci(release): publish posthog-js assets to semver and major S3 paths (#3404)
  • acbe2e3 chore: update GitHub Actions for Node 24 (#3406)
  • 6cd792f chore: update versions and lockfile [version bump]
  • 1d7e298 chore: expo release info version, release name, and parity fix (#3399)
  • 8d7c967 feat(examples): add Dedalus Labs and Cloudflare AI Gateway examples (#3391)
  • 13092cd chore: use engineering@posthog.com in package metadata (#3400)
  • 4a0c385 chore: update versions and lockfile [version bump]
  • Additional commits viewable in compare view

Updates react-resizable-panels from 4.9.0 to 4.10.0

Changelog

Sourced from react-resizable-panels's changelog.

4.10.0

  • 705: Add data-separator="focus" state for Separator elements for more consistent custom CSS styles.
Commits
  • fa27133 4.9.0 -> 4.10.0
  • b58ed97 Add data-separator "focus" state (#706)
  • f4e5e08 Upgrade react-lib-tools to improve site-search
  • 5cf89ea Made callouts on Common Questions more consistent
  • 435f953 Upgrade react-lib-tools to improve site-search
  • See full diff in compare view

Updates autoprefixer from 10.4.27 to 10.5.0

Release notes

Sourced from autoprefixer's releases.

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).
Changelog

Sourced from autoprefixer's changelog.

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).
Commits

Updates postcss from 8.5.9 to 8.5.10

Release notes

Sourced from postcss's releases.

8.5.10

  • Fixed XSS via unescaped </style> in non-bundler cases (by @​TharVid).
Changelog

Sourced from postcss's changelog.

8.5.10

  • Fixed XSS via unescaped </style> in non-bundler cases (by @​TharVid).
Commits

Updates prettier from 3.8.2 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

Commits

Updates posthog-js from 1.367.0 to 1.369.2

Release notes

Sourced from posthog-js's releases.

posthog-js@1.369.2

1.369.2

Patch Changes

posthog-js@1.369.1

1.369.1

Patch Changes

  • #3393 85ae4d9 Thanks @​haacked! - Exclude active feature flag payloads from event properties (2026-04-16)

  • #3392 00cd1ce Thanks @​haacked! - Fix unnecessary persisted config and activation properties (including product tours, surveys, and session recording config) added to captured events (2026-04-16)

  • Updated dependencies []:

    • @​posthog/types@​1.369.1

posthog-js@1.369.0

1.369.0

Minor Changes

  • #3342 eea5260 Thanks @​ksvat! - Account for property filters on events in recording triggers for v2 triggers (2026-04-14)

  • #3281 b1fd228 Thanks @​ksvat! - Add session replay trigger groups handling (V2) (2026-04-14)

Patch Changes

  • Updated dependencies []:
    • @​posthog/types@​1.369.0

posthog-js@1.368.2

1.368.2

Patch Changes

  • #3378 f1bea33 Thanks @​marandaneto! - Disable native gzip compression after a NotReadableError in the browser SDK (2026-04-14)
  • Updated dependencies []:
    • @​posthog/types@​1.368.2

posthog-js@1.368.1

... (truncated)

Commits
  • 5335bb1 chore: update versions and lockfile [version bump]
  • 4a65604 fix(browser): gate versioned lazy bundle paths behind preview flag (#3386)
  • 3983641 chore: use client-id for create-github-app-token (#3405)
  • 8f145a9 ci(release): publish posthog-js assets to semver and major S3 paths (#3404)
  • acbe2e3 chore: update GitHub Actions for Node 24 (#3406)
  • 6cd792f chore: update versions and lockfile [version bump]
  • 1d7e298 chore: expo release info version, release name, and parity fix (#3399)
  • 8d7c967 feat(examples): add Dedalus Labs and Cloudflare AI Gateway examples (#3391)
  • 13092cd chore: use engineering@posthog.com in package metadata (#3400)
  • 4a0c385 chore: update versions and lockfile [version bump]
  • Additional commits viewable in compare view

Updates autoprefixer from 10.4.27 to 10.5.0

Release notes

Sourced from autoprefixer's releases.

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).
Changelog

Sourced from autoprefixer's changelog.

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).
Commits

Updates postcss from 8.5.9 to 8.5.10

Release notes

Sourced from postcss's releases.

8.5.10

  • Fixed XSS via unescaped </style> in non-bundler cases (by @​TharVid).
Changelog

Sourced from postcss's changelog.

8.5.10

  • Fixed XSS via unescaped </style> in non-bundler cases (by @​TharVid).
Commits

Updates prettier from 3.8.2 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

Commits

Updates swagger-ui-react from 5.32.2 to 5.32.4

Release notes

Sourced from swagger-ui-react's releases.

v5.32.4

5.32.4 (2026-04-15)

Bug Fixes

  • authorization: increase backdrop z-index (#10831) (fd08fe8)
  • docker: upgrade alpine packages to address HIGH severity CVEs (#10830) (095ee75)

v5.32.3

5.32.3 (2026-04-14)

Bug Fixes

  • style: move button margin from right to left (#10696) (30279ef)

Performance Improvements

Commits
  • 34d6186 chore(release): cut the 5.32.4 release
  • fd08fe8 fix(authorization): increase backdrop z-index (#10831)
  • 095ee75 fix(docker): upgrade alpine packages to address HIGH severity CVEs (#10830)
  • 5717343 chore(release): cut the 5.32.3 release
  • 685cba6 chore(deps): bump swagger-client to v3.37.2 (#10829)
  • 68f6fde perf(operation): limit number of rerenders (#10796)
  • c8d7109 chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 (#10828)
  • 25551b9 chore(deps): bump actions/github-script from 8 to 9 (#10814)
  • 10077b7 chore(deps): bump nginx from 1.29.7-alpine to 1.29.8-alpine (#10827)
  • 30279ef fix(style): move button margin from right to left (#10696)
  • Additional commits viewable in compare view

Updates qs from 6.15.0 to 6.15.1

Changelog

Sourced from qs's changelog.

6.15.1

  • [Fix] parse: parameterLimit: Infinity with throwOnLimitExceeded: true silently drops all parameters
  • [Deps] update @ljharb/eslint-config
  • [Dev Deps] update @ljharb/eslint-config, iconv-lite
  • [Tests] increase coverage
Commits
  • 3f5e1c5 v6.15.1
  • c85b67f [Fix] parse: parameterLimit: Infinity with throwOnLimitExceeded: true s...
  • 4dfa0f0 [Deps] update @ljharb/eslint-config
  • dbb05d7 [Dev Deps] update @ljharb/eslint-config, iconv-lite
  • b0cfe7c [Tests] increase coverage
  • See full diff in compare view

Updates autoprefixer from 10.4.27 to 10.5.0

Release notes

Sourced from autoprefixer's releases.

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).
Changelog

Sourced from autoprefixer's changelog.

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).
Commits

Updates prettier from 3.8.1 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

Commits

Updates nice-grpc from 2.1.14 to 2.1.15

Release notes

Sourced from nice-grpc's releases.

nice-grpc@2.1.15

2.1.15 (2026-04-12)

Note: Version bump only for package nice-grpc

Commits
  • b906919 chore(release): publish
  • aad6294 chore(deps): bump axios from 1.8.4 to 1.15.0 (#868)
  • 32ddfba chore(deps): bump undici from 6.21.1 to 6.24.0 (#851)
  • bedb418 chore(deps): bump yaml from 2.7.0 to 2.8.3 (#854)
  • 51ff88f chore(deps): bump node-forge from 1.3.3 to 1.4.0 (#855)
  • 4ea5560 chore(deps): bump @​opentelemetry/semantic-conventions from 1.36.0 to 1.40.0 (...
  • 7a5aa82 chore(deps): bump @​bufbuild/protobuf from 2.7.0 to 2.11.0 (#857)
  • 2058abd chore(deps): bump @​opentelemetry/api from 1.9.0 to 1.9.1 (#858)
  • 463804b chore(deps): bump protobufjs from 7.5.4 to 8.0.0 (#860)
  • 9bb6a3d chore(deps-dev): bump @​wdio/spec-reporter from 9.12.6 to 9.27.0 (#862)
  • Additional commits viewable in compare view

Updates nice-grpc-common from 2.0.2 to 2.0.3

Release notes

Sourced from nice-grpc-common's releases.

nice-grpc-common@2.0.3

2.0.3 (2026-04-12)

Note: Version bump only for package nice-grpc-common

Commits
  • b906919 chore(release): publish
  • aad6294 chore(deps): bump axios from 1.8.4 to 1.15.0 (#868)
  • 32ddfba chore(deps): bump undici from 6.21.1 to 6.24.0 (#851)
  • bedb418 chore(deps): bump yaml from 2.7.0 to 2.8.3 (#854)
  • 51ff88f chore(deps): bump node-forge from 1.3.3 to 1.4.0 (#855)
  • 4ea5560 chore(deps): bump @​opentelemetry/semantic-conventions from 1.36.0 to 1.40.0 (...
  • 7a5aa82 chore(deps): bump @​bufbuild/protobuf from 2.7.0 to 2.11.0 (#857)
  • 2058abd chore(deps): bump @​opentelemetry/api from 1.9.0 to 1.9.1 (#858)
  • 463804b chore(deps): bump protobufjs from 7.5.4 to 8.0.0 (#860)
  • 9bb6a3d chore(deps-dev): bump @​wdio/spec-reporter from 9.12.6 to 9.27.0 (#862)
  • Additional commits viewable in compare view

Updates typedoc from 0.28.18 to 0.28.19

Release notes

Sourced from typedoc's releases.

v0.28.19

Features

  • Added French translations for the TypeDoc interface and help descriptions.
  • Added support for triple-slash comment style, which requires exactly three slashes in the comment, #3089.

Bug Fixes

  • Corrected handling of icon caching for custom themes which use SVGs with a larger view box than TypeDoc's default theme.
  • Fixed short summary comment handling on module pages when the project source files use Windows line endings, #3093.

Thanks!

Changelog

Sourced from typedoc's changelog.

v0.28.19 (2026-04-12)

Features

  • Added French translations for the TypeDoc interface and help descriptions.
  • Added support for triple-slash comment style, which requires exactly three slashes in the comment, #3089.

Bug Fixes

  • Corrected handling of icon caching for custom themes which use SVGs with a larger view box than TypeDoc's default theme.
  • Fixed short summary comment handling on module pages when the project source files use Windows line endings, #3093.

Thanks!

Commits
  • 0135da0 Update changelog for release
  • 68fa965 Bump version to 0.28.19
  • cb13565 Update changelog, documentation
  • acba2ae Fix Comment.getShortSummary with windows line endings
  • a108643 feat(router): move anchor creation to seperate function (#3092)
  • d743a1c Merge pull request #3091 from hyosua/feat/locales-fr
  • 70a9b41 Update CHANGELOG and format French locales
  • 4db90bc Add French translations for locales
  • c8fb88f Attempt updating actions versions
  • a58e6a9 Update deps
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.58.0 to 8.58.2

Release notes

Sourced from typescript-eslint's releases.

v8.58.2

8.58.2 (2026-04-13)

🩹 Fixes

  • remove tsbuildinfo cache file from published packages (#12187)
  • eslint-plugin: [no-unnecessary-condition] use assignability checks in checkTypePredicates (#12147)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.1

8.58.1 (2026-04-08)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#12004)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.58.2 (2026-04-13)

🩹 Fixes

  • remove tsbuildinfo cache file from published packages...

    Description has been truncated

…ates

Bumps the npm-deps group with 1 update in the /cmd/hatchet-cli/cli/templates/typescript/pnpm directory: [@hatchet-dev/typescript-sdk](https://github.com/hatchet-dev/hatchet).
Bumps the npm-deps group with 8 updates in the /frontend/app directory:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.97.0` | `5.99.0` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.97.0` | `5.99.0` |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.3.3` | `3.4.0` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.367.0` | `1.369.2` |
| [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `4.9.0` | `4.10.0` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.27` | `10.5.0` |
| [postcss](https://github.com/postcss/postcss) | `8.5.9` | `8.5.10` |
| [prettier](https://github.com/prettier/prettier) | `3.8.2` | `3.8.3` |

Bumps the npm-deps group with 5 updates in the /frontend/docs directory:

| Package | From | To |
| --- | --- | --- |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.367.0` | `1.369.2` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.27` | `10.5.0` |
| [postcss](https://github.com/postcss/postcss) | `8.5.9` | `8.5.10` |
| [prettier](https://github.com/prettier/prettier) | `3.8.2` | `3.8.3` |
| [swagger-ui-react](https://github.com/swagger-api/swagger-ui) | `5.32.2` | `5.32.4` |

Bumps the npm-deps group with 7 updates in the /sdks/typescript directory:

| Package | From | To |
| --- | --- | --- |
| [qs](https://github.com/ljharb/qs) | `6.15.0` | `6.15.1` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.27` | `10.5.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.3` |
| [nice-grpc](https://github.com/deeplay-io/nice-grpc) | `2.1.14` | `2.1.15` |
| [nice-grpc-common](https://github.com/deeplay-io/nice-grpc) | `2.0.2` | `2.0.3` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.18` | `0.28.19` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.58.0` | `8.58.2` |



Updates `@hatchet-dev/typescript-sdk` from 1.19.1 to 1.21.0
- [Release notes](https://github.com/hatchet-dev/hatchet/releases)
- [Commits](https://github.com/hatchet-dev/hatchet/commits)

Updates `@tanstack/react-query` from 5.97.0 to 5.99.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.99.0/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.97.0 to 5.99.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query-devtools/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query-devtools@5.99.0/packages/react-query-devtools)

Updates `dompurify` from 3.3.3 to 3.4.0
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.3.3...3.4.0)

Updates `posthog-js` from 1.367.0 to 1.369.2
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/compare/posthog-js@1.367.0...posthog-js@1.369.2)

Updates `react-resizable-panels` from 4.9.0 to 4.10.0
- [Release notes](https://github.com/bvaughn/react-resizable-panels/releases)
- [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md)
- [Commits](bvaughn/react-resizable-panels@4.9.0...4.10.0)

Updates `autoprefixer` from 10.4.27 to 10.5.0
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.27...10.5.0)

Updates `postcss` from 8.5.9 to 8.5.10
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.9...8.5.10)

Updates `prettier` from 3.8.2 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.2...3.8.3)

Updates `posthog-js` from 1.367.0 to 1.369.2
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/compare/posthog-js@1.367.0...posthog-js@1.369.2)

Updates `autoprefixer` from 10.4.27 to 10.5.0
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.27...10.5.0)

Updates `postcss` from 8.5.9 to 8.5.10
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.9...8.5.10)

Updates `prettier` from 3.8.2 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.2...3.8.3)

Updates `swagger-ui-react` from 5.32.2 to 5.32.4
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](swagger-api/swagger-ui@v5.32.2...v5.32.4)

Updates `qs` from 6.15.0 to 6.15.1
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.15.0...v6.15.1)

Updates `autoprefixer` from 10.4.27 to 10.5.0
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.27...10.5.0)

Updates `prettier` from 3.8.1 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.2...3.8.3)

Updates `nice-grpc` from 2.1.14 to 2.1.15
- [Release notes](https://github.com/deeplay-io/nice-grpc/releases)
- [Commits](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc@2.1.14...nice-grpc@2.1.15)

Updates `nice-grpc-common` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/deeplay-io/nice-grpc/releases)
- [Commits](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-common@2.0.2...nice-grpc-common@2.0.3)

Updates `typedoc` from 0.28.18 to 0.28.19
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.28.18...v0.28.19)

Updates `typescript-eslint` from 8.58.0 to 8.58.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.2/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@hatchet-dev/typescript-sdk"
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.99.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.99.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: dompurify
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: posthog-js
  dependency-version: 1.369.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: react-resizable-panels
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: autoprefixer
  dependency-version: 10.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: postcss
  dependency-version: 8.5.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: posthog-js
  dependency-version: 1.369.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: autoprefixer
  dependency-version: 10.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: postcss
  dependency-version: 8.5.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: swagger-ui-react
  dependency-version: 5.32.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: qs
  dependency-version: 6.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: autoprefixer
  dependency-version: 10.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: nice-grpc
  dependency-version: 2.1.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: nice-grpc-common
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: typedoc
  dependency-version: 0.28.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: typescript-eslint
  dependency-version: 8.58.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 20, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 20, 2026

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

Project Deployment Actions Updated (UTC)
hatchet-docs Ready Ready Preview, Comment Apr 20, 2026 5:12am

Request Review

@gregfurman gregfurman merged commit 92a3779 into main Apr 20, 2026
49 checks passed
@gregfurman gregfurman deleted the dependabot/npm_and_yarn/cmd/hatchet-cli/cli/templates/typescript/pnpm/npm-deps-4f3890963c branch April 20, 2026 13:28
wsehl pushed a commit to wsehl/hatchet that referenced this pull request Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant