Commit c7c8ec2
authored
Bump the all-deps group across 1 directory with 22 updates
Bumps the all-deps group with 22 updates in the /docusaurus directory:
| Package | From | To |
| --- | --- | --- |
| [@algolia/client-search](https://github.com/algolia/algoliasearch-client-javascript) | `5.35.0` | `5.44.0` |
| [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) | `3.8.1` | `3.9.2` |
| [@docusaurus/plugin-client-redirects](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-client-redirects) | `3.8.1` | `3.9.2` |
| [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) | `3.8.1` | `3.9.2` |
| [@docusaurus/theme-common](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-common) | `3.8.1` | `3.9.2` |
| [@docusaurus/theme-mermaid](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-mermaid) | `3.8.1` | `3.9.2` |
| [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) | `3.1.0` | `3.1.1` |
| @openclint/docusaurus-shared | `0.0.168` | `0.0.170` |
| [asciinema-player](https://github.com/asciinema/asciinema-player) | `3.10.0` | `3.12.1` |
| [echarts-for-react](https://github.com/hustcc/echarts-for-react) | `3.0.2` | `3.0.5` |
| [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.0` | `4.1.1` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.536.0` | `0.554.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.1` | `19.2.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.9` | `19.2.5` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.1.1` | `19.2.0` |
| [react-lite-youtube-embed](https://github.com/ibrahimcesar/react-lite-youtube-embed) | `2.5.6` | `3.3.1` |
| [react-player](https://github.com/cookpete/react-player) | `3.3.1` | `3.4.0` |
| [remark-emoji](https://github.com/rhysd/remark-emoji) | `5.0.1` | `5.0.2` |
| [@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases) | `3.8.1` | `3.9.2` |
| [@docusaurus/tsconfig](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig) | `3.8.1` | `3.9.2` |
| [@docusaurus/types](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types) | `3.8.1` | `3.9.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` |
Updates `@algolia/client-search` from 5.35.0 to 5.44.0
- [Release notes](https://github.com/algolia/algoliasearch-client-javascript/releases)
- [Changelog](https://github.com/algolia/algoliasearch-client-javascript/blob/main/CHANGELOG.md)
- [Commits](algolia/algoliasearch-client-javascript@5.35.0...5.44.0)
Updates `@docusaurus/core` from 3.8.1 to 3.9.2
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus)
Updates `@docusaurus/plugin-client-redirects` from 3.8.1 to 3.9.2
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus-plugin-client-redirects)
Updates `@docusaurus/preset-classic` from 3.8.1 to 3.9.2
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus-preset-classic)
Updates `@docusaurus/theme-common` from 3.8.1 to 3.9.2
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus-theme-common)
Updates `@docusaurus/theme-mermaid` from 3.8.1 to 3.9.2
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus-theme-mermaid)
Updates `@mdx-js/react` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/mdx-js/mdx/releases)
- [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md)
- [Commits](https://github.com/mdx-js/mdx/commits/3.1.1/packages/react)
Updates `@openclint/docusaurus-shared` from 0.0.168 to 0.0.170
Updates `asciinema-player` from 3.10.0 to 3.12.1
- [Release notes](https://github.com/asciinema/asciinema-player/releases)
- [Commits](asciinema/asciinema-player@v3.10.0...v3.12.1)
Updates `echarts-for-react` from 3.0.2 to 3.0.5
- [Release notes](https://github.com/hustcc/echarts-for-react/releases)
- [Commits](hustcc/echarts-for-react@v3.0.2...v3.0.5)
Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.0...4.1.1)
Updates `lucide-react` from 0.536.0 to 0.554.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.554.0/packages/lucide-react)
Updates `react` from 19.1.1 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react)
Updates `@types/react` from 19.1.9 to 19.2.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
Updates `react-dom` from 19.1.1 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react-dom)
Updates `react-lite-youtube-embed` from 2.5.6 to 3.3.1
- [Release notes](https://github.com/ibrahimcesar/react-lite-youtube-embed/releases)
- [Commits](ibrahimcesar/react-lite-youtube-embed@v2.5.6...v3.3.1)
Updates `react-player` from 3.3.1 to 3.4.0
- [Release notes](https://github.com/cookpete/react-player/releases)
- [Changelog](https://github.com/cookpete/react-player/blob/master/CHANGELOG.md)
- [Commits](cookpete/react-player@v3.3.1...v3.4.0)
Updates `remark-emoji` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/rhysd/remark-emoji/releases)
- [Changelog](https://github.com/rhysd/remark-emoji/blob/master/CHANGELOG.md)
- [Commits](rhysd/remark-emoji@v5.0.1...v5.0.2)
Updates `@docusaurus/module-type-aliases` from 3.8.1 to 3.9.2
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus-module-type-aliases)
Updates `@docusaurus/tsconfig` from 3.8.1 to 3.9.2
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus-tsconfig)
Updates `@docusaurus/types` from 3.8.1 to 3.9.2
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus-types)
Updates `typescript` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.9.2...v5.9.3)
---
updated-dependencies:
- dependency-name: "@algolia/client-search"
dependency-version: 5.44.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-deps
- dependency-name: "@docusaurus/core"
dependency-version: 3.9.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-deps
- dependency-name: "@docusaurus/plugin-client-redirects"
dependency-version: 3.9.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-deps
- dependency-name: "@docusaurus/preset-classic"
dependency-version: 3.9.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-deps
- dependency-name: "@docusaurus/theme-common"
dependency-version: 3.9.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-deps
- dependency-name: "@docusaurus/theme-mermaid"
dependency-version: 3.9.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-deps
- dependency-name: "@mdx-js/react"
dependency-version: 3.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all-deps
- dependency-name: "@openclint/docusaurus-shared"
dependency-version: 0.0.170
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all-deps
- dependency-name: asciinema-player
dependency-version: 3.12.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-deps
- dependency-name: echarts-for-react
dependency-version: 3.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all-deps
- dependency-name: js-yaml
dependency-version: 4.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all-deps
- dependency-name: lucide-react
dependency-version: 0.554.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-deps
- dependency-name: react
dependency-version: 19.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-deps
- dependency-name: "@types/react"
dependency-version: 19.2.5
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-deps
- dependency-name: react-dom
dependency-version: 19.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-deps
- dependency-name: react-lite-youtube-embed
dependency-version: 3.3.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: all-deps
- dependency-name: react-player
dependency-version: 3.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-deps
- dependency-name: remark-emoji
dependency-version: 5.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all-deps
- dependency-name: "@docusaurus/module-type-aliases"
dependency-version: 3.9.2
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: all-deps
- dependency-name: "@docusaurus/tsconfig"
dependency-version: 3.9.2
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: all-deps
- dependency-name: "@docusaurus/types"
dependency-version: 3.9.2
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: all-deps
- dependency-name: typescript
dependency-version: 5.9.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: all-deps
...
Signed-off-by: dependabot[bot] <[email protected]>1 parent 78c1e60 commit c7c8ec2
2 files changed
+1012
-785
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments