⬆️(dependencies) update js dependencies #957
Open
+580
−621
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.29.1
->0.30.0
0.29.1
->0.30.0
0.29.1
->0.30.0
0.29.1
->0.30.0
0.29.1
->0.30.0
0.29.1
->0.30.0
0.29.1
->0.30.0
0.4.1
->0.5.0
2.15.2
->3.1.1
2.15.2
->3.1.1
15.3.1
->15.3.2
3.0.0
->3.1.0
9.15.0
->9.19.0
9.15.0
->9.19.0
9.15.0
->9.19.0
5.75.4
->5.76.1
5.75.4
->5.76.1
2.8.17
->2.8.18
22.15.12
->22.15.18
19.1.3
->19.1.4
19.1.3
->19.1.5
8.32.0
->8.32.1
8.32.0
->8.32.1
9.4.1
->9.5.0
15.3.1
->15.3.2
10.1.2
->10.1.5
7.1.1
->7.2.0
25.1.1
->25.1.2
8.0.2
->8.0.3
15.3.1
->15.3.2
1.239.1
->1.242.1
6.1.17
->6.1.18
7.1.0
->7.1.1
29.3.2
->29.3.3
5.99.7
->5.99.8
13.6.26
->13.6.27
Release Notes
TypeCellOS/BlockNote (@blocknote/code-block)
v0.30.0
Compare Source
🚀 Features
editor.prosemirrorState
again (#1615)undo
andredo
methods to editor API (#1592)previewWidth
prop now defaults toundefined
(#1664)🩹 Fixes
blockId
touploadFile
in UploadTab (#1641)[email protected]
(#1661)❤️ Thank You
vercel/next.js (@next/eslint-plugin-next)
v15.3.2
Compare Source
Core Changes
Credits
Huge thanks to @ijjk, @huozhi, @kdy1, @wbinnssmith, and @bgw for helping!
getsentry/sentry-javascript (@sentry/nextjs)
v9.19.0
Compare Source
opentelemetry-instrumentation-remix
(#16145)cancelled
reason (#16277)@fastify/otel
fork to direct url to allow installing without git (#16287)Work in this release was contributed by @sidx1024. Thank you for your contribution!
Bundle size 📦
v9.18.0
Compare Source
Important changes
We now also publish profiling binaries for Node 24.
Other changes
import-in-the-middle
to1.13.1
(#16260)consoleLoggingIntegration
from vercel edge sdk (#16228)@fastify/otel
dependency with pinned Otel v1 deps (#16256)Bundle size 📦
v9.17.0
Compare Source
@fastify/otel
(#15542)Bundle size 📦
v9.16.1
Compare Source
v9.16.0
Compare Source
Important changes
Add a new plugin
makeConfigInjectorPlugin
within our existing vite plugin that updates the global vite config with sentry optionsThis PR implements consistent sampling across traces as outlined in (#15754)
This PR introduces a new
instrumentDurableObjectWithSentry
method to the SDK, which instruments durable objects. We capture both traces and errors automatically.Prisma integration is enabled by default, it should work for both ESM and CJS.
Adds client-side instrumentation for react router's
HydratedRouter
. To enable it, simply replacebrowserTracingIntegration()
withreactRouterTracingIntegration()
in your client-side init call.When running your application in ESM mode, there have been scenarios that resulted in the
http
/https
emitting duplicate spans for incoming requests. This was apparently caused by us double-wrapping the modules for incoming request isolation.In order to solve this problem, the modules are no longer monkey patched by us for request isolation. Instead, we register diagnosticschannel hooks to handle request isolation now.
While this is generally not expected to break anything, there is one tiny change that _may affect you if you have been relying on very specific functionality:
The
ignoreOutgoingRequests
option ofhttpIntegration
receives theRequestOptions
as second argument. This type is not changed, however due to how the wrapping now works, we no longer pass through the full RequestOptions, but re-construct this partially based on the generated request. For the vast majority of cases, this should be fine, but for the sake of completeness, these are the only fields that may be available there going forward - other fields that may have existed before may no longer be set:Other changes
SENTRY_RELEASE
fromenv
(#16201)http.server
spans with 404 status by default (#16205)removeFromDom()
from throwing (#16030)Bundle size 📦
TanStack/query (@tanstack/react-query)
v5.76.1
Compare Source
Version 5.76.1 - 5/13/25, 10:04 PM
Changes
Fix
65ef198
) by Damian OsipiukPackages
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.
This PR was generated by Mend Renovate. View the repository job log.