⬆️(dependencies) update js dependencies #1739
Open
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.42.3->0.44.00.42.3->0.44.00.42.3->0.44.00.42.3->0.44.00.42.3->0.44.00.42.3->0.44.00.42.3->0.44.00.42.3->0.44.00.42.3->0.44.00.18.0->0.18.316.0.3->16.0.71.56.1->1.57.010.27.0->10.29.010.26.0->10.29.05.90.10->5.90.125.91.0->5.91.13.11.0->3.13.05.0.5->5.0.619.2.6->19.2.78.47.0->8.48.18.47.0->8.48.15.1.1->5.1.21.4.3->1.5.216.0.3->16.0.72.3.0->2.4.05.1.0->5.2.125.6.3->25.7.227.2.0->27.3.04.17.1->4.18.01.298.0->1.302.23.6.2->3.7.419.2.0->19.2.119.2.0->19.2.116.3.5->16.4.016.26.0->16.26.129.4.5->29.4.64.0.13->4.0.155.0.8->5.0.9Release Notes
TypeCellOS/BlockNote (@blocknote/code-block)
v0.44.0Compare Source
🚀 Features
❤️ Thank You
v0.43.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
vercel/next.js (@next/eslint-plugin-next)
v16.0.7Compare Source
Please see CVE-2025-66478 for additional details about this release.
v16.0.6Compare Source
Core Changes
Credits
Huge thanks to @lukesandberg for helping!
v16.0.5Compare Source
Core Changes
Credits
Huge thanks to @lucasadrianof for helping!
v16.0.4Compare Source
Core Changes
Credits
Huge thanks to @devjiwonchoi, @sokra and @ztanner for helping!
microsoft/playwright (@playwright/test)
v1.57.0Compare Source
getsentry/sentry-javascript (@sentry/nextjs)
v10.29.0Compare Source
Important Changes
We expanded the supported version range for
@solidjs/routerto include0.14.xand0.15.xversions.Other Changes
msgin pino integration (#18389)Internal Changes
Bundle size 📦
v10.28.0Compare Source
Important Changes
matcherparameter optional inmakeMultiplexedTransport(#10798)The
matcherparameter inmakeMultiplexedTransportis now optional with a sensible default. This makes it much easier to use the multiplexed transport for sending events to multiple DSNs based on runtime configuration.Before:
After:
The default matcher looks for routing information in
event.extra[MULTIPLEXED_TRANSPORT_EXTRA_KEY]. You can still provide a custom matcher function for advanced use cases.This release adds support for
cacheComponentson turbopack builds. We are working on adding support for this feature in webpack builds as well.Other Changes
isolateTraceoption toSentry.withMonitor()(#18079)waitUntildetection (#18336)continueTracedoesn't propagate given trace ID if active span exists (#18328)Internal Changes
BUGBOT.mdrules to flag invalid op and origin values during review (#18352)Bundle size 📦
TanStack/query (@tanstack/react-query)
v5.90.12Compare Source
Patch Changes
72d8ac5]:v5.90.11Compare Source
Patch Changes
Prevent infinite render loops when useSuspenseQueries has duplicate queryKeys (#9886)
Updated dependencies [
c01b150]:TanStack/query (@tanstack/react-query-devtools)
v5.91.1Compare Source
Patch Changes
b261b6f]:ueberdosis/tiptap (@tiptap/extensions)
v3.13.0Compare Source
@tiptap/extension-drag-handle
Patch Changes
data-draggingattribute to drag handle elements to track drag state.@tiptap/extension-drag-handle-react
Patch Changes
data-draggingattribute to drag handle elements to track drag state.@tiptap/extension-drag-handle-vue-2
Patch Changes
data-draggingattribute to drag handle elements to track drag state.@tiptap/extension-drag-handle-vue-3
Patch Changes
data-draggingattribute to drag handle elements to track drag state.@tiptap/extension-link
Patch Changes
enableClickSelectionworks regardless of theopenOnClickoption by always registering the link click handler plugin.@tiptap/extension-table-of-contents
Patch Changes
@tiptap/markdown
Patch Changes
@tiptap/extension-mention
Patch Changes
@tiptap/core
Minor Changes
createCustomHandlecallback toResizableNodeView, allowing developers to fully customize resize handles. When provided, it replaces the default handle creation and bypasses the built-inpositionHandlelogic, giving complete control over markup, styling, and positioning while preserving backward compatibility.wrapperelement to better support dynamic alignment. This eliminates the need for!importantoverrides in user styles.updateevent listener to dynamically attach or remove resize handles based on the editor’s editable state. The implementation tracks the previous editable state to avoid unnecessary re-renders.Patch Changes
@tiptap/extension-image
Minor Changes
createCustomHandlecallback toResizableNodeView, allowing developers to fully customize resize handles. When provided, it replaces the default handle creation and bypasses the built-inpositionHandlelogic, giving complete control over markup, styling, and positioning while preserving backward compatibility.wrapperelement to better support dynamic alignment. This eliminates the need for!importantoverrides in user styles.updateevent listener to dynamically attach or remove resize handles based on the editor’s editable state. The implementation tracks the previous editable state to avoid unnecessary re-renders.v3.12.1Compare Source
@tiptap/extension-table-of-contents
Patch Changes
v3.12.0Compare Source
@tiptap/extension-collaboration
Minor Changes
Implement position mapping using the
MappablePositionclass. This enables position mapping in collaborative editing scenarios.MappablePositionclass in core withposition,fromJSON, andtoJSONmethodseditor.utilsproperty withgetUpdatedPosition(position, transaction)andcreateMappablePosition()methodsCollaborationMappablePositionsubclass that extendsMappablePositionwith Y.js relative position support@tiptap/core
Minor Changes
Implement position mapping using the
MappablePositionclass. This enables position mapping in collaborative editing scenarios.MappablePositionclass in core withposition,fromJSON, andtoJSONmethodseditor.utilsproperty withgetUpdatedPosition(position, transaction)andcreateMappablePosition()methodsCollaborationMappablePositionsubclass that extendsMappablePositionwith Y.js relative position support@tiptap/extension-collaboration-caret
Patch Changes
this.optionsin theupdateUsercommand.this.optionscan be a getter and is not writable; the command now updates the provider awareness directly so user updates are applied correctly.@tiptap/react
Minor Changes
fast-deep-equaldependency with maintainedfast-equalsPatch Changes
this.getPos()when ProseMirror and React render cycles got out of sync, which could cause errors during updates.v3.11.1Compare Source
@tiptap/core
Patch Changes
Improve TypeScript generics for Node.extend
The Node.extend method's TypeScript signature was updated so that ExtendedConfig can extend NodeConfig and MarkConfig,
improving type inference when extending Node and Mark classes with additional config properties.
This is a type-only change — there are no runtime behavior changes.
@tiptap/extensions
Patch Changes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.48.1Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.48.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.48.1Compare 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.48.0Compare 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.
vitejs/vite-plugin-react (@vitejs/plugin-react)
v5.1.2Compare Source
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.5.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.5.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.5.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
What's Changed
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.4...v1.5.0
v1.4.4Compare Source
🚀 Features
require-import-vi-mockrule - by @axel7083 in #820 (abdea)🐞 Bug Fixes
test.for- by @y-hsgw in #825 (962de)View changes on GitHub
What's Changed
require-import-vi-mockrule by @axel7083 in #820test.forby @y-hsgw in #825New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.3...v1.4.4
vercel/next.js (eslint-config-next)
[
v16.0.7](https://redirect.github.com/vercel/next.js/compare/v16.0.6...7492122a3bbc6655b64ccConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.