-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
85 changed files
with
1,058 additions
and
851 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,6 @@ | |
"@vue/runtime-dom": "^3.4.27", | ||
"@vueuse/head": "^1.3.1", | ||
"babel-eslint": "^10.1.0", | ||
"babel-jest": "^28.1.3", | ||
"conventional-changelog-cli": "^3.0.0", | ||
"conventional-changelog-vuetify": "^1.2.1", | ||
"conventional-github-releaser": "^3.1.5", | ||
|
@@ -66,10 +65,6 @@ | |
"glob": "^11.0.0", | ||
"husky": "^3.1.0", | ||
"inquirer": "^6.5.2", | ||
"jest": "^28.1.3", | ||
"jest-cli": "^28.1.3", | ||
"jest-environment-jsdom": "^28.1.3", | ||
"jest-serializer-html": "^7.1.0", | ||
"lerna": "^8.1.7", | ||
"magic-string": "^0.30.9", | ||
"mkdirp": "^3.0.1", | ||
|
@@ -94,6 +89,9 @@ | |
"pnpm": { | ||
"patchedDependencies": { | ||
"@mdi/[email protected]": "patches/@[email protected]" | ||
}, | ||
"overrides": { | ||
"tough-cookie": "5.0.0-rc.4" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/* eslint-disable */ | ||
/* prettier-ignore */ | ||
// @ts-nocheck | ||
// noinspection JSUnusedGlobalSymbols | ||
// Generated by unplugin-auto-import | ||
export {} | ||
declare global { | ||
const afterAll: typeof import('vitest')['afterAll'] | ||
const afterEach: typeof import('vitest')['afterEach'] | ||
const assert: typeof import('vitest')['assert'] | ||
const beforeAll: typeof import('vitest')['beforeAll'] | ||
const beforeEach: typeof import('vitest')['beforeEach'] | ||
const chai: typeof import('vitest')['chai'] | ||
const describe: typeof import('vitest')['describe'] | ||
const expect: typeof import('vitest')['expect'] | ||
const it: typeof import('vitest')['it'] | ||
const suite: typeof import('vitest')['suite'] | ||
const test: typeof import('vitest')['test'] | ||
const vi: typeof import('vitest')['vi'] | ||
const vitest: typeof import('vitest')['vitest'] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/* eslint-disable */ | ||
// @ts-nocheck | ||
// Generated by unplugin-vue-components | ||
// Read more: https://github.com/vuejs/core/pull/3399 | ||
export {} | ||
|
||
/* prettier-ignore */ | ||
declare module 'vue' { | ||
export interface GlobalComponents { | ||
RouterLink: typeof import('vue-router')['RouterLink'] | ||
RouterView: typeof import('vue-router')['RouterView'] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/* eslint-disable */ | ||
/* prettier-ignore */ | ||
// @ts-nocheck | ||
// noinspection JSUnusedGlobalSymbols | ||
// Generated by unplugin-auto-import | ||
export {} | ||
declare global { | ||
const afterAll: typeof import('vitest')['afterAll'] | ||
const afterEach: typeof import('vitest')['afterEach'] | ||
const assert: typeof import('vitest')['assert'] | ||
const beforeAll: typeof import('vitest')['beforeAll'] | ||
const beforeEach: typeof import('vitest')['beforeEach'] | ||
const chai: typeof import('vitest')['chai'] | ||
const describe: typeof import('vitest')['describe'] | ||
const expect: typeof import('vitest')['expect'] | ||
const it: typeof import('vitest')['it'] | ||
const suite: typeof import('vitest')['suite'] | ||
const test: typeof import('vitest')['test'] | ||
const vi: typeof import('vitest')['vi'] | ||
const vitest: typeof import('vitest')['vitest'] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/* eslint-disable */ | ||
// @ts-nocheck | ||
// Generated by unplugin-vue-components | ||
// Read more: https://github.com/vuejs/core/pull/3399 | ||
export {} | ||
|
||
/* prettier-ignore */ | ||
declare module 'vue' { | ||
export interface GlobalComponents { | ||
RouterLink: typeof import('vue-router')['RouterLink'] | ||
RouterView: typeof import('vue-router')['RouterView'] | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/vuetify/src/components/VColorPicker/util/__tests__/index.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
packages/vuetify/src/components/VDataTable/__tests__/headers.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/vuetify/src/components/VDatePicker/__tests__/VDatePicker.date.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ges/vuetify/src/components/VDatePicker/util/__tests__/createNativeLocaleFormatter.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/vuetify/src/components/VDatePicker/util/__tests__/sanitizeDateString.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 5 additions & 4 deletions
9
packages/vuetify/src/components/VItemGroup/__tests__/__snapshots__/VItemGroup.spec.ts.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html | ||
|
||
exports[`VItemGroup should render with a specified tag when the tag prop is provided with a value 1`] = ` | ||
<button class="v-item-group v-theme--light"> | ||
</button> | ||
exports[`VItemGroup > should render with a specified tag when the tag prop is provided with a value 1`] = ` | ||
"<button class="v-item-group v-theme--light"> | ||
<!----> | ||
</button>" | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 2 additions & 8 deletions
10
packages/vuetify/src/components/VList/__tests__/__snapshots__/VList.spec.ts.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html | ||
|
||
exports[`VList should match a snapshot 1`] = ` | ||
<div class="v-list v-theme--light v-list--density-default v-list--one-line" | ||
tabindex="0" | ||
role="listbox" | ||
> | ||
</div> | ||
`; | ||
exports[`VList > should match a snapshot 1`] = `"<div class="v-list v-theme--light v-list--density-default v-list--one-line" tabindex="0" role="listbox"></div>"`; |
7 changes: 2 additions & 5 deletions
7
packages/vuetify/src/components/VList/__tests__/__snapshots__/VListItemMedia.spec.ts.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html | ||
|
||
exports[`VListItemMedia should match a snapshot 1`] = ` | ||
<div class="v-list-item-media"> | ||
</div> | ||
`; | ||
exports[`VListItemMedia > should match a snapshot 1`] = `"<div class="v-list-item-media"></div>"`; |
Oops, something went wrong.