Skip to content

Bump the js-minor-patch group across 1 directory with 5 updates - #38

Open
dependabot[bot] wants to merge 1 commit into
app/schedulerfrom
dependabot/npm_and_yarn/js-minor-patch-89b883dfa1
Open

Bump the js-minor-patch group across 1 directory with 5 updates#38
dependabot[bot] wants to merge 1 commit into
app/schedulerfrom
dependabot/npm_and_yarn/js-minor-patch-89b883dfa1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the js-minor-patch group with 5 updates in the / directory:

Package From To
@clerk/clerk-react 5.61.8 5.61.9
posthog-js 1.399.2 1.407.3
react 19.2.7 19.2.8
react-dom 19.2.7 19.2.8
@clerk/testing 1.14.8 1.14.9

Updates @clerk/clerk-react from 5.61.8 to 5.61.9

Changelog

Sourced from @​clerk/clerk-react's changelog.

5.61.9

Patch Changes

  • Updated dependencies [4093b03]:
    • @​clerk/shared@​3.47.8
Commits

Updates posthog-js from 1.399.2 to 1.407.3

Release notes

Sourced from posthog-js's releases.

posthog-js@1.407.3

1.407.3

Patch Changes

  • #4214 f7399a0 Thanks @​felipeatom! - Fix canRenderSurvey / canRenderSurveyAsync reporting a survey as renderable before its event/action activation trigger has fired. Surveys gated on a "User sends events" filter are now only eligible once the trigger event is received. (2026-07-27)

  • #4231 eabe2ef Thanks @​marandaneto! - Send analytics request timestamps in capture bodies while retaining query timestamps for session recordings. (2026-07-27)

  • #4102 fa4844b Thanks @​marandaneto! - Send SDK library identity in feature flag person properties instead of URL query parameters. (2026-07-27)

  • #4220 11330b3 Thanks @​SegFaultZero! - fix(replay): prevent server timings from dropped ingestion requests causing an endless capture loop (2026-07-27)

  • Updated dependencies [7210789]:

    • @​posthog/browser-common@​0.2.2

posthog-js@1.407.2

1.407.2

Patch Changes

  • #4224 ba7042b Thanks @​turnipdabeets! - Fix session replay recordings being unplayable after the session rotated in a tab with no user interaction. When a session expired and rotated (for example in a long-lived background tab), a recorder that had not yet seen user interaction kept attributing snapshots — including full snapshots — to the previous session, so the new session never received a playable full snapshot. The recorder now restarts on rotation in this state, re-syncs its session id from the session manager if they ever diverge, and flushes its buffer on the normal cadence before the first user interaction instead of holding data until the next rotation or page unload. (2026-07-23)

posthog-js@1.407.1

1.407.1

Patch Changes

  • #4218 33f0bd7 Thanks @​marandaneto! - Send ISO feature flag timestamps in request bodies, use numeric sent_at query timestamps for capture POSTs, and preserve _ cache busting for dynamic GET requests. (2026-07-23)

posthog-js@1.407.0

1.407.0

Minor Changes

  • #4222 0f2407b Thanks @​turnipdabeets! - feat: add a default-value option to isFeatureEnabled

    isFeatureEnabled(key, { defaultValue: false }) now returns the given default when the flag has no value — flags not loaded yet, or no flag with that key — and the return type narrows to boolean. The option name is the same in posthog-js, posthog-js-lite, and posthog-react-native. Without defaultValue, behavior is unchanged: boolean | undefined. (2026-07-22)

Patch Changes

  • #4203 90e7483 Thanks @​posthog! - fix(conversations): let users start a new conversation while a ticket is still open

    The support widget now surfaces the ticket list navigation (and its "New conversation" button) whenever the user has any ticket, instead of only when they have multiple tickets

... (truncated)

Commits
  • 0eb778b chore: update versions and lockfile [version bump]
  • 3b2e68d fix: prevent Jest worker resource leaks (#4247)
  • 7e0355a ci: isolate minimum TypeScript consumer tests (#4262)
  • b9232e9 chore: remove Node.js deprecation warnings (#4260)
  • a485eb5 chore: address priority dependency debt (#4258)
  • fa4844b fix(browser): send sdk identity in flags person properties (#4102)
  • 2b948da ci: upgrade GitHub Actions to Node 24 (#4245)
  • ead5955 ci: refresh TypeScript compatibility matrix (#4261)
  • 3791710 chore(tests): fail on unexpected console output (#4263)
  • 70d8b1c ci: reduce duplicate browser work (#4257)
  • Additional commits viewable in compare view

Updates react from 19.2.7 to 19.2.8

Release notes

Sourced from react's releases.

19.2.8 (July 21st, 2026)

React Server Components

Commits

Updates react-dom from 19.2.7 to 19.2.8

Release notes

Sourced from react-dom's releases.

19.2.8 (July 21st, 2026)

React Server Components

Commits

Updates @clerk/testing from 1.14.8 to 1.14.9

Changelog

Sourced from @​clerk/testing's changelog.

1.14.9

Patch Changes

  • Updated dependencies [4093b03]:
    • @​clerk/shared@​3.47.8
    • @​clerk/backend@​2.33.6
    • @​clerk/types@​4.101.26
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@clerk/testing [>= 2.a, < 3]

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 26, 2026
Bumps the js-minor-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@clerk/clerk-react](https://github.com/clerk/javascript/tree/HEAD/packages/react) | `5.61.8` | `5.61.9` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.399.2` | `1.407.3` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.7` | `19.2.8` |
| [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.7` | `19.2.8` |
| [@clerk/testing](https://github.com/clerk/javascript/tree/HEAD/packages/testing) | `1.14.8` | `1.14.9` |



Updates `@clerk/clerk-react` from 5.61.8 to 5.61.9
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/@clerk/clerk-react@5.61.9/packages/react/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/clerk-react@5.61.9/packages/react)

Updates `posthog-js` from 1.399.2 to 1.407.3
- [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.399.2...posthog-js@1.407.3)

Updates `react` from 19.2.7 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react)

Updates `react-dom` from 19.2.7 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom)

Updates `@clerk/testing` from 1.14.8 to 1.14.9
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/@clerk/testing@1.14.9/packages/testing/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/testing@1.14.9/packages/testing)

---
updated-dependencies:
- dependency-name: "@clerk/clerk-react"
  dependency-version: 5.61.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-minor-patch
- dependency-name: "@clerk/testing"
  dependency-version: 1.14.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-minor-patch
- dependency-name: posthog-js
  dependency-version: 1.407.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor-patch
- dependency-name: react
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-minor-patch
- dependency-name: react-dom
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/js-minor-patch-89b883dfa1 branch from 4f7fbb6 to c230982 Compare July 31, 2026 05:58
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.

0 participants