Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the vercel group with 8 updates:

Package From To
turbo 2.5.8 2.6.1
@opentelemetry/api-logs 0.206.0 0.208.0
@opentelemetry/instrumentation 0.206.0 0.208.0
@opentelemetry/sdk-logs 0.206.0 0.208.0
@vercel/otel 2.0.1 2.1.0
next 15.5.4 16.0.5
next-intl 4.3.11 4.5.6
@next/eslint-plugin-next 15.5.4 16.0.5

Updates turbo from 2.5.8 to 2.6.1

Release notes

Sourced from turbo's releases.

Turborepo v2.6.1

What's Changed

Docs

@​turbo/codemod

@​turbo/repository

Examples

Changelog

New Contributors

... (truncated)

Changelog

Sourced from turbo's changelog.

Release Documentation

Quick Start

Release Turborepo CLI

  1. Create a release by triggering the [Turborepo Release][1] workflow

    • Specify the semver increment using the SemVer Increment field (start with prerelease)
    • Check the "Dry Run" box to run the full release workflow without publishing any packages. Artifacts will be created that you can test with locally.
  2. A PR is automatically opened to merge the release branch created in step 1 back into main

    • ⚠️ Merge this in! You don't need to wait for tests to pass (because they won't pass until after this PR is merged in). It's important to merge this branch soon after the publish is successful.

Release @turbo/repository

  1. Run [bump-version.sh][4] to update the versions of the packages. Merge in the changes to main.

  2. Create a release by triggering the [Turborepo Library Release][5] workflow.

    • Check the "Dry Run" box to run the full release workflow without publishing any packages.

Notes

  • GitHub Release Notes are published automatically using the config from [turborepo-release.yml][2], triggered by the [turbo-orchestrator][3] bot.

Turborepo CLI Release Process - In-Depth Guide

This section provides comprehensive documentation on how the Turborepo CLI is released, including the architecture, workflows, and detailed step-by-step processes.

Table of Contents

  1. Architecture Overview
  2. Version Management
  3. Release Workflow Stages
  4. Packages Released
  5. Platform-Specific Binaries
  6. Technical Reference
  7. Best Practices

Architecture Overview

The Turborepo release process is a multi-stage pipeline that:

  1. Manages versions centrally via version.txt at the repository root

... (truncated)

