Skip to content

Commit

Permalink
feat!: all nuxt plugins parallel (#185)
Browse files Browse the repository at this point in the history
* feat: all nuxt plugins parallel

* chore: apply custom order to nuxt plugins

* chore: rename client hints flag

* fix: register date-i18n plugin properly

* chore: cleanup

* chore: update dependencies

* chore: update dependencies

* docs: include breaking change
  • Loading branch information
userquin authored Jan 12, 2024
1 parent 4a8f3e6 commit f44a8be
Show file tree
Hide file tree
Showing 16 changed files with 1,108 additions and 1,515 deletions.
2 changes: 1 addition & 1 deletion date-io-playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default defineNuxtConfig({
typescriptBundlerResolution: true,
},
features: {
inlineSSRStyles: false,
inlineStyles: false,
},
experimental: {
payloadExtraction: false,
Expand Down
4 changes: 2 additions & 2 deletions date-io-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/moment": "^2.13.0",
"@types/moment-hijri": "^2.1.0",
"@types/moment-jalaali": "^0.7.6",
"@unocss/nuxt": "^0.57.7",
"@unocss/nuxt": "^0.58.3",
"dayjs": "^1.11.10",
"date-fns": "^2.30.0",
"date-fns-jalali": "^2.19.0-2",
Expand All @@ -31,7 +31,7 @@
"moment": "^2.29.4",
"moment-hijri": "^2.1.2",
"moment-jalaali": "0.9.2",
"nuxt": "^3.9.0",
"nuxt": "^3.9.1",
"sass": "^1.63.6",
"typescript": "^5.3.3",
"vue-tsc": "^1.8.27",
Expand Down
2 changes: 2 additions & 0 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ outline: deep
Welcome to the Vuetify Nuxt Module documentation.

::: warning Breaking Changes
From `v0.10.0` version, this module requires `Nuxt v3.9.0+`.

From `v0.7.0` version, this module requires `Nuxt v3.6.5+`.
:::

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"ufo": "^1.3.2",
"unconfig": "^0.3.11",
"vite-plugin-vuetify": "^2.0.1",
"vuetify": "^3.4.8"
"vuetify": "^3.4.10"
},
"devDependencies": {
"@antfu/eslint-config": "^0.43.1",
Expand All @@ -86,24 +86,24 @@
"@iconify-json/carbon": "^1.1.21",
"@iconify-json/mdi": "^1.1.55",
"@mdi/js": "^7.3.67",
"@nuxt/devtools": "^1.0.6",
"@nuxt/devtools": "^1.0.8",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.9.0",
"@nuxt/test-utils": "^3.9.0",
"@nuxtjs/i18n": "^8.0.0",
"@parcel/watcher": "^2.3.0",
"@types/node": "^18",
"@unocss/nuxt": "^0.58.0",
"@unocss/nuxt": "^0.58.3",
"bumpp": "^9.2.0",
"eslint": "^8.54.0",
"luxon": "^3.4.3",
"nuxt": "^3.8.2",
"nuxt": "^3.9.0",
"publint": "^0.2.5",
"rimraf": "^5.0.5",
"sass": "^1.63.6",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^1.1.0",
"vite": "^5.0.11",
"vitest": "^1.1.3",
"vue-tsc": "^1.8.27"
},
"build": {
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"@iconify-json/mdi": "^1.1.55",
"@mdi/js": "^7.3.67",
"luxon": "^3.4.3",
"vuetify": "^3.4.8"
"vuetify": "^3.4.10"
},
"devDependencies": {
"@nuxtjs/i18n": "^8.0.0",
"@unocss/nuxt": "^0.58.0",
"nuxt": "^3.9.0",
"@unocss/nuxt": "^0.58.3",
"nuxt": "^3.9.1",
"sass": "^1.63.6",
"typescript": "^5.3.3",
"vue-tsc": "^1.8.27",
Expand Down
4 changes: 2 additions & 2 deletions playground/vuetify.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ export default defineVuetifyConfiguration({
},
date: {
// adapter: 'date-fns',
adapter: 'luxon',
// adapter: 'vuetify',
// adapter: 'luxon',
adapter: 'vuetify',
},
icons: {
// remember to comment the v-icon in playground/pages/index.vue when switching
Expand Down
Loading

0 comments on commit f44a8be

Please sign in to comment.