Skip to content

Update Patch version bumps#399

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/patch-version-bumps
Open

Update Patch version bumps#399
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/patch-version-bumps

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 19, 2026

This PR contains the following updates:

Package Change Age Confidence
@types/react (source) 19.2.1419.2.15 age confidence
@vitejs/plugin-react-swc (source) 4.3.04.3.1 age confidence
@vitest/coverage-v8 (source) 4.1.44.1.7 age confidence
axios (source) 1.16.01.16.1 age confidence
lint-staged 17.0.317.0.5 age confidence
primereact (source) 10.9.710.9.8 age confidence
react (source) 19.2.519.2.6 age confidence
react-dom (source) 19.2.519.2.6 age confidence
react-router (source) 7.15.07.15.1 age confidence
vite (source) 8.0.88.0.14 age confidence
vitest (source) 4.1.44.1.7 age confidence

Release Notes

vitejs/vite-plugin-react (@​vitejs/plugin-react-swc)

v4.3.1

Compare Source

Avoid esbuild warnings with Vite 8 #​1195

Fixes #​1187.

vitest-dev/vitest (@​vitest/coverage-v8)

v4.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.1.6

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.1.5

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub
axios/axios (axios)

v1.16.1

Compare Source

lint-staged/lint-staged (lint-staged)

v17.0.5

Compare Source

Patch Changes
  • #​1792 1f67271 - Correctly set the --max-arg-length default value based on the running platform. This controls how very long lists of staged files are split into multiple chunks.

v17.0.4

Compare Source

Patch Changes
  • #​1788 f95c1f8 - Another fix for making sure lint-staged adds task modifications correctly to the commit in the following cases:

    • after editing <file> it is staged with git add <file>, and then committed with git commit
    • after editing <file> it is committed with git commit --all without explicit git add
    • after editing <file> it is committed with git commit <pathspec> without explicit git add

    There's new test cases which actually setup the Git pre_commit hook to run lint-staged and verify them. These issues started in v17.0.0 when trying to improve support for committig without having explicitly staged files.

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
facebook/react (react)

v19.2.6: 19.2.6 (May 6th, 2026)

Compare Source

React Server Components

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
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

Compare Source

Features
Bug Fixes
  • create-vite: pass react framework to TanStack CLI (#​22397) (18f0f90)
  • deps: update all non-major dependencies (#​22420) (2be6000)
  • module-runner: prevent partial-exports race on concurrent imports of in-flight invalidated re-export chains (#​22369) (f5a22e6)
  • refer to rolldownOptions instead of deprecated rollupOptions in messages (#​22400) (b675c7b)
  • worker: apply build.target to worker bundle (#​22404) (3c93fde)
  • worker: forward define to worker bundle transform (#​22408) (d4838a0)
Miscellaneous Chores

v8.0.11

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring
Tests

v8.0.10

Compare Source

Features
Bug Fixes
  • hmrClient.logger.debug and hmrClient.logger.error looked different from other HMR logs (#​22147) (a4d828f)
  • css: show filename in CSS minification warnings for .css?inline (#​22292) (83f0a78)
  • optimizer: allow user transform.target to override default in optimizeDeps (#​22273) (5c7cec6)
  • remove format sniffing module resolution from JS resolver (#​22297) (b8a21cc)
Code Refactoring

v8.0.9

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 the dependencies Pull requests that update a dependency file label Apr 19, 2026
@renovate renovate Bot assigned gjong Apr 19, 2026
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Apr 19, 2026
@renovate renovate Bot force-pushed the renovate/patch-version-bumps branch from 248536d to 1eefd91 Compare April 20, 2026 09:54
@renovate renovate Bot changed the title Update dependency axios to v1.15.1 Update Patch version bumps Apr 20, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 20, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 9.49% 309 / 3253
🔵 Statements 9.27% 324 / 3492
🔵 Functions 6% 97 / 1616
🔵 Branches 7.76% 114 / 1468
File CoverageNo changed files found.
Generated in workflow #1679 for commit ec91e29 by the Vitest Coverage Report Action

@renovate renovate Bot force-pushed the renovate/patch-version-bumps branch 5 times, most recently from 52d43c8 to 6b8930d Compare April 27, 2026 17:50
@renovate renovate Bot force-pushed the renovate/patch-version-bumps branch 5 times, most recently from 49f8afa to 109990a Compare May 5, 2026 18:33
@renovate renovate Bot force-pushed the renovate/patch-version-bumps branch 12 times, most recently from 62156d9 to ab5103c Compare May 13, 2026 17:04
@renovate renovate Bot force-pushed the renovate/patch-version-bumps branch 2 times, most recently from 6493b07 to a98f2fe Compare May 14, 2026 13:32
@renovate renovate Bot force-pushed the renovate/patch-version-bumps branch 7 times, most recently from 76e092b to 9d5cdfe Compare May 18, 2026 21:06
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/patch-version-bumps branch from 9d5cdfe to f9acc1b Compare May 19, 2026 21:51
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/patch-version-bumps branch 2 times, most recently from 5c13d43 to e6b90e4 Compare May 21, 2026 11:16
@renovate renovate Bot force-pushed the renovate/patch-version-bumps branch from e6b90e4 to ec91e29 Compare May 25, 2026 22:12
@sonarqubecloud
Copy link
Copy Markdown

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant