Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the combined-dependencies group with 4 updates #186

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps the combined-dependencies group with 4 updates: cherry-markdown, vite, vue and vue-router.

Updates cherry-markdown from 0.8.42 to 0.8.44

Release notes

Sourced from cherry-markdown's releases.

v0.8.44

修复 Tencent/cherry-markdown#808 问题

v0.8.43

Features

  • #696 构建产物里额外提供预览区样式的文件 (#783) (e33c0d6)
  • #767 代码块、行内代码相关提示交互优化 (#787) (4e05ac6)
  • #769 代码块主题缓存 (#781) (912c25e)
  • #774 增加选区改变事件 selectionChange (1859e20)
  • #790 锚点/toc滚动兼容滚动条在window的情况 (42be1bc)
  • 独立一个markdown样式文件(含主题) (467d870)
  • 优化高亮区的显示逻辑,改成每次高亮只亮3秒,不再常驻高亮 (6365f27)
  • 增加表格和加粗斜体语法对流式输出场景的适配 (b1a07a7)
  • 增加流式会话的例子 (0de1a93)
  • 增加一些小api (e7bc008)

Bug Fixes

  • #778 修复国际化漏掉的地方 (5bb2b26)
  • #782 补上英文 (d5e4d47)
  • 修复afterInit失效的问题 (8c03f95)
  • 修复vscode插件自动打开预览的问题 (036f070)
  • 右侧编辑列表过程中, 输入回车后, 再次编辑此列表, 数据会异常 #751 (#772) (38ee8dc)
  • 自定义icon兼容自定义菜单 & 完善propTypes校验 (#791) (335b9bd), closes #589
  • vscodePlugin: activation timing for VSCode extension (#773) (15e019f)
  • vscodePlugin: first open markdown will not activate the extension (#784) (a1c24d2)
Changelog

Sourced from cherry-markdown's changelog.

0.8.44 (2024-06-25)

Bug Fixes

0.8.43 (2024-06-24)

Features

  • #696 构建产物里额外提供预览区样式的文件 (#783) (e33c0d6)
  • #767 代码块、行内代码相关提示交互优化 (#787) (4e05ac6)
  • #769 代码块主题缓存 (#781) (912c25e)
  • #774 增加选区改变事件 selectionChange (1859e20)
  • #790 锚点/toc滚动兼容滚动条在window的情况 (42be1bc)
  • 独立一个markdown样式文件(含主题) (467d870)
  • 优化高亮区的显示逻辑,改成每次高亮只亮3秒,不再常驻高亮 (6365f27)
  • 增加表格和加粗斜体语法对流式输出场景的适配 (b1a07a7)
  • 增加流式会话的例子 (0de1a93)
  • 增加一些小api (e7bc008)

Bug Fixes

  • #778 修复国际化漏掉的地方 (5bb2b26)
  • #782 补上英文 (d5e4d47)
  • 修复afterInit失效的问题 (8c03f95)
  • 修复vscode插件自动打开预览的问题 (036f070)
  • 右侧编辑列表过程中, 输入回车后, 再次编辑此列表, 数据会异常 #751 (#772) (38ee8dc)
  • 自定义icon兼容自定义菜单 & 完善propTypes校验 (#791) (335b9bd), closes #589
  • vscodePlugin: activation timing for VSCode extension (#773) (15e019f)
  • vscodePlugin: first open markdown will not activate the extension (#784) (a1c24d2)
Commits
Maintainer changes

This version was pushed to npm by sunsonliu, a new releaser for cherry-markdown since your current version.


Updates vite from 5.3.1 to 5.3.2

Changelog

Sourced from vite's changelog.

5.3.2 (2024-06-27)

Commits

Updates vue from 3.4.29 to 3.4.31

Release notes

Sourced from vue's releases.

v3.4.31

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.30

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.4.31 (2024-06-28)

Bug Fixes

Reverts

  • Revert "fix(reactivity): avoid infinite loop when render access a side effect computed (#11135)" (e0df985)
  • Revert "fix(reactivity): fix side effect computed dirty level (#11183)" (6c303ea), closes #11183

3.4.30 (2024-06-22)

Note: this release contains a fix (#11150) that requires vue-tsc to also be updated in sync to ^2.0.22. See #11196

Bug Fixes

  • compiler-core: should not remove slot node with v-else (#11150) (e102670)
  • hydration: fix css vars hydration mismatch false positive on attr-fallthrough (#11190) (7ad67ce), closes #11188
  • hydration: skip prop mismatch check for directives that mutate DOM in created (3169c91), closes #11189
  • reactivity: fix side effect computed dirty level (#11183) (3bd79e3), closes #11181 #11169
  • runtime-core: ensure unmount dynamic components in optimized mode (#11171) (220fe24), closes #11168
  • runtime-core: update devtool __vnode on patch, avoid memory leak during dev (a959781), closes #11192
  • runtime-dom: ensure only symbols are explicitly stringified during attribute patching (#11182) (a2e35d6), closes #11177
  • runtime-dom: prevent setting state as attribute for custom elements (#11165) (8ae4c29), closes #11163

Performance Improvements

Commits
  • f2acd51 release: v3.4.31
  • 746352a fix(compiler-core): handle inline comments with undefined bindings (#11217)
  • ad22879 test(reactivity): add a failed test for computed (#11243)
  • b1d1f44 chore(deps): update dependency monaco-editor to ^0.50.0 (#11211)
  • e0df985 fix: Revert "fix(reactivity): avoid infinite loop when render access a side e...
  • 6c303ea Revert "fix(reactivity): fix side effect computed dirty level (#11183)"
  • 261fb7c chore(deps): update dawidd6/action-download-artifact action to v6 (#11212)
  • 01ff603 chore(deps): update dependency puppeteer to ~22.12.0 (#11210)
  • 89946f8 chore(deps): update dependency typescript-eslint to ^7.13.1 (#11209)
  • a1170db chore(deps): update all non-major dependencies (#11207)
  • Additional commits viewable in compare view

Updates vue-router from 4.3.3 to 4.4.0

Release notes

Sourced from vue-router's releases.

v4.4.0

Please refer to CHANGELOG.md for details.

v4.4.0-alpha.3

Please refer to CHANGELOG.md for details.

v4.4.0-alpha.2

Please refer to CHANGELOG.md for details.

v4.4.0-alpha.1

Please refer to CHANGELOG.md for details.

v4.4.0-alpha.0

Please refer to CHANGELOG.md for details.

Commits

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

Bumps the combined-dependencies group with 4 updates: [cherry-markdown](https://github.com/Tencent/cherry-markdown), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [vue](https://github.com/vuejs/core) and [vue-router](https://github.com/vuejs/router).


Updates `cherry-markdown` from 0.8.42 to 0.8.44
- [Release notes](https://github.com/Tencent/cherry-markdown/releases)
- [Changelog](https://github.com/Tencent/cherry-markdown/blob/main/CHANGELOG.md)
- [Commits](Tencent/cherry-markdown@v0.8.42...v0.8.44)

Updates `vite` from 5.3.1 to 5.3.2
- [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/v5.3.2/packages/vite)

Updates `vue` from 3.4.29 to 3.4.31
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.29...v3.4.31)

Updates `vue-router` from 4.3.3 to 4.4.0
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.3.3...v4.4.0)

---
updated-dependencies:
- dependency-name: cherry-markdown
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: combined-dependencies
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: combined-dependencies
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: combined-dependencies
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: combined-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2024
@angeousta angeousta merged commit a65196e into main Jul 1, 2024
2 checks passed
@angeousta angeousta deleted the dependabot/npm_and_yarn/combined-dependencies-d2500b2055 branch July 1, 2024 22:16
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