Skip to content

chore(deps)(deps): bump the production-minor-patch group across 1 directory with 9 updates#466

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-minor-patch-2effc0f88e
Open

chore(deps)(deps): bump the production-minor-patch group across 1 directory with 9 updates#466
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-minor-patch-2effc0f88e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps the production-minor-patch group with 9 updates in the / directory:

Package From To
pg 8.13.1 8.20.0
jiti 2.6.1 2.7.0
posthog-node 5.28.9 5.33.5
@rollup/rollup-linux-x64-gnu 4.24.0 4.60.3
@byteslice/result 0.2.0 0.3.0
@stricli/core 1.2.5 1.2.6
@anthropic-ai/claude-agent-sdk 0.2.87 0.2.138
tsup 8.4.0 8.5.1
tsx 4.19.3 4.21.0

Updates pg from 8.13.1 to 8.20.0

Changelog

Sourced from pg's changelog.

pg@8.20.0

  • Add onConnect callback to pg.Pool constructor options allowing for async initialization of newly created & connected pooled clients.

pg@8.19.0

pg@8.18.0

pg@8.17.0

  • Throw correct error if database URL parsing fails.

pg@8.16.0

pg@8.15.0

  • Add support for esm importing. CommonJS importing is still also supported.

pg@8.14.0

pg@8.13.0

pg@8.12.0

pg-pool@8.10.0

  • Emit release event when client is returned to the pool.

pg@8.9.0

pg@8.8.0

... (truncated)

