Open
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Size Change: +78.4 kB (+1.87%) Total Size: 4.28 MB
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
5.2.31→5.2.333.4.3→3.4.43.4.3→3.4.48.3.12→8.3.138.3.12→8.3.131.57.0→1.58.04.3.1→4.3.210.34.0→10.36.010.34.0→10.36.010.34.0→10.36.05.91.2→5.91.35.90.18→5.90.2016.3.1→16.3.23.14.0→3.17.119.2.8→19.2.98.53.0→8.53.18.53.0→8.53.11.13.2→1.13.32.8.5→2.8.62.5.0→2.5.125.7.4→25.8.01.325.0→1.335.23.8.0→3.8.11.41.4→1.41.516.26.1→17.0.039.0.1→40.0.06.0.4→6.0.54.0.17→4.0.18Release Notes
fontsource/font-files (@fontsource-variable/material-symbols-outlined)
v5.2.33Compare Source
v5.2.32Compare Source
ueberdosis/hocuspocus (@hocuspocus/provider)
v3.4.4Compare Source
Bug Fixes
mantinedev/mantine (@mantine/core)
v8.3.13Compare Source
What's Changed
[@mantine/core]AddopenOnFocusprop to Combobox based components (#5893, #8623)[@mantine/dates]TimePicker: Fix clearing in uncontrolled mode not updating to empty value (#8622)[@mantine/core]ScrollArea: Fix Shift + wheel scroll not working correctly on Windows (#8619)[@mantine/core]AddselectFirstOptionOnDropdownOpento Combobox based components (#8597)[@mantine/core]ScrollArea: FixonBottomReachednot being called when used in zoomed-in viewports (#8616)[@mantine/core]Popover: Fixaria-controlsattribute being set on the target element when the dropdown is not mounted (#8595)[@mantine/core]RangeSlider: Fix incorrect Styles API name (#8601)[@mantine/core]ScrollArea: FixoverscrollBehaviorprop not working in ScrollArea.Autosize component (#8611)New Contributors
Full Changelog: mantinedev/mantine@8.3.12...8.3.13
microsoft/playwright (@playwright/test)
v1.58.0Compare Source
diegomura/react-pdf (@react-pdf/renderer)
v4.3.2Compare Source
Patch Changes
f034491b,2eba70bd,fafbcb12,cc1aff24]:getsentry/sentry-javascript (@sentry/nextjs)
v10.36.0Compare Source
v10.35.0Compare Source
Important Changes
feat(tanstackstart-react): Add
sentryTanstackStartvite plugin to manage automatic source map uploads (#18712)You can now configure source maps upload for TanStack Start using the
sentryTanstackStartVite plugin:Other Changes
tracing.replay.feedback.logs.metrics(#18785)ignoredclient report event drop reason (#18815)Logexports to browser and node packages (#18857)Internal Changes
@sveltejs/kitdevDependency to2.49.5(#18848)Work in this release was contributed by @rreckonerr. Thank you for your contribution!
TanStack/query (@tanstack/eslint-plugin-query)
v5.91.3Compare Source
Patch Changes
TanStack/query (@tanstack/react-query)
v5.90.20Compare Source
Patch Changes
e7258c5]:v5.90.19Compare Source
Patch Changes
53fc74e]:testing-library/react-testing-library (@testing-library/react)
v16.3.2Compare Source
ueberdosis/tiptap (@tiptap/extensions)
v3.17.1Compare Source
@tiptap/extension-paragraph
Patch Changes
@tiptap/markdown
Patch Changes
@tiptap/vue-3
Patch Changes
@tiptap/extension-collaboration-caret
Patch Changes
@tiptap/extension-collaboration
Patch Changes
@tiptap/extension-drag-handle
Patch Changes
@tiptap/html
Patch Changes
@tiptap/extension-bubble-menu
Patch Changes
@tiptap/extension-floating-menu
Patch Changes
@tiptap/core
Patch Changes
$nodes()method to correctly return inline nodes (like text, mention, etc.) by fixing thechildrengetter inNodePosclass@tiptap/extension-list
Patch Changes
v3.17.0Compare Source
@tiptap/extension-bubble-menu
Patch Changes
TypeError: Cannot read properties of null (reading 'domFromPos')being thrown when the editor was being destroyed@tiptap/extension-drag-handle
Minor Changes
Patch Changes
@tiptap/core
Patch Changes
isFirefoxutility to core@tiptap/extension-drag-handle-react
Minor Changes
@tiptap/extension-drag-handle-vue-2
Minor Changes
@tiptap/extension-drag-handle-vue-3
Minor Changes
v3.16.0Compare Source
@tiptap/extension-audio
Minor Changes
@tiptap/markdown
Patch Changes
@tiptap/extension-link
Patch Changes
@tiptap/extension-floating-menu
Minor Changes
setMeta('floatingMenu', 'updatePosition')@tiptap/react
Minor Changes
setMeta('floatingMenu', 'updatePosition')@tiptap/vue-2
Minor Changes
setMeta('floatingMenu', 'updatePosition')@tiptap/vue-3
Minor Changes
setMeta('floatingMenu', 'updatePosition')@tiptap/extension-unique-id
Patch Changes
findDuplicateshelper performance from O(n²) to O(n) by using Set-based lookups instead of Array.indexOfv3.15.3Compare Source
@tiptap/core
Patch Changes
v3.15.2Compare Source
@tiptap/extension-link
Patch Changes
localhost) and IP addresses without a protocol prefix@tiptap/extension-list
Patch Changes
@tiptap/vue-2
Patch Changes
appendToprop in BubbleMenu and FloatingMenu@tiptap/vue-3
Patch Changes
appendToprop in BubbleMenu and FloatingMenu@tiptap/extension-youtube
Patch Changes
@tiptap/react
Patch Changes
v3.15.1Compare Source
@tiptap/suggestion
Patch Changes
shouldShowcallback to theSuggestionutility. This allows developers to filter when suggestions are displayed, which is especially useful for collaborative environments to prevent suggestions from popping open for remote users.v3.15.0Compare Source
@tiptap/core
Minor Changes
dispatchTransactionhook to extensions, allowing developers to intercept, modify, or block transactions before they are applied to the editor state.@tiptap/extension-unique-id
Patch Changes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.53.1Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.53.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.
axios/axios (axios)
v1.13.3Compare Source
Bug Fixes
Features
undefinedas a value in AxiosRequestConfig (#5560) (095033c)Reverts
Contributors to this release
expressjs/cors (cors)
v2.8.6Compare Source
==================
mskelton/eslint-plugin-playwright (eslint-plugin-playwright)
v2.5.1Compare Source
Bug Fixes
||(611657c)i18next/i18next (i18next)
v25.8.0Compare Source
PostHog/posthog-js (posthog-js)
v1.335.2Compare Source
1.335.2
Patch Changes
592a5d7Thanks @adboio! - fix: update cancel button on surveys to be black(2026-01-23)
v1.335.1Compare Source
1.335.1
Patch Changes
933c763]:v1.335.0Compare Source
1.335.0
Minor Changes
c8d3fbeThanks @pauldambra! - allows using web vitals with and without attribution(2026-01-23)
Patch Changes
b586b6bThanks @adboio! - enable linked flags for product tours(2026-01-23)
c8d3fbe]:v1.334.1Compare Source
1.334.1
Patch Changes
d38842dThanks @adboio! - enable element inference for product tours(2026-01-22)
v1.334.0Compare Source
1.334.0
Minor Changes
f8c17bcThanks @pauldambra! - feat: add external_scripts_inject_target config to control script injection location(2026-01-22)
Patch Changes
#2950
8543f0fThanks @fuziontech! - fix(web-vitals): reduce memory leak in SPAsNote: web-vitals has inherent memory accumulation in SPAs due to internal state.
The v5 upgrade reduces this but doesn't fully eliminate it since web-vitals
doesn't provide cleanup functions (Issue #629 was closed as "not planned"). (2026-01-22)
Updated dependencies []:
v1.333.0Compare Source
1.333.0
Minor Changes
994206dThanks @veryayskiy! - Send context on sendMessage(2026-01-21)
Patch Changes
v1.332.0Compare Source
1.332.0
Minor Changes
8a5a3d5Thanks @adboio! - add support for question prefill in popover surveys, add useThumbSurvey hook(2026-01-20)
Patch Changes
8a5a3d5]:v1.331.3Compare Source
1.331.3
Patch Changes
cbab5d2](https://redirect.github.com/PostHog/posthog-jConfiguration
📅 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.