Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Nov 7, 2025

This PR contains the following updates:

Package Change Age Confidence
@lerna-lite/cli (source) ^4.9.2 -> ^4.9.3 age confidence
@lerna-lite/publish (source) ^4.9.2 -> ^4.9.3 age confidence
@lerna-lite/watch (source) ^4.9.2 -> ^4.9.3 age confidence
@prettier/plugin-oxc (source) ^0.0.4 -> ^0.0.5 age confidence
@types/node (source) ^24.10.0 -> ^24.10.1 age confidence
@types/react (source) ^19.2.2 -> ^19.2.6 age confidence
@types/react-dom (source) ^19.2.2 -> ^19.2.3 age confidence
@vitejs/plugin-react (source) ^5.1.0 -> ^5.1.1 age confidence
@vitejs/plugin-vue (source) ^6.0.1 -> ^6.0.2 age confidence
@vitest/coverage-v8 (source) ^4.0.6 -> ^4.0.12 age confidence
@vitest/ui (source) ^4.0.6 -> ^4.0.12 age confidence
alien-signals ^3.0.5 -> ^3.1.0 age confidence
axios (source) ^1.13.1 -> ^1.13.2 age confidence
cypress (source) ^15.5.0 -> ^15.7.0 age confidence
i18next (source) ^25.6.0 -> ^25.6.3 age confidence
jsdom ^27.1.0 -> ^27.2.0 age confidence
native-copyfiles (source) ^1.3.6 -> ^1.3.7 age confidence
oxlint (source) ^1.28.0 -> ^1.29.0 age confidence
react-i18next ^16.2.4 -> ^16.3.5 age confidence
react-router-dom (source) ^7.9.5 -> ^7.9.6 age confidence
sass ^1.93.3 -> ^1.94.2 age confidence
vite (source) ^7.1.12 -> ^7.2.4 age confidence
vitest (source) ^4.0.6 -> ^4.0.12 age confidence
vue (source) ^3.5.22 -> ^3.5.24 age confidence
vue-tsc (source) ^3.1.3 -> ^3.1.4 age confidence

Release Notes

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

v4.9.3

Compare Source

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

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

v4.9.3

Compare Source

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

v4.9.3

Compare Source

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

prettier/prettier (@​prettier/plugin-oxc)

v0.0.5

Compare Source

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

v5.1.1

Compare Source

Update code to support newer rolldown-vite (#​976)

rolldown-vite will remove optimizeDeps.rollupOptions in favor of optimizeDeps.rolldownOptions soon. This plugin now uses optimizeDeps.rolldownOptions to support newer rolldown-vite. Please update rolldown-vite to the latest version if you are using an older version.

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

v6.0.2

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

v4.0.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.11

Compare Source

   🚀 Experimental Features
   🏎 Performance
    View changes on GitHub

v4.0.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.9

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.0.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.7

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
johnsoncodehk/signals (alien-signals)

v3.1.0

Compare Source

v3.0.6

Compare Source

axios/axios (axios)

v1.13.2

Compare Source

Bug Fixes
  • http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#​7206) (8d37233)
  • http: use default export for http2 module to support stubs; (#​7196) (0588880)
Performance Improvements
Contributors to this release
cypress-io/cypress (cypress)

v15.7.0

Compare Source

v15.6.0

Compare Source

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

i18next/i18next (i18next)

v25.6.3

Compare Source

  • chore: dependency updates 2368

v25.6.2

Compare Source

  • types: export InterpolationMap

v25.6.1

Compare Source

  • fix: createInstance does not exist on an instance #​2366
jsdom/jsdom (jsdom)

v27.2.0

Compare Source

  • Added CSSGroupingRule, CSSNestedDeclarations, CSSConditionRule, CSSContainerRule, CSSScopeRule, CSSSupportsRule, CSSLayerBlockRule, and CSSLayerStatementRule to jsdom Windows. (acemir)
  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)
  • Fixed @import-ed stylesheets to be properly exposed to CSSOM, and not to overwrite the sheet created from the <link> or <style> element. (acemir)
ghiscoding/native-copyfiles (native-copyfiles)

v1.3.7

Compare Source

Bug Fixes
oxc-project/oxc (oxlint)

v1.29.0

Compare Source

🚀 Features
  • 84de1ca oxlint,oxfmt: Allow comments and also commas for vscode-json-ls (#​15612) (leaysgur)
i18next/react-i18next (react-i18next)

v16.3.5

Compare Source

  • fix runaway effect in useTranslation 1888 by 1889

v16.3.4

Compare Source

  • Fix: avoid the "ref is not a prop" warning when a user ref is placed on an element inside <Trans> 1887, by still trying to fix element.ref access issue with react 19 1846

v16.3.3

Compare Source

  • improve useTranslation to fix "Maximum update depth exceeded" but still support new react-compiler 1885 1863

v16.3.2

Compare Source

  • fix: avoid "Uncaught TypeError: Cannot redefine property: __original"

v16.3.1

Compare Source

  • revert fix: Incosistent behaviour of Trans and t. Trans set defaultValue when t call doesn't set the field. 1876 f22d478

v16.3.0

Compare Source

  • fix: add i18n wrapper for React Compiler and React.memo compatibility 1884
remix-run/react-router (react-router-dom)

v7.9.6

Compare Source

Patch Changes
sass/dart-sass (sass)

v1.94.2

Compare Source

Command-Line Interface
  • Using --fatal-deprecation <version> no longer emits warnings about
    deprecations that are obsolete.
Dart API
  • Deprecation.forVersion now excludes obsolete deprecations from the set it
    returns.
JS API
  • Excludes obsolete deprecations from fatalDeprecations when a Version is
    passed.
Node.js Embedded Host
  • Fix a bug where a variable could be used before it was initialized during
    async compilation.

v1.94.1

Compare Source

  • No user-visible changes.

v1.94.0

Compare Source

  • Potentially breaking compatibility fix: @function rules whose names
    begin with -- are now parsed as unknown at-rules to support the plain CSS
    @function rule. Within this rule, the result property is parsed as raw
    CSS just like custom properties.

  • Potentially breaking compatibility fix: @mixin rules whose names begin
    with -- are now errors. These are not yet parsed as unknown at-rules because
    no browser currently supports CSS mixins.

vitejs/vite (vite)

v7.2.4

Compare Source

Bug Fixes

v7.2.3

Compare Source

Bug Fixes
Performance Improvements
Miscellaneous Chores

v7.2.2

Compare Source

Bug Fixes

v7.2.1

Compare Source

Bug Fixes
Code Refactoring

v7.2.0

Compare Source

Bug Fixes
  • css: fallback to sass when sass-embedded platform binary is missing (#​21002) (b1fd616)
  • module-runner: make getBuiltins response JSON serializable (#​21029) (ad5b3bf)
  • types: add undefined to optional properties for exactOptionalProperties type compatibility (#​21040) (2833c55)
Miscellaneous Chores
vuejs/core (vue)

v3.5.24

Compare Source

Reverts

v3.5.23

Compare Source

Bug Fixes
vuejs/language-tools (vue-tsc)

v3.1.4

Compare Source

Bug Fixes
  • fix(language-service): prevent auto-insertion of html snippets in template interpolation (#​5744) - Thanks to @​serkodev!
  • fix(language-service): strip interpolations from document passed to html service - Thanks to @​KazariEX!
  • fix(language-core): report unused @ts-expect-error directive on components with loose props checks (#​5750) - Thanks to @​serkodev and @​KazariEX!
  • fix(language-core): respect directive comments before v-else (#​5753) - Thanks to @​serkodev and @​KazariEX!
Other Changes
  • refactor(language-core): re-implement component references by codegen (#​5736) - Thanks to @​KazariEX!
  • refactor(language-core): simplify calculation of full interpolation content - Thanks to @​KazariEX!

Configuration

📅 Schedule: Branch creation - "every 4 weeks on friday" (UTC), 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 the dependencies Pull requests that update a dependency file label Nov 7, 2025
@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@codecov
Copy link

codecov bot commented Nov 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.0%. Comparing base (8a709e7) to head (5012aca).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2225   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files         198      198           
  Lines       18021    18021           
  Branches     5001     5001           
=======================================
  Hits        18021    18021           
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 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.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 7, 2025

angular-slickgrid

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/angular-slickgrid@2225

aurelia-slickgrid

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/aurelia-slickgrid@2225

slickgrid-react

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/slickgrid-react@2225

slickgrid-vue

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/slickgrid-vue@2225

@slickgrid-universal/binding

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

@slickgrid-universal/common

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

@slickgrid-universal/composite-editor-component

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

@slickgrid-universal/custom-footer-component

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

@slickgrid-universal/custom-tooltip-plugin

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

@slickgrid-universal/empty-warning-component

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

@slickgrid-universal/event-pub-sub

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

@slickgrid-universal/excel-export

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

@slickgrid-universal/graphql

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

@slickgrid-universal/odata

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

@slickgrid-universal/pagination-component

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

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

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

@slickgrid-universal/rxjs-observable

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

@slickgrid-universal/text-export

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

@slickgrid-universal/utils

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

@slickgrid-universal/vanilla-bundle

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

@slickgrid-universal/vanilla-force-bundle

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

commit: 5012aca

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 6e1e2e3 to 536ee26 Compare November 7, 2025 07:47
@renovate-bot renovate-bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Nov 7, 2025
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 18 times, most recently from 3dbf614 to 66f0681 Compare November 14, 2025 07:56
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 6faedea to b026753 Compare November 16, 2025 10:02
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 5b04ff8 to f8d2df4 Compare November 22, 2025 10:11
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from f8d2df4 to 5012aca Compare November 22, 2025 13:04
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