Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 12, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@blocknote/code-block (source) 0.37.0 -> 0.39.1 age confidence
@blocknote/core (source) 0.37.0 -> 0.39.1 age confidence
@blocknote/mantine (source) 0.37.0 -> 0.39.1 age confidence
@blocknote/react (source) 0.37.0 -> 0.39.1 age confidence
@blocknote/server-util (source) 0.37.0 -> 0.39.1 age confidence
@blocknote/xl-docx-exporter (source) 0.37.0 -> 0.39.1 age confidence
@blocknote/xl-multi-column (source) 0.37.0 -> 0.39.1 age confidence
@blocknote/xl-pdf-exporter (source) 0.37.0 -> 0.39.1 age confidence
@fontsource/material-icons (source) 5.2.5 -> 5.2.7 age confidence
@next/eslint-plugin-next (source) 15.5.3 -> 15.5.4 age confidence
@​openfun/cunningham-react 3.2.3 -> 4.0.0 age confidence
@playwright/test (source) 1.55.0 -> 1.55.1 age confidence
@react-pdf/renderer (source) 4.3.0 -> 4.3.1 age confidence
@sentry/nextjs (source) 10.11.0 -> 10.15.0 age confidence
@sentry/node (source) 10.11.0 -> 10.15.0 age confidence
@sentry/profiling-node (source) 10.11.0 -> 10.15.0 age confidence
@tanstack/eslint-plugin-query (source) 5.86.0 -> 5.90.1 age confidence
@tanstack/react-query (source) 5.87.4 -> 5.90.2 age confidence
@tanstack/react-query-devtools (source) 5.87.4 -> 5.90.2 age confidence
@types/node (source) 22.18.1 -> 22.18.6 age confidence
@types/react (source) 19.1.12 -> 19.1.13 age confidence
@typescript-eslint/eslint-plugin (source) 8.43.0 -> 8.44.1 age confidence
@typescript-eslint/parser (source) 8.43.0 -> 8.44.1 age confidence
@vitejs/plugin-react (source) 5.0.2 -> 5.0.3 age confidence
@vitest/eslint-plugin 1.0.1 -> 1.3.12 age confidence
axios (source) 1.12.0 -> 1.12.2 age confidence
eslint (source) 9.35.0 -> 9.36.0 age confidence
eslint-config-next (source) 15.5.3 -> 15.5.4 age confidence
eslint-plugin-testing-library 7.6.8 -> 7.9.2 age confidence
jsdom 26.1.0 -> 27.0.0 age confidence
mjml (source) 4.15.3 -> 4.16.1 age confidence
next (source) 15.5.3 -> 15.5.4 age confidence
posthog-js (source) 1.264.2 -> 1.268.4 age confidence
react-aria-components 1.12.1 -> 1.12.2 age confidence
ts-jest (source) 29.4.1 -> 29.4.4 age confidence

Release Notes

TypeCellOS/BlockNote (@​blocknote/code-block)

v0.39.1

Compare Source

🩹 Fixes
  • cleanup accesses to prosemirrorView to account for tiptap 3 behavior (#​2017)
  • core: input rules can handle when a new block is empty now (#​2013)
❤️ Thank You
  • Nick Perez

v0.39.0

Compare Source

🚀 Features
  • move all blocks to use the custom blocks API (#​1904)
  • core: support for Tiptap V3 (#​2001)
❤️ Thank You
  • Nick Perez

v0.38.0

Compare Source

🚀 Features
  • Custom schemas for comment editors (#​1976)
🩹 Fixes
  • Suggestion menu positioning (#​1975)
  • doLLMRequest fails when deleting a non-existent block (#​1982)
  • file block resize handles not working with touch inputs (#​1981)
  • get pdf example working again (a90ae4d58)
  • better markdown & html paste, make methods synchronous (#​1957)
  • Improve setting text for custom file blocks (#​1984)
  • react: close link popover on submit in static formatting toolbar #​1696 (#​1997, #​1696)
❤️ Thank You
fontsource/font-files (@​fontsource/material-icons)

v5.2.7

Compare Source

v5.2.6

Compare Source

vercel/next.js (@​next/eslint-plugin-next)

v15.5.4

Compare Source

microsoft/playwright (@​playwright/test)

v1.55.1

Compare Source

Highlights

#​37479 - [Bug]: Upgrade Chromium to 140.0.7339.186.
#​37147 - [Regression]: Internal error: step id not found.
#​37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects.
#​37137 - Revert "fix(a11y): track inert elements as hidden".

Browser Versions

  • Chromium 140.0.7339.186
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139
diegomura/react-pdf (@​react-pdf/renderer)

v4.3.1

Compare Source

Patch Changes
getsentry/sentry-javascript (@​sentry/nextjs)

v10.15.0

Compare Source

Important Changes
  • feat(cloudflare): Add honoIntegration with error-filtering function (#​17743)

    This release adds a honoIntegration to @sentry/cloudflare, which exposes a shouldHandleError function that lets you define which errors in onError should be captured.
    By default, Sentry captures exceptions with error.status >= 500 || error.status <= 299.

    The integration is added by default, and it's possible to modify this behavior like this:

     integrations: [
       honoIntegration({
        shouldHandleError: (err) => true; // always capture exceptions in onError
       })
     ]
  • feat(node): Add instrumentation for hono handler (#​17428)

This PR enhances the Hono integration by adding comprehensive handler instrumentation, error handling capabilities.

  • feat(aws): Enable Lambda extension by default when using the Lamba layer (#​17684)

  • feat(browser): Add setActiveSpanInBrowser to set an active span in the browser (#​17714)

This PR adds a feature to the browser SDKs only: Making an inactive span active. We do this to enable use cases where having a span only being active in the callback is not practical.

Other Changes
  • fix(browser): Improve handling of 0 and undefined resource timing values (#​17751)
  • ref(nextjs): Display build compatibility warning for webpack (#​17746)
Internal Changes
  • docs: Reword changelog for google gen ai instrumentation (#​17753)
  • build: Add @typescript-eslint/no-unnecessary-type-assertion rule (#​17728)
  • build: Update TS target to es2020 everywhere (#​17709)
  • chore: Add external contributor to CHANGELOG.md (#​17745)

Work in this release was contributed by @​Karibash. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 23.69 KB
@​sentry/browser - with treeshaking flags 22.24 KB
@​sentry/browser (incl. Tracing) 39.49 KB
@​sentry/browser (incl. Tracing, Replay) 76.96 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.87 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 81.52 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 93.44 KB
@​sentry/browser (incl. Feedback) 40.01 KB
@​sentry/browser (incl. sendFeedback) 28.24 KB
@​sentry/browser (incl. FeedbackAsync) 33.05 KB
@​sentry/react 25.37 KB
@​sentry/react (incl. Tracing) 41.42 KB
@​sentry/vue 28.11 KB
@​sentry/vue (incl. Tracing) 41.25 KB
@​sentry/svelte 23.72 KB
CDN Bundle 25.17 KB
CDN Bundle (incl. Tracing) 39.39 KB
CDN Bundle (incl. Tracing, Replay) 74.76 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 80.13 KB
CDN Bundle - uncompressed 73.6 KB
CDN Bundle (incl. Tracing) - uncompressed 116.59 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 229.02 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 241.48 KB
@​sentry/nextjs (client) 43.38 KB
@​sentry/sveltekit (client) 39.9 KB
@​sentry/node-core 48.85 KB
@​sentry/node 149.25 KB
@​sentry/node - without tracing 89.79 KB
@​sentry/aws-serverless 102.92 KB

v10.14.0

Compare Source

Important Changes
  • feat(cloudflare,vercel-edge): Add support for Google Gen AI instrumentation (#​17723)

    The SDK now automatically instruments Google's Generative AI operations in Cloudflare Workers and Vercel Edge Runtime environments, providing insights into your AI operations.

Other Changes
  • fix(nextjs): Display updated turbopack warnings (#​17737)
  • ref(core): Wrap isolationscope in WeakRef when storing it on spans (#​17712)
Internal Changes
  • test(node): Avoid using specific port for node-integration-tests (#​17729)
  • test(nuxt): Update Nuxt version and add Nitro $fetch test (#​17713)
Bundle size 📦
Path Size
@​sentry/browser 23.69 KB
@​sentry/browser - with treeshaking flags 22.24 KB
@​sentry/browser (incl. Tracing) 39.46 KB
@​sentry/browser (incl. Tracing, Replay) 76.93 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.84 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 81.49 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 93.41 KB
@​sentry/browser (incl. Feedback) 40.01 KB
@​sentry/browser (incl. sendFeedback) 28.24 KB
@​sentry/browser (incl. FeedbackAsync) 33.05 KB
@​sentry/react 25.37 KB
@​sentry/react (incl. Tracing) 41.38 KB
@​sentry/vue 28.11 KB
@​sentry/vue (incl. Tracing) 41.22 KB
@​sentry/svelte 23.72 KB
CDN Bundle 25.17 KB
CDN Bundle (incl. Tracing) 39.3 KB
CDN Bundle (incl. Tracing, Replay) 74.66 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 80.04 KB
CDN Bundle - uncompressed 73.6 KB
CDN Bundle (incl. Tracing) - uncompressed 116.34 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 228.76 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 241.23 KB
@​sentry/nextjs (client) 43.36 KB
@​sentry/sveltekit (client) 39.87 KB
@​sentry/node-core 48.85 KB
@​sentry/node 148.68 KB
@​sentry/node - without tracing 89.79 KB
@​sentry/aws-serverless 102.92 KB

v10.13.0

Compare Source

Important Changes
  • feat(browser): Add option to explicitly end pageload span via reportPageLoaded() (#​17697)

    With this release you can take manual control of ending the pageload span. Usually this span is ended automatically by the SDK, based on a period of inactivity after the initial page was loaded in the browser. If you want full control over the pageload duration, you can tell Sentry, when your page was fully loaded:

    Sentry.init({
      //...
      integrations: [
        // 1. Enable manual pageload reporting
        Sentry.browserTracingIntegration({ enableReportPageLoaded: true }),
      ],
    });
    
    // 2. Whenever you decide the page is loaded, call:
    Sentry.reportPageLoaded();

    Note that if Sentry.reportPageLoaded() is not called within 30 seconds of the initial pageload (or whatever value the finalTimeout option is set to), the pageload span will be ended automatically.

  • feat(core,node): Add instrumentation for GoogleGenerativeAI (#​17625)

    The SDK now automatically instruments the @google/generative-ai package to provide insights into your AI operations.

  • feat(nextjs): Promote useRunAfterProductionCompileHook to non-experimental build option (#​17721)

    The useRunAfterProductionCompileHook option is no longer experimental and is now a stable build option for Next.js projects.

  • feat(nextjs): Use afterProductionCompile hook for webpack builds (#​17655)

    Next.js projects using webpack can opt-in to use the useRunAfterProductionCompileHook hook for source map uploads.

  • feat(nextjs): Flip default value for useRunAfterProductionCompileHook for Turbopack builds (#​17722)

    The useRunAfterProductionCompileHook option is now enabled by default for Turbopack builds, enabling automated source map uploads.

  • feat(node): Do not drop 300 and 304 status codes by default (#​17686)

    HTTP transactions with 300 and 304 status codes are now captured by default, providing better visibility into redirect and caching behavior.

Other Changes
  • feat(core): Add logger to core and allow scope to be passed log methods (#​17698)
  • feat(core): Allow to pass onSuccess to handleCallbackErrors (#​17679)
  • feat(core): Create template attributes in consoleLoggingIntegration (#​17703)
  • feat(deps): bump @​sentry/cli from 2.52.0 to 2.53.0 (#​17652)
  • feat(node): Add extra platforms to os context (#​17720)
  • fix(browser): Ensure idle span duration is adjusted when child spans are ignored (#​17700)
  • fix(core): Ensure builtin stack frames don't affect thirdPartyErrorFilterIntegration (#​17693)
  • fix(core): Fix client hook edge cases around multiple callbacks (#​17706)
  • fix(nextjs): Enable fetch span when OTel setup is skipped (#​17699)
  • fix(node): Fix this context for vercel AI instrumentation (#​17681)
Internal Changes
  • chore: Add external contributor to CHANGELOG.md (#​17725)
  • chore: Add link to build and test icon in readme (#​17719)
  • chore(nuxt): Bump Vite and Rollup plugins (#​17671)
  • chore(repo): Add changelog entry for reportPageLoaded (#​17724)
  • ci: Fix lookup of changed E2E test apps (#​17707)
  • ci(test-matrix): Add logs for getTestMatrix (#​17673)
  • ref: Avoid some usage of SyncPromise where not needed (#​17641)
  • ref(core): Add debug log when dropping a span via ignoreSpans (#​17692)
  • ref(core): Avoid looking up anthropic-ai integration options (#​17694)
  • ref(core): Streamline module_metadata assignment and cleanup functions (#​17696)
  • ref(remix): Avoid unnecessary error wrapping HandleDocumentRequestFunction (#​17680)
  • Revert "[Gitflow] Merge master into develop"

Work in this release was contributed by @​Olexandr88. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 23.66 KB
@​sentry/browser - with treeshaking flags 22.21 KB
@​sentry/browser (incl. Tracing) 39.39 KB
@​sentry/browser (incl. Tracing, Replay) 76.88 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.78 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 81.44 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 93.35 KB
@​sentry/browser (incl. Feedback) 39.99 KB
@​sentry/browser (incl. sendFeedback) 28.2 KB
@​sentry/browser (incl. FeedbackAsync) 33 KB
@​sentry/react 25.33 KB
@​sentry/react (incl. Tracing) 41.32 KB
@​sentry/vue 28.05 KB
@​sentry/vue (incl. Tracing) 41.15 KB
@​sentry/svelte 23.68 KB
CDN Bundle 25.14 KB
CDN Bundle (incl. Tracing) 39.22 KB
CDN Bundle (incl. Tracing, Replay) 74.59 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 79.96 KB
CDN Bundle - uncompressed 73.46 KB
CDN Bundle (incl. Tracing) - uncompressed 116.1 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 228.53 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 240.99 KB
@​sentry/nextjs (client) 43.3 KB
@​sentry/sveltekit (client) 39.81 KB
@​sentry/node-core 48.81 KB
@​sentry/node 148.62 KB
@​sentry/node - without tracing 89.73 KB
@​sentry/aws-serverless 102.86 KB

v10.12.0

Compare Source

Important Changes
  • ref: Add and Adjust error event mechanism values

    This release includes a variety of changes aimed at setting the mechanism field on errors captured automatically by the Sentry SDKs. The intention is to clearly mark which instrumentation captured an error. In addition, some instrumentations previously did not yet annotate the error as handled or unhandled which this series of PRs corrects as well.

    Relevant PRs

    Released in 10.12.0:

    • ref(angular): Adjust ErrorHandler event mechanism (#​17608)
    • ref(astro): Adjust mechanism on error events captured by astro middleware (#​17613)
    • ref(aws-severless): Slightly adjust aws-serverless mechanism type (#​17614)
    • ref(bun): Adjust mechanism of errors captured in Bun.serve (#​17616)
    • ref(cloudflare): Adjust event mechanisms and durable object origin (#​17618)
    • ref(core): Adjust mechanism in captureConsoleIntegration (#​17633)
    • ref(core): Adjust MCP server error event mechanism (#​17622)
    • ref(core): Simplify linkedErrors mechanism logic (#​17600)
    • ref(deno): Adjust mechanism of errors caught by globalHandlersIntegration (#​17635)
    • ref(nextjs): Set more specific event mechanisms (#​17543)
    • ref(node): Adjust mechanism of express, hapi and fastify error handlers (#​17623)
    • ref(node-core): Add mechanism to cron instrumentations (#​17544)
    • ref(node-core): Add more specific mechanism.type to worker thread errors from childProcessIntegration (#​17578)
    • ref(node-core): Adjust mechanism of onUnhandledRejection and onUnhandledException integrations (#​17636)
    • ref(node): Add mechanism to errors captured via connect and koa integrations (#​17579)
    • ref(nuxt): Add and adjust mechanism.type in error events (#​17599)
    • ref(react): Add mechanism to reactErrorHandler and adjust mechanism in ErrorBoundary (#​17602)
    • ref(remix): Adjust event mechanism of captureRemixServerException (#​17629)
    • ref(replay-internal): Add mechanism to error caught by replayIntegration in debug mode (#​17606)
    • ref(solid): Add mechanism to error captured by withSentryErrorBoundary (#​17607)
    • ref(solidstart): Adjust event mechanism in withServerActionInstrumentation (#​17637)
    • ref(sveltekit): Adjust mechanism of error events (#​17646)
    • ref(vue): Adjust mechanism in Vue error handler (#​17647)

    Released in 10.11.0:

    • ref(browser): Add more specific mechanism.type to errors captured by httpClientIntegration (#​17254)
    • ref(browser): Set more descriptive mechanism.type in browserApiErrorsIntergation (#​17251)
    • ref(core): Add mechanism.type to trpcMiddleware errors (#​17287)
    • ref(core): Add more specific event mechanisms and span origins to openAiIntegration (#​17288)
    • ref(nestjs): Add mechanism to captured errors (#​17312)
  • feat(node) Ensure prismaIntegration works with Prisma 5 (#​17595)

We used to require to pass in the v5 version of @prisma/instrumentation into prismaIntegration({ prismaInstrumentation: new PrismaInstrumentation() }), if you wanted to get full instrumentation for Prisma v5. However, it turns out this does not work on v10 of the SDK anymore, because @prisma/instrumentation@5 requires OTEL v1.

With this release, we dropped the requirement to configure anything to get v5 support of Prisma. You do not need to configure anything in the integration anymore, and can remove the dependency on @prisma/instrumentation@5 if you had it in your application. You only need to configure the tracing preview feature according to our docs.


Configuration

📅 Schedule: Branch creation - "before 7am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added automated Pull request created automatically dependencies Pull requests that update a dependency file noChangeLog labels Sep 12, 2025
Copy link

github-actions bot commented Sep 12, 2025

Size Change: +311 B (+0.01%)

Total Size: 3.66 MB

Filename Size Change
apps/impress/out/_next/static/8e4fd01a/_buildManifest.js 0 B -889 B (removed) 🏆
apps/impress/out/_next/static/c919796b/_buildManifest.js 889 B +889 B (new file) 🆕

compressed-size-action

@renovate renovate bot force-pushed the renovate/js-dependencies branch 13 times, most recently from 611b0dc to bf00dad Compare September 18, 2025 08:01
@AntoLC AntoLC self-assigned this Sep 18, 2025
@renovate renovate bot force-pushed the renovate/js-dependencies branch 12 times, most recently from e0bce82 to 3f02602 Compare September 23, 2025 09:07
@renovate renovate bot force-pushed the renovate/js-dependencies branch 6 times, most recently from 836f6ee to 56d70ce Compare September 24, 2025 14:14
@renovate renovate bot force-pushed the renovate/js-dependencies branch from 56d70ce to bda574b Compare September 24, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated Pull request created automatically dependencies Pull requests that update a dependency file noChangeLog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant