Skip to content

⬆ Bump the bun-packages group with 3 updates#198

Merged
savannahostrowski merged 1 commit into
mainfrom
dependabot/bun/bun-packages-28ea8e49d9
Jul 8, 2026
Merged

⬆ Bump the bun-packages group with 3 updates#198
savannahostrowski merged 1 commit into
mainfrom
dependabot/bun/bun-packages-28ea8e49d9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the bun-packages group with 3 updates: p-map, posthog-node and web-tree-sitter.

Updates p-map from 7.0.4 to 7.0.5

Release notes

Sourced from p-map's releases.

v7.0.5

  • Fix pMapIterable mapper index for out-of-order promise inputs (#88) 1af51b5

sindresorhus/p-map@v7.0.4...v7.0.5

Commits

Updates posthog-node from 5.38.3 to 5.39.0

Release notes

Sourced from posthog-node's releases.

posthog-node@5.39.0

5.39.0

Minor Changes

  • #4006 0063128 Thanks @​github-actions! - Add groupIdentifyImmediate() to await the network request when identifying a group, mirroring captureImmediate/identifyImmediate/aliasImmediate. Useful in edge/serverless environments where the background queue may not flush. The Convex integration now uses it directly instead of routing $groupidentify through captureImmediate. (2026-06-30)

Patch Changes

  • Updated dependencies [0063128]:
    • @​posthog/core@​1.39.0

posthog-node@5.38.8

5.38.8

Patch Changes

  • #3974 08b404b Thanks @​mjfaga! - Fix local evaluation ignoring the in/not_in operator on cohort-based flag conditions. "Not in cohort" was evaluated as "in cohort", inverting cohort-exclusion flags. Now applies the operator to the cohort membership result. (2026-06-29)

posthog-node@5.38.7

5.38.7

Patch Changes

  • #3961 619a25c Thanks @​marandaneto! - Retry feature flag requests after transient network errors only. The feature flag request retry count defaults to 1 and can be set to 0 to disable retries. (2026-06-29)
  • Updated dependencies [619a25c]:
    • @​posthog/core@​1.38.1

posthog-node@5.38.6

5.38.6

Patch Changes

posthog-node@5.38.5

5.38.5

Patch Changes

... (truncated)

Changelog

Sourced from posthog-node's changelog.

5.39.0

Minor Changes

  • #4006 0063128 Thanks @​github-actions! - Add groupIdentifyImmediate() to await the network request when identifying a group, mirroring captureImmediate/identifyImmediate/aliasImmediate. Useful in edge/serverless environments where the background queue may not flush. The Convex integration now uses it directly instead of routing $groupidentify through captureImmediate. (2026-06-30)

Patch Changes

  • Updated dependencies [0063128]:
    • @​posthog/core@​1.39.0

5.38.8

Patch Changes

  • #3974 08b404b Thanks @​mjfaga! - Fix local evaluation ignoring the in/not_in operator on cohort-based flag conditions. "Not in cohort" was evaluated as "in cohort", inverting cohort-exclusion flags. Now applies the operator to the cohort membership result. (2026-06-29)

5.38.7

Patch Changes

  • #3961 619a25c Thanks @​marandaneto! - Retry feature flag requests after transient network errors only. The feature flag request retry count defaults to 1 and can be set to 0 to disable retries. (2026-06-29)
  • Updated dependencies [619a25c]:
    • @​posthog/core@​1.38.1

5.38.6

Patch Changes

5.38.5

Patch Changes

5.38.4

Patch Changes

... (truncated)

Commits
  • 254c5b1 chore: update versions and lockfile [version bump]
  • 0063128 feat: Add groupIdentifyImmediate() method to Node.js SDK (#4006)
  • 479d5ea chore: update versions and lockfile [version bump]
  • 08b404b fix(node): apply in/not_in operator on flag-level cohort conditions in local ...
  • 272c193 chore: update versions and lockfile [version bump]
  • 619a25c fix(flags): retry flag requests on transient network errors (#3961)
  • d2faa82 chore: update versions and lockfile [version bump]
  • 606ef43 fix: preserve $groups passed via properties (#3896)
  • 5c4838f chore: update versions and lockfile [version bump]
  • 8e9689a fix: Dedupe feature flag called events by response (#3955)
  • Additional commits viewable in compare view

Updates web-tree-sitter from 0.26.9 to 0.26.10

Release notes

Sourced from web-tree-sitter's releases.

v0.26.10

What's Changed

Full Changelog: tree-sitter/tree-sitter@v0.26.9...v0.26.10

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the bun-packages group with 3 updates: [p-map](https://github.com/sindresorhus/p-map), [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) and [web-tree-sitter](https://github.com/tree-sitter/tree-sitter/tree/HEAD/lib/binding_web).


Updates `p-map` from 7.0.4 to 7.0.5
- [Release notes](https://github.com/sindresorhus/p-map/releases)
- [Commits](sindresorhus/p-map@v7.0.4...v7.0.5)

Updates `posthog-node` from 5.38.3 to 5.39.0
- [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.39.0/packages/node)

Updates `web-tree-sitter` from 0.26.9 to 0.26.10
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](https://github.com/tree-sitter/tree-sitter/commits/v0.26.10/lib/binding_web)

---
updated-dependencies:
- dependency-name: p-map
  dependency-version: 7.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun-packages
- dependency-name: posthog-node
  dependency-version: 5.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bun-packages
- dependency-name: web-tree-sitter
  dependency-version: 0.26.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun-packages
...

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 Jul 7, 2026
@github-actions github-actions Bot added the internal Internal changes label Jul 7, 2026
@savannahostrowski savannahostrowski merged commit b602c80 into main Jul 8, 2026
15 checks passed
@savannahostrowski savannahostrowski deleted the dependabot/bun/bun-packages-28ea8e49d9 branch July 8, 2026 17:12
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 internal Internal changes javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant