Skip to content

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

Merged
ghiscoding merged 1 commit into
ghiscoding:masterfrom
renovate-bot:renovate/all-minor-patch
Aug 27, 2026
Merged

fix(deps): update all non-major dependencies#2771
ghiscoding merged 1 commit into
ghiscoding:masterfrom
renovate-bot:renovate/all-minor-patch

Conversation

@renovate-bot

@renovate-bot renovate-bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@fluentui/react-components ^9.74.6^9.74.7 age confidence
@fluentui/react-icons ^2.0.337^2.0.338 age confidence
@microsoft/api-extractor (source) ^7.58.12^7.59.0 age confidence
@types/react-dom (source) ^19.2.4^19.2.5 age confidence
@vitejs/plugin-react (source) ^6.0.5^6.1.0 age confidence
@vue/language-core (source) ^3.3.10^3.3.11 age confidence
cssnano ^8.0.5^8.0.8 age confidence
cypress (source) ^15.21.0^15.21.1 age confidence
cypress-io/github-action v7.4.2v7.4.3 age confidence
dompurify ^3.4.13^3.4.14 age confidence
eslint-plugin-cypress ^7.0.0^7.0.1 age confidence
hono (source) ^4.13.2^4.13.4 age confidence
native-copyfiles (source) ^2.0.3^2.0.4 age confidence
oxlint (source) ^1.79.0^1.80.0 age confidence
picomatch ^4.0.5^4.0.7 age confidence
remove-glob ^1.2.1^1.2.2 age confidence
sass ^1.102.0^1.103.1 age confidence
vanilla-calendar-pro (source) ^3.2.0^3.3.1 age confidence
vite (source) ^8.2.1^8.2.2 age confidence
vue-tsc (source) ^3.3.10^3.3.11 age confidence

Release Notes

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

v9.74.7

Compare Source

microsoft/fluentui-system-icons (@​fluentui/react-icons)

v2.0.338

Compare Source

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

v7.59.0

Compare Source

Fri, 21 Aug 2026 15:16:34 GMT

Minor changes
  • Report a new ae-unresolved-import-path message when an inline import() type with a relative path cannot be resolved, instead of silently emitting the unusable path into the .d.ts rollup.

v7.58.13

Compare Source

Thu, 20 Aug 2026 00:16:38 GMT

Version update only

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

v6.1.0

Compare Source

Add experimental native React Compiler support (#​1419)

Add experimental native React Compiler support.

You can use it by installing oxc-transform-react and enabling it via the compiler option:

npm install -D oxc-transform-react
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'

export default defineConfig({
  plugins: [
     react({ compiler: true })
  ]
})
vuejs/language-tools (@​vue/language-core)

v3.3.11

Compare Source

language-core
language-service
component-meta
tsc
vscode
cssnano/cssnano (cssnano)

v8.0.8: v8.0.8

Compare Source

What's Changed

Bug Fixes
  • fix(postcss-minify-gradients): minify gradients using spec algorithm in #​1941

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.7...cssnano@8.0.8

v8.0.7: v8.0.7

Compare Source

What's Changed

Bug Fixes
  • fix(cssnano): tighten option types in #​1919
  • fix(postcss-discard-empty): better optimize cascade layers in #​1924
Documentation
  • docs: add security information in #​1922
Website playground
  • feat(site): update playground to use a web worker in #​1918

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.6...cssnano@8.0.7

v8.0.6: v8.0.6

Compare Source

What's Changed

Bug Fixes
  • fix(postcss-merge-rules): fix invalid merging in #​1893

  • fix(postcss-merge-rules): use webref data to perform a merge #​1897

  • fix(postcss-reduce-idents): do not break grid-template-areas in #​1898

  • fix: ensure correct repository URL in published packages in #​1900

  • fix(postcss-merge-longhand): improve longhand merging correctness in #​1907

  • fix(postcss-merge-longhand): add a fuzzer and fix the cases it found in #​1914

  • fix: improve selector minification in #​1915

Other Changes

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.5...cssnano@8.0.6

cypress-io/cypress (cypress)

v15.21.1

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-21-1

cypress-io/github-action (cypress-io/github-action)

v7.4.3

Compare Source

Bug Fixes
cure53/DOMPurify (dompurify)

v3.4.14: DOMPurify 3.4.14

Compare Source

  • Fixed an issue with possible bypasses when risky tags are allow-listed, thanks @​AlirezaRouhbakhsh
  • Fixed a couple of edge cases with mixed document contexts, thanks @​fishjojo1
  • Added the SVG pointer-events and vector-effect presentation attributes to the allow-list, thanks @​Jaybhade
  • Conducted another refactoring run, removed dead branches and duplicated logic, flattened attribute validation
  • Updated the documentation in several spots, README, wiki, etc., thanks @​Akokonunes
  • Updated several development dependencies and CI workflow actions
cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)

v7.0.1

Compare Source

Bug Fixes
honojs/hono (hono)

v4.13.4

Compare Source

v4.13.3

Compare Source

What's Changed

  • fix(client): prevent URL corruption when replaceUrlParam contains $ replacement tokens in #​5227
  • fix(etag): copy pending stream bytes in #​5239
  • fix(etag): avoid skipping headers when filtering 304 response headers in #​5234
  • fix(cors): append Origin to Vary header on OPTIONS preflight in #​5235
  • docs(context): add custom headers append option example to Context JSDoc in #​5248
  • fix(trie-router): match suffix wildcard routes in #​5236
  • fix(pattern-router/linear-router): prevent prefix overmatch on wildcard routes in #​5252
  • fix(csrf): exempt OPTIONS request from CSRF validation in #​5250
  • fix(utils/ipaddr): avoid truncation on embedded IPv4 addresses in expand IPv6 in #​5247
  • feat(pretty-json): support structured JSON content-types (+json) in #​5226

Full Changelog: honojs/hono@v4.13.2...v4.13.3

ghiscoding/native-copyfiles (native-copyfiles)

v2.0.4

Compare Source

Bug Fixes
  • security: harden option maps against prototype pollution (#​93) (70d71ec)
oxc-project/oxc (oxlint)

v1.80.0

Compare Source

micromatch/picomatch (picomatch)

v4.0.7

Compare Source

Fixed
  • Fixed terminal globstars in parenthesized patterns (#​142, e279bd7).

v4.0.6

Compare Source

Fixed
  • scan() now scans the full pattern when tokens are requested, instead of merging the remaining path segments into the final token (#​62, 5f5819d).
  • scan() now returns complete pattern parts, including leading and trailing empty segments, and handles nested and escaped parentheses correctly (#​58, f201165).
ghiscoding/remove-glob (remove-glob)

v1.2.2

Compare Source

Bug Fixes
  • add Biome consistent curly braces (744d747)
  • security: harden CLI option lookup against prototype pollution (9ed1bec)
sass/dart-sass (sass)

v1.103.1

Compare Source

  • No user-visible changes.

v1.103.0

Compare Source

  • Potentially breaking compatibility fix: Colors now preserve "analogous
    sets" of missing channels during conversions, per the CSS spec. For example,
    color.to-space(lch(50% none none), lab) now returns lab(50% none none)
    instead of lab(50% 0 0).
uvarov-frontend/vanilla-calendar-pro (vanilla-calendar-pro)

v3.3.1

Compare Source

Three headline features: motion, a week view you can swipe and fold, and an accessibility pass that touched nearly every element the calendar renders.

123 (2)

Highlights

  • Animated transitions. The new animation option, off by default. Arrows and year paging slide, view switches cross-fade, folding has a curve of its own. Tune duration and easing globally or per group — slide, fade, collapse. prefers-reduced-motion is honoured without asking.
  • A week at a time. type: 'week' renders a single week and steps week by week; context.displayWeekDate tells you which one is on screen.
  • Swipe navigation. enableSwipe pages months, weeks and the year list with mouse, touch or pen. The grid follows the pointer, commits on distance or velocity, and stops exactly where the arrows stop.
  • Collapse to a week. enableCollapse folds a month down to the week holding the selected date — click the grabber or drag it — and unfolds it back.
  • Accessibility, properly. ARIA now describes what the calendar actually is. The date grid is a single tab stop instead of one per day, with the arrow keys walking the cells. Focus is no longer stolen on init or dropped while paging, and a closed inputMode popup leaves the accessibility tree entirely. Checked against axe-core, Pa11y, IBM Equal Access and html-validate.
  • Partial aria labels. labels.arrowNext and labels.arrowPrev accept a subset now — change one string without redeclaring the other two.

Upgrade notes

Nothing breaks at the API level, but the rendered DOM changed. Worth a look if you style or test against it:

  • root element: role="application"role="group", or role="dialog" in inputMode; tabindex 0-1
  • aria-selected moved from the date button onto its [data-vc-date] gridcell
  • week numbers render as <b> unless onClickWeekNumber is set
  • with onClickWeekDay, the weekday header wraps a button — new styles.weekDayBtn key
  • the date grid keeps one tab stop, so Tab no longer walks every date
  • time fields are plain <div> wrappers now, and the sliders no longer carry a name
  • role="toolbar"role="group" in headers, role="region"role="group" on multiple columns
  • the weekday row is 24px tall to meet the WCAG target size, making calendars ~6px taller
  • layouts gained a week key
  • enableCollapse pairs with default and week only

PRs

  • #​430 feat: add animated transitions between calendar views
  • #​431 feat: add week calendar type with collapse and swipe gestures
  • #​432 fix(a11y): improve calendar accessibility and demo semantics

v3.3.0

Compare Source

vitejs/vite (vite)

v8.2.2

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring
Tests
Build System
  • use JSON import attributes instead of readFIleSync in rolldown configs (#​23251) (d615bcd)

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 Aug 27, 2026
@renovate-bot renovate-bot added 📦 dependencies Pull requests that update a dependency file 🤖 bot labels Aug 27, 2026
@codecov

codecov Bot commented Aug 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.0%. Comparing base (ed4046b) to head (73789e9).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2771   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files         199      199           
  Lines       25833    25833           
  Branches     9143     9143           
=======================================
  Hits        25833    25833           
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:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@pkg-pr-new

pkg-pr-new Bot commented Aug 27, 2026

Copy link
Copy Markdown
angular-slickgrid

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

aurelia-slickgrid

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

slickgrid-react

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

slickgrid-vue

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

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

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

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

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

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

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

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

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

@slickgrid-universal/binding

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

@slickgrid-universal/common

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

@slickgrid-universal/composite-editor-component

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

@slickgrid-universal/custom-footer-component

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

@slickgrid-universal/custom-tooltip-plugin

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

@slickgrid-universal/empty-warning-component

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

@slickgrid-universal/event-pub-sub

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

@slickgrid-universal/excel-export

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

@slickgrid-universal/graphql

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

@slickgrid-universal/odata

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

@slickgrid-universal/pagination-component

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

@slickgrid-universal/pdf-export

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

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

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

@slickgrid-universal/rxjs-observable

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

@slickgrid-universal/sql

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

@slickgrid-universal/text-export

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

@slickgrid-universal/utils

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

@slickgrid-universal/vanilla-bundle

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

@slickgrid-universal/vanilla-force-bundle

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

@slickgrid-universal/web-mcp

npm i https://pkg.pr.new/@slickgrid-universal/web-mcp@2771

commit: 73789e9

@renovate-bot
renovate-bot force-pushed the renovate/all-minor-patch branch from 6a54c01 to 73789e9 Compare August 27, 2026 16:45
@ghiscoding
ghiscoding merged commit aef1507 into ghiscoding:master Aug 27, 2026
14 checks passed
@github-actions

Copy link
Copy Markdown

🎉 This pull request is included in version 10.10.0 📦
🔗 The release notes are available at: GitHub Release 🚀

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.

2 participants