kumahq / kuma-gui

🐻 A GUI built on Vue.js for use with Kuma.
https://kuma.io/
Apache License 2.0
38 stars 20 forks source link

chore(deps-dev): Bump vue-tsc from 2.0.21 to 2.0.22 #2688

Closed dependabot[bot] closed 1 day ago

dependabot[bot] commented 1 week ago

Bumps vue-tsc from 2.0.21 to 2.0.22.

Release notes

Sourced from vue-tsc's releases.

v2.0.22

Bug Fixes

  • vscode: directive syntax highlighting (#4482) - Thanks @​KermanX
  • language-core: move declare defineProp out of function scope (#4454) - Thanks @​zhiyuanzmj
  • language-core: compatible with TS 5.5 (#4492)

Other Changes

  • Upgrade Volar from v2.3.0-alpha.14 to v2.3.1.
    • Error tolerant to contentChanges length (#4457)
  • Add feature request template (#4490) - Thanks @​so1ve
  • docs: fix wrong links in CHANGELOG.md (#4475) - Thanks @​KermanX

Please refer to CHANGELOG.md for details.

Insiders Program 🚀

This project is community-driven. If you would like to support this project, consider joining the Insiders Program to improve the sustainability of this project and unlock more features.

Sponsors

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

2.0.22 (2024-06-22)

Bug Fixes

  • vscode: directive syntax highlighting (#4482) - Thanks @​KermanX
  • language-core: move declare defineProp out of function scope (#4454) - Thanks @​zhiyuanzmj
  • language-core: compatible with TS 5.5 (#4492)

Other Changes

  • Upgrade Volar from v2.3.0-alpha.14 to v2.3.1.
    • Error tolerant to contentChanges length (#4457)
  • Add feature request template (#4490) - Thanks @​so1ve
  • docs: fix wrong links in CHANGELOG.md (#4475) - Thanks @​KermanX

2.1.0-insiders.13 (2024-06-08)

Download Pages: GitHub Releases, 爱发电电圈

Join the Insiders Program for more exclusive features and updates.

Other Changes

Commits


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
netlify[bot] commented 1 week ago

Deploy Preview for kuma-gui ready!

Name Link
Latest commit 115db523fddc978efd89c5a1ba77961ac2026c29
Latest deploy log https://app.netlify.com/sites/kuma-gui/deploys/667e96739bec59000824dee7
Deploy Preview https://deploy-preview-2688--kuma-gui.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

johncowen commented 6 days ago

Failures here seem to be as a result of at least a few regressions in tsc-vue which looks like its affecting the type generics we use for uri, hence other inferring of types is now failing in lots of other places

dependabot[bot] commented 1 day ago

Superseded by #2716.