Skip to content

chore(deps): bump the combined-dependencies group across 1 directory with 8 updates#208

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/combined-dependencies-26bc7f0700
Open

chore(deps): bump the combined-dependencies group across 1 directory with 8 updates#208
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/combined-dependencies-26bc7f0700

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 1, 2025

Bumps the combined-dependencies group with 8 updates in the / directory:

Package From To
@eonasdan/tempus-dominus 6.9.11 6.10.1
@fortawesome/fontawesome-svg-core 6.7.1 6.7.2
@fortawesome/free-solid-svg-icons 6.7.1 6.7.2
axios 1.7.9 1.8.1
cherry-markdown 0.8.52 0.8.58
pinia 2.3.0 3.0.1
vite 5.4.11 6.2.0
prettier 3.4.2 3.5.2

Updates @eonasdan/tempus-dominus from 6.9.11 to 6.10.1

Release notes

Sourced from @​eonasdan/tempus-dominus's releases.

v6.10.1

Made keyboard nav option optional

v6.10.0

Keyboard navigation and aria improvements #2390

Commits

Updates @fortawesome/fontawesome-svg-core from 6.7.1 to 6.7.2

Release notes

Sourced from @​fortawesome/fontawesome-svg-core's releases.

Release 6.7.2

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @fortawesome/free-solid-svg-icons from 6.7.1 to 6.7.2

Release notes

Sourced from @​fortawesome/free-solid-svg-icons's releases.

Release 6.7.2

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates axios from 1.7.9 to 1.8.1

Release notes

Sourced from axios's releases.

Release v1.8.1

Release notes:

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

Release v1.8.0

Release notes:

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

Reverts

BREAKING CHANGES

  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

  • fix: typo in flow control when setting allowAbsoluteUrls

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.8.1 (2025-02-26)

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

1.8.0 (2025-02-25)

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

Reverts

BREAKING CHANGES

  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

  • fix: typo in flow control when setting allowAbsoluteUrls

Contributors to this release

... (truncated)

Commits
  • 2e64afd chore(release): v1.8.1 (#6800)
  • 36a5a62 fix(utils): move generateString to platform utils to avoid importing crypto...
  • cceb7b1 chore(release): v1.8.0 (#6795)
  • 23a25af fix(utils): replace getRandomValues with crypto module (#6788)
  • 32c7bcc feat: Add config for ignoring absolute URLs (#5902) (#6192)
  • 4a3e26c chore(config): adjust rollup config to preserve license header to minified Ja...
  • 30966a7 docs(type): fix typo in index.ts (#6030)
  • e7a9cbe test(transform): add test case for issue 5853 on response type to 'json' (#5901)
  • 51c1d7b chore(docs): typo in README (#6771)
  • b5b063e docs(readme): fix Request Config options code highlight (#6480)
  • Additional commits viewable in compare view

Updates cherry-markdown from 0.8.52 to 0.8.58

Release notes

Sourced from cherry-markdown's releases.

v0.8.58

Features

  • #947 urlProcessor支持第三个参数,第三个参数为回调函数 (05c6cab)
  • client: 导入 *.md 文件时默认启用预览效果,导航栏显示控制 (#1022) (dfb16fe)

Bug Fixes

  • #1014 修复engine.makeHtml报错的问题 (5a5e8f9)
  • 去掉github特殊语法高亮 (fd13e45)
  • type: insert api's normal-table-row*col type constraints (#1019) (c7217f0)

v0.8.57

Features

  • #1005 增加滚动到具体位置的api,增加滚动行为控制的参数,修复预览区滚动没有触发编辑区滚动的bug (7b7f7ad)
  • #1006 流式会话场景中,增加flowSessionCursor配置项,实现虚拟光标的效果 (5e025bf)
  • vscodePlugin: add i18n (#1010) (9c9265c)

Bug Fixes

  • #1009 处理容器宽度发生变化时,编辑器光标出现错位的问题 (ccae682)
  • #1009 调整编辑器刷新时机,只有编辑器处于显示状态时才需要刷新 (2b8696f)
  • #993 修复识别html标签的正则逻辑 (c58466e)
  • 修复没有顶部右对齐工具栏时,顶部工具栏高度变高的问题 (99f6bae)

Code Refactoring

  • 废弃elementsFromPoint方法 (2f732ea)

v0.8.56

Features

  • 优化单行大文本的判定逻辑 (2b5d8fc)

Bug Fixes

  • 处理图片base64和base64数据正则替换冲突的问题 (dc3306e)

v0.8.55

临时发版,如无必要,可用v0.8.53

v0.8.53

Features

... (truncated)

Changelog

Sourced from cherry-markdown's changelog.

0.8.58 (2025-01-13)

Features

  • #947 urlProcessor支持第三个参数,第三个参数为回调函数 (05c6cab)
  • client: 导入 *.md 文件时默认启用预览效果,导航栏显示控制 (#1022) (dfb16fe)

Bug Fixes

  • #1014 修复engine.makeHtml报错的问题 (5a5e8f9)
  • 去掉github特殊语法高亮 (fd13e45)
  • type: insert api's normal-table-row*col type constraints (#1019) (c7217f0)

0.8.57 (2024-12-23)

Features

  • #1005 增加滚动到具体位置的api,增加滚动行为控制的参数,修复预览区滚动没有触发编辑区滚动的bug (7b7f7ad)
  • #1006 流式会话场景中,增加flowSessionCursor配置项,实现虚拟光标的效果 (5e025bf)
  • vscodePlugin: add i18n (#1010) (9c9265c)

Bug Fixes

  • #1009 处理容器宽度发生变化时,编辑器光标出现错位的问题 (ccae682)
  • #1009 调整编辑器刷新时机,只有编辑器处于显示状态时才需要刷新 (2b8696f)
  • #993 修复识别html标签的正则逻辑 (c58466e)
  • 修复没有顶部右对齐工具栏时,顶部工具栏高度变高的问题 (99f6bae)

Code Refactoring

  • 废弃elementsFromPoint方法 (2f732ea)

0.8.56 (2024-12-18)

Features

  • 优化单行大文本的判定逻辑 (2b5d8fc)

Bug Fixes

  • 处理图片base64和base64数据正则替换冲突的问题 (dc3306e)

0.8.53 (2024-12-16)

... (truncated)

Commits
  • aef0417 chore(release): 0.8.58
  • dfb16fe feat(client): 导入 *.md 文件时默认启用预览效果,导航栏显示控制 (#1022)
  • 5a5e8f9 fix: #1014 修复engine.makeHtml报错的问题
  • bb6f5bf chore(vscodePlugin):upgrade deps and rename extension name (#1013)
  • c7217f0 fix(type): insert api's normal-table-row*col type constraints (#1019)
  • 05c6cab feat: #947 urlProcessor支持第三个参数,第三个参数为回调函数
  • fd13e45 fix: 去掉github特殊语法高亮
  • 75690ab #1016 Fixed inlineCode icon issue (#1017)
  • aadc3fb chore(release): 0.8.57
  • 9c9265c feat(vscodePlugin): add i18n (#1010)
  • Additional commits viewable in compare view

Updates pinia from 2.3.0 to 3.0.1

Commits

Updates vite from 5.4.11 to 6.2.0

Release notes

Sourced from vite's releases.

create-vite@6.2.0

Please refer to CHANGELOG.md for details.

v6.2.0

Please refer to CHANGELOG.md for details.

v6.2.0-beta.1

Please refer to CHANGELOG.md for details.

v6.2.0-beta.0

Please refer to CHANGELOG.md for details.

create-vite@6.1.1

Please refer to CHANGELOG.md for details.

v6.1.1

Please refer to CHANGELOG.md for details.

create-vite@6.1.0

Please refer to CHANGELOG.md for details.

v6.1.0

Please refer to CHANGELOG.md for details.

v6.1.0-beta.2

Please refer to CHANGELOG.md for details.

v6.1.0-beta.1

Please refer to CHANGELOG.md for details.

v6.1.0-beta.0

Please refer to CHANGELOG.md for details.

v6.0.11

Please refer to CHANGELOG.md for details.

v6.0.10

Please refer to CHANGELOG.md for details.

v6.0.9

This version contains a breaking change due to security fixes. See GHSA-vg6x-rcgg-rjx6 for more details.

Please refer to CHANGELOG.md for details.

v6.0.8

Please refer to CHANGELOG.md for details.

v6.0.7

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

6.2.0 (2025-02-25)

6.2.0-beta.1 (2025-02-21)

  • fix(css): temporary add ?. after this.getModuleInfo in vite:css-post (#19478) (12b0b8a), closes #19478

6.2.0-beta.0 (2025-02-21)

6.1.1 (2025-02-19)

6.1.0 (2025-02-05)

Features

... (truncated)

Commits

Updates prettier from 3.4.2 to 3.5.2

Release notes

Sourced from prettier's releases.

3.5.2

🔗 Changelog

3.5.1

🔗 Changelog

3.5.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.5.2

diff

Remove module-sync condition (#17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

3.5.1

diff

Fix CLI crash when cache for old version exists (#17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

3.5.0

diff

🔗 Release Notes

Commits
  • 399f427 Release 3.5.2
  • bf5aab8 Revert "Use ESM entrypoint for require(ESM)" (#17156)
  • c98acab Replace execa with nano-spawn in release script (#17129)
  • 4460a4e chore(deps): update eslint related dependencies (#17162)
  • f0707f5 chore(deps): update eslint related dependencies (major) (#17163)
  • e2624b6 Enforce dependency version be pinned in all packages (#17161)
  • 1cee47a chore(deps): update dependency react-markdown to v10 (#17160)
  • 7ce2a35 chore(deps): update dependency postcss to v8.5.3 (#17158)
  • 1fe7969 chore(deps): update xalvarez/prevent-file-change-action action to v1.9.1 (#17...
  • 8eb0630 chore(deps): update dependency knip to v5.44.4 (#17153)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…with 8 updates

Bumps the combined-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eonasdan/tempus-dominus](https://github.com/Eonasdan/tempus-dominus) | `6.9.11` | `6.10.1` |
| [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) | `6.7.1` | `6.7.2` |
| [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.7.1` | `6.7.2` |
| [axios](https://github.com/axios/axios) | `1.7.9` | `1.8.1` |
| [cherry-markdown](https://github.com/Tencent/cherry-markdown) | `0.8.52` | `0.8.58` |
| [pinia](https://github.com/vuejs/pinia) | `2.3.0` | `3.0.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.11` | `6.2.0` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.2` |



Updates `@eonasdan/tempus-dominus` from 6.9.11 to 6.10.1
- [Release notes](https://github.com/Eonasdan/tempus-dominus/releases)
- [Commits](Eonasdan/tempus-dominus@v6.9.11...v6.10.1)

Updates `@fortawesome/fontawesome-svg-core` from 6.7.1 to 6.7.2
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.7.1...6.7.2)

Updates `@fortawesome/free-solid-svg-icons` from 6.7.1 to 6.7.2
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.7.1...6.7.2)

Updates `axios` from 1.7.9 to 1.8.1
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.9...v1.8.1)

Updates `cherry-markdown` from 0.8.52 to 0.8.58
- [Release notes](https://github.com/Tencent/cherry-markdown/releases)
- [Changelog](https://github.com/Tencent/cherry-markdown/blob/v0.8.58/CHANGELOG.md)
- [Commits](Tencent/cherry-markdown@v0.8.52...v0.8.58)

Updates `pinia` from 2.3.0 to 3.0.1
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/commits)

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

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

---
updated-dependencies:
- dependency-name: "@eonasdan/tempus-dominus"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: combined-dependencies
- dependency-name: "@fortawesome/fontawesome-svg-core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: combined-dependencies
- dependency-name: "@fortawesome/free-solid-svg-icons"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: combined-dependencies
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: combined-dependencies
- dependency-name: cherry-markdown
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: combined-dependencies
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: combined-dependencies
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: combined-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: combined-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 1, 2025
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.

0 participants