Skip to content

posthog-js@1.419.1

Choose a tag to compare

@github-actions github-actions released this 25 Aug 16:45
Immutable release. Only release title and notes can be modified.
8157276

1.419.1

Patch Changes

  • #4638 d166e54 Thanks @github-actions! - Declare react and @types/react as optional peer dependencies so the posthog-js/react entry point can resolve React on strict node_modules layouts — pnpm and bun isolated linkers backed by a global store, where the package is installed outside the project tree and Node's directory walk never reaches the app's React.

    Projects that do not import posthog-js/react are unaffected: the peers are optional, so npm, pnpm, yarn, and bun install them only when React is already present and emit no unmet-peer warnings. (2026-08-25)