Skip to content

fix(deps): update all non-major dependencies#2592

Open
renovate-bot wants to merge 1 commit into
ghiscoding:masterfrom
renovate-bot:renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#2592
renovate-bot wants to merge 1 commit into
ghiscoding:masterfrom
renovate-bot:renovate/all-minor-patch

Conversation

@renovate-bot

@renovate-bot renovate-bot commented May 22, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@babel/plugin-proposal-decorators (source) ^7.29.0^7.29.7 age confidence
@excel-builder-vanilla/types (source) ^5.0.0^5.0.1 age confidence
@fluentui/react-components ^9.73.8^9.74.1 age confidence
@fluentui/react-icons ^2.0.326^2.0.329 age confidence
@hono/node-server ^2.0.2^2.0.4 age confidence
@lerna-lite/cli (source) ^5.2.1^5.3.0 age confidence
@lerna-lite/publish (source) ^5.2.1^5.3.0 age confidence
@lerna-lite/watch (source) ^5.2.1^5.3.0 age confidence
@microsoft/api-extractor (source) ^7.58.7^7.58.8 age confidence
@types/node (source) ^24.12.4^24.13.1 age confidence
@types/react (source) ^19.2.14^19.2.17 age confidence
@vitejs/plugin-react (source) ^6.0.1^6.0.2 age confidence
@vitejs/plugin-vue (source) ^6.0.6^6.0.7 age confidence
@vitest/coverage-v8 (source) ^5.0.0-beta.2^5.0.0-beta.4 age confidence
@vitest/ui (source) ^5.0.0-beta.2^5.0.0-beta.4 age confidence
@vue/language-core (source) ^3.2.9^3.3.4 age confidence
cypress (source) ^15.15.0^15.17.0 age confidence
dompurify ^3.4.3^3.4.8 age confidence
excel-builder-vanilla (source) ^5.0.0^5.0.1 age confidence
fflate (source) ^0.8.2^0.8.3 age confidence
hono (source) ^4.12.21^4.12.25 age confidence
native-copyfiles (source) ^2.0.1^2.0.3 age confidence
oxlint (source) ^1.65.0^1.69.0 age confidence
postcss (source) ^8.5.14^8.5.15 age confidence
prettier (source) ^3.8.3^3.8.4 age confidence
react (source) ^19.2.6^19.2.7 age confidence
react-dom (source) ^19.2.6^19.2.7 age confidence
react-router (source) ^7.15.1^7.17.0 age confidence
remove-glob ^1.2.0^1.2.1 age confidence
sass ^1.99.0^1.100.0 age confidence
vite (source) ^8.0.13^8.0.16 age confidence
vite-plugin-dts (source) ^5.0.0^5.0.2 age confidence
vitest (source) ^5.0.0-beta.2^5.0.0-beta.4 age confidence
vue (source) ^3.5.34^3.5.35 age confidence
vue-router (source) ^5.0.7^5.1.0 age confidence
vue-tsc (source) ^3.2.9^3.3.4 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

babel/babel (@​babel/plugin-proposal-decorators)

v7.29.7

Compare Source

v7.29.7 (2026-05-25)

Re-release all packages with npm provenance attestations

ghiscoding/excel-builder-vanilla (@​excel-builder-vanilla/types)

v5.0.1

Compare Source

Bug Fixes
microsoft/fluentui (@​fluentui/react-components)

v9.74.1

Compare Source

v9.74.0: @​fluentui/react-components v9.74.0

Compare Source

Minor changes
Patches
microsoft/fluentui-system-icons (@​fluentui/react-icons)

v2.0.329

Compare Source

v2.0.328

Compare Source

v2.0.327

Compare Source

honojs/node-server (@​hono/node-server)

v2.0.4

Compare Source

What's Changed

Full Changelog: honojs/node-server@v2.0.3...v2.0.4

v2.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/node-server@v2.0.2...v2.0.3

lerna-lite/lerna-lite (@​lerna-lite/cli)

v5.3.0

Compare Source

Features

v5.2.2

Compare Source

Note: Version bump only for package @​lerna-lite/cli

