vitrify 0.26.1 → 0.26.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -71,7 +71,15 @@ const createCodeSplittingGroups = (ssr) => {
71
71
  name: m,
72
72
  test: new RegExp(m),
73
73
  priority: 30
74
- }))
74
+ })),
75
+ {
76
+ test: /(?<!@)quasar/,
77
+ name: 'quasar'
78
+ },
79
+ {
80
+ test: /@quasar/,
81
+ name: 'at_quasar'
82
+ }
75
83
  // ...manualChunkNames.map((m) => ({
76
84
  // name: m,
77
85
  // test: new RegExp(m),
@@ -1,4 +1,4 @@
1
- import type { OnTemplateRenderedHook } from 'src/node/vitrify-config.js';
1
+ import type { OnTemplateRenderedHook } from '../../../node/vitrify-config.js';
2
2
  import { type RouteRecordRaw } from 'vue-router';
3
3
  export declare const prerender: ({ outDir, template, manifest, render, routes, onTemplateRendered }: {
4
4
  outDir: string;
@@ -1,6 +1,7 @@
1
1
  import type { OnTemplateRenderedHook } from '../../vitrify-config.js';
2
2
  import type { VitrifyPlugin } from '../index.js';
3
- import { type QuasarFonts, type QuasarComponents, type QuasarDirectives, type QuasarIconSets, type QuasarPlugins, type GlobalQuasarIconMapFn, type QuasarIconSet } from 'quasar';
3
+ import { type QuasarComponents, type QuasarDirectives, type QuasarIconSets, type QuasarPlugins, type GlobalQuasarIconMapFn, type QuasarIconSet } from 'quasar';
4
+ import type { QuasarFonts } from '@quasar/extras';
4
5
  export interface QuasarPluginOptions {
5
6
  framework: {
6
7
  components?: (keyof QuasarComponents)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vitrify",
3
- "version": "0.26.1",
3
+ "version": "0.26.3",
4
4
  "license": "MIT",
5
5
  "author": "Stefan van Herwijnen",
6
6
  "description": "Vite as your Full Stack development tool",
@@ -52,72 +52,72 @@
52
52
  },
53
53
  "homepage": "https://github.com/simsustech/vitrify/tree/main/#readme",
54
54
  "dependencies": {
55
- "@fastify/middie": "^9.3.1",
55
+ "@fastify/middie": "^9.3.2",
56
56
  "@fastify/one-line-logger": "^2.1.0",
57
- "@fastify/static": "^9.0.0",
58
- "@unocss/core": "^66.6.7",
59
- "@unocss/preset-uno": "^66.6.7",
60
- "@unocss/preset-web-fonts": "66.6.7",
61
- "@unocss/preset-wind": "^66.6.7",
62
- "@vitejs/plugin-vue": "^6.0.5",
63
- "ajv": "^8.18.0",
57
+ "@fastify/static": "^9.1.3",
58
+ "@unocss/core": "^66.6.8",
59
+ "@unocss/preset-uno": "^66.6.8",
60
+ "@unocss/preset-web-fonts": "66.6.8",
61
+ "@unocss/preset-wind": "^66.6.8",
62
+ "@vitejs/plugin-vue": "^6.0.6",
63
+ "ajv": "^8.20.0",
64
64
  "animated-unocss": "^0.0.6",
65
65
  "cac": "^7.0.0",
66
66
  "chalk": "^5.6.2",
67
67
  "cross-env": "^10.1.0",
68
- "devalue": "^5.6.4",
69
- "fastify": "^5.8.2",
68
+ "devalue": "^5.7.1",
69
+ "fastify": "^5.8.5",
70
70
  "glob": "^13.0.6",
71
- "happy-dom": "^20.8.4",
71
+ "happy-dom": "^20.9.0",
72
72
  "is-port-reachable": "^4.0.0",
73
73
  "magic-string": "^0.30.21",
74
74
  "merge-deep": "^3.0.3",
75
75
  "readline": "^1.3.0",
76
- "rolldown": "1.0.0-rc.9",
76
+ "rolldown": "1.0.0-rc.17",
77
77
  "rollup-plugin-visualizer": "^7.0.1",
78
- "sass": "1.98.0",
78
+ "sass": "1.99.0",
79
79
  "stringify-object": "^6.0.0",
80
80
  "ts-node": "^10.9.2",
81
- "unocss": "^66.6.7",
82
- "unplugin-vue-components": "^31.0.0",
83
- "vite": "^8.0.0",
81
+ "unocss": "^66.6.8",
82
+ "unplugin-vue-components": "^32.0.0",
83
+ "vite": "^8.0.10",
84
84
  "vite-plugin-pwa": "^1.2.0",
85
- "vitefu": "^1.1.2",
86
- "vitest": "^4.1.0",
85
+ "vitefu": "^1.1.3",
86
+ "vitest": "^4.1.5",
87
87
  "workbox-window": "^7.4.0"
88
88
  },
89
89
  "devDependencies": {
90
90
  "@iconify-json/mdi": "^1.2.3",
91
- "@pinia/colada": "^1.0.0",
92
- "@quasar/extras": "^1.17.0",
91
+ "@pinia/colada": "^1.2.0",
92
+ "@quasar/extras": "^1.18.0",
93
93
  "@quasar/quasar-ui-qmarkdown": "^2.0.5",
94
94
  "@quasar/quasar-ui-qmediaplayer": "^2.0.0-beta.0",
95
95
  "@types/connect": "^3.4.38",
96
96
  "@types/glob": "^9.0.0",
97
97
  "@types/merge-deep": "^3.0.3",
98
- "@types/node": "^25.5.0",
98
+ "@types/node": "^25.6.0",
99
99
  "@types/stringify-object": "^4.0.5",
100
100
  "@types/ws": "^8.18.1",
101
- "@unocss/preset-icons": "^66.6.7",
102
- "@vue/runtime-core": "^3.5.30",
103
- "beasties": "^0.4.1",
101
+ "@unocss/preset-icons": "^66.6.8",
102
+ "@vue/runtime-core": "^3.5.33",
103
+ "beasties": "^0.4.2",
104
104
  "css": "^3.0.0",
105
105
  "css-to-tailwind-translator": "^1.2.8",
106
106
  "pinia": "^3.0.4",
107
- "quasar": "^2.18.7",
108
- "rollup": "^4.59.0",
109
- "typescript": "^5.9.3",
110
- "vue": "^3.5.30",
111
- "vue-router": "^5.0.3"
107
+ "quasar": "^2.19.3",
108
+ "rollup": "^4.60.2",
109
+ "typescript": "^6.0.3",
110
+ "vue": "^3.5.33",
111
+ "vue-router": "^5.0.6"
112
112
  },
113
113
  "peerDependencies": {
114
- "@fastify/static": "^9.0.0",
115
- "@pinia/colada": "^1.0.0",
116
- "fastify": "^5.8.2",
114
+ "@fastify/static": "^9.1.3",
115
+ "@pinia/colada": "^1.2.0",
116
+ "fastify": "^5.8.5",
117
117
  "pinia": "^3.0.4",
118
- "quasar": "^2.18.7",
119
- "vue": "^3.5.30",
120
- "vue-router": "^5.0.3"
118
+ "quasar": "^2.19.3",
119
+ "vue": "^3.5.33",
120
+ "vue-router": "^5.0.6"
121
121
  },
122
122
  "publishConfig": {
123
123
  "access": "public",
@@ -1,5 +1,5 @@
1
1
  import { existsSync, promises as fs, mkdirSync } from 'fs'
2
- import type { OnTemplateRenderedHook } from 'src/node/vitrify-config.js'
2
+ import type { OnTemplateRenderedHook } from '../../../node/vitrify-config.js'
3
3
  import { routesToPaths } from '../../helpers/routes.js'
4
4
  import { renderHtml } from './fastify-ssr-plugin.js'
5
5
  import { type RouteRecordRaw } from 'vue-router'
package/src/node/index.ts CHANGED
@@ -105,7 +105,15 @@ const createCodeSplittingGroups = (
105
105
  name: m,
106
106
  test: new RegExp(m),
107
107
  priority: 30
108
- }))
108
+ })),
109
+ {
110
+ test: /(?<!@)quasar/,
111
+ name: 'quasar'
112
+ },
113
+ {
114
+ test: /@quasar/,
115
+ name: 'at_quasar'
116
+ }
109
117
  // ...manualChunkNames.map((m) => ({
110
118
  // name: m,
111
119
  // test: new RegExp(m),
@@ -8,7 +8,6 @@ import type {
8
8
  import type { VitrifyPlugin } from '../index.js'
9
9
  import { findDepPkgJsonPath } from 'vitefu'
10
10
  import {
11
- type QuasarFonts,
12
11
  type QuasarComponents,
13
12
  type QuasarDirectives,
14
13
  type QuasarIconSets,
@@ -16,6 +15,7 @@ import {
16
15
  type GlobalQuasarIconMapFn,
17
16
  type QuasarIconSet
18
17
  } from 'quasar'
18
+ import type { QuasarFonts } from '@quasar/extras'
19
19
  import { QuasarResolver } from 'unplugin-vue-components/resolvers'
20
20
 
21
21
  export interface QuasarPluginOptions {