Skip to content

Update all non-major frontend-admin dependencies#1671

Open
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/all-minor-patch-frontend-admin
Open

Update all non-major frontend-admin dependencies#1671
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/all-minor-patch-frontend-admin

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 16, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@openapitools/openapi-generator-cli 2.32.02.34.0 age adoption passing confidence
@sentry/react (source) 10.52.010.53.1 age adoption passing confidence
@tanstack/eslint-plugin-query (source) 5.100.95.100.14 age adoption passing confidence
@tanstack/react-query (source) 5.100.95.100.14 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.100.95.100.14 age adoption passing confidence
@types/node (source) 24.12.324.12.4 age adoption passing confidence
@types/react (source) 19.2.1419.2.15 age adoption passing confidence
@vitejs/plugin-react (source) 6.0.16.0.2 age adoption passing confidence
axios (source) 1.16.01.16.1 age adoption passing confidence
postcss (source) 8.5.148.5.15 age adoption passing confidence
primereact (source) 10.9.710.9.8 age adoption passing confidence
react-hook-form (source) 7.75.07.76.1 age adoption passing confidence
react-router (source) 7.15.07.15.1 age adoption passing confidence
typescript-eslint (source) 8.59.28.59.4 age adoption passing confidence
vite (source) 8.0.118.0.14 age adoption passing confidence

Release Notes

OpenAPITools/openapi-generator-cli (@​openapitools/openapi-generator-cli)

v2.34.0

Compare Source

Features
  • release: trigger a release (c7caa7e)

v2.33.1

Compare Source

Bug Fixes

v2.33.0

Compare Source

Features
  • release: trigger a release (54abbc6)
getsentry/sentry-javascript (@​sentry/react)

v10.53.1

Compare Source

  • fix(core): Don't gate user data for streamed spans at scope read time (#​20827)
  • fix(core): Include subpath type shims in published package (#​20835)
  • ref(hono): Consolidate route patching and add clarification comments (#​20829)
Internal Changes
  • chore(deps): Bump next from 15.5.15 to 15.5.18 in /dev-packages/e2e-tests/test-applications/nextjs-15-intl (#​20821)

Bundle size 📦

Path Size
@​sentry/browser 26.22 KB
@​sentry/browser - with treeshaking flags 24.69 KB
@​sentry/browser (incl. Tracing) 43.69 KB
@​sentry/browser (incl. Tracing + Span Streaming) 45.62 KB
@​sentry/browser (incl. Tracing, Profiling) 48.56 KB
@​sentry/browser (incl. Tracing, Replay) 82.4 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 72.08 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 86.99 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 99.33 KB
@​sentry/browser (incl. Feedback) 43 KB
@​sentry/browser (incl. sendFeedback) 30.92 KB
@​sentry/browser (incl. FeedbackAsync) 35.91 KB
@​sentry/browser (incl. Metrics) 27.27 KB
@​sentry/browser (incl. Logs) 27.42 KB
@​sentry/browser (incl. Metrics & Logs) 28.08 KB
@​sentry/react 27.92 KB
@​sentry/react (incl. Tracing) 45.9 KB
@​sentry/vue 31.01 KB
@​sentry/vue (incl. Tracing) 45.5 KB
@​sentry/svelte 26.24 KB
CDN Bundle 28.55 KB
CDN Bundle (incl. Tracing) 46.04 KB
CDN Bundle (incl. Logs, Metrics) 29.89 KB
CDN Bundle (incl. Tracing, Logs, Metrics) 47.14 KB
CDN Bundle (incl. Replay, Logs, Metrics) 68.3 KB
CDN Bundle (incl. Tracing, Replay) 82.55 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 83.6 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 88.23 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 89.3 KB
CDN Bundle - uncompressed 83.97 KB
CDN Bundle (incl. Tracing) - uncompressed 138.12 KB
CDN Bundle (incl. Logs, Metrics) - uncompressed 88.07 KB
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 141.5 KB
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 209.97 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 254.05 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 257.42 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 267.43 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 270.79 KB
@​sentry/nextjs (client) 48.36 KB
@​sentry/sveltekit (client) 44.17 KB
@​sentry/node-core 59.39 KB
@​sentry/node 162.07 KB
@​sentry/node - without tracing 72.21 KB
@​sentry/aws-serverless 105.52 KB
@​sentry/cloudflare (withSentry) - minified 166.63 KB
@​sentry/cloudflare (withSentry) 420.32 KB

v10.53.0

Compare Source

Important Changes
  • feat(core): Add streamGenAiSpans options to stream gen_ai spans (#​20785)

    Adds a new streamGenAiSpans option that controls how gen_ai spans are
    sent to Sentry. When set, the SDK extracts all gen_ai spans out of a
    transaction and sends them as v2 envelope items.

    Enable this option if gen_ai spans are being dropped because the transaction payload exceeds size limits.

    Sentry.init({
      dsn: 'https://examplePublicKey@o0.ingest.sentry.io/0',
      streamGenAiSpans: true,
    });
Other Changes
  • feat(browser): Migrate browser profiling thread data to span attributes (#​20800)
  • feat(core): Add addConsoleInstrumentationFilter utility (#​20790)
  • feat(core): Add applicationKey to BuildTimeOptionsBase (#​20789)
  • feat(core): split exports by browser/server for bundle size (#​20435)
  • feat(nextjs): Add top-level applicationKey option (#​20794)
  • feat(node): Support Node 26 (#​20710)
  • feat(profiling-node): Bump @sentry-internal/node-cpu-profiler to 2.4.0 (#​20720)
  • fix(cloudflare): avoid flush lock self-wait (#​20719)
  • fix(hono): Capture transaction name on request for correct culprit (#​20801)
  • fix(mcp): retroactively wrap handlers registered before wrapMcpServerWithSentry (#​20699)
  • fix(node-core): Guard against undefined util.getSystemErrorMap (#​20660)
  • fix(replay): Capture aborted/errored fetch requests in replay network tab (#​20722)
Internal Changes
  • chore: bump replay dependencies (#​20746)
  • chore: Typo intergation -> integration (#​20799)
  • chore(deps): Bump @​babel/plugin-transform-modules-systemjs from 7.24.1 to 7.29.4 (#​20773)
  • chore(deps): Bump next from 15.5.15 to 15.5.18 in /dev-packages/e2e-tests/test-applications/nextjs-15 (#​20818)
  • chore(deps): Bump next from 16.2.4 to 16.2.6 in /dev-packages/e2e-tests/test-applications/nextjs-16-streaming (#​20811)
  • chore(deps): Bump rollup from 4.59.0 to 4.60.3 (#​20716)
  • ci: Ensure PR reminder workflow considers new sub teams (#​20814)
  • ci: Remove codecov reporting (#​20803)
  • feat(deps): Bump bundler plugins to 5.3.0 (#​20820)
  • feat(deps): Bump fast-uri from 3.0.6 to 3.1.2 (#​20774)
  • feat(deps): Bump hono from 4.12.16 to 4.12.18 (#​20777)
  • test(cloudflare-hono): fix 'occured' -> 'occurred' typo in error log (#​20783)
  • test(deps): Bump hono from 4.12.14 to 4.12.16 (#​20712)
  • test(deps): Bump hono from 4.12.14 to 4.12.18 in /dev-packages/e2e-tests/test-applications/cloudflare-hono (#​20776)
  • test(e2e): Pin astro version in astro-6 test app (#​20709)

Work in this release was contributed by @​dmmulroy and @​SAY-5. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser 26.22 KB
@​sentry/browser - with treeshaking flags 24.69 KB
@​sentry/browser (incl. Tracing) 43.69 KB
@​sentry/browser (incl. Tracing + Span Streaming) 45.63 KB
@​sentry/browser (incl. Tracing, Profiling) 48.56 KB
@​sentry/browser (incl. Tracing, Replay) 82.4 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 72.08 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 86.99 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 99.33 KB
@​sentry/browser (incl. Feedback) 43 KB
@​sentry/browser (incl. sendFeedback) 30.92 KB
@​sentry/browser (incl. FeedbackAsync) 35.91 KB
@​sentry/browser (incl. Metrics) 27.27 KB
@​sentry/browser (incl. Logs) 27.42 KB
@​sentry/browser (incl. Metrics & Logs) 28.08 KB
@​sentry/react 27.92 KB
@​sentry/react (incl. Tracing) 45.91 KB
@​sentry/vue 31.01 KB
@​sentry/vue (incl. Tracing) 45.5 KB
@​sentry/svelte 26.24 KB
CDN Bundle 28.55 KB
CDN Bundle (incl. Tracing) 46.05 KB
CDN Bundle (incl. Logs, Metrics) 29.89 KB
CDN Bundle (incl. Tracing, Logs, Metrics) 47.15 KB
CDN Bundle (incl. Replay, Logs, Metrics) 68.3 KB
CDN Bundle (incl. Tracing, Replay) 82.57 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 83.62 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 88.24 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 89.32 KB
CDN Bundle - uncompressed 83.97 KB
CDN Bundle (incl. Tracing) - uncompressed 138.15 KB
CDN Bundle (incl. Logs, Metrics) - uncompressed 88.07 KB
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 141.53 KB
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 209.97 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 254.08 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 257.44 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 267.46 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 270.81 KB
@​sentry/nextjs (client) 48.36 KB
@​sentry/sveltekit (client) 44.17 KB
@​sentry/node-core 59.4 KB
@​sentry/node 162.08 KB
@​sentry/node - without tracing 72.22 KB
@​sentry/aws-serverless 105.53 KB
@​sentry/cloudflare (withSentry) - minified 166.66 KB
@​sentry/cloudflare (withSentry) 420.38 KB
TanStack/query (@​tanstack/eslint-plugin-query)

v5.100.14

Compare Source

v5.100.13

Compare Source

v5.100.12

Compare Source

Patch Changes
  • fix(no-unstable-deps): handle array-destructured useQueries and useSuspenseQueries results (#​10747)

  • Fix no-unstable-deps false positives for useSuspenseQueries results returned from combine. (#​10642)

v5.100.11

v5.100.10

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

v5.100.14

Compare Source

Patch Changes

v5.100.13

Compare Source

Patch Changes

v5.100.12

Compare Source

Patch Changes

v5.100.11

Patch Changes

v5.100.10

Patch Changes
TanStack/query (@​tanstack/react-query-devtools)

v5.100.14

Compare Source

Patch Changes

v5.100.13

Compare Source

Patch Changes

v5.100.12

Compare Source

Patch Changes

v5.100.11

Patch Changes

v5.100.10

Patch Changes
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v6.0.2

Compare Source

Allow all options in reactCompilerPreset (#​1189)

This is a type only change. Only compilationMode and target options were available for reactCompilerPreset.

axios/axios (axios)

v1.16.1

Compare Source

postcss/postcss (postcss)

v8.5.15

Compare Source

  • Fixed declaration parsing performance (by @​homanp).
primefaces/primereact (primereact)

v10.9.8

Compare Source

Full Changelog

Enhancements:

  • Enhancement: Prevent redundant state setter calls in Tooltip component #​8524
  • Calendar: show date-section on click #​8352

Fixed Bugs:

  • ConfirmDialog: closing animation is replaced by secondary dialog animation #​8533
  • InputNumber: incorrect decimal point handling #​8511
  • OrderList: Wrong order after moving multiple-selected items to top or bottom under specific conditions #​8496
  • OrderList: Cannot reorder multi-selected items under specific condition #​8495
  • DataTable: locale string not applied #​8478
  • DataTable: cellMemo causes stale closures in event handlers #​8450
  • Splitter: Incorrect detection of nested SplitterPanel #​8449
  • Tree: Bad initialization of expanded keys when filter option is present #​8408
  • TieredMenu: Separator visibility ignored #​8383
  • InputNumber: step rounding to one decimal place #​8382
  • Tree: Node updates not immediately rendered when using filter + onToggle (v10.9.7 regression) #​8381
  • Calendar: When the calendar is open, and the screen is scrolled, the calendar does not close. JS error #​8357
  • SpeedDial: Linear invisible div overlay even when menu closed #​8353
  • InputNumber: Respect Global Locale #​8349
  • CascadeSelect: Cascade Submenu is not focusable with right and left arrow navigations #​8345
  • PanelMenu: Up and down arrow key navigation not working with dropdown items in PanelMenu #​8343
  • MenuBar: Up and down arrow key navigation not working with dropdown items in MenuBar #​8341
  • TieredMenu: Submenu 'popup' behavior different than PrimeVue #​5975
  • Menubar: missing properties in MenubarContext #​8334
  • Menubar: type for MenubarContext is missing properties present in documentation #​8330
  • DataTable: Column frozen is broken when DataTable is using headerColumnGroup (ColumnGroup) #​8320
  • Editor: showHeader default value is wrong #​8318
  • InputOtp: Unable to edit single field input #​8306
  • Calendar: Manual entry not possible if the entered date is the same as min date #​8304
  • Calendar: reFocusInputField on single selection #​8302
  • MultiStateCheckbox: A form field element has neither an id nor a name attribute #​8293
  • DataTable: loading prop true hides empty message #​8292
  • InputNumber: Setting value doesn't trigger onChange #​8274
  • PickList: Shift+Space range selection causes runtime error #​8272
  • TabView: scrollable + activeIndex should scroll to header item #​8259
  • DataTable MultiSelect: Accessibility - The 'aria-controls' or 'aria-owns' attribute of the expanded combobox must reference a valid popup 'id' value #​8239
  • DataTable Checkbox: Accessibility - ARIA attributes should be valid for the element and ARIA role to which they are assigned #​8227
  • InputNumber: Integeronly accepts floating point number onPaste #​8221
  • OverlayPanel: Clicking outside OverlayPanel doesn't close the panel with cssTransition: false #​8183
  • Input elements rendered by PrimeReact lack autocomplete attributes (e.g., "username", "tel") #​8151
  • Dropdown: Wrong behavior of home, end, left arrow and right arrow while editable #​8072
  • Calendar: With "mask", not work callback "onInput" #​7640
  • Calendar: Input Mask Requires Second Click to Activate on Input Fields #​7609
  • Menu: Visual glitches in hovering effect #​7506
  • OrganizationChart: if it has a large children number the lines are not connected properly #​7488
  • Calendar: incorrect value is displayed #​7428

Documentation:

  • Datatable: Missing code in custom filter example #​8482
  • DataView: Types are not matched in TS template #​8528
  • Docs: hide API tab when apiDocs are not available #​8462
  • DataTable demo: noticeable lag and whole-table re-renders when increasing rows (demo reproduction) #​8460
  • DataTable: PDF Export doesn't work on documentation #​8366
react-hook-form/react-hook-form (react-hook-form)

v7.76.1: Version 7.76.1

Compare Source

🐞 fix: pass options parameter through setValues to enable validation (#​13457)
🐞 fix(setValues): emit whole-form change without stale name/type (#​13450)
🚗 perf(setValues): thread skipClone through setFieldValue (#​13448)
🚗 perf(setValues): skip redundant per-field deep clones (#​13445)
Revert "🐞 fix: treat NaN as empty when valueAsNumber is true in validateField (#​13388)"

thanks to @​philibea & @​maxkostow

v7.76.0

Compare Source

remix-run/react-router (react-router)

v7.15.1

Compare Source

Patch Changes
  • Update router to operate on fetcher Maps in an immutable manner to avoid delayed React renders from potentially reading an updated but not yet committed Map. This could result in brief flickers in some fetcher-driven optimistic UI scenarios. (#​15028)
  • Fix serverLoader() returning stale SSR data when a client navigation aborts pending hydration before the hydration clientLoader resolves (#​15022)
  • Fix RouterProvider onError callback not being called for synchronous initial loader errors in SPA mode (#​15039) (#​14942)
  • Memoize useFetchers to return a stable identity and only change if fetchers changed (#​15028)
  • Internal refactor to consolidate mutation request detection through shared utility (#​15033)
Unstable Changes

⚠️ Unstable features are not recommended for production use

  • Add a new unstable_useRouterState() hook that consolidates access to active and pending router states (RFC: #​12358) (#​15017)
    • Data/Framework/RSC only — throws when used without a data router

    • This should allow you to consolidate usages of the following hooks which will likely be deprecated and removed in a future major version

      • useLocation
      • useSearchParams
      • useParams
      • useMatches
      • useNavigationType
      • useNavigation
      let { active, pending } = unstable_useRouterState();
      
      // Active is always populated with the current location
      active.location; // replaces `useLocation()`
      active.searchParams; // replaces `useSearchParams()[0]`
      active.params; // replaces `useParams()`
      active.matches; // replaces `useMatches()`
      active.type; // replaces `useNavigationType()`
      
      // Pending is only populated during a navigation
      pending.location; // replaces `useNavigation().location`
      pending.searchParams; // equivalent to `new URLSearchParams(useNavigation().search)`
      pending.params; // Not directly accessible today
      pending.matches; // Not directly accessible today
      pending.type; // Not directly accessible today
      pending.state; // replaces `useNavigation().state`
      pending.formMethod; // replaces useNavigation().formMethod
      pending.formAction; // replaces useNavigation().formAction
      pending.formEncType; // replaces useNavigation().formEncType
      pending.formData; // replaces useNavigation().formData
      pending.json; // replaces useNavigation().json
      pending.text; // replaces useNavigation().text
typescript-eslint/typescript-eslint (typescript-eslint)

v8.59.4

Compare Source

🩹 Fixes
  • typescript-eslint: export Compatible* types from typescript-eslint to resolve pnpm TS error (#​12340)
❤️ Thank You

See GitHub Releases for more information.

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

v8.59.3

Compare Source

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

See GitHub Releases for more information.

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

vitejs/vite (vite)

v8.0.14

Compare Source

Features
Bug Fixes
Miscellaneous Chores
  • deps: update rolldown-related dependencies (#​22470) (7cb728e)
  • remove irrelevant commits from changelog (2c69495)
Code Refactoring
Tests

v8.0.13

Compare Source

Features
Bug Fixes
Miscellaneous Chores

[v8.0.12](https://redirect.github.com/vitejs/vite/blob/

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Budapest)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • 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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 16, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.37%. Comparing base (a077ac9) to head (91c5abf).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1671   +/-   ##
=======================================
  Coverage   93.37%   93.37%           
=======================================
  Files          76       76           
  Lines        2386     2386           
  Branches      183      183           
=======================================
  Hits         2228     2228           
  Misses        132      132           
  Partials       26       26           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate Bot force-pushed the renovate/all-minor-patch-frontend-admin branch 10 times, most recently from 654a6e6 to a957498 Compare May 23, 2026 08:32
@renovate renovate Bot force-pushed the renovate/all-minor-patch-frontend-admin branch from 29a4946 to 5e9eb11 Compare May 23, 2026 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants