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

Bump vue-tsc from 2.0.7 to 2.0.11 #421

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump vue-tsc from 2.0.7 to 2.0.11
Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) from 2.0.7 to 2.0.11.
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v2.0.11/packages/tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Apr 8, 2024
commit 5249812cb7aa86a189e6e8a1450a728bcad77865
92 changes: 46 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.


Unchanged files with check annotations Beta

import { useSubscription } from '@/useSubscription/useSubscription'
import { refreshChannel } from '@/useSubscription/utilities/refresh'
test('channel refreshes only when channel is active', async () => {

Check warning on line 6 in src/useSubscription/utilities/refresh.spec.ts

GitHub Actions / ESLint

Async arrow function has no 'await' expression
const action = vi.fn()
const manager = new SubscriptionManager()
const subscription = useSubscription(action, [], { manager })