Skip to content

chore: bump the all-minor-patch group across 1 directory with 7 updates#255

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/all-minor-patch-cd2a79bbdd
Open

chore: bump the all-minor-patch group across 1 directory with 7 updates#255
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/all-minor-patch-cd2a79bbdd

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the all-minor-patch group with 7 updates in the / directory:

Package From To
@posthog/nextjs-config 1.9.7 1.9.11
@tanstack/react-query 5.100.1 5.100.5
lucide-react 1.9.0 1.11.0
next 16.2.3 16.2.4
posthog-js 1.371.2 1.372.1
react 19.2.4 19.2.5
react-dom 19.2.4 19.2.5

Updates @posthog/nextjs-config from 1.9.7 to 1.9.11

Release notes

Sourced from @​posthog/nextjs-config's releases.

@​posthog/nextjs-config@​1.9.11

1.9.11

Patch Changes

  • Updated dependencies []:
    • @​posthog/webpack-plugin@​1.4.11

@​posthog/nextjs-config@​1.9.10

1.9.10

Patch Changes

  • Updated dependencies []:
    • @​posthog/webpack-plugin@​1.4.10

@​posthog/nextjs-config@​1.9.9

1.9.9

Patch Changes

  • Updated dependencies []:
    • @​posthog/webpack-plugin@​1.4.9

@​posthog/nextjs-config@​1.9.8

1.9.8

Patch Changes

  • Updated dependencies []:
    • @​posthog/webpack-plugin@​1.4.8
Changelog

Sourced from @​posthog/nextjs-config's changelog.

1.9.11

Patch Changes

  • Updated dependencies []:
    • @​posthog/webpack-plugin@​1.4.11

1.9.10

Patch Changes

  • Updated dependencies []:
    • @​posthog/webpack-plugin@​1.4.10

1.9.9

Patch Changes

  • Updated dependencies []:
    • @​posthog/webpack-plugin@​1.4.9

1.9.8

Patch Changes

  • Updated dependencies []:
    • @​posthog/webpack-plugin@​1.4.8
Commits
  • 782f944 chore: update versions and lockfile [version bump]
  • 82b5b19 chore: update versions and lockfile [version bump]
  • 4149102 chore: update versions and lockfile [version bump]
  • 4df59d3 chore: update versions and lockfile [version bump]
  • See full diff in compare view

Updates @tanstack/react-query from 5.100.1 to 5.100.5

Release notes

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

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

Patch Changes

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

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

Patch Changes

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

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

Patch Changes

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

@​tanstack/react-query@​5.100.5

Patch Changes

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

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

Patch Changes

  • fix(devtools): change onClose callback type from () => unknown to () => void (#10118)

  • Updated dependencies [3d1a62e]:

    • @​tanstack/query-devtools@​5.100.4
    • @​tanstack/react-query@​5.100.4

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

Patch Changes

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

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

Patch Changes

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

@​tanstack/react-query@​5.100.4

Patch Changes

... (truncated)

Changelog

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

5.100.5

Patch Changes

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

5.100.4

Patch Changes

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

5.100.3

Patch Changes

  • fix(suspense): skip calling combine when queries would suspend (#10576)

  • Updated dependencies [f85d825]:

    • @​tanstack/query-core@​5.100.3

5.100.2

Patch Changes

Commits

Updates lucide-react from 1.9.0 to 1.11.0

Release notes

Sourced from lucide-react's releases.

Version 1.11.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.9.0...1.11.0

Version 1.10.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.9.0...1.10.0

Commits

Updates next from 16.2.3 to 16.2.4

Release notes

Sourced from next's releases.

v16.2.4

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • chore: Bump reqwest to 0.13.2 (Fixes Google Fonts with Turbopack for Windows on ARM64) (#92713)
  • Turbopack: fix filesystem watcher config not applying follow_symlinks(false) (#92631)
  • Scope Safari ?ts= cache-buster to CSS/font assets only (Pages Router) (#92580)
  • Compiler: Support boolean and number primtives in next.config defines (#92731)
  • turbo-tasks: Fix recomputation loop by allowing cell cleanup on error during recomputation (#92725)
  • Turbopack: shorter error for ChunkGroupInfo::get_index_of (#92814)
  • Turbopack: shorter error message for ModuleBatchesGraph::get_entry_index (#92828)
  • Adding more system info to the 'initialize project' trace (#92427)

Credits

Huge thanks to @​Badbird5907, @​lukesandberg, @​andrewimm, @​sokra, and @​mischnic for helping!

Commits
  • 2275bd8 v16.2.4
  • e073983 Adding more system info to the 'initialize project' trace (#92427)
  • 8a540b5 Turbopack: shorter error message for ModuleBatchesGraph::get_entry_index (#92...
  • 2f5343f Turbopack: shorter error for ChunkGroupInfo::get_index_of (#92814)
  • 2ad9d3f turbo-tasks: Fix recomputation loop by allowing cell cleanup on error during ...
  • 6f3808e Compiler: Support boolean and number primtives in next.config defines (#92731)
  • fbc7684 Scope Safari ?ts= cache-buster to CSS/font assets only (Pages Router) (#92580)
  • 805d758 Turbopack: fix filesystem watcher config not applying follow_symlinks(false) ...
  • 1056fae chore: Bump reqwest to 0.13.2 (#92713)
  • See full diff in compare view

Updates posthog-js from 1.371.2 to 1.372.1

Release notes

Sourced from posthog-js's releases.

posthog-js@1.372.1

1.372.1

Patch Changes

  • #3464 70508df Thanks @​dustinbyrne! - Avoid using Blob.stream() for native async gzip compression to prevent Safari NotReadableError stream failures. (2026-04-24)
  • Updated dependencies [70508df]:
    • @​posthog/core@​1.27.5
    • @​posthog/types@​1.372.1

posthog-js@1.372.0

1.372.0

Minor Changes

Patch Changes

  • Updated dependencies []:
    • @​posthog/types@​1.372.0
    • @​posthog/core@​1.27.4

posthog-js@1.371.4

1.371.4

Patch Changes

posthog-js@1.371.3

1.371.3

Patch Changes

Commits
  • 782f944 chore: update versions and lockfile [version bump]
  • 70508df fix: avoid Blob.stream for native gzip (#3464)
  • 82b5b19 chore: update versions and lockfile [version bump]
  • eaa1322 feat: resolved ticket is resolved (#3470)
  • 4149102 chore: update versions and lockfile [version bump]
  • 3c4fc1e chore(replay): bump rrweb version to 0.0.60 (#3469)
  • 4df59d3 chore: update versions and lockfile [version bump]
  • ae008d4 test: test release process from main branch (#3467)
  • 40917ea chore(ci): trigger release workflow from pushes to main (#3461)
  • daf028d fix(core): log invalid api keys and disable client (#3437)
  • Additional commits viewable in compare view

Updates react from 19.2.4 to 19.2.5

Release notes

Sourced from react's releases.

19.2.5 (April 8th, 2026)

React Server Components

Commits

Updates react-dom from 19.2.4 to 19.2.5

Release notes

Sourced from react-dom's releases.

19.2.5 (April 8th, 2026)

React Server Components

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 all-minor-patch group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@posthog/nextjs-config](https://github.com/PostHog/posthog-js/tree/HEAD/packages/nextjs-config) | `1.9.7` | `1.9.11` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.100.1` | `5.100.5` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.9.0` | `1.11.0` |
| [next](https://github.com/vercel/next.js) | `16.2.3` | `16.2.4` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.371.2` | `1.372.1` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.4` | `19.2.5` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.4` | `19.2.5` |



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

Updates `@tanstack/react-query` from 5.100.1 to 5.100.5
- [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.100.5/packages/react-query)

Updates `lucide-react` from 1.9.0 to 1.11.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.11.0/packages/lucide-react)

Updates `next` from 16.2.3 to 16.2.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.2.3...v16.2.4)

Updates `posthog-js` from 1.371.2 to 1.372.1
- [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.371.2...posthog-js@1.372.1)

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

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

---
updated-dependencies:
- dependency-name: "@posthog/nextjs-config"
  dependency-version: 1.9.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.100.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: lucide-react
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: next
  dependency-version: 16.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: posthog-js
  dependency-version: 1.372.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: react
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: react-dom
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Related to dependencies label Apr 27, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 27, 2026

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

Project Deployment Actions Updated (UTC)
inferencemax-app Ready Ready Preview, Comment Apr 27, 2026 1:33am

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants