Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps the dependencies group with 22 updates:

Package From To
@next/bundle-analyzer 16.0.0 16.0.1
@trpc/client 11.6.0 11.7.1
@trpc/next 11.6.0 11.7.1
@trpc/react-query 11.6.0 11.7.1
@trpc/server 11.6.0 11.7.1
lucide-react 0.548.0 0.552.0
next 16.0.0 16.0.1
next-cloudinary 6.16.2 6.17.0
posthog-js 1.280.1 1.283.0
posthog-node 5.10.3 5.11.0
react-hook-form 7.65.0 7.66.0
resend 6.2.2 6.4.0
sass 1.93.2 1.93.3
superjson 2.2.3 2.2.5
svix 1.80.0 1.81.0
@eslint/js 9.38.0 9.39.0
@next/eslint-plugin-next 16.0.0 16.0.1
@types/node 24.9.1 24.9.2
eslint 9.38.0 9.39.0
eslint-config-next 16.0.0 16.0.1
eslint-config-turbo 2.5.8 2.6.0
jsdom 27.0.1 27.1.0

Updates @next/bundle-analyzer from 16.0.0 to 16.0.1

Release notes

Sourced from @​next/bundle-analyzer's releases.

v16.0.1

Core Changes

  • fix(static-paths): add depth tracking to parallel route param resolution: #85319
  • Fix types of @​next/mdx: #82238
  • Ensure getServerInsertedHTML skips rendering correctly: #85394
  • Fix duplicate .next/types include on Windows: #85400
  • Exclude next-js condition from middleware, proxy, and instrumentation: #85321
  • remove unstable_forceStale prefetch option & restore prefetch={true} functionality: #85411
  • Upgrade React from 2bcbf254-20251020 to 6160773f-20251023: #85277
  • fix(next/image): swap dependencies: #85419
  • Handle Origin: null headers: #85402
  • Generalize Segment Cache fallback implementation: #84652
  • fix: ensure req.query is writable: #81573
  • fix: Proxy not picked up on Windows: #85443
  • [test] Ensure we can toggle the DevTools menu while status indicators are active: #85456
  • Fix crash when suspending in Components using useActionQueue: #85459

Misc Changes

  • docs: create-next-app react-compiler and new prompts: #85213
  • docs: cache components - introduction: #85196
  • docs: use cache feedback: #85169
  • docs: stabilize apis in docs: #85219
  • docs: revalidateTag immediate expiration in Route Handlers: #85223
  • Docs/use cache feedback 2: #85222
  • docs: added use cache: remote docs: #85145
  • docs: proxy runtime defaults to nodejs: #85204
  • chore: cache components feedback: #85241
  • docs: add a note that cache components is opt-in near the top: #85245
  • Docs/v16 feedback: #85259
  • Update command to install babel-plugin-react-compiler as a devDependency: #85235
  • docs: typegen next-env.d.ts feedback: #85273
  • docs: link to MCP guide from upgrade: #85308
  • docs: regexp removed from middleware config: #85343
  • docs: simplify MCP guide to focus on next-devtools-mcp: #85353
  • docs: fix proxy matcher overflow: #85337
  • docs: point out diff in serialization types for arguments and return values: #85338
  • [test] Update snapshots: #85407
  • docs: Fix typo in SEO section of loading.mdx: #85301
  • Fix typo in Fast Refresh documentation: #85352
  • Fix grammatical errors in updating data documentation: #85067
  • [test] Skip devlow benchmarks on PRs: #85408
  • [test] Unflake typed-env suite: #85410
  • Update rust toolchain to 2025-10-27: #85409
  • [test] Speed up prefetching suite: #85417
  • docs: remove inaccuracies from use cache: private: #85425
  • [test] Exclude Next.js internal stack frames from cache-component-error CLI output assertions: #85421
  • [test] Exclude likely Next.js internal Components from component stacks in Redbox assertions: #85420
  • Turbopack: correctly trace files with npm: #85323

... (truncated)

Commits

Updates @trpc/client from 11.6.0 to 11.7.1

Release notes

Sourced from @​trpc/client's releases.

v11.7.1

What's Changed

New Contributors

Full Changelog: trpc/trpc@v11.7.0...v11.7.1

v11.7.0

What's Changed

Full Changelog: trpc/trpc@v11.6.0...v11.7.0

Commits

Updates @trpc/next from 11.6.0 to 11.7.1

Release notes

Sourced from @​trpc/next's releases.

v11.7.1

What's Changed

New Contributors

Full Changelog: trpc/trpc@v11.7.0...v11.7.1

v11.7.0

What's Changed

Full Changelog: trpc/trpc@v11.6.0...v11.7.0

Commits

Updates @trpc/react-query from 11.6.0 to 11.7.1

Release notes

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

v11.7.1

What's Changed

New Contributors

Full Changelog: trpc/trpc@v11.7.0...v11.7.1

v11.7.0

What's Changed

Full Changelog: trpc/trpc@v11.6.0...v11.7.0

Commits

Updates @trpc/server from 11.6.0 to 11.7.1

Release notes

Sourced from @​trpc/server's releases.

v11.7.1

What's Changed

New Contributors

Full Changelog: trpc/trpc@v11.7.0...v11.7.1

v11.7.0

What's Changed

Full Changelog: trpc/trpc@v11.6.0...v11.7.0

Commits

Updates lucide-react from 0.548.0 to 0.552.0

Release notes

Sourced from lucide-react's releases.

Version 0.552.0

What's Changed

Full Changelog: lucide-icons/lucide@0.551.0...0.552.0

Version 0.551.0

What's Changed

Full Changelog: lucide-icons/lucide@0.550.0...0.551.0

Version 0.550.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.549.0...0.550.0

Version 0.549.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.548.0...0.549.0

Commits

Updates next from 16.0.0 to 16.0.1

Release notes

Sourced from next's releases.

v16.0.1

Core Changes

  • fix(static-paths): add depth tracking to parallel route param resolution: #85319
  • Fix types of @​next/mdx: #82238
  • Ensure getServerInsertedHTML skips rendering correctly: #85394
  • Fix duplicate .next/types include on Windows: #85400
  • Exclude next-js condition from middleware, proxy, and instrumentation: #85321
  • remove unstable_forceStale prefetch option & restore prefetch={true} functionality: #85411
  • Upgrade React from 2bcbf254-20251020 to 6160773f-20251023: #85277
  • fix(next/image): swap dependencies: #85419
  • Handle Origin: null headers: #85402
  • Generalize Segment Cache fallback implementation: #84652
  • fix: ensure req.query is writable: #81573
  • fix: Proxy not picked up on Windows: #85443
  • [test] Ensure we can toggle the DevTools menu while status indicators are active: #85456
  • Fix crash when suspending in Components using useActionQueue: #85459

Misc Changes

  • docs: create-next-app react-compiler and new prompts: #85213
  • docs: cache components - introduction: #85196
  • docs: use cache feedback: #85169
  • docs: stabilize apis in docs: #85219
  • docs: revalidateTag immediate expiration in Route Handlers: #85223
  • Docs/use cache feedback 2: #85222
  • docs: added use cache: remote docs: #85145
  • docs: proxy runtime defaults to nodejs: #85204
  • chore: cache components feedback: #85241
  • docs: add a note that cache components is opt-in near the top: #85245
  • Docs/v16 feedback: #85259
  • Update command to install babel-plugin-react-compiler as a devDependency: #85235
  • docs: typegen next-env.d.ts feedback: #85273
  • docs: link to MCP guide from upgrade: #85308
  • docs: regexp removed from middleware config: #85343
  • docs: simplify MCP guide to focus on next-devtools-mcp: #85353
  • docs: fix proxy matcher overflow: #85337
  • docs: point out diff in serialization types for arguments and return values: #85338
  • [test] Update snapshots: #85407
  • docs: Fix typo in SEO section of loading.mdx: #85301
  • Fix typo in Fast Refresh documentation: #85352
  • Fix grammatical errors in updating data documentation: #85067
  • [test] Skip devlow benchmarks on PRs: #85408
  • [test] Unflake typed-env suite: #85410
  • Update rust toolchain to 2025-10-27: #85409
  • [test] Speed up prefetching suite: #85417
  • docs: remove inaccuracies from use cache: private: #85425
  • [test] Exclude Next.js internal stack frames from cache-component-error CLI output assertions: #85421
  • [test] Exclude likely Next.js internal Components from component stacks in Redbox assertions: #85420
  • Turbopack: correctly trace files with npm: #85323

... (truncated)

Commits
  • e08402b v16.0.1
  • 51d9631 Upgrade React from 6160773f-20251023 to b4455a6e-20251027 (#85464)
  • 163fc17 v16.0.1-canary.6
  • a986e17 Fix crash when suspending in Components using useActionQueue (#85459)
  • 4067214 Turbopack: correctly trace files with npm (#85323)
  • 976a222 [test] Ensure we can toggle the DevTools menu while status indicators are act...
  • b95dbe6 fix: Proxy not picked up on Windows (#85443)
  • b0837e0 [test] Exclude likely Next.js internal Components from component stacks in Re...
  • 456d8e7 fix: ensure req.query is writable (#81573)
  • 0b6fe15 [test] Exclude Next.js internal stack frames from cache-component-error CLI o...
  • Additional commits viewable in compare view

Updates next-cloudinary from 6.16.2 to 6.17.0

Updates posthog-js from 1.280.1 to 1.283.0

Release notes

Sourced from posthog-js's releases.

[email protected]

1.283.0

Minor Changes

  • #2520 068d55e Thanks @​lricoy! - Add bot pageview collection behind preview flag. Enables tracking bot traffic as $bot_pageview events when the __preview_capture_bot_pageviews flag is enabled.

Patch Changes

[email protected]

1.282.0

Minor Changes

  • #2517 46e3ca6 Thanks @​pauldambra! - feat: add a component that will wrap your components and capture an event when they are in view in the browser

Patch Changes

[email protected]

1.281.0

Minor Changes

Patch Changes

Commits
  • f883b65 chore: update versions and lockfile
  • 6c48a04 fix: bump version (#2532)
  • 068d55e feat: add bot pageview collection behind preview flag (#2520)
  • 43c0470 chore: add web analytics files to code owners (#2530)
  • 1ad4b1d Update generated references
  • 6c735ab chore: update versions and lockfile
  • 46e3ca6 chore: add capture on viewed to playground (#2517)
  • 3f9478c feat: add a component to capture when wrapped components are in view in the b...
  • 1a1e2cf chore: rearrange things for re-use within the react SDK (#2515)
  • 465f7e2 chore: add a posthog react playground that does nothing (#2514)
  • Additional commits viewable in compare view

Updates posthog-node from 5.10.3 to 5.11.0

Release notes

Sourced from posthog-node's releases.

[email protected]

5.11.0

Minor Changes

  • #2520 068d55e Thanks @​lricoy! - Add bot pageview collection behind preview flag. Enables tracking bot traffic as $bot_pageview events when the __preview_capture_bot_pageviews flag is enabled.

Patch Changes

[email protected]

5.10.4

Patch Changes

Changelog

Sourced from posthog-node's changelog.

5.11.0

Minor Changes

  • #2520 068d55e Thanks @​lricoy! - Add bot pageview collection behind preview flag. Enables tracking bot traffic as $bot_pageview events when the __preview_capture_bot_pageviews flag is enabled.

Patch Changes

5.10.4

Patch Changes

Commits

Updates react-hook-form from 7.65.0 to 7.66.0

Release notes

Sourced from react-hook-form's releases.

Version 7.66.0

🎥 feat: make useWatch and useController to react to name change (#13070) 🐛 fix: watch() returning undefined immediately after reset() - Issue #13088 (#13091) 🐞 fix(Watch): correct render function parameter typing (#13108)

thanks to @​aspirisen, @​scato3, @​dusan233 & @​zoldyzdk

Commits
  • 089f0a3 7.66.0
  • 0eb3463 📜 docs: update React Context reference in useFormContext documentation (#13111)
  • 384ad49 🐞 fix(Watch): correct render function parameter typing (#13108)
  • af84a5d 🐛 fix: watch() returning undefined immediately after reset() - Issue #13088 (...
  • 0b8be38 🎥 feat: make useWatch and useController to react to name change (#13070)
  • See full diff in compare view

Updates resend from 6.2.2 to 6.4.0

Release notes

Sourced from resend's releases.

v6.4.0

What's Changed

Full Changelog: resend/resend-node@v6.3.0...v6.4.0

v6.3.0

What's Changed

Full Changelog: resend/resend-node@v6.2.2...v6.3.0

Commits

Updates sass from 1.93.2 to 1.93.3

Release notes

Sourced from sass's releases.

Dart Sass 1.93.3

To install Sass 1.93.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a performance regression that was introduced in 1.92.0.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.93.3

  • Fix a performance regression that was introduced in 1.92.0.
Commits
  • 4e5bd25 Stop holding onto stack traces for every CSS declaration (#2666)
  • 65b77ee Bump analyzer, protobuf, protoc_plugin and dartdoc (#2660)
  • e61936c Bump actions/setup-node from 4 to 6 (#2661)
  • b5f4c67 Bump actions/setup-node from 5 to 6 in /.github/util/initialize (#2662)
  • See full diff in compare view

Updates superjson from 2.2.3 to 2.2.5

Release notes

Sourced from superjson's releases.

v2.2.5

What's Changed

Full Changelog: flightcontrolhq/superjson@v2.2.3...v2.2.5

Commits

Updates svix from 1.80.0 to 1.81.0

Release notes

Sourced from svix's releases.

v1.81.0

What's Changed

Full Changelog: svix/svix-webhooks@v1.80.0...v1.81.0

Changelog

Sourced from svix's changelog.

Version 1.81.0

Commits

Updates @eslint/js from 9.38.0 to 9.39.0

Release notes

Sourced from @​eslint/js's releases.

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#20222) (sethamus)

Chores

  • dfe3c1b chore: update @eslint/js version to 9.39.0 (#20270) (Francesco Trotta)
  • 2375a6d chore: package.json update for @​eslint/js release (Jenkins)
  • a1f4e52 chore: update @eslint dependencies (#20265) (Francesco Trotta)
  • c7d3229 chore: update dependency @​eslint/core to ^0.17.0 (#20256) (renovate[bot])
  • 27549bc chore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)
  • a1370ee ci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)
Commits
  • 2375a6d chore: package.json update for @​eslint/js release
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208)
  • See full diff in compare view

Updates @next/eslint-plugin-next from 16.0.0 to 16.0.1

Release notes

Sourced from @​next/eslint-plugin-next's re...

Description has been truncated

Bumps the dependencies group with 22 updates:

| Package | From | To |
| --- | --- | --- |
| [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `16.0.0` | `16.0.1` |
| [@trpc/client](https://github.com/trpc/trpc/tree/HEAD/packages/client) | `11.6.0` | `11.7.1` |
| [@trpc/next](https://github.com/trpc/trpc/tree/HEAD/packages/next) | `11.6.0` | `11.7.1` |
| [@trpc/react-query](https://github.com/trpc/trpc/tree/HEAD/packages/react) | `11.6.0` | `11.7.1` |
| [@trpc/server](https://github.com/trpc/trpc/tree/HEAD/packages/server) | `11.6.0` | `11.7.1` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.548.0` | `0.552.0` |
| [next](https://github.com/vercel/next.js) | `16.0.0` | `16.0.1` |
| next-cloudinary | `6.16.2` | `6.17.0` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.280.1` | `1.283.0` |
| [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) | `5.10.3` | `5.11.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.65.0` | `7.66.0` |
| [resend](https://github.com/resend/resend-node) | `6.2.2` | `6.4.0` |
| [sass](https://github.com/sass/dart-sass) | `1.93.2` | `1.93.3` |
| [superjson](https://github.com/blitz-js/superjson) | `2.2.3` | `2.2.5` |
| [svix](https://github.com/svix/svix-libs) | `1.80.0` | `1.81.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.38.0` | `9.39.0` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `16.0.0` | `16.0.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.9.1` | `24.9.2` |
| [eslint](https://github.com/eslint/eslint) | `9.38.0` | `9.39.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.0.0` | `16.0.1` |
| [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo) | `2.5.8` | `2.6.0` |
| [jsdom](https://github.com/jsdom/jsdom) | `27.0.1` | `27.1.0` |


Updates `@next/bundle-analyzer` from 16.0.0 to 16.0.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.0.1/packages/next-bundle-analyzer)

Updates `@trpc/client` from 11.6.0 to 11.7.1
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.7.1/packages/client)

Updates `@trpc/next` from 11.6.0 to 11.7.1
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.7.1/packages/next)

Updates `@trpc/react-query` from 11.6.0 to 11.7.1
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.7.1/packages/react)

Updates `@trpc/server` from 11.6.0 to 11.7.1
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.7.1/packages/server)

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

Updates `next` from 16.0.0 to 16.0.1
- [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.0.0...v16.0.1)

Updates `next-cloudinary` from 6.16.2 to 6.17.0

Updates `posthog-js` from 1.280.1 to 1.283.0
- [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/[email protected]@1.283.0)

Updates `posthog-node` from 5.10.3 to 5.11.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/[email protected]/packages/node)

Updates `react-hook-form` from 7.65.0 to 7.66.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.65.0...v7.66.0)

Updates `resend` from 6.2.2 to 6.4.0
- [Release notes](https://github.com/resend/resend-node/releases)
- [Commits](resend/resend-node@v6.2.2...v6.4.0)

Updates `sass` from 1.93.2 to 1.93.3
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.93.2...1.93.3)

Updates `superjson` from 2.2.3 to 2.2.5
- [Release notes](https://github.com/blitz-js/superjson/releases)
- [Commits](flightcontrolhq/superjson@v2.2.3...v2.2.5)

Updates `svix` from 1.80.0 to 1.81.0
- [Release notes](https://github.com/svix/svix-libs/releases)
- [Changelog](https://github.com/svix/svix-webhooks/blob/main/ChangeLog.md)
- [Commits](svix/svix-webhooks@v1.80.0...v1.81.0)

Updates `@eslint/js` from 9.38.0 to 9.39.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.0/packages/js)

Updates `@next/eslint-plugin-next` from 16.0.0 to 16.0.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.0.1/packages/eslint-plugin-next)

Updates `@types/node` from 24.9.1 to 24.9.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint` from 9.38.0 to 9.39.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.38.0...v9.39.0)

Updates `eslint-config-next` from 16.0.0 to 16.0.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.0.1/packages/eslint-config-next)

Updates `eslint-config-turbo` from 2.5.8 to 2.6.0
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](https://github.com/vercel/turborepo/commits/v2.6.0/packages/eslint-config-turbo)

Updates `jsdom` from 27.0.1 to 27.1.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@27.0.1...27.1.0)

---
updated-dependencies:
- dependency-name: "@next/bundle-analyzer"
  dependency-version: 16.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@trpc/client"
  dependency-version: 11.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@trpc/next"
  dependency-version: 11.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@trpc/react-query"
  dependency-version: 11.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@trpc/server"
  dependency-version: 11.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: lucide-react
  dependency-version: 0.552.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: next
  dependency-version: 16.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: next-cloudinary
  dependency-version: 6.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: posthog-js
  dependency-version: 1.283.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: posthog-node
  dependency-version: 5.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-hook-form
  dependency-version: 7.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: resend
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sass
  dependency-version: 1.93.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: superjson
  dependency-version: 2.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: svix
  dependency-version: 1.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@eslint/js"
  dependency-version: 9.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@next/eslint-plugin-next"
  dependency-version: 16.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 24.9.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint
  dependency-version: 9.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-config-next
  dependency-version: 16.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-config-turbo
  dependency-version: 2.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jsdom
  dependency-version: 27.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 2025
@vercel
Copy link

vercel bot commented Nov 1, 2025

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

Project Deployment Preview Comments Updated (UTC)
mikebifulco-com-bnbu Ready Ready Preview Comment Nov 1, 2025 5:14am

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 8, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 8, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-bcf58f6a02 branch November 8, 2025 05: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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant