Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2025

This PR contains the following updates:

Package Change Age Confidence
@blocknote/code-block (source) 0.32.0 -> 0.33.0 age confidence
@blocknote/core (source) 0.32.0 -> 0.33.0 age confidence
@blocknote/mantine (source) 0.32.0 -> 0.33.0 age confidence
@blocknote/react (source) 0.32.0 -> 0.33.0 age confidence
@blocknote/server-util (source) 0.32.0 -> 0.33.0 age confidence
@blocknote/xl-docx-exporter (source) 0.32.0 -> 0.33.0 age confidence
@blocknote/xl-pdf-exporter (source) 0.32.0 -> 0.33.0 age confidence
@​gouvfr-lasuite/ui-kit 0.8.1 -> 0.8.2 age confidence
@next/eslint-plugin-next (source) 15.3.4 -> 15.3.5 age confidence
@playwright/test (source) 1.53.1 -> 1.53.2 age confidence
@sentry/nextjs (source) 9.32.0 -> 9.35.0 age confidence
@sentry/node (source) 9.32.0 -> 9.35.0 age confidence
@sentry/profiling-node (source) 9.32.0 -> 9.35.0 age confidence
@tanstack/react-query (source) 5.81.2 -> 5.81.5 age confidence
@tanstack/react-query-devtools (source) 5.81.2 -> 5.81.5 age confidence
@types/lodash (source) 4.17.19 -> 4.17.20 age confidence
@types/node (source) 22.15.33 -> 22.16.0 age confidence
@typescript-eslint/eslint-plugin (source) 8.35.0 -> 8.36.0 age confidence
@typescript-eslint/parser (source) 8.35.0 -> 8.36.0 age confidence
dotenv 16.5.0 -> 17.0.1 age confidence
eslint-config-next (source) 15.3.4 -> 15.3.5 age confidence
i18next (source) 25.2.1 -> 25.3.1 age confidence
jest (source) 30.0.3 -> 30.0.4 age confidence
jest-environment-jsdom (source) 30.0.2 -> 30.0.4 age confidence
next (source) 15.3.4 -> 15.3.5 age confidence
posthog-js (source) 1.255.1 -> 1.256.2 age confidence
prettier (source) 3.6.1 -> 3.6.2 age confidence
react-i18next 15.5.3 -> 15.6.0 age confidence
stylelint (source) 16.21.0 -> 16.21.1 age confidence
supertest 7.1.1 -> 7.1.2 age confidence
ws 8.18.2 -> 8.18.3 age confidence
zustand 5.0.5 -> 5.0.6 age confidence

Release Notes

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

v0.33.0

Compare Source

🚀 Features
  • FloatingUI options prop for BlockPositioner (#​1801)
  • Support Google Gemini AI (#​1805)
🩹 Fixes
  • support multi-character suggestions (#​1734)
  • switch foreground color based on selected user color dynamically #​1785 (#​1787, #​1785)
  • mark react package as external in email exporter (#​1807)
  • Duplicate formatConversionTest files (#​1798)
  • AI empty document handling (#​1810)
  • bn-inline-content class name getting duplicated (#​1794)
❤️ Thank You
vercel/next.js (@​next/eslint-plugin-next)

v15.3.5

Compare Source

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

Core Changes
  • Turbopack: list assert/strict as external (#​80884)
  • omit searchParam data from FlightRouterState before transport (#​80734)
  • bugfix: propagate staleTime to seeded prefetch entry (#​81263)
Misc Changes
  • document turbopack trace viewer (#​78184)
Credits

Huge thanks to @​ztanner, @​mischnic, and @​bgw for helping!

microsoft/playwright (@​playwright/test)

v1.53.2

Compare Source

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

v9.35.0

Compare Source

  • feat(browser): Add ElementTiming instrumentation and spans (#​16589)
  • feat(browser): Export Context and Contexts types (#​16763)
  • feat(cloudflare): Add user agent to cloudflare spans (#​16793)
  • feat(node): Add eventLoopBlockIntegration (#​16709)
  • feat(node): Export server-side feature flag integration shims (#​16735)
  • feat(node): Update vercel ai integration attributes (#​16721)
  • fix(astro): Handle errors in middlewares better (#​16693)
  • fix(browser): Ensure explicit parentSpan is considered (#​16776)
  • fix(node): Avoid using dynamic require for fastify integration (#​16789)
  • fix(nuxt): Add @sentry/cloudflare as optional peerDependency (#​16782)
  • fix(nuxt): Ensure order of plugins is consistent (#​16798)
  • fix(nestjs): Fix exception handling in @Cron decorated tasks (#​16792)

Work in this release was contributed by @​0xbad0c0d3 and @​alSergey. Thank you for your contributions!

v9.34.0

Compare Source

Important Changes
  • feat(nuxt): Add Cloudflare Nitro plugin (#​15597)

    A Nitro plugin for @sentry/nuxt which initializes Sentry when deployed to Cloudflare (cloudflare-pages preset).

    1. Remove the previous server config file: sentry.server.config.ts

    2. Add a plugin in server/plugins (e.g. server/plugins/sentry-cloudflare-setup.ts)

    3. Add this code in your plugin file

      // server/plugins/sentry-cloudflare-setup.ts (filename does not matter) import { sentryCloudflareNitroPlugin } from '@​sentry/nuxt/module/plugins'; export default defineNitroPlugin( sentryCloudflareNitroPlugin({ dsn: 'https://dsn', tracesSampleRate: 1.0, }), );

      or with access to nitroApp:

      // server/plugins/sentry-cloudflare-setup.ts (filename does not matter) import { sentryCloudflareNitroPlugin } from '@​sentry/nuxt/module/plugins'; export default defineNitroPlugin(sentryCloudflareNitroPlugin((nitroApp: NitroApp) => { // You can access nitroApp here if needed return ({ dsn: 'https://dsn', tracesSampleRate: 1.0, }) }))
Other Changes
  • feat(browser): Record standalone LCP spans (#​16591)
  • fix(nuxt): Only add OTel alias in dev mode (#​16756)

Bundle size 📦

Path Size
@​sentry/browser 23.42 KB
@​sentry/browser - with treeshaking flags 23.2 KB
@​sentry/browser (incl. Tracing) 38.11 KB
@​sentry/browser (incl. Tracing, Replay) 75.35 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 68.61 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 80.01 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 91.81 KB
@​sentry/browser (incl. Feedback) 39.79 KB
@​sentry/browser (incl. sendFeedback) 28.02 KB
@​sentry/browser (incl. FeedbackAsync) 32.8 KB
@​sentry/react 25.16 KB
@​sentry/react (incl. Tracing) 40.04 KB
@​sentry/vue 27.69 KB
@​sentry/vue (incl. Tracing) 39.9 KB
@​sentry/svelte 23.45 KB
CDN Bundle 24.9 KB
CDN Bundle (incl. Tracing) 38.19 KB
CDN Bundle (incl. Tracing, Replay) 73.24 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.57 KB
CDN Bundle - uncompressed 72.75 KB
CDN Bundle (incl. Tracing) - uncompressed 113.89 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.27 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 237.8 KB
@​sentry/nextjs (client) 41.64 KB
@​sentry/sveltekit (client) 38.56 KB
@​sentry/node 150.68 KB
@​sentry/node - without tracing 96.32 KB
@​sentry/aws-serverless 121.48 KB

v9.33.0

Compare Source

Important Changes
  • feat: Add opt-in vercelAiIntegration to cloudflare & vercel-edge (#​16732)

The vercelAiIntegration is now available as opt-in for the Cloudflare and the Next.js SDK for Vercel Edge.
To use it, add the integration in Sentry.init

Sentry.init({ tracesSampleRate: 1.0, integrations: [Sentry.vercelAIIntegration()], });

And enable telemetry for Vercel AI calls

const result = await generateText({ model: openai('gpt-4o'), experimental_telemetry: { isEnabled: true, }, });
  • feat(node): Add postgresjs instrumentation (#​16665)

The Node.js SDK now includes instrumentation for Postgres.js.

  • feat(node): Use diagnostics channel for Fastify v5 error handling (#​16715)

If you're on Fastify v5, you no longer need to call setupFastifyErrorHandler. It is done automatically by the node SDK. Older versions still rely on calling setupFastifyErrorHandler.

Other Changes
  • feat(cloudflare): Allow interop with OpenTelemetry emitted spans (#​16714)
  • feat(cloudflare): Flush after waitUntil (#​16681)
  • fix(nextjs): Remove ai from default server external packages (#​16736)

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

TanStack/query (@​tanstack/react-query)

v5.81.5

Compare Source

Version 5.81.5 - 6/27/25, 7:02 PM

Changes

Fix
Test

Packages

v5.81.4

Compare Source

Version 5.81.4 - 6/27/25, 1:54 PM

Changes

Refactor
  • deprecate createSyncStoragePersister (#​9316) (1078bce) by Dominik Dorfmeister
Test

Packages

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.36.0

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.35.1

Compare Source

🩹 Fixes
  • remove prettier from eslint-plugin (#​11339)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.36.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.35.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

motdotla/dotenv (dotenv)

v17.0.1

Compare Source

Changed
  • Patched injected log to count only populated/set keys to process.env (#​879)

v17.0.0

Compare Source

Changed
  • Default quiet to false - informational (file and keys count) runtime log message shows by default (#​875)

v16.6.1

Compare Source

Changed
  • Default quiet to true – hiding the runtime log message (#​874)
  • NOTICE: 17.0.0 will be released with quiet defaulting to false. Use config({ quiet: true }) to suppress.
  • And check out the new dotenvx. As coding workflows evolve and agents increasingly handle secrets, encrypted .env files offer a much safer way to deploy both agents and code together with secure secrets. Simply switch require('dotenv').config() for require('@​dotenvx/dotenvx').config().

v16.6.0

Compare Source

Added
  • Default log helpful message [dotenv@16.6.0] injecting env (1) from .env (#​870)
  • Use { quiet: true } to suppress
  • Aligns dotenv more closely with dotenvx.
vercel/next.js (eslint-config-next)

v15.3.5

Compare Source

i18next/i18next (i18next)

v25.3.1

Compare Source

  • warn if legacy interpolation.format function is still used

v25.3.0

Compare Source

  • feat: support formatting function with plural and interpolation 2325
  • fix dir() for Latn language codes 2324
jestjs/jest (jest)

v30.0.4

Compare Source

Features
  • [expect] The Inverse type is now exported (#​15714)
  • [expect] feat: support async functions in toBe (#​15704)
Fixes
  • [jest] jest --onlyFailures --listTests now correctly lists only failed tests (#​15700)
  • [jest-snapshot] Handle line endings in snapshots (#​15708)
vercel/next.js (next)

v15.3.5

Compare Source

PostHog/posthog-js (posthog-js)

v1.256.2: 1.256.2

Compare Source

1.256.2 - 2025-07-04

v1.256.1: 1.256.1

Compare Source

1.256.1 - 2025-07-02
  • fix survey input color on dark backgrounds (#​2071)

v1.256.0: 1.256.0

Compare Source

1.256.0 - 2025-06-30

  • feat: push replay and person data to intercom and crisp chat (#​2039)

v1.255.3: 1.255.3

Compare Source

1.255.3 - 2025-06-30

v1.255.2: 1.255.2

Compare Source

1.255.2 - 2025-06-30

  • fix: word break on open ended choices (#​2065)
  • chore: make it easier to run locally (#​2061)
  • chore: deprecate ip config (#​2053)
  • Fix dev on nextjs playground (#​2051)
  • feat: add vscode extension playground (#​2041)
  • chore: add a top-level changelog (#​2040)
  • chore: improve eslint rule (#​2038)
  • chore: Make nextjs playground work with regular install (#​2035)
prettier/prettier (prettier)

v3.6.2

Compare Source

diff

Markdown: Add missing blank line around code block (#​17675 by @​fisker)
<!-- Input --> 1. Some text, and code block below, with newline after code block ```yaml --- foo: bar ```   1. Another  2. List  <!-- Prettier 3.6.1 --> 1. Some text, and code block below, with newline after code block   ```yaml --- foo: bar ```  1. Another  2. List  <!-- Prettier 3.6.2 --> 1. Some text, and code block below, with newline after code block   ```yaml --- foo: bar ```   1. Another  2. List
i18next/react-i18next (react-i18next)

v15.6.0

Compare Source

fix: passing components as object should still allow for indexed matching of children 1854

stylelint/stylelint (stylelint)

v16.21.1

Compare Source

It fixes 3 bugs.

ladjs/supertest (supertest)

v7.1.2

Compare Source

websockets/ws (ws)

v8.18.3

Compare Source

Bug fixes

  • Fixed a spec violation where the Sec-WebSocket-Version header was not added
    to the HTTP response if the client requested version was either invalid or
    unacceptable (33f5dba).
pmndrs/zustand (zustand)

v5.0.6

Compare Source


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 is behind base branch, 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 Jul 7, 2025
@renovate renovate bot force-pushed the renovate/js-dependencies branch 3 times, most recently from 6e706fe to f45bf4e Compare July 7, 2025 16:18
@renovate renovate bot force-pushed the renovate/js-dependencies branch from f45bf4e to 21624e9 Compare July 7, 2025 19:27
@AntoLC AntoLC self-requested a review July 7, 2025 21:10
@AntoLC AntoLC merged commit 21624e9 into main Jul 7, 2025
20 of 21 checks passed
@AntoLC AntoLC deleted the renovate/js-dependencies branch July 7, 2025 21:11
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

2 participants