From 468aa95af72038c11cf53d66769a3a817bbdbd90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 23:09:07 +0800 Subject: [PATCH] chore: Bump the vue group with 3 updates (#2114) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the vue group with 3 updates: [@vue/apollo-composable](https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable), [@vue/test-utils](https://github.com/vuejs/test-utils) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/vue-tsc). Updates `@vue/apollo-composable` from 4.0.0-beta.5 to 4.0.0-beta.8
Release notes

Sourced from @​vue/apollo-composable's releases.

v4.0.0-beta.8

🚀 Enhancements

❤️ Contributors

v4.0.0-beta.7

🩹 Fixes

❤️ Contributors

v4.0.0-beta.6

🚀 Enhancements

📖 Documentation

🏡 Chore

✅ Tests

❤️ Contributors

Changelog

Sourced from @​vue/apollo-composable's changelog.

v4.0.0-beta.8

🚀 Enhancements

❤️ Contributors

v4.0.0-beta.7

🩹 Fixes

❤️ Contributors

v4.0.0-beta.6

🚀 Enhancements

📖 Documentation

🏡 Chore

✅ Tests

❤️ Contributors

... (truncated)

Commits

Updates `@vue/test-utils` from 2.3.2 to 2.4.0
Release notes

Sourced from @​vue/test-utils's releases.

v2.4.0

Note: there might be some minor breaking changes around types. We tried hard to avoid this and tested a few different projects, but there was some major under the hood changes relating to types (which should improve the TypeScript experience). See the note at the top of the previous release, 2.4.0-alpha.2: https://github.com/vuejs/test-utils/releases/tag/v2.4.0-alpha.2

Between the last main release, v2.3.2, and v2.4.0, there were three alphas:

Please see those release notes for changes if you are updating from v2.3.2. Again, there should not be any major changes, and you code and tests should continue to work as before without any changes.

If you do encounter breaking changes transitioning from 2.3.x -> 2.4.x, please file an issue.

v2.4.0-alpha.2

Note: this will be the last 2.x release. Due to vuejs/test-utils#2026, the next release will be Test Utils 3.x. It has no API related breaking changes, but some types might be impacted - the full extent of vuejs/test-utils#2026 is still being investigated, but at this point it's unlikely you'll need to change any code. In general, type safety should be improved across the board.

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.0-alpha.1...v2.4.0-alpha.2

v2.4.0-alpha.1

What's Changed

... (truncated)

Commits

Updates `vue-tsc` from 1.7.8 to 1.8.4
Release notes

Sourced from vue-tsc's releases.

v1.8.0

2.0 schedule has been postponed: #3294

Highlights

Breaking changes


Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue-tsc's changelog.

1.8.4 (2023/7/5)


1.8.3 (2023/6/28)

1.8.2 (2023/6/27)

... (truncated)

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-automerge-start) [//]: # (dependabot-automerge-end) ---
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
--------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tobias Diez Co-authored-by: Tobias Diez --- components/DetailPane.vue | 4 +- package.json | 6 +-- yarn.lock | 104 ++++++++++++++++++++++++-------------- 3 files changed, 70 insertions(+), 44 deletions(-) diff --git a/components/DetailPane.vue b/components/DetailPane.vue index db26bb49d..1ce20a6f5 100644 --- a/components/DetailPane.vue +++ b/components/DetailPane.vue @@ -3,9 +3,9 @@