lerna-lite/lerna-lite (@​lerna-lite/publish)

v5.3.0

Compare Source

Features
Bug Fixes

v5.2.2

Compare Source

Bug Fixes
lerna-lite/lerna-lite (@​lerna-lite/watch)

v5.3.0

Compare Source

Features

v5.2.2

Compare Source

Note: Version bump only for package @​lerna-lite/watch

microsoft/rushstack (@​microsoft/api-extractor)

v7.58.8

Compare Source

Mon, 08 Jun 2026 15:15:49 GMT

Patches
  • Add support for new d.ts extension format when using TS moduleResolution 'bundler' or 'nodenext'.
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.

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v6.0.7

Features
Bug Fixes
vitest-dev/vitest (@​vitest/coverage-v8)

v5.0.0-beta.4

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v5.0.0-beta.3

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vuejs/language-tools (@​vue/language-core)

v3.3.4

Compare Source

language-core
  • fix: only exclude already-set props from inherited attrs when checkRequiredFallthroughAttributes is enabled (#​6088) - Thanks to @​KazariEX!
  • fix: camelize slot props regardless of htmlAttributes option (#​6089) - Thanks to @​KazariEX!
  • fix: detect duplicate event listeners across name formats (#​6094) - Thanks to @​whysopaul!
language-service
typescript-plugin

v3.3.3

Compare Source

vscode
workspace

v3.3.2

Compare Source

language-core
  • feat: preserve literal types for inline v-for sources (#​6067) - Thanks to @​kkesidis!
  • fix: align v-bind shorthand identifier skipping with interpolation - Thanks to @​KazariEX!
vscode

v3.3.1

Compare Source

language-core
language-service
  • refactor: replace scanner-based missing props hints detection with AST traversal - Thanks to @​KazariEX!
typescript-plugin
  • fix: get component prop details from symbols - Thanks to @​KazariEX!
  • fix: skip unchecked JS identifiers in component props (#​6055) - Thanks to @​KazariEX!
vscode
  • fix: resolve typescript plugin path from resolved server path (#​6058) - Thanks to @​KazariEX!

v3.3.0

Compare Source

language-core
  • feat: check required fallthrough attributes (#​6049) - Thanks to @​KazariEX!
  • fix: penetrate v-if branch fragments when collecting single root nodes - Thanks to @​KazariEX!
  • refactor: rename Sfc APIs to IR - Thanks to @​KazariEX!
language-service
  • fix: reuse ASTs for define assignment suggestions - Thanks to @​KazariEX!
  • fix: re-support html.customData (#​5910) - Thanks to @​Bomberus!
  • fix: strip ="" only for plain boolean props completion edits - Thanks to @​KazariEX!
  • fix: reset to default data provider after running with vue data provider - Thanks to @​KazariEX!
typescript-plugin
vscode
  • fix: include extraFileExtensions in tsserver configure request payload (#​6048) - Thanks to @​KazariEX!
  • fix: write typescript plugins at build time (#​6050) - Thanks to @​KazariEX!
  • fix: avoid infinite diagnostics on Vue files when project diagnostics is enabled (#​6051) - Thanks to @​KazariEX!
cypress-io/cypress (cypress)

v15.17.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-17-0

v15.16.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-16-0

cure53/DOMPurify (dompurify)

v3.4.8: DOMPurify 3.4.8

Compare Source

  • Cleaned up the repository root, renamed some and removed unneeded files
  • Fixed an issue with handling of Trusted Types policies, thanks @​fulstadev
  • Fixed the node itera

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every 4 weeks on friday"
  • 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.

@forking-renovate forking-renovate Bot added 📦 dependencies Pull requests that update a dependency file 🤖 bot labels May 22, 2026
@renovate-bot renovate-bot added 📦 dependencies Pull requests that update a dependency file 🤖 bot labels May 22, 2026
@codecov

codecov Bot commented May 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.0%. Comparing base (42d5bdf) to head (a161ead).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2592   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files         199      199           
  Lines       25168    25168           
  Branches     8908     8908           
=======================================
  Hits        25168    25168           
Flag Coverage Δ
angular 100.0% <ø> (ø)
universal 100.0% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 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.

@pkg-pr-new

pkg-pr-new Bot commented May 22, 2026

Copy link
Copy Markdown
angular-slickgrid

npm i https://pkg.pr.new/angular-slickgrid@2592

aurelia-slickgrid

npm i https://pkg.pr.new/aurelia-slickgrid@2592

slickgrid-react

npm i https://pkg.pr.new/slickgrid-react@2592

slickgrid-vue

npm i https://pkg.pr.new/slickgrid-vue@2592

@slickgrid-universal/angular-row-detail-plugin

npm i https://pkg.pr.new/@slickgrid-universal/angular-row-detail-plugin@2592

@slickgrid-universal/aurelia-row-detail-plugin

npm i https://pkg.pr.new/@slickgrid-universal/aurelia-row-detail-plugin@2592

@slickgrid-universal/react-row-detail-plugin

npm i https://pkg.pr.new/@slickgrid-universal/react-row-detail-plugin@2592

@slickgrid-universal/vue-row-detail-plugin

npm i https://pkg.pr.new/@slickgrid-universal/vue-row-detail-plugin@2592

@slickgrid-universal/binding

npm i https://pkg.pr.new/@slickgrid-universal/binding@2592

@slickgrid-universal/common

npm i https://pkg.pr.new/@slickgrid-universal/common@2592

@slickgrid-universal/composite-editor-component

npm i https://pkg.pr.new/@slickgrid-universal/composite-editor-component@2592

@slickgrid-universal/custom-footer-component

npm i https://pkg.pr.new/@slickgrid-universal/custom-footer-component@2592

@slickgrid-universal/custom-tooltip-plugin

npm i https://pkg.pr.new/@slickgrid-universal/custom-tooltip-plugin@2592

@slickgrid-universal/empty-warning-component

npm i https://pkg.pr.new/@slickgrid-universal/empty-warning-component@2592

@slickgrid-universal/event-pub-sub

npm i https://pkg.pr.new/@slickgrid-universal/event-pub-sub@2592

@slickgrid-universal/excel-export

npm i https://pkg.pr.new/@slickgrid-universal/excel-export@2592

@slickgrid-universal/graphql

npm i https://pkg.pr.new/@slickgrid-universal/graphql@2592

@slickgrid-universal/odata

npm i https://pkg.pr.new/@slickgrid-universal/odata@2592

@slickgrid-universal/pagination-component

npm i https://pkg.pr.new/@slickgrid-universal/pagination-component@2592

@slickgrid-universal/pdf-export

npm i https://pkg.pr.new/@slickgrid-universal/pdf-export@2592

@slickgrid-universal/row-detail-view-plugin

npm i https://pkg.pr.new/@slickgrid-universal/row-detail-view-plugin@2592

@slickgrid-universal/rxjs-observable

npm i https://pkg.pr.new/@slickgrid-universal/rxjs-observable@2592

@slickgrid-universal/sql

npm i https://pkg.pr.new/@slickgrid-universal/sql@2592

@slickgrid-universal/text-export

npm i https://pkg.pr.new/@slickgrid-universal/text-export@2592

@slickgrid-universal/utils

npm i https://pkg.pr.new/@slickgrid-universal/utils@2592

@slickgrid-universal/vanilla-bundle

npm i https://pkg.pr.new/@slickgrid-universal/vanilla-bundle@2592

@slickgrid-universal/vanilla-force-bundle

npm i https://pkg.pr.new/@slickgrid-universal/vanilla-force-bundle@2592

commit: a161ead

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 38d0f54 to f114847 Compare May 22, 2026 05:15
@renovate-bot renovate-bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies May 22, 2026
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 70e84aa to d01099d Compare May 27, 2026 16:55
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 69336cf to c7c3050 Compare May 30, 2026 20:46
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from cf05655 to effdc0e Compare June 8, 2026 01:42
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from a1a359c to e0136fd Compare June 11, 2026 07:33
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from e0136fd to a161ead Compare June 11, 2026 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🤖 bot 📦 dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant