Skip to content

Commit

Permalink
chore: update project deps (#19581)
Browse files Browse the repository at this point in the history
Co-authored-by: Kael <kaelwd@gmail.com>
  • Loading branch information
johnleider and KaelWD committed Apr 10, 2024
1 parent 3feeb77 commit ddfe69a
Show file tree
Hide file tree
Showing 17 changed files with 2,511 additions and 2,322 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
"yarn": "^1.19"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-typescript": "^7.23.3",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@mdi/font": "6.2.95",
"@mdi/js": "6.2.95",
"@mdi/svg": "6.2.95",
"@octokit/core": "^5.0.2",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@unhead/vue": "^1.8.9",
"@vue/compiler-sfc": "^3.4.19",
"@octokit/core": "^5.2.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@unhead/vue": "^1.9.4",
"@vue/compiler-sfc": "^3.4.21",
"@vueuse/head": "^1.3.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^28.1.3",
Expand All @@ -52,39 +52,39 @@
"conventional-github-releaser": "^3.1.5",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-local-rules": "^2.0.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-vuetify": "^2.1.1",
"husky": "^3.0.9",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-sonarjs": "^0.25.1",
"eslint-plugin-vue": "^9.24.1",
"eslint-plugin-vuetify": "^2.3.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": "^3.22.1",
"magic-string": "^0.30.5",
"magic-string": "^0.30.9",
"mkdirp": "^3.0.1",
"moment": "^2.29.4",
"moment": "^2.30.1",
"patch-package": "^8.0.0",
"rimraf": "^5.0.5",
"sass": "^1.69.7",
"semver": "^7.5.4",
"sass": "^1.74.1",
"semver": "^7.6.0",
"shelljs": "^0.8.5",
"typescript": "~5.2.2",
"typescript": "~5.3.3",
"upath": "^2.0.1",
"vite-plugin-inspect": "^0.7.42",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-warmup": "^0.1.0",
"vue": "^3.4.19",
"vue": "^3.4.21",
"vue-analytics": "^5.16.1",
"vue-router": "^4.2.5",
"vue-router": "^4.3.0",
"vue-tsc": "^1.8.27",
"yargs": "^17.7.2"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/api-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"license": "ISC",
"dependencies": {
"deepmerge": "^4.3.1",
"piscina": "^4.2.1",
"prettier": "^3.1.1",
"ts-morph": "^20.0.0",
"tsx": "^4.6.2",
"vue": "^3.4.19",
"piscina": "^4.4.0",
"prettier": "^3.2.5",
"ts-morph": "^22.0.0",
"tsx": "^4.7.2",
"vue": "^3.4.21",
"vuetify": "^3.5.15"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/docs/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ declare global {
// for vue template auto import
import { UnwrapRef } from 'vue'
declare module 'vue' {
interface GlobalComponents {}
interface ComponentCustomProperties {
readonly IN_BROWSER: UnwrapRef<typeof import('./src/utils/globals')['IN_BROWSER']>
readonly IS_DEBUG: UnwrapRef<typeof import('./src/utils/globals')['IS_DEBUG']>
Expand Down Expand Up @@ -186,6 +187,7 @@ declare module 'vue' {
}
}
declare module '@vue/runtime-core' {
interface GlobalComponents {}
interface ComponentCustomProperties {
readonly IN_BROWSER: UnwrapRef<typeof import('./src/utils/globals')['IN_BROWSER']>
readonly IS_DEBUG: UnwrapRef<typeof import('./src/utils/globals')['IS_DEBUG']>
Expand Down
48 changes: 24 additions & 24 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,61 +24,61 @@
"@vercel/analytics": "^1.2.2",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vuetify/one": "^1.5.5",
"algoliasearch": "^4.20.0",
"fflate": "^0.8.1",
"@vuetify/one": "^1.6.0",
"algoliasearch": "^4.23.2",
"fflate": "^0.8.2",
"isomorphic-fetch": "^3.0.0",
"lodash-es": "^4.17.21",
"pinia": "^2.1.7",
"prism-theme-vars": "^0.2.4",
"prismjs": "^1.29.0",
"roboto-fontface": "^0.10.0",
"vee-validate": "^4.12.4",
"vue": "^3.4.19",
"vee-validate": "^4.12.6",
"vue": "^3.4.21",
"vue-gtag-next": "^1.14.0",
"vue-i18n": "^9.7.1",
"vue-instantsearch": "^4.12.1",
"vue-i18n": "^9.11.0",
"vue-instantsearch": "^4.15.0",
"vue-prism-component": "^2.0.0",
"vuetify": "^3.5.15"
},
"devDependencies": {
"@emailjs/browser": "^3.11.0",
"@intlify/unplugin-vue-i18n": "^1.5.0",
"@emailjs/browser": "^4.3.3",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "^13.0.7",
"@types/markdown-it-container": "^2.0.9",
"@types/markdown-it": "^14.0.0",
"@types/markdown-it-container": "^2.0.10",
"@types/prismjs": "^1.26.3",
"@vitejs/plugin-basic-ssl": "^1.0.2",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/compiler-sfc": "^3.4.19",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.21",
"@vuetify/api-generator": "^3.5.15",
"ajv": "^8.12.0",
"async-es": "^3.2.5",
"date-fns": "^2.30.0",
"date-fns": "^3.6.0",
"emailjs-com": "^3.2.0",
"front-matter": "^4.0.2",
"jest": "^28.1.3",
"jest-runner-eslint": "^1.2.0",
"jest-runner-eslint": "^2.2.0",
"jest-silent-reporter": "^0.5.0",
"markdown-it": "^13.0.2",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
"markdown-it-container": "^3.0.0",
"markdown-it-container": "^4.0.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-header-sections": "^1.0.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-meta": "^0.0.1",
"markdown-it-prism": "^2.3.0",
"markdownlint-cli": "^0.37.0",
"unplugin-auto-import": "0.17.3",
"markdownlint-cli": "^0.39.0",
"unplugin-auto-import": "0.17.5",
"unplugin-fonts": "1.0.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^4.5.1",
"vite": "^5.2.8",
"vite-plugin-md": "^0.21.5",
"vite-plugin-pages": "^0.32.0",
"vite-plugin-pages": "^0.32.1",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vuetify": "^1.0.2"
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-vuetify": "^2.0.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/pages/en/components/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ The following components are compatible with the [Application layout](/features/

| Component | Default location | Default orientation | Description |
| - | :-: | :-: | - |
| [v-system-bar](/api/v-system-bar/) | top | horizontal | Used to simulate the system bar on phones and desktop applications |{data-toggle=modal}
| [v-system-bar](/api/v-system-bar/) | top | horizontal | Used to simulate the system bar on phones and desktop applications |
| [v-app-bar](/api/v-app-bar/) | top | horizontal | Top level application actions and navigation links |
| [v-navigation-drawer](/api/v-navigation-drawer/) | start | vertical | The primary component used for application navigation |
| [v-footer](/api/v-footer/) | bottom | horizontal | The only application component that is not bound to the current layout by default. Must explicitly specify the **app** prop |
Expand Down
10 changes: 5 additions & 5 deletions packages/docs/src/pages/en/components/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ The `v-banner-actions` component applies the **text** variant and **slim** prop,

| Documentation | API |
| - | - |
| [Banners](/components/banners/) | [v-banner-actions](/api/v-banner-actions/) | |
| [Banners](/components/banners/) | [v-banner-actions](/api/v-banner-actions/) |

<ExamplesExample file="v-btn/defaults-banner-actions" />

Expand All @@ -299,7 +299,7 @@ The `v-bottom-navigation` component **scopes** out all previously provided defau

| Documentation | API |
| - | - |
| [Bottom navigation](/components/bottom-navigation/) | [v-bottom-navigation](/api/v-bottom-navigation/) | |
| [Bottom navigation](/components/bottom-navigation/) | [v-bottom-navigation](/api/v-bottom-navigation/) |

<ExamplesExample file="v-btn/defaults-bottom-navigation" />

Expand All @@ -318,7 +318,7 @@ The `v-btn-group` component makes multiple changes to the `v-btn` component.

| Documentation | API |
| - | - |
| [Button groups](/components/button-groups/) | [v-btn-group](/api/v-btn-group/) | |
| [Button groups](/components/button-groups/) | [v-btn-group](/api/v-btn-group/) |

<ExamplesExample file="v-btn/defaults-btn-group" />

Expand All @@ -338,7 +338,7 @@ The `v-card-actions` component applies the **text** variant and **slim** prop, r

| Documentation | API |
| - | - |
| [Cards](/components/cards/) | [v-card-actions](/api/v-card-actions/) | |
| [Cards](/components/cards/) | [v-card-actions](/api/v-card-actions/) |

<ExamplesExample file="v-btn/defaults-card-actions" />

Expand All @@ -355,7 +355,7 @@ The `v-snackbar` component applies the **text** variant, **slim** prop, and remo

| Documentation | API |
| - | - |
| [Snackbars](/components/snackbars/) | [v-snackbar](/api/v-snackbar/) | |
| [Snackbars](/components/snackbars/) | [v-snackbar](/api/v-snackbar/) |

<ExamplesExample file="v-btn/defaults-snackbar" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ If you are still using the Options API, you can access the locale settings on `t

| Feature | Description |
| - | - |
| [useLocale](/api/use-locale/) | The locale composable is used
| [useLocale](/api/use-locale/) | The locale composable is used |
| [v-locale-provider](/api/v-locale-provider/) | The locale provider component is used to scope a portion of your application to a different locale than the default one |

<ApiInline hide-links />
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/src/pages/en/styles/cursor.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Utilities for controlling the cursor styling when hovering over elements.

<PageFeatures />

| Class | Properties | |
| - | - | - |
| Class | Properties |
| - | - |
| **cursor-auto** | cursor: auto; |
| **cursor-default** | cursor: default; |
| **cursor-grab** | cursor: grab; |
Expand Down
7 changes: 3 additions & 4 deletions packages/docs/src/utils/markdown-it-rules.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import container from 'markdown-it-container'
import Token from 'markdown-it/lib/token'
import Token from 'markdown-it/lib/token.mjs'
import type MarkdownIt from 'markdown-it'
import type Renderer from 'markdown-it/lib/renderer'
import type { RenderRule } from 'markdown-it/lib/renderer'
import type { RenderRule } from 'markdown-it/lib/renderer.mjs'

function addCodeRules (md: MarkdownIt) {
const fence = md.renderer.rules.fence
Expand Down Expand Up @@ -64,7 +63,7 @@ function addHrRules (md: MarkdownIt) {
}

function addUnderlineRules (md: MarkdownIt) {
const renderEm: Renderer.RenderRule = (tokens, idx, opts, env, self) => {
const renderEm: RenderRule = (tokens, idx, opts, env, self) => {
const token = tokens[idx]
if (token.markup === '_') {
token.tag = 'span'
Expand Down
12 changes: 4 additions & 8 deletions packages/docs/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const ssrTransformCustomDirective = () => {
}
}

export default defineConfig(({ command, mode, ssrBuild }) => {
export default defineConfig(({ command, mode, isSsrBuild }) => {
Object.assign(process.env, loadEnv(mode, process.cwd(), ''))

let allRoutes: any[]
Expand All @@ -41,12 +41,12 @@ export default defineConfig(({ command, mode, ssrBuild }) => {
alias: [
{ find: '@', replacement: `${resolve('src')}/` },
{ find: 'node-fetch', replacement: 'isomorphic-fetch' },
{ find: /^vue$/, replacement: ssrBuild ? 'vue' : 'vue/dist/vue.esm-bundler.js' },
{ find: /^vue$/, replacement: isSsrBuild ? 'vue' : 'vue/dist/vue.esm-bundler.js' },
{ find: /^pinia$/, replacement: 'pinia/dist/pinia.mjs' },
],
},
define: {
'process.env.NODE_ENV': mode === 'production' || ssrBuild ? '"production"' : '"development"',
'process.env.NODE_ENV': mode === 'production' || isSsrBuild ? '"production"' : '"development"',
__INTLIFY_PROD_DEVTOOLS__: 'false',
},
build: {
Expand All @@ -55,7 +55,7 @@ export default defineConfig(({ command, mode, ssrBuild }) => {
cssCodeSplit: false,
minify: false,
rollupOptions: {
output: ssrBuild ? { inlineDynamicImports: true } : {
output: isSsrBuild ? { inlineDynamicImports: true } : {
// TODO: these options currently cause a request cascade
// experimentalMinChunkSize: 20 * 1024,
// manualChunks (id) {
Expand Down Expand Up @@ -344,9 +344,5 @@ export default defineConfig(({ command, mode, ssrBuild }) => {
server: {
port: +(process.env.PORT ?? 8095),
},

preview: {
https: process.env.HTTPS === 'true',
},
}
})

0 comments on commit ddfe69a

Please sign in to comment.