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): update devdependency @vue/devtools-api to v7 #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
"devDependencies": {
"@nuxt/eslint-config": "^1.3.0",
"@vitest/coverage-v8": "latest",
"@vue/devtools-api": "^6.6.4",
"@vue/devtools-api": "^7.7.2",
"eslint": "latest",
"standard-version": "latest",
"typescript": "latest",
80 changes: 75 additions & 5 deletions pnpm-lock.yaml

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


Unchanged files with check annotations Beta

for (const key in actualDevtools) {
if (key === '__esModule') { continue }
it(key, () => {
expect(typeof (devtoolsAPI as any)[key]).toBe(typeof (actualDevtools as any)[key])

Check failure on line 10 in test/index.test.ts

GitHub Actions / ci

test/index.test.ts > vue-devtools-stub > has same exports of @vue/devtools-api > setupDevToolsPlugin

AssertionError: expected 'undefined' to be 'function' // Object.is equality Expected: "function" Received: "undefined" ❯ test/index.test.ts:10:50

Check failure on line 10 in test/index.test.ts

GitHub Actions / ci

test/index.test.ts > vue-devtools-stub > has same exports of @vue/devtools-api > removeCustomCommand

AssertionError: expected 'undefined' to be 'function' // Object.is equality Expected: "function" Received: "undefined" ❯ test/index.test.ts:10:50

Check failure on line 10 in test/index.test.ts

GitHub Actions / ci

test/index.test.ts > vue-devtools-stub > has same exports of @vue/devtools-api > onDevToolsConnected

AssertionError: expected 'undefined' to be 'function' // Object.is equality Expected: "function" Received: "undefined" ❯ test/index.test.ts:10:50

Check failure on line 10 in test/index.test.ts

GitHub Actions / ci

test/index.test.ts > vue-devtools-stub > has same exports of @vue/devtools-api > onDevToolsClientConnected

AssertionError: expected 'undefined' to be 'function' // Object.is equality Expected: "function" Received: "undefined" ❯ test/index.test.ts:10:50

Check failure on line 10 in test/index.test.ts

GitHub Actions / ci

test/index.test.ts > vue-devtools-stub > has same exports of @vue/devtools-api > addCustomTab

AssertionError: expected 'undefined' to be 'function' // Object.is equality Expected: "function" Received: "undefined" ❯ test/index.test.ts:10:50

Check failure on line 10 in test/index.test.ts

GitHub Actions / ci

test/index.test.ts > vue-devtools-stub > has same exports of @vue/devtools-api > addCustomCommand

AssertionError: expected 'undefined' to be 'function' // Object.is equality Expected: "function" Received: "undefined" ❯ test/index.test.ts:10:50
})
}
})