Commits
  • c9070cc Publish
  • ad36e3c fix: typo in deprecation notice for client.query() (#3618)
  • f2d7d11 Publish
  • 5a4bafc Deprecate Client's internal query queue (#3603)
  • a215bfb Typo fix in PgPass deprecation (funciton) (#3605)
  • 01e0556 fix(pg-query-stream): invoke this.callback on cursor end/error (#2810)
  • e6e3692 Pass connection parameters to password callback (#3602)
  • d80d883 test: Fix TLS connection test ending too early
  • f332f28 fix: Connection timeout handling for native clients in connected state (#3512)
  • b2e9cb1 Remove testAsync - its redundant (#3588)
  • Additional commits viewable in compare view

Updates jiti from 2.6.1 to 2.7.0

Release notes

Sourced from jiti's releases.

v2.7.0

compare changes

🚀 Enhancements

  • Add explicit resource management (using/await using) support (#422)
  • Support opt-in tsconfigPaths (#427)
  • Support virtual modules (#428)
  • Add jiti/static subpath (#430)

🔥 Performance

  • interopDefault: Add caching to reduce proxy overhead by ~2x (#421)

🩹 Fixes

  • require: Passthrough resolve options (#412)
  • require: Fallback to transpilation when tryNative fails (#413)
  • Fallback for ENAMETOOLONG when evaluating esm (#429)

📦 Build

  • Upgrade rspack to v2 (55194fb)
  • Experimental rolldown config (8c0243f)

✅ Tests

  • Ignore jsx test for bun/cjs (3a744ca)

❤️ Contributors

Changelog

Sourced from jiti's changelog.

v2.7.0

compare changes

🚀 Enhancements

  • Add explicit resource management (using/await using) support (#422)
  • Support opt-in tsconfigPaths (#427)
  • Support virtual modules option (#428)
  • Add jiti/static export (#430)

🔥 Performance

  • interopDefault: Add caching to reduce proxy overhead by ~2x (#421)

🩹 Fixes

  • require: Passthrough resolve options (#412)
  • ci: Skip --coverage flag for node 18 (fe264b4)
  • require: Fallback to transpilation when tryNative fails (#413)
  • Fallback for ENAMETOOLONG when evaluating esm (#429)

📦 Build

🏡 Chore

✅ Tests

🤖 CI

  • Update node test matrix (0abda72)

❤️ Contributors

... (truncated)

Commits

Updates posthog-node from 5.28.9 to 5.33.5

Release notes

Sourced from posthog-node's releases.

posthog-node@5.33.5

5.33.5

Patch Changes

  • Updated dependencies []:
    • @​posthog/core@​1.28.5
Changelog

Sourced from posthog-node's changelog.

5.33.5

Patch Changes

  • Updated dependencies []:
    • @​posthog/core@​1.28.5

5.33.4

Patch Changes

  • Updated dependencies []:
    • @​posthog/core@​1.28.4

5.33.3

Patch Changes

  • Updated dependencies []:
    • @​posthog/core@​1.28.3

5.33.2

Patch Changes

5.33.1

Patch Changes

  • Updated dependencies [8aee3d5]:
    • @​posthog/core@​1.28.1

5.33.0

Minor Changes

  • #3476 f8bc02f Thanks @​dmarticus! - Add evaluateFlags() and a new flags option on capture() so a single /flags request powers both flag branching and event enrichment per incoming request:

    const flags = await posthog.evaluateFlags(distinctId, { personProperties: { plan: 'enterprise' } })
    if (flags.isEnabled('new-dashboard')) {
      renderNewDashboard()
    }
    posthog.capture({ distinctId, event: 'page_viewed', flags })

... (truncated)

Commits
  • a417a52 chore: update versions and lockfile [version bump]
  • 550b3bd chore: update versions and lockfile [version bump]
  • fac0f9e chore: update versions and lockfile [version bump]
  • 4b7edd3 chore: update versions and lockfile [version bump]
  • e2f88e1 chore: update versions and lockfile [version bump]
  • 2a1c739 chore: update versions and lockfile [version bump]
  • f8bc02f feat(node): add evaluateFlags() API for single-call flag evaluation (#3476)
  • c1ac939 chore: update versions and lockfile [version bump]
  • b02194b chore: update versions and lockfile [version bump]
  • 70ba8f8 feat(flags): support mixed targeting in local evaluation (#3474)
  • Additional commits viewable in compare view

Updates @rollup/rollup-linux-x64-gnu from 4.24.0 to 4.60.3

Release notes

Sourced from @​rollup/rollup-linux-x64-gnu's releases.

v4.60.2

4.60.2

2026-04-18

Bug Fixes

  • Resolve a variable rendering bug when generating different formats from the same build (#6350)

Pull Requests

v4.60.1

4.60.1

2026-03-30

Bug Fixes

  • Resolve a situation where side effect imports could be dropped due to a caching issue (#6286)

Pull Requests

... (truncated)

Changelog

Sourced from @​rollup/rollup-linux-x64-gnu's changelog.

4.60.3

2026-05-04

Bug Fixes

  • Ensure nested "exports" variables are not renamed (#6360)

Pull Requests

4.60.2

2026-04-18

Bug Fixes

  • Resolve a variable rendering bug when generating different formats from the same build (#6350)

Pull Requests

4.60.1

2026-03-30

... (truncated)

Commits
  • b47bdab 4.60.3
  • 15c5f33 Add again some unneeded dev dependencies, to make some builds succeed
  • 12195dc fix: do not rename nested "exports" bindings that do not conflict (#6360)
  • b74aa39 Migrate instructions to AGENTS.md
  • aa5a377 fix(deps): update minor/patch updates (#6365)
  • 197e68b chore(deps): update msys2/setup-msys2 digest to e989830 (#6364)
  • cded70a fix(deps): update swc monorepo (major) (#6366)
  • bb2b8a5 docs: add missing backticks in plugin-development (#6368)
  • 20af1c4 chore(deps): lock file maintenance (#6367)
  • a6be82b 4.60.2
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​rollup/rollup-linux-x64-gnu since your current version.


Updates @byteslice/result from 0.2.0 to 0.3.0

Release notes

Sourced from @​byteslice/result's releases.

@​byteslice/result@​0.3.0

Minor Changes

  • 83fe1d3: Modified failure option to permit object with error property.
  • 83fe1d3: Renamed optional withResult parameter to options.

@​byteslice/result@​0.2.2

Patch Changes

  • 28bb191: Added project homepage to manifest.

@​byteslice/result@​0.2.1

Patch Changes

  • a02e44d: Added "motivation" section to documentation.
Changelog

Sourced from @​byteslice/result's changelog.

0.3.0

Minor Changes

  • 83fe1d3: Modified failure option to permit object with error property.
  • 83fe1d3: Renamed optional withResult parameter to options.

0.2.2

Patch Changes

  • 28bb191: Added project homepage to manifest.

0.2.1

Patch Changes

  • a02e44d: Added "motivation" section to documentation.
Commits

Updates @stricli/core from 1.2.5 to 1.2.6

Release notes

Sourced from @​stricli/core's releases.

v1.2.6

🚀 Features

  • enhance site with multi-file playground (8a3dc5b)

🩹 Fixes

  • add inputs to nx.json (6258944)
  • add inputs to nx.json to fix nx cache invalidation (7240891)
  • enable and fix new eslint rules (7b185c2)
  • use cyan in help text (041c2bc)
  • switch flags/commands to bold (c9e290f)
  • switch help text headers to underline (9af611f)
  • switch keywords/hidden to dim (05446d2)

❤️ Thank You

  • Jeff Posnick
  • Michael Molisani
Changelog

Sourced from @​stricli/core's changelog.

1.2.6 (2026-02-20)

🚀 Features

  • enhance site with multi-file playground (8a3dc5b)

🩹 Fixes

  • add inputs to nx.json (6258944)
  • add inputs to nx.json to fix nx cache invalidation (7240891)
  • enable and fix new eslint rules (7b185c2)
  • use cyan in help text (041c2bc)
  • switch flags/commands to bold (c9e290f)
  • switch help text headers to underline (9af611f)
  • switch keywords/hidden to dim (05446d2)

❤️ Thank You

  • Jeff Posnick
  • jposnick1
  • mmolisani
Commits
  • 81a3d87 chore(release): 1.2.6
  • 7385428 refactor: use ; as buffer in ANSI escape sequence, Node util for stripping in...
  • 5412369 docs: support additional ANSI codes in playground
  • e1793c4 test: help text for hidden same with/without ANSI
  • 05446d2 fix: switch keywords/hidden to dim
  • 9af611f fix: switch help text headers to underline
  • c9e290f fix: switch flags/commands to bold
  • 212e819 Merge pull request #141 from bloomberg/fix/help-text-contrast
  • 041c2bc fix: use cyan in help text
  • 7b185c2 fix: enable and fix new eslint rules
  • Additional commits viewable in compare view

Updates @anthropic-ai/claude-agent-sdk from 0.2.87 to 0.2.138

Release notes

Sourced from @​anthropic-ai/claude-agent-sdk's releases.

v0.2.138

What's changed

  • Updated to parity with Claude Code v2.1.138

Update

npm install @anthropic-ai/claude-agent-sdk@0.2.138
# or
yarn add @anthropic-ai/claude-agent-sdk@0.2.138
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.2.138
# or
bun add @anthropic-ai/claude-agent-sdk@0.2.138

v0.2.137

What's changed

  • Updated to parity with Claude Code v2.1.137

Update

npm install @anthropic-ai/claude-agent-sdk@0.2.137
# or
yarn add @anthropic-ai/claude-agent-sdk@0.2.137
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.2.137
# or
bun add @anthropic-ai/claude-agent-sdk@0.2.137

v0.2.136

What's changed

  • Added resolveSettings() (alpha) to inspect effective merged settings without spawning the Claude CLI; reads MDM (plist/HKLM/HKCU) for parity with CLI startup
  • Deprecated TodoWrite tool — future versions will switch to Task tools (TaskCreate, TaskGet, TaskUpdate, TaskList)

Update

npm install @anthropic-ai/claude-agent-sdk@0.2.136
# or
yarn add @anthropic-ai/claude-agent-sdk@0.2.136
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.2.136
# or
bun add @anthropic-ai/claude-agent-sdk@0.2.136
</tr></table> 

... (truncated)

Changelog

Sourced from @​anthropic-ai/claude-agent-sdk's changelog.

0.2.138

  • Updated to parity with Claude Code v2.1.138

0.2.137

  • Updated to parity with Claude Code v2.1.137

0.2.136

  • Added resolveSettings() (alpha) to inspect effective merged settings without spawning the Claude CLI; reads MDM (plist/HKLM/HKCU) for parity with CLI startup
  • Deprecated TodoWrite tool — future versions will switch to Task tools (TaskCreate, TaskGet, TaskUpdate, TaskList)

0.2.135

  • Updated to parity with Claude Code v2.1.135

0.2.134

  • Updated to parity with Claude Code v2.1.134

0.2.133

  • Deprecated the unstable V2 session API (unstable_v2_createSession / unstable_v2_resumeSession / unstable_v2_prompt) — use query() instead
  • Deprecated passing 'Skill' in allowedTools — use the skills option instead
  • Updated to parity with Claude Code v2.1.133

0.2.132

  • Documented applyFlagSettings() in the TypeScript Agent SDK reference and added support for null on top-level keys to clear flag-settings overrides
  • Updated to parity with Claude Code v2.1.132

0.2.131

  • Updated to parity with Claude Code v2.1.131

0.2.130

  • Updated to parity with Claude Code v2.1.130

0.2.129

  • Updated to parity with Claude Code v2.1.129

0.2.128

  • Updated to parity with Claude Code v2.1.128

0.2.127

... (truncated)

Commits

Updates tsup from 8.4.0 to 8.5.1

Release notes

Sourced from tsup's releases.

v8.5.1

   🐞 Bug Fixes

    View changes on GitHub

v8.5.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for tsup since your current version.


Updates tsx from 4.19.3 to 4.21.0

Release notes

Sourced from tsx's releases.

v4.21.0

4.21.0 (2025-11-30)

Features


This release is also available on:

v4.20.6

4.20.6 (2025-09-26)

Bug Fixes

  • properly hide relaySignal from process.listeners() (#741) (710a424)

This release is also available on:

v4.20.5

4.20.5 (2025-08-24)

Bug Fixes

  • handle ambiguous packages (796053a)

This release is also available on:

v4.20.4

4.20.4 (2025-08-12)

Bug Fixes

... (truncated)

Commits
  • f6284cd ci: lock in semantic-release v24
  • 048fb62 feat: upgrade esbuild (#748)
  • 710a424 fix: properly hide relaySignal from process.listeners() (#741)
  • 20b91c4 docs: make sponsors dynamic
  • 08dcd59 chore: move vercel settings to root
  • e6d1a47 docs: obfuscate aside classname
  • de2719d style: remove unused variable
  • 13f2954 chore: upgrade docs deps
  • 0504525 chore: upgrade manten
  • 132fdd8 test: assert require.cache
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 18, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 18, 2026 07:05
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 18, 2026

Labels

The following labels could not be found: supply-chain. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 18, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 18, 2026

⚠️ No Changeset found

Latest commit: b377576

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

…ectory with 9 updates

Bumps the production-minor-patch group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.13.1` | `8.20.0` |
| [jiti](https://github.com/unjs/jiti) | `2.6.1` | `2.7.0` |
| [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) | `5.28.9` | `5.33.5` |
| [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) | `4.24.0` | `4.60.3` |
| [@byteslice/result](https://github.com/ByteSliceHQ/byteslice/tree/HEAD/packages/result) | `0.2.0` | `0.3.0` |
| [@stricli/core](https://github.com/bloomberg/stricli) | `1.2.5` | `1.2.6` |
| [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) | `0.2.87` | `0.2.138` |
| [tsup](https://github.com/egoist/tsup) | `8.4.0` | `8.5.1` |
| [tsx](https://github.com/privatenumber/tsx) | `4.19.3` | `4.21.0` |



Updates `pg` from 8.13.1 to 8.20.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.20.0/packages/pg)

Updates `jiti` from 2.6.1 to 2.7.0
- [Release notes](https://github.com/unjs/jiti/releases)
- [Changelog](https://github.com/unjs/jiti/blob/main/CHANGELOG.md)
- [Commits](unjs/jiti@v2.6.1...v2.7.0)

Updates `posthog-node` from 5.28.9 to 5.33.5
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/commits/posthog-node@5.33.5/packages/node)

Updates `@rollup/rollup-linux-x64-gnu` from 4.24.0 to 4.60.3
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.24.0...v4.60.3)

Updates `@byteslice/result` from 0.2.0 to 0.3.0
- [Release notes](https://github.com/ByteSliceHQ/byteslice/releases)
- [Changelog](https://github.com/ByteSliceHQ/byteslice/blob/main/packages/result/CHANGELOG.md)
- [Commits](https://github.com/ByteSliceHQ/byteslice/commits/@byteslice/result@0.3.0/packages/result)

Updates `@stricli/core` from 1.2.5 to 1.2.6
- [Release notes](https://github.com/bloomberg/stricli/releases)
- [Changelog](https://github.com/bloomberg/stricli/blob/main/CHANGELOG.md)
- [Commits](bloomberg/stricli@v1.2.5...v1.2.6)

Updates `@anthropic-ai/claude-agent-sdk` from 0.2.87 to 0.2.138
- [Release notes](https://github.com/anthropics/claude-agent-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/claude-agent-sdk-typescript@v0.2.87...v0.2.138)

Updates `tsup` from 8.4.0 to 8.5.1
- [Release notes](https://github.com/egoist/tsup/releases)
- [Commits](egoist/tsup@v8.4.0...v8.5.1)

Updates `tsx` from 4.19.3 to 4.21.0
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.19.3...v4.21.0)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/claude-agent-sdk"
  dependency-version: 0.2.138
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: "@byteslice/result"
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@rollup/rollup-linux-x64-gnu"
  dependency-version: 4.60.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@stricli/core"
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: jiti
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: pg
  dependency-version: 8.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: posthog-node
  dependency-version: 5.33.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: tsup
  dependency-version: 8.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: tsx
  dependency-version: 4.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/production-minor-patch-2effc0f88e branch from aa24b47 to b377576 Compare May 18, 2026 18:00
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants