chore(deps): update all non-major dependencies#2579
Merged
ghiscoding merged 1 commit intoMay 9, 2026
Conversation
angular-slickgrid
aurelia-slickgrid
slickgrid-react
slickgrid-vue
@slickgrid-universal/angular-row-detail-plugin
@slickgrid-universal/aurelia-row-detail-plugin
@slickgrid-universal/react-row-detail-plugin
@slickgrid-universal/vue-row-detail-plugin
@slickgrid-universal/binding
@slickgrid-universal/common
@slickgrid-universal/composite-editor-component
@slickgrid-universal/custom-footer-component
@slickgrid-universal/custom-tooltip-plugin
@slickgrid-universal/empty-warning-component
@slickgrid-universal/event-pub-sub
@slickgrid-universal/excel-export
@slickgrid-universal/graphql
@slickgrid-universal/odata
@slickgrid-universal/pagination-component
@slickgrid-universal/pdf-export
@slickgrid-universal/row-detail-view-plugin
@slickgrid-universal/rxjs-observable
@slickgrid-universal/sql
@slickgrid-universal/text-export
@slickgrid-universal/utils
@slickgrid-universal/vanilla-bundle
@slickgrid-universal/vanilla-force-bundle
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2579 +/- ##
=======================================
Coverage 100.0% 100.0%
=======================================
Files 197 197
Lines 25325 25348 +23
Branches 8934 8957 +23
=======================================
+ Hits 25325 25348 +23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Ari4ka
approved these changes
May 9, 2026
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:
^7.56.0→^7.58.7^5.0.0-beta.1→^5.0.0-beta.2^5.0.0-beta.1→^5.0.0-beta.2^3.2.7→^3.2.8^6.4.0→^6.4.1^17.5.0→^17.6.0^8.5.12→^8.5.14^19.2.5→^19.2.6^19.2.5→^19.2.6^7.14.2→^7.15.0^8.0.10→^8.0.11^5.0.0-beta.1→^5.0.0-beta.2^3.5.33→^3.5.34^3.2.7→^3.2.8Release Notes
microsoft/rushstack (@microsoft/api-extractor)
v7.58.7Compare Source
Mon, 20 Apr 2026 23:31:13 GMT
Version update only
v7.58.6Compare Source
Mon, 20 Apr 2026 15:15:24 GMT
Patches
v7.58.5Compare Source
Sat, 18 Apr 2026 03:47:10 GMT
Version update only
v7.58.4Compare Source
Sat, 18 Apr 2026 00:15:16 GMT
Patches
v7.58.3Compare Source
Fri, 17 Apr 2026 15:14:57 GMT
Patches
lodash.v7.58.2Compare Source
Thu, 09 Apr 2026 00:15:07 GMT
Version update only
v7.58.1Compare Source
Sat, 04 Apr 2026 00:14:00 GMT
Patches
v7.58.0Compare Source
Wed, 01 Apr 2026 15:13:38 GMT
Minor changes
v7.57.8Compare Source
Tue, 31 Mar 2026 15:14:14 GMT
Version update only
v7.57.7Compare Source
Mon, 09 Mar 2026 15:14:07 GMT
Patches
minimatchversion from10.2.1to10.2.3to address CVE-2026-27903.v7.57.6Compare Source
Wed, 25 Feb 2026 21:39:42 GMT
Patches
@microsoft/tsdoc-configto~0.18.1to mitigate CVE-2025-69873.v7.57.5Compare Source
Wed, 25 Feb 2026 00:34:29 GMT
Version update only
v7.57.4Compare Source
Tue, 24 Feb 2026 01:13:27 GMT
Version update only
v7.57.3Compare Source
Mon, 23 Feb 2026 00:42:21 GMT
Patches
v7.57.2Compare Source
Fri, 20 Feb 2026 16:14:49 GMT
Patches
v7.57.1Compare Source
Fri, 20 Feb 2026 00:15:03 GMT
Patches
"node"condition before"import"in the"exports"map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via"import". Fixes #5644.v7.57.0Compare Source
Thu, 19 Feb 2026 00:04:52 GMT
Minor changes
lib-commonjs, DTS is now underlib-dts, and ESM is now underlib-esm. Imports tolibstill work as before, handled by the"exports"field inpackage.json.v7.56.3Compare Source
Sat, 07 Feb 2026 01:13:26 GMT
Patches
lodashdependency from~4.17.15to~4.17.23.v7.56.2Compare Source
Wed, 04 Feb 2026 20:42:47 GMT
Patches
v7.56.1Compare Source
Wed, 04 Feb 2026 16:13:27 GMT
Version update only
vitest-dev/vitest (@vitest/coverage-v8)
v5.0.0-beta.2Compare Source
🚨 Breaking Changes
attachmentsDirfrom.vitest-attachements/to.vitest/attachments/- by @MdSadiqMd in #10186 (1ba73)sequentialtest/suite options in favor ofconcurrent- by @hi-ogawa and Codex in #10198 (9229f)expectpackage - by @sheremet-va in #10221 (ad162)blobreporter and--merge-reportsdefault to.vitest/blob/- by @AriPerkkio in #10232 (d22b0)🚀 Features
configDefaults.reporters- by @hi-ogawa and Claude Sonnet 4.6 in #10219 (083f6)logger.formatError- by @hi-ogawa and Codex in #10268 (2c5f3)ToMatchScreenshotResolvePath- by @macarie and @sheremet-va in #10138 (16654)node:child_processandnode:worker_threadscontexts - by @AriPerkkio in #9976 (9baa5)🐞 Bug Fixes
sequence.concurrent: truewith top-leveltest(..., { concurrent: false })+ depreactesequentialtest API and options - by @hi-ogawa, Codex and @sheremet-va in #10194 (9387f)tagsoptions should overwrite inherited suite options + inherit suite options intaskAPI - by @hi-ogawa and Codex in #10216 (457db)View changes on GitHub
vuejs/language-tools (@vue/language-core)
v3.2.8Compare Source
language-core
GlobalComponents(#6026) - Thanks to @Gehbt!language-service
@importnavigation (#6033) - Thanks to @KazariEX!typescript-plugin
vscode
reactive-vscodeto v1.0.1 (#6019) - Thanks to @kermanx!cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)
v6.4.1Compare Source
Bug Fixes
sindresorhus/globals (globals)
v17.6.0Compare Source
postcss/postcss (postcss)
v8.5.14Compare Source
v8.5.13Compare Source
postcss-scsscommend regression.facebook/react (react)
v19.2.6: 19.2.6 (May 6th, 2026)Compare Source
React Server Components
(by @eps1lon and @unstubbable)
remix-run/react-router (react-router)
v7.15.0Compare Source
Minor Changes
Stabilize
unstable_defaultShouldRevalidateasdefaultShouldRevalidateon<Link>,<Form>,useLinkClickHandler,useSubmit,fetcher.submit, andsetSearchParams(a993f09)Stabilize the instrumentation APIs.
unstable_instrumentationsis nowinstrumentationsandunstable_patternis nowpattern(a993f09)unstable_ServerInstrumentation,unstable_ClientInstrumentation,unstable_InstrumentRequestHandlerFunction,unstable_InstrumentRouterFunction,unstable_InstrumentRouteFunction, andunstable_InstrumentationHandlerResulttypes have had theirunstable_prefixes removedStabilize
unstable_maskasmaskon<Link>,useLinkClickHandler, anduseNavigate, and rename the correspondingLocation.unstable_maskfield toLocation.mask(a993f09)Stabilize the
unstable_normalizePathoption onstaticHandler.queryandstaticHandler.queryRouteasnormalizePath(a993f09)Stabilize
future.unstable_passThroughRequestsasfuture.v8_passThroughRequests(a993f09)Remove
unstable_subResourceIntegrityfrom the runtimeFutureConfigtype; the flag is now controlled by the top-levelsubResourceIntegrityoption inreact-router.config.ts(a993f09)Stabilize
unstable_urlasurlonloader,action, andmiddlewarefunction args (a993f09)Stabilize
unstable_useTransitionsasuseTransitionson<BrowserRouter>,<HashRouter>,<HistoryRouter>,<MemoryRouter>,<Router>,<RouterProvider>,<HydratedRouter>, anduseLinkClickHandler(a993f09)Patch Changes
Add
nonceto<Scripts><link rel="modulepreload">elements (if provided) (af5d49b)Fix a bug with
unstable_defaultShouldRevalidate={false}where parent routes that did not export ashouldRevalidatefunction could be incorrectly included in the single fetch call for new child route data (#15012)Improve server-side route matching performance by pre-computing flattened/cached route branches (#14967) (af5d49b)
Mark
maskas an optional field inLocationfor easier mocking in unit tests (#14999)Cache flattened/ranked route branches to optimize server-side route matching (#14967)
Improve route matching performance in Framework/Data Mode (#14971) (af5d49b)
matchRoutesin data router scenarios7.6.0(#13562)matchesbut always updatingmatch.routeto the latest route in themanifestvitejs/vite (vite)
v8.0.11Compare Source
Features
Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring
Tests
vuejs/core (vue)
v3.5.34Compare Source
Bug Fixes
<image>elements (#14756) (090b2e3)Configuration
📅 Schedule: (UTC)
🚦 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.