Commits
  • 59685c8 publish 2.6.1 to registry
  • 0270af8 feat: Cross-platform microfrontends port command (#11098)
  • 1de3775 feat: Move icon to left side in TUI (#11097)
  • bd53f07 release(turborepo): 2.6.1-canary.3 (#11096)
  • bf9db59 fix: Improve version resolution in Bun lockfiles (#11095)
  • 23641b7 examples(deps): bump next from 16.0.0 to 16.0.1 in /examples/kitchen-sink (#1...
  • 0646e04 examples(dev-deps): bump svelte from 5.43.3 to 5.43.5 in /examples/with-svelt...
  • ee469d4 release(turborepo): 2.6.1-canary.2 (#11093)
  • 1c99fc9 fix: Bun lockfile pruner adjustment (#11092)
  • 58ba6a7 docs: Fix grammatical mistake on structuring-a-repository.mdx (#11091)
  • Additional commits viewable in compare view

Updates @opentelemetry/api-logs from 0.206.0 to 0.208.0

Release notes

Sourced from @​opentelemetry/api-logs's releases.

experimental/v0.208.0

0.208.0

💥 Breaking Changes

  • feat(otlp-exporter-base)!: allow passing an async function to headers option #5994 @​pichlermarc
    • In addition to static headers, OTLP exporters now allow passing an async function that returns headers which will be called before each export. See TSDoc for headers in OTLPExporterConfigBase for details.
    • Breaking changes:
      • (user-facing): headers option in all OTLP exporters now accepts a function that returns a Promise<Record<string, string>> in addition to the existing Record<string, string> type.
      • (user-facing): headers in HttpNodeRequestParameters, FetchTransportParameters, and XhrRequestParameters now only accept async functions.
      • (user-facing): headers in OtlpHttpConfiguration now only accepts async functions.
  • feat(sdk-logs): remove NoopLogRecordProcessor from exports #6079 @​cjihrig
  • feat(api-logs): remove ProxyLogger from exports #6082 @​cjihrig
  • feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from exports #6086 @​cjihrig

🚀 Features

  • feat(instrumentation): allow error of safeExecuteInTheMiddleAsync to be async #6032 @​JPeer264
  • feat(opentelemetry-configuration): parse logger provider from config file #5995 @​maryliag
  • feat(opentelemetry-configuration): parse meter provider from config file #6000 @​maryliag
  • feat(opentelemetry-configuration): add backup options for certificates and endpoints #6038 @​maryliag
  • feat(opentelemetry-configuration): add backups for compression, timeout, headers #6058 @​JamieDanielson
  • feat(opentelemetry-configuration): set attributes from attribute list from env variables #6043 @​maryliag

🐛 Bug Fixes

  • fix(instrumentation-fetch): Handling null-body-status responses #6037 @​m0sa

📚 Documentation

  • doc(sdk-logs): document that SimpleLogRecordProcessor is not for production use #6080 @​cjihrig

🏠 Internal

experimental/v0.207.0

0.207.0

💥 Breaking Changes

🚀 Features

... (truncated)

Commits
  • 5eaa869 chore: prepare next release (#6046)
  • 52d82f0 feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from e...
  • 4dded45 chore(deps): lock file maintenance (#6084)
  • 69dbee2 chore(deps): pin @​types/node@​18.6.5 at the top-level (#6085)
  • 4435f86 feat(api-logs): remove ProxyLogger from exports (#6082)
  • b99ca55 feat(sdk-logs): remove NoopLogRecordProcessor from exports (#6079)
  • a7d0683 doc(sdk-logs): document that SimpleLogRecordProcessor is not for production...
  • 47f1b4e chore(deps): lock file maintenance (#6070)
  • 53771f5 docs: document new release steps (#6033)
  • 3ab7015 chore(deps): update node.js to v24 (#6069)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation from 0.206.0 to 0.208.0

Release notes

Sourced from @​opentelemetry/instrumentation's releases.

experimental/v0.208.0

0.208.0

💥 Breaking Changes

  • feat(otlp-exporter-base)!: allow passing an async function to headers option #5994 @​pichlermarc
    • In addition to static headers, OTLP exporters now allow passing an async function that returns headers which will be called before each export. See TSDoc for headers in OTLPExporterConfigBase for details.
    • Breaking changes:
      • (user-facing): headers option in all OTLP exporters now accepts a function that returns a Promise<Record<string, string>> in addition to the existing Record<string, string> type.
      • (user-facing): headers in HttpNodeRequestParameters, FetchTransportParameters, and XhrRequestParameters now only accept async functions.
      • (user-facing): headers in OtlpHttpConfiguration now only accepts async functions.
  • feat(sdk-logs): remove NoopLogRecordProcessor from exports #6079 @​cjihrig
  • feat(api-logs): remove ProxyLogger from exports #6082 @​cjihrig
  • feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from exports #6086 @​cjihrig

🚀 Features

  • feat(instrumentation): allow error of safeExecuteInTheMiddleAsync to be async #6032 @​JPeer264
  • feat(opentelemetry-configuration): parse logger provider from config file #5995 @​maryliag
  • feat(opentelemetry-configuration): parse meter provider from config file #6000 @​maryliag
  • feat(opentelemetry-configuration): add backup options for certificates and endpoints #6038 @​maryliag
  • feat(opentelemetry-configuration): add backups for compression, timeout, headers #6058 @​JamieDanielson
  • feat(opentelemetry-configuration): set attributes from attribute list from env variables #6043 @​maryliag

🐛 Bug Fixes

  • fix(instrumentation-fetch): Handling null-body-status responses #6037 @​m0sa

📚 Documentation

  • doc(sdk-logs): document that SimpleLogRecordProcessor is not for production use #6080 @​cjihrig

🏠 Internal

experimental/v0.207.0

0.207.0

💥 Breaking Changes

🚀 Features

... (truncated)

Commits
  • 5eaa869 chore: prepare next release (#6046)
  • 52d82f0 feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from e...
  • 4dded45 chore(deps): lock file maintenance (#6084)
  • 69dbee2 chore(deps): pin @​types/node@​18.6.5 at the top-level (#6085)
  • 4435f86 feat(api-logs): remove ProxyLogger from exports (#6082)
  • b99ca55 feat(sdk-logs): remove NoopLogRecordProcessor from exports (#6079)
  • a7d0683 doc(sdk-logs): document that SimpleLogRecordProcessor is not for production...
  • 47f1b4e chore(deps): lock file maintenance (#6070)
  • 53771f5 docs: document new release steps (#6033)
  • 3ab7015 chore(deps): update node.js to v24 (#6069)
  • Additional commits viewable in compare view

Updates @opentelemetry/sdk-logs from 0.206.0 to 0.208.0

Release notes

Sourced from @​opentelemetry/sdk-logs's releases.

experimental/v0.208.0

0.208.0

💥 Breaking Changes

  • feat(otlp-exporter-base)!: allow passing an async function to headers option #5994 @​pichlermarc
    • In addition to static headers, OTLP exporters now allow passing an async function that returns headers which will be called before each export. See TSDoc for headers in OTLPExporterConfigBase for details.
    • Breaking changes:
      • (user-facing): headers option in all OTLP exporters now accepts a function that returns a Promise<Record<string, string>> in addition to the existing Record<string, string> type.
      • (user-facing): headers in HttpNodeRequestParameters, FetchTransportParameters, and XhrRequestParameters now only accept async functions.
      • (user-facing): headers in OtlpHttpConfiguration now only accepts async functions.
  • feat(sdk-logs): remove NoopLogRecordProcessor from exports #6079 @​cjihrig
  • feat(api-logs): remove ProxyLogger from exports #6082 @​cjihrig
  • feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from exports #6086 @​cjihrig

🚀 Features

  • feat(instrumentation): allow error of safeExecuteInTheMiddleAsync to be async #6032 @​JPeer264
  • feat(opentelemetry-configuration): parse logger provider from config file #5995 @​maryliag
  • feat(opentelemetry-configuration): parse meter provider from config file #6000 @​maryliag
  • feat(opentelemetry-configuration): add backup options for certificates and endpoints #6038 @​maryliag
  • feat(opentelemetry-configuration): add backups for compression, timeout, headers #6058 @​JamieDanielson
  • feat(opentelemetry-configuration): set attributes from attribute list from env variables #6043 @​maryliag

🐛 Bug Fixes

  • fix(instrumentation-fetch): Handling null-body-status responses #6037 @​m0sa

📚 Documentation

  • doc(sdk-logs): document that SimpleLogRecordProcessor is not for production use #6080 @​cjihrig

🏠 Internal

experimental/v0.207.0

0.207.0

💥 Breaking Changes

🚀 Features

... (truncated)

Commits
  • 5eaa869 chore: prepare next release (#6046)
  • 52d82f0 feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from e...
  • 4dded45 chore(deps): lock file maintenance (#6084)
  • 69dbee2 chore(deps): pin @​types/node@​18.6.5 at the top-level (#6085)
  • 4435f86 feat(api-logs): remove ProxyLogger from exports (#6082)
  • b99ca55 feat(sdk-logs): remove NoopLogRecordProcessor from exports (#6079)
  • a7d0683 doc(sdk-logs): document that SimpleLogRecordProcessor is not for production...
  • 47f1b4e chore(deps): lock file maintenance (#6070)
  • 53771f5 docs: document new release steps (#6033)
  • 3ab7015 chore(deps): update node.js to v24 (#6069)
  • Additional commits viewable in compare view

Updates @vercel/otel from 2.0.1 to 2.1.0

Release notes

Sourced from @​vercel/otel's releases.

@​vercel/otel@​2.1.0

Minor Changes

  • #181 14f773c Thanks @​dvoytenko! - Ignore auto-configuration based on the OTEL_EXPORTER_OTLP_ env vars when trace drains are used. This avoids duplicate trace export.
Commits

Updates next from 15.5.4 to 16.0.5

Release notes

Sourced from next's releases.

v16.0.5

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

Core Changes

  • fix(nodejs-middleware): await for body cloning to be properly finalized (#85418)

Credits

Huge thanks to @​lucasadrianof for helping!

v16.0.4

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

Core Changes

  • fix: Rename proxy.js to middleware.js in NFT file (#86214)
  • fix: prevent fetch abort errors propagating to user error boundaries (#86277)
  • Turbopack: fix passing project options from napi (#86256)

Credits

Huge thanks to @​devjiwonchoi, @​sokra and @​ztanner for helping!

v16.0.3

Core Changes

  • fix: Rspack throw error when using ForceCompleteRuntimePlugin: #85221
  • fix: build CLI output not displaying Proxy (Middleware) when nodejs runtime: #85403
  • fix: staleTimes.static should consistently enforce a 30s minimum: #85479
  • [turbopack] fix build of empty entries of pages: #84873
  • Cache the head separately from the route tree: #84724
  • Allow inspecting dev server on default port with next dev --inspect: #85037
  • Avoid proxying React modules through workUnitStore: #85486
  • fix: redirect should always return updated router state: #85533
  • Upgrade React from b4455a6e-20251027 to 4f931700-20251029: #85518
  • [turbopack] Move generation of cacheLife types out of the webpack plugin and into the dev bundler directly: #85539
  • Ensure user-space stack frame for 'use cache' in page/layout component: #85519
  • Update parallel routes in build-complete: #85546
  • fully remove clientSegmentCache flag: #85541
  • [turbopack] Support relative paths in turbopack source maps.: #85146
  • Release unnecessary memory on hydration finish: #84967
  • Preserve interception markers in parameter types: #85526
  • move segment cache entries to top level segment-cache dir: #85542
  • Upgrade React from 4f931700-20251029 to 561ee24d-20251101: #85670
  • [devtools] Remove title from preferences: #85698
  • Update font data: #85708
  • Don't invalidate hot reloader excessively during dev server boot: #85732

... (truncated)

Commits

Updates next-intl from 4.3.11 to 4.5.6

Release notes

Sourced from next-intl's releases.

v4.5.6

4.5.6 (2025-11-27)

Bug fixes for useExtracted

v4.5.5

4.5.5 (2025-11-19)

Bug Fixes

v4.5.4

4.5.4 (2025-11-19)

Bug Fixes

v4.5.3

4.5.3 (2025-11-13)

Bug Fixes

v4.5.2

4.5.2 (2025-11-12)

Bug Fixes

v4.5.1

4.5.1 (2025-11-11)

Bug Fixes

... (truncated)

Changelog

Sourced from next-intl's changelog.

4.5.6 (2025-11-27)

Bug Fixes

4.5.5 (2025-11-19)

Bug Fixes

4.5.4 (2025-11-19)

Bug Fixes

4.5.3 (2025-11-13)

Bug Fixes

4.5.2 (2025-11-12)

Bug Fixes

4.5.1 (2025-11-11)

Bug Fixes

4.5.0 (2025-11-07)

Features

4.4.0 (2025-10-22)

Features

4.3.12 (2025-10-09)

... (truncated)

Commits

Updates @next/eslint-plugin-next from 15.5.4 to 16.0.5

Release notes

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

v16.0.5

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

Core Changes

  • fix(nodejs-middleware): await for body cloning to be properly finalized (#85418)

Credits

Huge thanks to @​lucasadrianof for helping!

v16.0.4

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

Core Changes

  • fix: Rename proxy.js to middleware.js in NFT file (#86214)
  • fix: prevent fetch abort errors propagating to user error boundaries (#86277)
  • Turbopack: fix passing project options from napi (#86256)

Credits

Huge thanks to @​devjiwonchoi, @​sokra and @​ztanner for helping!

v16.0.3

Core Changes

  • fix: Rspack throw error when using ForceCompleteRuntimePlugin: #85221
  • fix: build CLI output not displaying Proxy (Middleware) when nodejs runtime: #85403
  • fix: staleTimes.static should consistently enforce a 30s minimum: #85479
  • [turbopack] fix build of empty entries of pages: #84873
  • Cache the head separately from the route tree: #84724
  • Allow inspecting dev server on default port with next dev --inspect: #85037
  • Avoid proxying React modules through workUnitStore: #85486
  • fix: redirect should always return updated router state: #85533
  • Upgrade React from b4455a6e-20251027 to 4f931700-20251029: #85518
  • [turbopack] Move generation of cacheLife types out of the webpack plugin and into the dev bundler directly: #85539
  • Ensure user-space stack frame for 'use cache' in page/layout component: #85519
  • Update parallel routes in build-complete: #85546
  • fully remove clientSegmentCache flag:

Bumps the vercel group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [turbo](https://github.com/vercel/turborepo) | `2.5.8` | `2.6.1` |
| [@opentelemetry/api-logs](https://github.com/open-telemetry/opentelemetry-js) | `0.206.0` | `0.208.0` |
| [@opentelemetry/instrumentation](https://github.com/open-telemetry/opentelemetry-js) | `0.206.0` | `0.208.0` |
| [@opentelemetry/sdk-logs](https://github.com/open-telemetry/opentelemetry-js) | `0.206.0` | `0.208.0` |
| [@vercel/otel](https://github.com/vercel/otel) | `2.0.1` | `2.1.0` |
| [next](https://github.com/vercel/next.js) | `15.5.4` | `16.0.5` |
| [next-intl](https://github.com/amannn/next-intl) | `4.3.11` | `4.5.6` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `15.5.4` | `16.0.5` |


Updates `turbo` from 2.5.8 to 2.6.1
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.5.8...v2.6.1)

Updates `@opentelemetry/api-logs` from 0.206.0 to 0.208.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.206.0...experimental/v0.208.0)

Updates `@opentelemetry/instrumentation` from 0.206.0 to 0.208.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.206.0...experimental/v0.208.0)

Updates `@opentelemetry/sdk-logs` from 0.206.0 to 0.208.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.206.0...experimental/v0.208.0)

Updates `@vercel/otel` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/vercel/otel/releases)
- [Commits](https://github.com/vercel/otel/compare/@vercel/otel@2.0.1...@vercel/otel@2.1.0)

Updates `next` from 15.5.4 to 16.0.5
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.5.4...v16.0.5)

Updates `next-intl` from 4.3.11 to 4.5.6
- [Release notes](https://github.com/amannn/next-intl/releases)
- [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md)
- [Commits](amannn/next-intl@v4.3.11...v4.5.6)

Updates `@next/eslint-plugin-next` from 15.5.4 to 16.0.5
- [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.5/packages/eslint-plugin-next)

---
updated-dependencies:
- dependency-name: turbo
  dependency-version: 2.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vercel
- dependency-name: "@opentelemetry/api-logs"
  dependency-version: 0.208.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vercel
- dependency-name: "@opentelemetry/instrumentation"
  dependency-version: 0.208.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vercel
- dependency-name: "@opentelemetry/sdk-logs"
  dependency-version: 0.208.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vercel
- dependency-name: "@vercel/otel"
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vercel
- dependency-name: next
  dependency-version: 16.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: vercel
- dependency-name: next-intl
  dependency-version: 4.5.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vercel
- dependency-name: "@next/eslint-plugin-next"
  dependency-version: 16.0.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vercel
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the github_actions:pull-request Trigger Pull Request Checks label Dec 1, 2025
@dependabot dependabot bot requested review from a team as code owners December 1, 2025 19:44
@dependabot dependabot bot added the github_actions:pull-request Trigger Pull Request Checks label Dec 1, 2025
@vercel
Copy link

vercel bot commented Dec 1, 2025

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

1 Skipped Deployment
Project Deployment Preview Updated (UTC)
nodejs-org Ignored Ignored Preview Dec 1, 2025 7:44pm

@github-actions github-actions bot removed the github_actions:pull-request Trigger Pull Request Checks label Dec 1, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 1, 2025

👋 Codeowner Review Request

The following codeowners have been identified for the changed files:

Team reviewers: @nodejs/nodejs-website @nodejs/web-infra

Please review the changes when you have a chance. Thank you! 🙏

@codecov
Copy link

codecov bot commented Dec 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.40%. Comparing base (65a4533) to head (6b886ac).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8389      +/-   ##
==========================================
+ Coverage   76.36%   76.40%   +0.03%     
==========================================
  Files         118      118              
  Lines        9928     9928              
  Branches      335      334       -1     
==========================================
+ Hits         7582     7585       +3     
+ Misses       2344     2341       -3     
  Partials        2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 1, 2025

📦 Build Size Comparison

Summary

Metric Value
Old Total Size 3.52 MB
New Total Size 4.18 MB
Delta 674.82 KB (+18.71%)

Changes

➕ Added Assets (41)
Name Size
.next/static/chunks/ada4219f8bc86c88.js 11.41 KB
.next/static/chunks/8d575da6ead8558a.js 43.78 KB
.next/static/chunks/50dfc81fd0029445.js 209.84 KB
.next/static/chunks/2d1c0c8de5287963.js 83.75 KB
.next/static/chunks/bac059193fe548e9.js 46.67 KB
.next/static/chunks/ff45381bf839a00c.js 23.75 KB
.next/static/chunks/c9fe4c9fd193cc42.js 27.30 KB
.next/static/chunks/5001ab317752da52.js 57.83 KB
.next/static/chunks/89531252935e5fe2.js 403.27 KB
.next/static/chunks/7612efe3a8cf244b.js 203.67 KB
.next/static/chunks/2ba85fff6e579331.js 98.50 KB
.next/static/chunks/3906f3766ceaafa1.js 64.74 KB
.next/static/chunks/5bc19bd575a262aa.js 11.77 KB
.next/static/chunks/b9ae97a0192791f5.js 10.25 KB
.next/static/chunks/4c4eee9c0a2a787d.js 13.61 KB
.next/static/chunks/25a52a6363a0e34a.js 12.41 KB
.next/static/chunks/fb5c856e67df58cb.js 14.62 KB
.next/static/chunks/4ef2011e5fc83625.js 7.66 KB
.next/static/chunks/bdf9e4011f8a1d97.js 12.87 KB
.next/static/chunks/4a38115ad626c02a.js 8.21 KB
.next/static/chunks/5e0f3f698316d2ed.js 12.77 KB
.next/static/chunks/3600fbabe8ad9c69.js 10.02 KB
.next/static/chunks/e718be35de9b2bbe.js 16.55 KB
.next/static/chunks/b83473ea70615a51.js 7.17 KB
.next/static/chunks/686e8d34ebdd5911.js 7.94 KB
.next/static/chunks/b70c9aa24f448c96.js 1.63 KB
.next/static/chunks/57870bf0f5776bde.js 283.00 B
.next/static/chunks/db93075b5d1b0440.js 21.89 KB
.next/static/chunks/1def140ac892dab8.js 64.74 KB
.next/static/chunks/600982cd13005efa.js 7.77 KB
.next/static/chunks/43d9a64b1214aba1.js 98.50 KB
.next/static/chunks/a6deab0416b1be4d.js 5.62 KB
.next/static/chunks/256f499c631ece44.js 98.50 KB
.next/static/chunks/77ea4731e63f7649.js 403.27 KB
.next/static/chunks/5339a00f58952565.js 25.56 KB
.next/static/chunks/0d89d57242a8dfbd.js 98.50 KB
.next/static/chunks/bf425405517c1b57.js 403.27 KB
.next/static/chunks/ae368650d84faca8.js 754.10 KB
.next/static/chunks/343c07fcd5d6192e.js 25.56 KB
.next/static/chunks/3277e2ea1a090905.js 98.50 KB
.next/static/chunks/0989b58caa7c8dec.js 754.10 KB
➖ Removed Assets (25)
Name Size
.next/static/chunks/cf9ab083c65f2944.js 9.88 KB
.next/static/chunks/5248ae55410a5d06.js 41.95 KB
.next/static/chunks/b54df6570868d110.js 64.69 KB
.next/static/chunks/fb87c41a19d7bbaf.js 184.13 KB
.next/static/chunks/7cfd5d627dc3af5d.js 45.33 KB
.next/static/chunks/bc90fa6021b52120.js 283.00 B
.next/static/chunks/558896212c31a6c5.js 31.79 KB
.next/static/chunks/a85a8758a6a770d5.js 24.71 KB
.next/static/chunks/5be69a63e0dd199e.js 100.41 KB
.next/static/chunks/e6aa3bb31183f58c.js 57.96 KB
.next/static/chunks/0a3981701cc22c30.js 412.26 KB
.next/static/chunks/f0fd468782f70ba6.js 204.48 KB
.next/static/chunks/0b1e2cdfc2d5e8d7.js 67.76 KB
.next/static/chunks/710b4dcef7483f3a.js 24.88 KB
.next/static/chunks/68d5664504879476.js 22.82 KB
.next/static/chunks/ab5ee85dfc75ec81.js 67.76 KB
.next/static/chunks/fc2ac33f43894fdc.js 8.50 KB
.next/static/chunks/c98da5ed2a266421.js 100.41 KB
.next/static/chunks/506aa42b0d07ecfd.js 27.30 KB
.next/static/chunks/1635b7ba2b63e95b.js 100.41 KB
.next/static/chunks/8aac7e00673256b6.js 412.26 KB
.next/static/chunks/e7589173b89939e9.js 781.86 KB
.next/static/chunks/1e32d9acfee6b792.js 6.29 KB
.next/static/chunks/9ff45b9e7e7426f8.js 27.30 KB
.next/static/chunks/ede5dbd45e87101b.js 781.86 KB

@avivkeller avivkeller closed this Dec 2, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vercel-55a592ef91 branch December 2, 2025 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants