Skip to content

Comments

build(deps): bump the npm-minor-patch group in /znai-reactjs with 23 updates#1457

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/znai-reactjs/npm-minor-patch-1f7b9f87ce
Open

build(deps): bump the npm-minor-patch group in /znai-reactjs with 23 updates#1457
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/znai-reactjs/npm-minor-patch-1f7b9f87ce

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2026

Bumps the npm-minor-patch group in /znai-reactjs with 23 updates:

Package From To
@types/node 24.10.0 24.10.13
@vitejs/plugin-react 5.1.0 5.1.4
asciinema-player 3.14.0 3.14.15
clipboard 2.0.6 2.0.11
core-js 3.46.0 3.48.0
diff 4.0.2 4.0.4
echarts 5.3.2 5.6.0
feather-icons 4.28.0 4.29.2
@types/feather-icons 4.7.0 4.29.4
flexsearch 0.8.167 0.8.212
katex 0.16.21 0.16.28
mermaid 11.12.2 11.12.3
scroll-into-view-if-needed 2.2.24 2.2.31
@eslint/js 9.39.1 9.39.2
@types/jest 25.2.2 25.2.3
@types/katex 0.11.0 0.16.8
@vitejs/plugin-react-swc 4.2.1 4.2.3
eslint 9.39.1 9.39.2
eslint-plugin-react-refresh 0.4.24 0.5.0
jsdom 26.0.0 26.1.0
prettier 2.2.1 2.8.8
typescript-eslint 8.46.3 8.56.0
vitest 4.0.7 4.0.18

Updates @types/node from 24.10.0 to 24.10.13

Commits

Updates @vitejs/plugin-react from 5.1.0 to 5.1.4

Release notes

Sourced from @​vitejs/plugin-react's releases.

plugin-react@5.1.4

Fix canSkipBabel not accounting for babel.overrides (#1098)

When configuring babel.overrides without top-level plugins or presets, Babel was incorrectly skipped. The canSkipBabel function now checks for overrides.length to ensure override configurations are processed.

plugin-react@5.1.3

No release notes provided.

plugin-react@5.1.2

No release notes provided.

plugin-react@5.1.1

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.

Changelog

Sourced from @​vitejs/plugin-react's changelog.

5.1.4 (2026-02-10)

Fix canSkipBabel not accounting for babel.overrides (#1098)

When configuring babel.overrides without top-level plugins or presets, Babel was incorrectly skipped. The canSkipBabel function now checks for overrides.length to ensure override configurations are processed.

5.1.3 (2026-02-02)

5.1.2 (2025-12-08)

5.1.1 (2025-11-12)

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.

Commits

Updates asciinema-player from 3.14.0 to 3.14.15

Release notes

Sourced from asciinema-player's releases.

3.14.15

A π release!

  • fixed alignment of Black Large Circle symbol (U+2B24)
  • improved the look of the info overlay ("STREAM ENDED/OFFLINE" one)
  • 4 KB smaller JS bundle
Commits

Updates clipboard from 2.0.6 to 2.0.11

Release notes

Sourced from clipboard's releases.

Fixes & DX Enhancements

  • Fix type for copy function #795
  • Remove blurring behavior after copy action invoke #807
  • Support more HTML input types #808

Fixes and Docs Updates

  • Fix Event API issue returning a function instead of a string in the Event.Action property
  • Update docs to make it easier to track Event API
  • Update tests to cover Event.Action property

v2.0.9

  • Add new API methos .cut and .copy
  • Improve code internals

v2.0.8

V2.0.7

Fix Textarea not being removed from DOM

Related issue zenorocha/clipboard.js#732

Commits
Maintainer changes

This version was pushed to npm by obetomuniz, a new releaser for clipboard since your current version.


Updates core-js from 3.46.0 to 3.48.0

Changelog

Sourced from core-js's changelog.

3.48.0 - 2026.01.21

  • Changes v3.47.0...v3.48.0 (126 commits)
  • Map upsert proposal:
    • Built-ins:
      • Map.prototype.getOrInsert
      • Map.prototype.getOrInsertComputed
      • WeakMap.prototype.getOrInsert
      • WeakMap.prototype.getOrInsertComputed
    • Moved to stable ES, January 2026 TC39 meeting
    • Added es. namespace modules, /es/ and /stable/ namespaces entries
  • Use CreateDataProperty / CreateDataPropertyOrThrow in some missed cases, #1497
  • Minor fix / optimization in the RegExp constructor (NCG and dotAll) polyfill
  • Added some more workarounds for a Safari < 13 bug with silent ignore of non-writable array .length
  • Added detection of a Webkit bug: Iterator.prototype.flatMap throws on iterator without return method
  • Added detection of a V8 ~ Chromium < 144 bug: Uint8Array.prototype.setFromHex throws an error on length-tracking views over ResizableArrayBuffer
  • Compat data improvements:

3.47.0 - 2025.11.18

... (truncated)

Commits
  • 5d657da v3.48.0
  • 5644e73 Add bug detection for Uint8Array.prototype.setFromHex
  • 804a10e Merge pull request #1501 from zloirock/flat-map-fix
  • 45d7fe3 Add bug detection to Iterator flatMap method
  • efd9c2f move Map upsert proposal to stable ES
  • dcb938d update the year and normalize the copyright wording
  • 5454a5d add some more workarounds for a Safari < 13 bug with silent ignore of non-wri...
  • 73d4b6c add some more createProperty cases
  • 9c89290 fix: spec compliance for Array.prototype.flat and flatMap
  • e3774ce fix: use createProperty in Array.prototype.filter
  • Additional commits viewable in compare view

Updates diff from 4.0.2 to 4.0.4

Changelog

Sourced from diff's changelog.

v4.0.4 - January 2026

Only change from 4.0.2 is a backport of the fix to GHSA-73rr-hh4g-fpgx.

v4.0.3 (deprecated)

Accidental release - do not use.

Commits
Maintainer changes

This version was pushed to npm by explodingcabbage, a new releaser for diff since your current version.


Updates echarts from 5.3.2 to 5.6.0

Release notes

Sourced from echarts's releases.

5.6.0

  • [Feature] [geo] [map] Support styling region in original GeoJSON data. #20564 (plainheart)
  • [Feature] [geo] [map] Support regions[].silent option. #20566 (Ovilia)
  • [Feature] [axis] Support tooltip for axis label. #16315 (plainheart)
  • [Feature] [text] Add isTruncated state property for Text element. #1101 (100pah)
  • [Feature] [sunburst] Add new emphasis focus strategy 'relative' for highlighting ancestor and descendant nodes. #20399 (sz-p)
  • [Feature] [axis] Add showMinLine / showMaxLine option for splitLine. #20114 (adaelixir)
  • [Feature] [dataZoom] Add handleLabel.show option. #20082 (Ovilia)
  • [Feature] [calendar] Add silent option for dayLabel/monthLabel/yearLabel. #20492 (plainheart)
  • [Feature] [treemap] Add cursor option. #20113 (adaelixir)
  • [Feature] [aria] Add aria.data.excludeDimensionId to exclude specific dimensions in aria-label. #20218 (semla)
  • [Feature] [aria] Add role="img" to chart container element. #20050 (ViniciusCestarii)
  • [Feature] [i18n] Add Swedish(SV) translation #20227 (NajamShehzad)
  • [Feature] [i18n] Add Persian(FA) translation. #20312 (Ayazadeh)
  • [Feature] [i18n] Improve pt-BR translation. #20348 (ViniciusCestarii)
  • [Fix] [line] Reduce runtime memory cost. #20161 (plainheart)
  • [Fix] [line] Fix areaStyle skewing in stepped line series and incorrect connectNull behavior #20092 (Ovilia)
  • [Fix] [candlestick] Add back missing support for non-normal states since v5.0.0. #20105 (plainheart)
  • [Fix] [legend] Fix legend action is not isolated from other legend components. #20129 (plainheart)
  • [Fix] [bar] Fix borderColor hides bar color with large data. #20465 (DevitX)
  • [Fix] [pictorial] Fix zero value flipping for different axes. #20557 (Ovilia)
  • [Fix] [visualMap] Fix cursor is still pointer when selectedMode is disabled. #20551 (sz-p)
  • [Fix] [visualMap] Fix label collides with horizontal visualMap. #20249 (WojciechKrakowiak)
  • [Fix] [tooltip] Fix potential NPE when setting option with notMerge strategy. #20435 (ktx-abhay)
  • [Fix] [tooltip] Fix tooltip textStyle.lineHeight does not work. #20398 (sz-p)
  • [Fix] [sankey] Avoid throwing errors when the links / nodes / levels option is undefined. #20380 (sz-p)
  • [Fix] [polar] Fix unexpected clipping in polar coordinate. #20370 (sz-p)
  • [Fix] [boxplot] Correctly handle series.encode with category axis. #20324 (jonoshearman)
  • [Fix] [sampling] Fix minmax sampling behavior. #20315 (ribeirompl)
  • [Fix] [gauge] Fix progress bar may be beneath the axis line. #20276 (kingyue737)
  • [Fix] [axis] Fix axis ticks overflowing grid area with dataZoom. #20194 (Ovilia)
  • [Fix] [axis] [time] Fix bar bandWidth with inversed time axis. #20246 (Ovilia)
  • [Fix] [theme] Fix legend page text color in dark mode. #20396 (plainheart)
  • [Fix] [pie] Fix some labels may not show. #20074 (liuyunzidian)
  • [Fix] [grid] Fix clipping in custom series off by pixel. #20043 (fandi-1205)
  • [Fix] [svg] Fix SVG element may be not interactable in SSR mode and fix invalid transparent color issue. #1076 (plainheart)
  • [Fix] [data] Fix potential NPE in the SeriesData#rawIndexOf function. #20534 (plainheart)
  • [Fix] [text] Fix text bounding rectangle is incorrect when overflow is 'truncate'. #1091 (linghaoSu) #1100 (100Pah)
  • [Fix] [env] Fix detection for node environment. #1037 (Uzlopak) #1071 (xg-qd) #1086 (plainheart)
  • [Fix] [type] MarkLine symbolOffset can be a 2d array for both symbols. #20491 (plainheart)

New Contributors

... (truncated)

Commits
  • fe42bc1 Merge pull request #20556 from apache/release-dev
  • a96cbaa release: build v5.6.0
  • 74203be release: update echarts version to 5.6.0
  • 5764d0c chore: update zrender versin to 5.6.1
  • 70a5f3f Merge pull request #20566 from apache/fix-map
  • 4e84f15 fix(test): fix map test case
  • 8dd5475 fix(test): fix map test case
  • e231c09 fix(map): update test cases
  • 181842f test(map): replace test cases with new map
  • fd87c34 fix(map): remove preventAutoZ for map
  • Additional commits viewable in compare view
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates feather-icons from 4.28.0 to 4.29.2

Release notes

Sourced from feather-icons's releases.

v4.29.2

Patch Changes

v4.29.1

Patch Changes

v4.29.0

4.29.0 (2022-03-29)

Features

Changelog

Sourced from feather-icons's changelog.

4.29.2

Patch Changes

4.29.1

Patch Changes

Commits

Updates @types/feather-icons from 4.7.0 to 4.29.4

Commits

Updates flexsearch from 0.8.167 to 0.8.212

Commits

Updates katex from 0.16.21 to 0.16.28

Release notes

Sourced from katex's releases.

v0.16.28

0.16.28 (2026-01-25)

Bug Fixes

  • type: add missing types definition path to package.json (#4125) (0ef8921)

v0.16.27

0.16.27 (2025-12-07)

Features

  • support equals sign and surrounding whitespace in \htmlData attribute values (#4112) (c77aaec)

v0.16.26

0.16.26 (2025-12-07)

Bug Fixes

  • \mathop followed by integral symbol (6fbad18)

v0.16.25

0.16.25 (2025-10-13)

Features

  • css: provide katex-swap.css that uses font-display: swap (#3940) (b3f9ce6), closes #2242

v0.16.24

0.16.24 (2025-10-12)

Features

v0.16.23

0.16.23 (2025-10-03)

Bug Fixes

  • Support \def with arguments via macros option (#4087) (80a8158)

v0.16.22

0.16.22 (2025-04-09)

... (truncated)

Changelog

Sourced from katex's changelog.

0.16.28 (2026-01-25)

Bug Fixes

  • type: add missing types definition path to package.json (#4125) (0ef8921)

0.16.27 (2025-12-07)

Features

  • support equals sign and surrounding whitespace in \htmlData attribute values (#4112) (c77aaec)

0.16.26 (2025-12-07)

Bug Fixes

  • \mathop followed by integral symbol (6fbad18)

0.16.25 (2025-10-13)

Features

  • css: provide katex-swap.css that uses font-display: swap (#3940) (b3f9ce6), closes #2242

0.16.24 (2025-10-12)

Features

0.16.23 (2025-10-03)

Bug Fixes

  • Support \def with arguments via macros option (#4087) (80a8158)

0.16.22 (2025-04-09)

Bug Fixes

  • \relax in base or exponent of super/subscript (#4045) (1f43c84)
Commits
  • dd50cde chore(release): 0.16.28 [ci skip]
  • 0ef8921 fix(type): add missing types definition path to package.json (#4125)
  • a2fcfe3 docs: add MintApps to list of users (#4066)
  • d37328c docs: fix typo in comment about infix precedence (#4095)
  • dd2e2fb docs(supported.md): fix typo in \textquoteleft example
  • b73f941 docs: add Educase as user, fix user icon links (#4104)
  • cc5eee5 chore(release): 0.16.27 [ci skip]
  • c77aaec feat: support equals sign and surrounding whitespace in \htmlData attribute v...
  • 9151d5e chore(release): 0.16.26 [ci skip]
  • 6fbad18 fix: \mathop followed by integral symbol
  • Additional commits viewable in compare view

Updates mermaid from 11.12.2 to 11.12.3

Release notes

Sourced from mermaid's releases.

mermaid@11.12.3

Patch Changes

  • Updated dependencies [7243340]:
    • @​mermaid-js/parser@​1.0.0
Commits
  • cbe7015 Merge pull request #7397 from mermaid-js/changeset-release/master
  • 69fccd2 Version Packages
  • 56ecd66 Fixed issue with hero text
  • 3735098 Merge pull request #7377 from aloisklink/chore/upgrade-to-langium-v4
  • ea46407 Update link with source
  • dc30a46 Updating the Hero on the docs side
  • 426a616 chore(dev-deps): update @​argos-ci/cypress to 6.2.2
  • 16bc9e6 chore(deps): update dependency lodash-es to v4.17.23
  • 7243340 chore(parser)!: upgrade parser to Langium v4
  • 156dc11 chore(deps): upgrade to langium 3.5.0
  • Additional commits viewable in compare view

Updates scroll-into-view-if-needed from 2.2.24 to 2.2.31

Release notes

Sourced from scroll-into-view-if-needed's releases.

v2.2.31

2.2.31 (2022-11-29)

Bug Fixes


This release is also available on:

v2.2.30

2.2.30 (2022-11-29)

Bug Fixes

  • bump compute-scroll-into-view (b7c235b)
  • setup improved semantic-release (7a68079)

This release is also available on:

v2.2.29

2.2.29 (2022-02-02)

Bug Fixes

  • target attached logic for shadow dom element (#1054) (829c6af)

v2.2.28

2.2.28 (2021-03-22)

Bug Fixes

  • deps: re-update dependency compute-scroll-into-view to v1.0.17 (#979) (e9d61cd)

v2.2.27

2.2.27 (2021-02-24)

Bug Fixes

  • deps: update dependency compute-scroll-into-view to v1.0.17 (#973) (a75ad50)

... (truncated)

Changelog

Sourced from scroll-into-view-if-needed's changelog.

2.2.31 (2022-11-29)

Bug Fixes

2.2.30 (2022-11-29)

Bug Fixes

  • bump compute-scroll-into-view (b7c235b)
  • setup improved semantic-release (7a68079)

[1.6.0]

Added

Removed

  • centerIfNeeded, use scrollMode: "if-needed", block: "center" instead.
  • duration to trigger animation, use smooth-scroll-into-view-if-needed instead.
  • handleScroll(parent, {scrollLeft, scrollTop}, options), use behavior: function(actions) instead, where actions is an array of {el, top, left} allowing you to scroll everything in parallel or in a sequence, it's up to you.
  • offset, use wrapper elements and CSS like padding or margins instead.

[1.5.0] - 2018-02-25

Added

  • sideEffects: false in package.json to enable optimizations introduced in webpack v4.

[1.4.0] - 2017-11-17

Added

  • New handleScroll option allows customizing scrolling behavior.

Changed

  • Animation logic is separated from scroll calculation logic. This allows skip importing animation dependencies and reduces bundle sizes when you don't need the built in animation feature.

[1.3.0] - 2017-11-12

Added

... (truncated)

Commits

Updates @eslint/js from 9.39.1 to 9.39.2

Release notes

Sourced from @​eslint/js's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

  • 7ca0af7 chore: upgrade to @eslint/js@9.39.2 (#20394) (Francesco Trotta)
  • c43ce24 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c9858e ci: add v9.x-dev branch (#20382) (Milos Djermanovic)
Commits

Updates @types/feather-icons from 4.7.0 to 4.29.4

Commits

Updates @types/jest from 25.2.2 to 25.2.3

Commits

Updates @types/katex from 0.11.0 to 0.16.8

Commits

Updates @vitejs/plugin-react-swc from 4.2.1 to 4.2.3

Release notes

Sourced from @​vitejs/plugin-react-swc's releases.

plugin-react-swc@4.2.3

No release notes provided.

plugin-react-swc@4.2.2

Update code to support newer rolldown-vite (#978)

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.

Details Description has been truncated

Bumps the npm-minor-patch group in /znai-reactjs with 23 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.0` | `24.10.13` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.1.0` | `5.1.4` |
| [asciinema-player](https://github.com/asciinema/asciinema-player) | `3.14.0` | `3.14.15` |
| [clipboard](https://github.com/zenorocha/clipboard.js) | `2.0.6` | `2.0.11` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.46.0` | `3.48.0` |
| [diff](https://github.com/kpdecker/jsdiff) | `4.0.2` | `4.0.4` |
| [echarts](https://github.com/apache/echarts) | `5.3.2` | `5.6.0` |
| [feather-icons](https://github.com/feathericons/feather) | `4.28.0` | `4.29.2` |
| [@types/feather-icons](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/feather-icons) | `4.7.0` | `4.29.4` |
| [flexsearch](https://github.com/nextapps-de/flexsearch) | `0.8.167` | `0.8.212` |
| [katex](https://github.com/KaTeX/KaTeX) | `0.16.21` | `0.16.28` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `11.12.2` | `11.12.3` |
| [scroll-into-view-if-needed](https://github.com/scroll-into-view/scroll-into-view-if-needed) | `2.2.24` | `2.2.31` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.1` | `9.39.2` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `25.2.2` | `25.2.3` |
| [@types/katex](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/katex) | `0.11.0` | `0.16.8` |
| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc) | `4.2.1` | `4.2.3` |
| [eslint](https://github.com/eslint/eslint) | `9.39.1` | `9.39.2` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.24` | `0.5.0` |
| [jsdom](https://github.com/jsdom/jsdom) | `26.0.0` | `26.1.0` |
| [prettier](https://github.com/prettier/prettier) | `2.2.1` | `2.8.8` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.3` | `8.56.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.7` | `4.0.18` |


Updates `@types/node` from 24.10.0 to 24.10.13
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitejs/plugin-react` from 5.1.0 to 5.1.4
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.4/packages/plugin-react)

Updates `asciinema-player` from 3.14.0 to 3.14.15
- [Release notes](https://github.com/asciinema/asciinema-player/releases)
- [Commits](asciinema/asciinema-player@v3.14.0...v3.14.15)

Updates `clipboard` from 2.0.6 to 2.0.11
- [Release notes](https://github.com/zenorocha/clipboard.js/releases)
- [Commits](zenorocha/clipboard.js@v2.0.6...v2.0.11)

Updates `core-js` from 3.46.0 to 3.48.0
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.48.0/packages/core-js)

Updates `diff` from 4.0.2 to 4.0.4
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
- [Commits](kpdecker/jsdiff@v4.0.2...v4.0.4)

Updates `echarts` from 5.3.2 to 5.6.0
- [Release notes](https://github.com/apache/echarts/releases)
- [Commits](apache/echarts@5.3.2...5.6.0)

Updates `feather-icons` from 4.28.0 to 4.29.2
- [Release notes](https://github.com/feathericons/feather/releases)
- [Changelog](https://github.com/feathericons/feather/blob/main/CHANGELOG.md)
- [Commits](feathericons/feather@v4.28.0...v4.29.2)

Updates `@types/feather-icons` from 4.7.0 to 4.29.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/feather-icons)

Updates `flexsearch` from 0.8.167 to 0.8.212
- [Release notes](https://github.com/nextapps-de/flexsearch/releases)
- [Changelog](https://github.com/nextapps-de/flexsearch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextapps-de/flexsearch/commits)

Updates `katex` from 0.16.21 to 0.16.28
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.16.21...v0.16.28)

Updates `mermaid` from 11.12.2 to 11.12.3
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.12.2...mermaid@11.12.3)

Updates `scroll-into-view-if-needed` from 2.2.24 to 2.2.31
- [Release notes](https://github.com/scroll-into-view/scroll-into-view-if-needed/releases)
- [Changelog](https://github.com/scroll-into-view/scroll-into-view-if-needed/blob/main/CHANGELOG.md)
- [Commits](scroll-into-view/scroll-into-view-if-needed@v2.2.24...v2.2.31)

Updates `@eslint/js` from 9.39.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js)

Updates `@types/feather-icons` from 4.7.0 to 4.29.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/feather-icons)

Updates `@types/jest` from 25.2.2 to 25.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `@types/katex` from 0.11.0 to 0.16.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/katex)

Updates `@vitejs/plugin-react-swc` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react-swc@4.2.3/packages/plugin-react-swc)

Updates `eslint` from 9.39.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.1...v9.39.2)

Updates `eslint-plugin-react-refresh` from 0.4.24 to 0.5.0
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.24...v0.5.0)

Updates `jsdom` from 26.0.0 to 26.1.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@26.0.0...26.1.0)

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

Updates `typescript-eslint` from 8.46.3 to 8.56.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.0/packages/typescript-eslint)

Updates `vitest` from 4.0.7 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.10.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: asciinema-player
  dependency-version: 3.14.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: clipboard
  dependency-version: 2.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: core-js
  dependency-version: 3.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: diff
  dependency-version: 4.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: echarts
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: feather-icons
  dependency-version: 4.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@types/feather-icons"
  dependency-version: 4.29.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: flexsearch
  dependency-version: 0.8.212
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: katex
  dependency-version: 0.16.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: mermaid
  dependency-version: 11.12.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: scroll-into-view-if-needed
  dependency-version: 2.2.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@eslint/js"
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@types/feather-icons"
  dependency-version: 4.29.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@types/jest"
  dependency-version: 25.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@types/katex"
  dependency-version: 0.16.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@vitejs/plugin-react-swc"
  dependency-version: 4.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: jsdom
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: prettier
  dependency-version: 2.8.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: typescript-eslint
  dependency-version: 8.56.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: vitest
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
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