Skip to content

Bump the npm group across 1 directory with 16 updates#1104

Open
dependabot[bot] wants to merge 1 commit into
WEM-2.0from
dependabot/npm_and_yarn/npm-75dd56d18a
Open

Bump the npm group across 1 directory with 16 updates#1104
dependabot[bot] wants to merge 1 commit into
WEM-2.0from
dependabot/npm_and_yarn/npm-75dd56d18a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps the npm group with 16 updates in the / directory:

Package From To
@univerjs/core 0.21.1 0.24.0
@univerjs/design 0.21.1 0.24.0
@univerjs/docs 0.21.1 0.24.0
@univerjs/docs-ui 0.21.1 0.24.0
@univerjs/engine-formula 0.21.1 0.24.0
@univerjs/engine-render 0.21.1 0.24.0
@univerjs/sheets 0.21.1 0.24.0
@univerjs/sheets-formula 0.21.1 0.24.0
@univerjs/sheets-formula-ui 0.21.1 0.24.0
@univerjs/sheets-numfmt 0.21.1 0.24.0
@univerjs/sheets-numfmt-ui 0.21.1 0.24.0
@univerjs/sheets-ui 0.21.1 0.24.0
@univerjs/ui 0.21.1 0.24.0
axios 1.16.0 1.16.1
postcss 8.5.14 8.5.15
sass 1.99.0 1.100.0

Updates @univerjs/core from 0.21.1 to 0.24.0

Release notes

Sourced from @​univerjs/core's releases.

📐 Release v0.24.0

🎊 Univer@v0.24.0

[!IMPORTANT] 📢 1.0 Release Coming Soon

We are working hard on the official release of Univer 1.0, which will be a major milestone for the project. Stay tuned!

🚧 Work In Progress

The following features are actively under development. Some modules are already available, and the full experience will be delivered gradually in subsequent versions:

Direction Status Description
Performance Optimization 🔄 Ongoing Performance tuning for the core engine and rendering pipeline
Docs Features 🔄 In development Development of document editing and reusable editor components
Slides Features 🔄 In development Development and iteration of slide editing capabilities

📐 Outline (Row/Column Grouping)

Outline (row/column grouping) is now officially available in Univer Pro. You can group rows or columns to create collapsible sections, making large spreadsheets easier to navigate and read.

Installation:

If you are using the advanced preset, Outline is already included.

pnpm add @univerjs/preset-sheets-advanced

If you prefer to install the plugins individually:

pnpm add @univerjs-pro/sheets-outline @univerjs-pro/sheets-outline-ui

Register Plugins:

import { UniverSheetsOutlinePlugin } from '@univerjs-pro/sheets-outline';
import { UniverSheetsOutlineUIPlugin } from '@univerjs-pro/sheets-outline-ui';
univer.registerPlugin(UniverSheetsOutlinePlugin);
univer.registerPlugin(UniverSheetsOutlineUIPlugin);

Key Features:

  • Group and ungroup rows or columns via the outline gutter, right-click context menu, or keyboard shortcuts

... (truncated)

Changelog

Sourced from @​univerjs/core's changelog.

0.24.0 (2026-05-23)

Bug Fixes

  • design: normalize hue values >= 360 and fix stale closure in event handlers (#6912) (42dcf43)
  • sheet: outline header overlays (#6922) (2dba093)
  • sheets-drawing: pass image ids to builder (#6929) (d1e62ba)
  • sheets-table-ui: draw insert row icon as vector (#6939) (fb50a7c)
  • sheets-ui: use clear all icon in toolbar (#6928) (331242a)

Features

  • design,ui: add Panel component and enhance Sidebar with accessibility and resize (#6938) (0a2654e)
  • outline: dimension transform (#6920) (f4cc58b)
  • outline: fit for outline feature (#6914) (d8dda08)

0.23.0 (2026-05-18)

Bug Fixes

  • core: skip command execution after disposal (#6898) (28fcb8d)
  • facade: fix FWorksheet.removeFloatDom api (#6904) (1b4edb9)
  • facade: resolve onCalculationResultApplied api wait for other formula (cf, data validation, .etc) results (#6907) (2720250)
  • formula: fix formula calculations should be performed when a workbook is created (#6903) (907405d)
  • formula: preserve array formula spill blockers (#6909) (f15d008)
  • properly dispose RxJS subscriptions to prevent memory leaks (#6896) (630c324)

Features

Performance Improvements

0.22.1 (2026-05-13)

Bug Fixes

  • avoid BehaviorSubject replay loop in bufferWhen (#6882) (dfc5de7)
  • cellImage: fix cell image align render (#6885) (9b927c5)

... (truncated)

Commits
  • 0bcc094 chore(release): release v0.24.0
  • fb50a7c fix(sheets-table-ui): draw insert row icon as vector (#6939)
  • 0a2654e feat(design,ui): add Panel component and enhance Sidebar with accessibility a...
  • 4b9a780 build(tsdown): include react from devDependencies in production deps (#6937)
  • fd641ae refactor: migrate from deprecated getCurrentUnitForType to getCurrentUnitOfTy...
  • b4dae0e refactor: standardize file naming convention for type suffixes (#6935)
  • 60b3ec0 refactor: replace .map().filter() chains with explicit for-loops (#6934)
  • 0b99692 refactor(core): cleanup unused utilities (#6908)
  • 0839f63 refactor(ui)!: migrate ConfigContext to LocaleService and remove global-zone ...
  • d1e62ba fix(sheets-drawing): pass image ids to builder (#6929)
  • Additional commits viewable in compare view

Updates @univerjs/design from 0.21.1 to 0.24.0

Release notes

Sourced from @​univerjs/design's releases.

📐 Release v0.24.0

🎊 Univer@v0.24.0

[!IMPORTANT] 📢 1.0 Release Coming Soon

We are working hard on the official release of Univer 1.0, which will be a major milestone for the project. Stay tuned!

🚧 Work In Progress

The following features are actively under development. Some modules are already available, and the full experience will be delivered gradually in subsequent versions:

Direction Status Description
Performance Optimization 🔄 Ongoing Performance tuning for the core engine and rendering pipeline
Docs Features 🔄 In development Development of document editing and reusable editor components
Slides Features 🔄 In development Development and iteration of slide editing capabilities

📐 Outline (Row/Column Grouping)

Outline (row/column grouping) is now officially available in Univer Pro. You can group rows or columns to create collapsible sections, making large spreadsheets easier to navigate and read.

Installation:

If you are using the advanced preset, Outline is already included.

pnpm add @univerjs/preset-sheets-advanced

If you prefer to install the plugins individually:

pnpm add @univerjs-pro/sheets-outline @univerjs-pro/sheets-outline-ui

Register Plugins:

import { UniverSheetsOutlinePlugin } from '@univerjs-pro/sheets-outline';
import { UniverSheetsOutlineUIPlugin } from '@univerjs-pro/sheets-outline-ui';
univer.registerPlugin(UniverSheetsOutlinePlugin);
univer.registerPlugin(UniverSheetsOutlineUIPlugin);

Key Features:

  • Group and ungroup rows or columns via the outline gutter, right-click context menu, or keyboard shortcuts

... (truncated)

Changelog

Sourced from @​univerjs/design's changelog.

0.24.0 (2026-05-23)

Bug Fixes

  • design: normalize hue values >= 360 and fix stale closure in event handlers (#6912) (42dcf43)
  • sheet: outline header overlays (#6922) (2dba093)
  • sheets-drawing: pass image ids to builder (#6929) (d1e62ba)
  • sheets-table-ui: draw insert row icon as vector (#6939) (fb50a7c)
  • sheets-ui: use clear all icon in toolbar (#6928) (331242a)

Features

  • design,ui: add Panel component and enhance Sidebar with accessibility and resize (#6938) (0a2654e)
  • outline: dimension transform (#6920) (f4cc58b)
  • outline: fit for outline feature (#6914) (d8dda08)

0.23.0 (2026-05-18)

Bug Fixes

  • core: skip command execution after disposal (#6898) (28fcb8d)
  • facade: fix FWorksheet.removeFloatDom api (#6904) (1b4edb9)
  • facade: resolve onCalculationResultApplied api wait for other formula (cf, data validation, .etc) results (#6907) (2720250)
  • formula: fix formula calculations should be performed when a workbook is created (#6903) (907405d)
  • formula: preserve array formula spill blockers (#6909) (f15d008)
  • properly dispose RxJS subscriptions to prevent memory leaks (#6896) (630c324)

Features

Performance Improvements

0.22.1 (2026-05-13)

Bug Fixes

  • avoid BehaviorSubject replay loop in bufferWhen (#6882) (dfc5de7)
  • cellImage: fix cell image align render (#6885) (9b927c5)

... (truncated)

Commits
  • 0bcc094 chore(release): release v0.24.0
  • fb50a7c fix(sheets-table-ui): draw insert row icon as vector (#6939)
  • 0a2654e feat(design,ui): add Panel component and enhance Sidebar with accessibility a...
  • 4b9a780 build(tsdown): include react from devDependencies in production deps (#6937)
  • fd641ae refactor: migrate from deprecated getCurrentUnitForType to getCurrentUnitOfTy...
  • b4dae0e refactor: standardize file naming convention for type suffixes (#6935)
  • 60b3ec0 refactor: replace .map().filter() chains with explicit for-loops (#6934)
  • 0b99692 refactor(core): cleanup unused utilities (#6908)
  • 0839f63 refactor(ui)!: migrate ConfigContext to LocaleService and remove global-zone ...
  • d1e62ba fix(sheets-drawing): pass image ids to builder (#6929)
  • Additional commits viewable in compare view

Updates @univerjs/docs from 0.21.1 to 0.24.0

Release notes

Sourced from @​univerjs/docs's releases.

📐 Release v0.24.0

🎊 Univer@v0.24.0

[!IMPORTANT] 📢 1.0 Release Coming Soon

We are working hard on the official release of Univer 1.0, which will be a major milestone for the project. Stay tuned!

🚧 Work In Progress

The following features are actively under development. Some modules are already available, and the full experience will be delivered gradually in subsequent versions:

Direction Status Description
Performance Optimization 🔄 Ongoing Performance tuning for the core engine and rendering pipeline
Docs Features 🔄 In development Development of document editing and reusable editor components
Slides Features 🔄 In development Development and iteration of slide editing capabilities

📐 Outline (Row/Column Grouping)

Outline (row/column grouping) is now officially available in Univer Pro. You can group rows or columns to create collapsible sections, making large spreadsheets easier to navigate and read.

Installation:

If you are using the advanced preset, Outline is already included.

pnpm add @univerjs/preset-sheets-advanced

If you prefer to install the plugins individually:

pnpm add @univerjs-pro/sheets-outline @univerjs-pro/sheets-outline-ui

Register Plugins:

import { UniverSheetsOutlinePlugin } from '@univerjs-pro/sheets-outline';
import { UniverSheetsOutlineUIPlugin } from '@univerjs-pro/sheets-outline-ui';
univer.registerPlugin(UniverSheetsOutlinePlugin);
univer.registerPlugin(UniverSheetsOutlineUIPlugin);

Key Features:

  • Group and ungroup rows or columns via the outline gutter, right-click context menu, or keyboard shortcuts

... (truncated)

Changelog

Sourced from @​univerjs/docs's changelog.

0.24.0 (2026-05-23)

Bug Fixes

  • design: normalize hue values >= 360 and fix stale closure in event handlers (#6912) (42dcf43)
  • sheet: outline header overlays (#6922) (2dba093)
  • sheets-drawing: pass image ids to builder (#6929) (d1e62ba)
  • sheets-table-ui: draw insert row icon as vector (#6939) (fb50a7c)
  • sheets-ui: use clear all icon in toolbar (#6928) (331242a)

Features

  • design,ui: add Panel component and enhance Sidebar with accessibility and resize (#6938) (0a2654e)
  • outline: dimension transform (#6920) (f4cc58b)
  • outline: fit for outline feature (#6914) (d8dda08)

0.23.0 (2026-05-18)

Bug Fixes

  • core: skip command execution after disposal (#6898) (28fcb8d)
  • facade: fix FWorksheet.removeFloatDom api (#6904) (1b4edb9)
  • facade: resolve onCalculationResultApplied api wait for other formula (cf, data validation, .etc) results (#6907) (2720250)
  • formula: fix formula calculations should be performed when a workbook is created (#6903) (907405d)
  • formula: preserve array formula spill blockers (#6909) (f15d008)
  • properly dispose RxJS subscriptions to prevent memory leaks (#6896) (630c324)

Features

Performance Improvements

0.22.1 (2026-05-13)

Bug Fixes

  • avoid BehaviorSubject replay loop in bufferWhen (#6882) (dfc5de7)
  • cellImage: fix cell image align render (#6885) (9b927c5)

... (truncated)

Commits
  • 0bcc094 chore(release): release v0.24.0
  • fb50a7c fix(sheets-table-ui): draw insert row icon as vector (#6939)
  • 0a2654e feat(design,ui): add Panel component and enhance Sidebar with accessibility a...
  • 4b9a780 build(tsdown): include react from devDependencies in production deps (#6937)
  • fd641ae refactor: migrate from deprecated getCurrentUnitForType to getCurrentUnitOfTy...
  • b4dae0e refactor: standardize file naming convention for type suffixes (#6935)
  • 60b3ec0 refactor: replace .map().filter() chains with explicit for-loops (#6934)
  • 0b99692 refactor(core): cleanup unused utilities (#6908)
  • 0839f63 refactor(ui)!: migrate ConfigContext to LocaleService and remove global-zone ...
  • d1e62ba fix(sheets-drawing): pass image ids to builder (#6929)
  • Additional commits viewable in compare view

Updates @univerjs/docs-ui from 0.21.1 to 0.24.0

Release notes

Sourced from @​univerjs/docs-ui's releases.

📐 Release v0.24.0

🎊 Univer@v0.24.0

[!IMPORTANT] 📢 1.0 Release Coming Soon

We are working hard on the official release of Univer 1.0, which will be a major milestone for the project. Stay tuned!

🚧 Work In Progress

The following features are actively under development. Some modules are already available, and the full experience will be delivered gradually in subsequent versions:

Direction Status Description
Performance Optimization 🔄 Ongoing Performance tuning for the core engine and rendering pipeline
Docs Features 🔄 In development Development of document editing and reusable editor components
Slides Features 🔄 In development Development and iteration of slide editing capabilities

📐 Outline (Row/Column Grouping)

Outline (row/column grouping) is now officially available in Univer Pro. You can group rows or columns to create collapsible sections, making large spreadsheets easier to navigate and read.

Installation:

If you are using the advanced preset, Outline is already included.

pnpm add @univerjs/preset-sheets-advanced

If you prefer to install the plugins individually:

pnpm add @univerjs-pro/sheets-outline @univerjs-pro/sheets-outline-ui

Register Plugins:

import { UniverSheetsOutlinePlugin } from '@univerjs-pro/sheets-outline';
import { UniverSheetsOutlineUIPlugin } from '@univerjs-pro/sheets-outline-ui';
univer.registerPlugin(UniverSheetsOutlinePlugin);
univer.registerPlugin(UniverSheetsOutlineUIPlugin);

Key Features:

  • Group and ungroup rows or columns via the outline gutter, right-click context menu, or keyboard shortcuts

... (truncated)

Changelog

Sourced from @​univerjs/docs-ui's changelog.

0.24.0 (2026-05-23)

Bug Fixes

  • design: normalize hue values >= 360 and fix stale closure in event handlers (#6912) (42dcf43)
  • sheet: outline header overlays (#6922) (2dba093)
  • sheets-drawing: pass image ids to builder (#6929) (d1e62ba)
  • sheets-table-ui: draw insert row icon as vector (#6939) (fb50a7c)
  • sheets-ui: use clear all icon in toolbar (#6928) (331242a)

Features

  • design,ui: add Panel component and enhance Sidebar with accessibility and resize (#6938) (0a2654e)
  • outline: dimension transform (#6920) (f4cc58b)
  • outline: fit for outline feature (#6914) (d8dda08)

0.23.0 (2026-05-18)

Bug Fixes

  • core: skip command execution after disposal (#6898) (28fcb8d)
  • facade: fix FWorksheet.removeFloatDom api (#6904) (1b4edb9)
  • facade: resolve onCalculationResultApplied api wait for other formula (cf, data validation, .etc) results (#6907) (2720250)
  • formula: fix formula calculations should be performed when a workbook is created (#6903) (907405d)
  • formula: preserve array formula spill blockers (#6909) (f15d008)
  • properly dispose RxJS subscriptions to prevent memory leaks (#6896) (630c324)

Features

Performance Improvements

0.22.1 (2026-05-13)

Bug Fixes

  • avoid BehaviorSubject replay loop in bufferWhen (#6882) (dfc5de7)
  • cellImage: fix cell image align render (#6885) (9b927c5)

... (truncated)

Commits
  • 0bcc094 chore(release): release v0.24.0
  • fb50a7c fix(sheets-table-ui): draw insert row icon as vector (#6939)
  • 0a2654e feat(design,ui): add Panel component and enhance Sidebar with accessibility a...
  • 4b9a780 build(tsdown): include react from devDependencies in production deps (#6937)
  • fd641ae refactor: migrate from deprecated getCurrentUnitForType to getCurrentUnitOfTy...
  • b4dae0e refactor: standardize file naming convention for type suffixes (#6935)
  • 60b3ec0 refactor: replace .map().filter() chains with explicit for-loops (#6934)
  • 0b99692 refactor(core): cleanup unused utilities (#6908)
  • 0839f63 refactor(ui)!: migrate ConfigContext to LocaleService and remove global-zone ...
  • d1e62ba fix(sheets-drawing): pass image ids to builder (#6929)
  • Additional commits viewable in compare view

Updates @univerjs/engine-formula from 0.21.1 to 0.24.0

Release notes

Sourced from @​univerjs/engine-formula's releases.

📐 Release v0.24.0

🎊 Univer@v0.24.0

[!IMPORTANT] 📢 1.0 Release Coming Soon

We are working hard on the official release of Univer 1.0, which will be a major milestone for the project. Stay tuned!

🚧 Work In Progress

The following features are actively under development. Some modules are already available, and the full experience will be delivered gradually in subsequent versions:

Direction Status Description
Performance Optimization 🔄 Ongoing Performance tuning for the core engine and rendering pipeline
Docs Features 🔄 In development Development of document editing and reusable editor components
Slides Features 🔄 In development Development and iteration of slide editing capabilities

📐 Outline (Row/Column Grouping)

Outline (row/column grouping) is now officially available in Univer Pro. You can group rows or columns to create collapsible sections, making large spreadsheets easier to navigate and read.

Installation:

If you are using the advanced preset, Outline is already included.

pnpm add @univerjs/preset-sheets-advanced

If you prefer to install the plugins individually:

pnpm add @univerjs-pro/sheets-outline @univerjs-pro/sheets-outline-ui

Register Plugins:

import { UniverSheetsOutlinePlugin } from '@univerjs-pro/sheets-outline';
import { UniverSheetsOutlineUIPlugin } from '@univerjs-pro/sheets-outline-ui';
univer.registerPlugin(UniverSheetsOutlinePlugin);
univer.registerPlugin(UniverSheetsOutlineUIPlugin);

Key Features:

  • Group and ungroup rows or columns via the outline gutter, right-click context menu, or keyboard shortcuts

... (truncated)

Changelog

Sourced from @​univerjs/engine-formula's changelog.

0.24.0 (2026-05-23)

Bug Fixes

  • design: normalize hue values >= 360 and fix stale closure in event handlers (#6912) (42dcf43)
  • sheet: outline header overlays (#6922) (2dba093)
  • sheets-drawing: pass image ids to builder (#6929) (d1e62ba)
  • sheets-table-ui: draw insert row icon as vector (#6939) (fb50a7c)
  • sheets-ui: use clear all icon in toolbar (#6928) (331242a)

Features

  • design,ui: add Panel component and enhance Sidebar with accessibility and resize (#6938) (0a2654e)
  • outline: dimension transform (#6920) (f4cc58b)
  • outline: fit for outline feature (#6914) (d8dda08)

0.23.0 (2026-05-18)

Bug Fixes

  • core: skip command execution after disposal (#6898) (28fcb8d)
  • facade: fix FWorksheet.removeFloatDom api (#6904) (1b4edb9)
  • facade: resolve onCalculationResultApplied api wait for other formula (cf, data validation, .etc) results (#6907) (2720250)
  • formula: fix formula calculations should be performed when a workbook is created (#6903) (907405d)
  • formula: preserve array formula spill blockers (#6909) (f15d008)
  • properly dispose RxJS subscriptions to prevent memory leaks (#6896) (630c324)

Features

Performance Improvements

0.22.1 (2026-05-13)

Bug Fixes

  • avoid BehaviorSubject replay loop in bufferWhen (#6882) (dfc5de7)
  • cellImage: fix cell image align render (#6885) (9b927c5)

... (truncated)

Commits
  • 0bcc094 chore(release): release v0.24.0
  • fb50a7c fix(sheets-table-ui): draw insert row icon as vector (#6939)
  • 0a2654e feat(design,ui): add Panel component and enhance Sidebar with accessibility a...
  • 4b9a780 build(tsdown): include react from devDependencies in production deps (#6937)
  • fd641ae refactor: migrate from deprecated getCurrentUnitForType to getCurrentUnitOfTy...
  • b4dae0e refactor: standardize file naming convention for type suffixes (#6935)
  • 60b3ec0 refactor: replace .map().filter() chains with explicit for-loops (#6934)
  • 0b99692 refactor(core): cleanup unused utilities (#6908)
  • 0839f63 refactor(ui)!: migrate ConfigContext to LocaleService and remove global-zone ...
  • d1e62ba fix(sheets-drawing): pass image ids to builder (#6929)
  • Additional commits viewable in compare view

Updates @univerjs/engine-render from 0.21.1 to 0.24.0

Release notes

Sourced from @​univerjs/engine-render's releases.

📐 Release v0.24.0

🎊 Univer@v0.24.0

[!IMPORTANT] 📢 1.0 Release Coming Soon

We are working hard on the official release of Univer 1.0, which will be a major milestone for the project. Stay tuned!

🚧 Work In Progress

The following features are actively under development. Some modules are already available, and the full experience will be delivered gradually in subsequent versions:

Direction Status Description
Performance Optimization 🔄 Ongoing Performance tuning for the core engine and rendering pipeline
Docs Features 🔄 In development Development of document editing and reusable editor components
Slides Features 🔄 In development Development and iteration of slide editing capabilities

📐 Outline (Row/Column Grouping)

Outline (row/column grouping) is now officially available in Univer Pro. You can group rows or columns to create collapsible sections, making large spreadsheets easier to navigate and read.

Installation:

If you are using the advanced preset, Outline is already included.

pnpm add @univerjs/preset-sheets-advanced

If you prefer to install the plugins individually:

pnpm add @univerjs-pro/sheets-outline @univerjs-pro/sheets-outline-ui

Register Plugins:

import { UniverSheetsOutlinePlugin } from '@univerjs-pro/sheets-outline';
import { UniverSheetsOutlineUIPlugin } from '@univerjs-pro/sheets-outline-ui';
univer.registerPlugin(UniverSheetsOutlinePlugin);
univer.registerPlugin(UniverSheetsOutlineUIPlugin);

Key Features:

  • Group and ungroup rows or columns via the outline gutter, right-click context menu, or keyboard shortcuts

... (truncated)

Changelog

Sourced from @​univerjs/engine-render's changelog.

0.24.0 (2026-05-23)

Bug Fixes

  • design: normalize hue values >= 360 and fix stale closure in event handlers (#6912) (42dcf43)
  • sheet: outline header overlays (#6922) (2dba093)
  • sheets-drawing: pass image ids to builder (#6929) (d1e62ba)
  • sheets-table-ui: draw insert row icon as vector (#6939) (fb50a7c)
  • sheets-ui: use clear all icon in toolbar (#6928) (331242a)

Features

  • design,ui: add Panel component and enhance Sidebar with accessibility and resize (#6938) (0a2654e)
  • outline: dimension transform (#6920) (f4cc58b)
  • outline: fit for outline feature (#6914) (d8dda08)

0.23.0 (2026-05-18)

Bug Fixes

  • core: skip command execution after disposal (#6898) (28fcb8d)
  • facade: fix FWorksheet.removeFloatDom api (#6904) (1b4edb9)
  • facade: resolve onCalculationResultApplied api wait for other formula (cf, data validation, .etc) results (#6907) (2720250)
  • formula: fix formula calculations should be performed when a workbook is created (#6903) (907405d)
  • formula: preserve array formula spill blockers (#6909) (f15d008)
  • properly dispose RxJS subscriptions to prevent memory leaks (#6896) (630c324)

Features

  • add RTL direction support for UI (

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 25, 2026
Bumps the npm group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@univerjs/core](https://github.com/dream-num/univer) | `0.21.1` | `0.24.0` |
| [@univerjs/design](https://github.com/dream-num/univer) | `0.21.1` | `0.24.0` |
| [@univerjs/docs](https://github.com/dream-num/univer) | `0.21.1` | `0.24.0` |
| [@univerjs/docs-ui](https://github.com/dream-num/univer) | `0.21.1` | `0.24.0` |
| [@univerjs/engine-formula](https://github.com/dream-num/univer) | `0.21.1` | `0.24.0` |
| [@univerjs/engine-render](https://github.com/dream-num/univer) | `0.21.1` | `0.24.0` |
| [@univerjs/sheets](https://github.com/dream-num/univer) | `0.21.1` | `0.24.0` |
| [@univerjs/sheets-formula](https://github.com/dream-num/univer) | `0.21.1` | `0.24.0` |
| [@univerjs/sheets-formula-ui](https://github.com/dream-num/univer) | `0.21.1` | `0.24.0` |
| [@univerjs/sheets-numfmt](https://github.com/dream-num/univer) | `0.21.1` | `0.24.0` |
| [@univerjs/sheets-numfmt-ui](https://github.com/dream-num/univer) | `0.21.1` | `0.24.0` |
| [@univerjs/sheets-ui](https://github.com/dream-num/univer) | `0.21.1` | `0.24.0` |
| [@univerjs/ui](https://github.com/dream-num/univer) | `0.21.1` | `0.24.0` |
| [axios](https://github.com/axios/axios) | `1.16.0` | `1.16.1` |
| [postcss](https://github.com/postcss/postcss) | `8.5.14` | `8.5.15` |
| [sass](https://github.com/sass/dart-sass) | `1.99.0` | `1.100.0` |



Updates `@univerjs/core` from 0.21.1 to 0.24.0
- [Release notes](https://github.com/dream-num/univer/releases)
- [Changelog](https://github.com/dream-num/univer/blob/dev/CHANGELOG.md)
- [Commits](dream-num/univer@v0.21.1...v0.24.0)

Updates `@univerjs/design` from 0.21.1 to 0.24.0
- [Release notes](https://github.com/dream-num/univer/releases)
- [Changelog](https://github.com/dream-num/univer/blob/dev/CHANGELOG.md)
- [Commits](dream-num/univer@v0.21.1...v0.24.0)

Updates `@univerjs/docs` from 0.21.1 to 0.24.0
- [Release notes](https://github.com/dream-num/univer/releases)
- [Changelog](https://github.com/dream-num/univer/blob/dev/CHANGELOG.md)
- [Commits](dream-num/univer@v0.21.1...v0.24.0)

Updates `@univerjs/docs-ui` from 0.21.1 to 0.24.0
- [Release notes](https://github.com/dream-num/univer/releases)
- [Changelog](https://github.com/dream-num/univer/blob/dev/CHANGELOG.md)
- [Commits](dream-num/univer@v0.21.1...v0.24.0)

Updates `@univerjs/engine-formula` from 0.21.1 to 0.24.0
- [Release notes](https://github.com/dream-num/univer/releases)
- [Changelog](https://github.com/dream-num/univer/blob/dev/CHANGELOG.md)
- [Commits](dream-num/univer@v0.21.1...v0.24.0)

Updates `@univerjs/engine-render` from 0.21.1 to 0.24.0
- [Release notes](https://github.com/dream-num/univer/releases)
- [Changelog](https://github.com/dream-num/univer/blob/dev/CHANGELOG.md)
- [Commits](dream-num/univer@v0.21.1...v0.24.0)

Updates `@univerjs/sheets` from 0.21.1 to 0.24.0
- [Release notes](https://github.com/dream-num/univer/releases)
- [Changelog](https://github.com/dream-num/univer/blob/dev/CHANGELOG.md)
- [Commits](dream-num/univer@v0.21.1...v0.24.0)

Updates `@univerjs/sheets-formula` from 0.21.1 to 0.24.0
- [Release notes](https://github.com/dream-num/univer/releases)
- [Changelog](https://github.com/dream-num/univer/blob/dev/CHANGELOG.md)
- [Commits](dream-num/univer@v0.21.1...v0.24.0)

Updates `@univerjs/sheets-formula-ui` from 0.21.1 to 0.24.0
- [Release notes](https://github.com/dream-num/univer/releases)
- [Changelog](https://github.com/dream-num/univer/blob/dev/CHANGELOG.md)
- [Commits](dream-num/univer@v0.21.1...v0.24.0)

Updates `@univerjs/sheets-numfmt` from 0.21.1 to 0.24.0
- [Release notes](https://github.com/dream-num/univer/releases)
- [Changelog](https://github.com/dream-num/univer/blob/dev/CHANGELOG.md)
- [Commits](dream-num/univer@v0.21.1...v0.24.0)

Updates `@univerjs/sheets-numfmt-ui` from 0.21.1 to 0.24.0
- [Release notes](https://github.com/dream-num/univer/releases)
- [Changelog](https://github.com/dream-num/univer/blob/dev/CHANGELOG.md)
- [Commits](dream-num/univer@v0.21.1...v0.24.0)

Updates `@univerjs/sheets-ui` from 0.21.1 to 0.24.0
- [Release notes](https://github.com/dream-num/univer/releases)
- [Changelog](https://github.com/dream-num/univer/blob/dev/CHANGELOG.md)
- [Commits](dream-num/univer@v0.21.1...v0.24.0)

Updates `@univerjs/ui` from 0.21.1 to 0.24.0
- [Release notes](https://github.com/dream-num/univer/releases)
- [Changelog](https://github.com/dream-num/univer/blob/dev/CHANGELOG.md)
- [Commits](dream-num/univer@v0.21.1...v0.24.0)

Updates `axios` from 1.16.0 to 1.16.1
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.16.0...v1.16.1)

Updates `postcss` from 8.5.14 to 8.5.15
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.14...8.5.15)

Updates `sass` from 1.99.0 to 1.100.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.99.0...1.100.0)

---
updated-dependencies:
- dependency-name: "@univerjs/core"
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@univerjs/design"
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@univerjs/docs"
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@univerjs/docs-ui"
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@univerjs/engine-formula"
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@univerjs/engine-render"
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@univerjs/sheets"
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@univerjs/sheets-formula"
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@univerjs/sheets-formula-ui"
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@univerjs/sheets-numfmt"
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@univerjs/sheets-numfmt-ui"
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@univerjs/sheets-ui"
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@univerjs/ui"
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: axios
  dependency-version: 1.16.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: postcss
  dependency-version: 8.5.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: sass
  dependency-version: 1.100.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-75dd56d18a branch from 6276cad to 82ffe34 Compare May 25, 2026 20:59
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants