nuxt-ignis 0.5.0-rc.2 → 0.5.0
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/.data/content/contents.sqlite +0 -0
- package/.nuxt/components.d.ts +402 -208
- package/.nuxt/content/components.ts +201 -104
- package/.nuxt/dev/index.mjs +1041 -712
- package/.nuxt/dev/index.mjs.map +1 -1
- package/.nuxt/dist/server/client.manifest.mjs +1 -18
- package/.nuxt/dist/server/client.precomputed.mjs +1 -0
- package/.nuxt/eslint-typegen.d.ts +56 -2
- package/.nuxt/eslint.config.d.mts +2 -2
- package/.nuxt/eslint.config.mjs +10 -10
- package/.nuxt/imports.d.ts +63 -59
- package/.nuxt/manifest/latest.json +1 -1
- package/.nuxt/manifest/meta/dev.json +1 -1
- package/.nuxt/mdc-highlighter.mjs +4 -0
- package/.nuxt/mdc-image-component.mjs +1 -1
- package/.nuxt/module/nuxt-robots.d.ts +12 -12
- package/.nuxt/module/nuxt-seo-utils.d.ts +10 -10
- package/.nuxt/module/nuxt-site-config.d.ts +8 -8
- package/.nuxt/module/nuxt-sitemap.d.ts +17 -17
- package/.nuxt/nitro.json +4 -4
- package/.nuxt/nuxt.d.ts +10 -9
- package/.nuxt/nuxt.json +2 -2
- package/.nuxt/nuxt.node.d.ts +11 -8
- package/.nuxt/tsconfig.app.json +191 -191
- package/.nuxt/tsconfig.json +194 -194
- package/.nuxt/tsconfig.node.json +105 -105
- package/.nuxt/tsconfig.server.json +128 -128
- package/.nuxt/tsconfig.shared.json +55 -55
- package/.nuxt/types/build.d.ts +2 -1
- package/.nuxt/types/components.d.ts +402 -208
- package/.nuxt/types/i18n-plugin.d.ts +2 -2
- package/.nuxt/types/imports.d.ts +348 -342
- package/.nuxt/types/modules.d.ts +16 -16
- package/.nuxt/types/nitro-imports.d.ts +68 -68
- package/.nuxt/types/nitro-nuxt.d.ts +1 -0
- package/.nuxt/types/nitro-routes.d.ts +20 -20
- package/.nuxt/types/plugins.d.ts +37 -37
- package/.nuxt/types/ui.d.ts +3 -3
- package/.nuxt/ui/drawer.ts +23 -0
- package/.nuxt/ui/progress.ts +3 -3
- package/.nuxt/ui-image-component.ts +1 -1
- package/.output/nitro.json +3 -3
- package/.output/public/_nuxt/0gZNo08M.js +1 -0
- package/.output/public/_nuxt/4etphg87.js +1 -0
- package/.output/public/_nuxt/7oEH3i-J.js +1 -0
- package/.output/public/_nuxt/B0GskE-x.js +1 -0
- package/.output/public/_nuxt/B2rRIZLd.js +1 -0
- package/.output/public/_nuxt/B3Twp4np.js +1 -0
- package/.output/public/_nuxt/B4dafB1u.js +1 -0
- package/.output/public/_nuxt/B5v-AhRa.js +1 -0
- package/.output/public/_nuxt/BGIWR6zS.js +1 -0
- package/.output/public/_nuxt/BPF61Z69.js +1 -0
- package/.output/public/_nuxt/BX7sSsxl.js +1 -0
- package/.output/public/_nuxt/BcGXkrpD.js +1 -0
- package/.output/public/_nuxt/Bdmjn2k2.js +1 -0
- package/.output/public/_nuxt/BkwIJBVH.js +1 -0
- package/.output/public/_nuxt/{aetvq4w9.js → Bs7HqoDE.js} +9 -12
- package/.output/public/_nuxt/BxBcowlq.js +1 -0
- package/.output/public/_nuxt/BxjWLNqQ.js +1 -0
- package/.output/public/_nuxt/CJT046op.js +1 -0
- package/.output/public/_nuxt/CNoaFijS.js +1 -0
- package/.output/public/_nuxt/COOHDsMA.js +1 -0
- package/.output/public/_nuxt/CT_jQ1c7.js +1 -0
- package/.output/public/_nuxt/CzjEkwvT.js +1 -0
- package/.output/public/_nuxt/D0gc1iwv.js +35 -0
- package/.output/public/_nuxt/DHbdVh9f.js +94 -0
- package/.output/public/_nuxt/DPk_8xPF.js +1 -0
- package/.output/public/_nuxt/DS02jnv_.js +1 -0
- package/.output/public/_nuxt/DcZxay5W.js +1 -0
- package/.output/public/_nuxt/Dj4M1E-R.js +1 -0
- package/.output/public/_nuxt/DrlW3O6H.js +1 -0
- package/.output/public/_nuxt/DzHDVFEa.js +1 -0
- package/.output/public/_nuxt/Kgt6q5rz.js +1 -0
- package/.output/public/_nuxt/_RaG-8ca.js +1 -0
- package/.output/public/_nuxt/builds/latest.json +1 -1
- package/.output/public/_nuxt/builds/meta/458d3dfb-5eef-4d52-b92b-109ceaa7a1ab.json +1 -0
- package/.output/public/_nuxt/entry.CtpkPzPO.css +1 -0
- package/.output/public/_nuxt/error-404.DzDu4Ean.css +1 -0
- package/.output/public/_nuxt/error-500.BdNqqJx7.css +1 -0
- package/.output/public/_nuxt/nE6m0q_v.js +1 -0
- package/.output/public/_nuxt/vueform.CkWb7x1C.css +1 -0
- package/.output/public/_nuxt/wTHp3vgs.js +1 -0
- package/.output/public/_nuxt/zBYuFSAQ.js +1 -0
- package/.output/server/chunks/_/error-500.mjs +1 -1
- package/.output/server/chunks/_/error-500.mjs.map +1 -1
- package/.output/server/chunks/_/nitro.mjs +551 -626
- package/.output/server/chunks/_/nitro.mjs.map +1 -1
- package/.output/server/chunks/build/client.precomputed.mjs +4 -0
- package/.output/server/chunks/build/client.precomputed.mjs.map +1 -0
- package/.output/server/chunks/routes/renderer.mjs +10 -33
- package/.output/server/chunks/routes/renderer.mjs.map +1 -1
- package/.output/server/index.mjs.map +1 -1
- package/.output/server/node_modules/@babel/parser/lib/index.js +212 -145
- package/.output/server/node_modules/@babel/parser/package.json +3 -3
- package/.output/server/node_modules/@poppinss/utils/package.json +1 -1
- package/.output/server/node_modules/@shikijs/core/package.json +2 -2
- package/.output/server/node_modules/@shikijs/engine-javascript/package.json +2 -2
- package/.output/server/node_modules/@shikijs/engine-oniguruma/package.json +2 -2
- package/.output/server/node_modules/@shikijs/langs/dist/javascript.mjs +1 -1
- package/.output/server/node_modules/@shikijs/langs/dist/typescript.mjs +1 -1
- package/.output/server/node_modules/@shikijs/langs/package.json +11 -3
- package/.output/server/node_modules/@shikijs/themes/package.json +3 -3
- package/.output/server/node_modules/@shikijs/transformers/package.json +3 -3
- package/.output/server/node_modules/@shikijs/types/package.json +1 -1
- package/.output/server/node_modules/detect-libc/lib/detect-libc.js +59 -13
- package/.output/server/node_modules/detect-libc/lib/elf.js +39 -0
- package/.output/server/node_modules/detect-libc/lib/filesystem.js +18 -8
- package/.output/server/node_modules/detect-libc/package.json +5 -2
- package/.output/server/node_modules/devalue/package.json +1 -1
- package/.output/server/node_modules/devalue/src/parse.js +7 -1
- package/.output/server/node_modules/devalue/src/uneval.js +9 -8
- package/.output/server/node_modules/fast-xml-parser/package.json +1 -1
- package/.output/server/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +297 -287
- package/.output/server/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +3 -2
- package/.output/server/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +4 -4
- package/.output/server/node_modules/image-meta/dist/index.mjs +85 -4
- package/.output/server/node_modules/image-meta/package.json +12 -12
- package/.output/server/node_modules/is-arrayish/package.json +1 -1
- package/.output/server/node_modules/node-fetch-native/dist/chunks/multipart-parser.mjs +2 -2
- package/.output/server/node_modules/node-fetch-native/dist/node.mjs +10 -10
- package/.output/server/node_modules/node-fetch-native/package.json +13 -13
- package/.output/server/node_modules/node-mock-http/dist/index.mjs +1 -1
- package/.output/server/node_modules/node-mock-http/package.json +6 -6
- package/.output/server/node_modules/oauth4webapi/build/index.js +10 -8
- package/.output/server/node_modules/oauth4webapi/package.json +12 -12
- package/.output/server/node_modules/openid-client/build/index.js +1 -1
- package/.output/server/node_modules/openid-client/package.json +7 -7
- package/.output/server/node_modules/secure-json-parse/index.js +35 -0
- package/.output/server/node_modules/secure-json-parse/package.json +2 -3
- package/.output/server/node_modules/semver/classes/semver.js +19 -5
- package/.output/server/node_modules/semver/internal/identifiers.js +4 -0
- package/.output/server/node_modules/semver/package.json +3 -3
- package/.output/server/node_modules/shiki/package.json +9 -9
- package/.output/server/node_modules/simple-swizzle/package.json +1 -1
- package/.output/server/node_modules/unhead/dist/parser.mjs +508 -0
- package/.output/server/node_modules/unhead/dist/server.mjs +6 -513
- package/.output/server/node_modules/unhead/package.json +5 -1
- package/.output/server/node_modules/unist-util-is/lib/index.js +10 -5
- package/.output/server/node_modules/unist-util-is/package.json +12 -9
- package/.output/server/node_modules/unist-util-visit-parents/lib/index.js +8 -7
- package/.output/server/node_modules/unist-util-visit-parents/package.json +18 -13
- package/.output/server/node_modules/yaml/dist/stringify/stringifyString.js +1 -1
- package/.output/server/node_modules/yaml/package.json +2 -1
- package/.output/server/package.json +27 -27
- package/bin/cli.js +23 -16
- package/bin/set-app-vue.js +3 -1
- package/bin/set-css.js +3 -1
- package/bin/set-eslint.js +3 -1
- package/bin/setup.js +5 -2
- package/nuxt.config.ts +1 -1
- package/package.json +10 -10
- package/.nuxt/dist/server/client.manifest.json +0 -18
- package/.output/public/_nuxt/1soVlS0z.js +0 -1
- package/.output/public/_nuxt/B7rsWaa2.js +0 -1
- package/.output/public/_nuxt/BFreiu22.js +0 -1
- package/.output/public/_nuxt/BLcTglbc.js +0 -1
- package/.output/public/_nuxt/Bhd4_yFT.js +0 -1
- package/.output/public/_nuxt/Bhpb4lc3.js +0 -1
- package/.output/public/_nuxt/Bi2eMDmd.js +0 -1
- package/.output/public/_nuxt/Bm30MqE0.js +0 -1
- package/.output/public/_nuxt/BqsN2CZp.js +0 -1
- package/.output/public/_nuxt/Bs3IGOdt.js +0 -1
- package/.output/public/_nuxt/ByaiRTkI.js +0 -1
- package/.output/public/_nuxt/C9ePPGPX.js +0 -94
- package/.output/public/_nuxt/CA578xwz.js +0 -1
- package/.output/public/_nuxt/CDttUXKg.js +0 -1
- package/.output/public/_nuxt/CQozUI2A.js +0 -1
- package/.output/public/_nuxt/CSN71QT8.js +0 -1
- package/.output/public/_nuxt/CqCaqSd2.js +0 -1
- package/.output/public/_nuxt/D8v-efI7.js +0 -1
- package/.output/public/_nuxt/DBJqMhGy.js +0 -35
- package/.output/public/_nuxt/DR4hWRk7.js +0 -1
- package/.output/public/_nuxt/DRroQ-Xq.js +0 -1
- package/.output/public/_nuxt/DStnBfJS.js +0 -1
- package/.output/public/_nuxt/DXTYyv-V.js +0 -1
- package/.output/public/_nuxt/DeS1g0YT.js +0 -1
- package/.output/public/_nuxt/Deb6R53f.js +0 -1
- package/.output/public/_nuxt/DiDHllLr.js +0 -1
- package/.output/public/_nuxt/DvwlldUy.js +0 -1
- package/.output/public/_nuxt/DyCICqRh.js +0 -1
- package/.output/public/_nuxt/DzT4wm3Y.js +0 -1
- package/.output/public/_nuxt/E8nje24C.js +0 -1
- package/.output/public/_nuxt/RbPLLy5S.js +0 -1
- package/.output/public/_nuxt/builds/meta/cbc9377a-971e-4db1-b4b1-01807b82ee58.json +0 -1
- package/.output/public/_nuxt/entry.whtwWr_z.css +0 -1
- package/.output/public/_nuxt/error-404.Cq535Uij.css +0 -1
- package/.output/public/_nuxt/error-500.BHm_N15n.css +0 -1
- package/.output/public/_nuxt/jpnxxCHq.js +0 -1
- package/.output/public/_nuxt/sHsV3x2B.js +0 -1
- package/.output/public/_nuxt/sQEqbbg2.js +0 -1
- package/.output/public/_nuxt/vueform.ChEauysg.css +0 -1
- package/.output/server/chunks/build/client.manifest.mjs +0 -511
- package/.output/server/chunks/build/client.manifest.mjs.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unist-util-visit-parents",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"description": "unist utility to recursively walk over nodes, with ancestral information",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"types": "index.d.ts",
|
|
40
40
|
"files": [
|
|
41
41
|
"lib/",
|
|
42
|
+
"index.d.ts.map",
|
|
42
43
|
"index.d.ts",
|
|
43
44
|
"index.js"
|
|
44
45
|
],
|
|
@@ -49,25 +50,25 @@
|
|
|
49
50
|
"devDependencies": {
|
|
50
51
|
"@types/hast": "^3.0.0",
|
|
51
52
|
"@types/mdast": "^4.0.0",
|
|
52
|
-
"@types/node": "^
|
|
53
|
+
"@types/node": "^24.0.0",
|
|
53
54
|
"@types/xast": "^2.0.0",
|
|
54
|
-
"c8": "^
|
|
55
|
-
"mdast-util-from-markdown": "^
|
|
56
|
-
"mdast-util-gfm": "^
|
|
57
|
-
"micromark-extension-gfm": "^
|
|
58
|
-
"prettier": "^
|
|
59
|
-
"remark-cli": "^
|
|
60
|
-
"remark-preset-wooorm": "^
|
|
55
|
+
"c8": "^10.0.0",
|
|
56
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
57
|
+
"mdast-util-gfm": "^3.0.0",
|
|
58
|
+
"micromark-extension-gfm": "^3.0.0",
|
|
59
|
+
"prettier": "^3.0.0",
|
|
60
|
+
"remark-cli": "^12.0.0",
|
|
61
|
+
"remark-preset-wooorm": "^10.0.0",
|
|
61
62
|
"strip-ansi": "^7.0.0",
|
|
62
|
-
"tsd": "^0.
|
|
63
|
+
"tsd": "^0.33.0",
|
|
63
64
|
"type-coverage": "^2.0.0",
|
|
64
65
|
"typescript": "^5.0.0",
|
|
65
|
-
"xo": "^0.
|
|
66
|
+
"xo": "^0.58.0"
|
|
66
67
|
},
|
|
67
68
|
"scripts": {
|
|
68
69
|
"prepack": "npm run build && npm run format",
|
|
69
70
|
"build": "tsc --build --clean && tsc --build && tsd && type-coverage",
|
|
70
|
-
"format": "remark . -qfo && prettier . -w --
|
|
71
|
+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
|
|
71
72
|
"test-api": "node --conditions development test.js",
|
|
72
73
|
"test-coverage": "c8 --100 --reporter lcov npm run test-api",
|
|
73
74
|
"test": "npm run build && npm run format && npm run test-coverage"
|
|
@@ -96,6 +97,10 @@
|
|
|
96
97
|
"strict": true
|
|
97
98
|
},
|
|
98
99
|
"xo": {
|
|
99
|
-
"prettier": true
|
|
100
|
+
"prettier": true,
|
|
101
|
+
"rules": {
|
|
102
|
+
"unicorn/prefer-at": "off",
|
|
103
|
+
"unicorn/prefer-string-replace-all": "off"
|
|
104
|
+
}
|
|
100
105
|
}
|
|
101
106
|
}
|
|
@@ -161,7 +161,7 @@ function blockString({ comment, type, value }, ctx, onComment, onChompKeep) {
|
|
|
161
161
|
const { blockQuote, commentString, lineWidth } = ctx.options;
|
|
162
162
|
// 1. Block can't end in whitespace unless the last line is non-empty.
|
|
163
163
|
// 2. Strings consisting of only whitespace are best rendered explicitly.
|
|
164
|
-
if (!blockQuote || /\n[\t ]+$/.test(value)
|
|
164
|
+
if (!blockQuote || /\n[\t ]+$/.test(value)) {
|
|
165
165
|
return quotedString(value, ctx);
|
|
166
166
|
}
|
|
167
167
|
const indent = ctx.indent ||
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yaml",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.1",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"author": "Eemeli Aro <eemeli@gmail.com>",
|
|
6
6
|
"repository": "github:eemeli/yaml",
|
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
"eslint-config-prettier": "^9.0.0",
|
|
84
84
|
"fast-check": "^2.12.0",
|
|
85
85
|
"jest": "^29.0.1",
|
|
86
|
+
"jest-resolve": "^29.7.0",
|
|
86
87
|
"jest-ts-webcompat-resolver": "^1.0.0",
|
|
87
88
|
"prettier": "^3.0.2",
|
|
88
89
|
"rollup": "^4.12.0",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-ignis-prod",
|
|
3
|
-
"version": "0.5.0
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": true,
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@adonisjs/hash": "9.1.1",
|
|
8
|
-
"@babel/parser": "7.28.
|
|
8
|
+
"@babel/parser": "7.28.5",
|
|
9
9
|
"@fastify/accept-negotiator": "1.1.0",
|
|
10
10
|
"@iconify/utils": "2.3.0",
|
|
11
11
|
"@intlify/core": "11.1.12",
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"@poppinss/exception": "1.2.2",
|
|
21
21
|
"@poppinss/object-builder": "1.1.0",
|
|
22
22
|
"@poppinss/string": "1.7.0",
|
|
23
|
-
"@poppinss/utils": "6.10.
|
|
24
|
-
"@shikijs/core": "3.
|
|
25
|
-
"@shikijs/engine-javascript": "3.
|
|
26
|
-
"@shikijs/engine-oniguruma": "3.
|
|
27
|
-
"@shikijs/langs": "3.
|
|
28
|
-
"@shikijs/themes": "3.
|
|
29
|
-
"@shikijs/transformers": "3.
|
|
30
|
-
"@shikijs/types": "3.
|
|
23
|
+
"@poppinss/utils": "6.10.1",
|
|
24
|
+
"@shikijs/core": "3.14.0",
|
|
25
|
+
"@shikijs/engine-javascript": "3.14.0",
|
|
26
|
+
"@shikijs/engine-oniguruma": "3.14.0",
|
|
27
|
+
"@shikijs/langs": "3.14.0",
|
|
28
|
+
"@shikijs/themes": "3.14.0",
|
|
29
|
+
"@shikijs/transformers": "3.14.0",
|
|
30
|
+
"@shikijs/types": "3.14.0",
|
|
31
31
|
"@shikijs/vscode-textmate": "10.0.2",
|
|
32
32
|
"@sindresorhus/is": "4.6.0",
|
|
33
33
|
"@trysound/sax": "0.2.0",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"defu": "6.1.4",
|
|
66
66
|
"destr": "2.0.5",
|
|
67
67
|
"detab": "3.0.2",
|
|
68
|
-
"detect-libc": "2.
|
|
69
|
-
"devalue": "5.
|
|
68
|
+
"detect-libc": "2.1.2",
|
|
69
|
+
"devalue": "5.4.2",
|
|
70
70
|
"devlop": "1.1.0",
|
|
71
71
|
"dom-serializer": "2.0.0",
|
|
72
72
|
"domelementtype": "2.3.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"estree-walker": "2.0.2",
|
|
80
80
|
"etag": "1.8.1",
|
|
81
81
|
"extend": "3.0.2",
|
|
82
|
-
"fast-xml-parser": "5.
|
|
82
|
+
"fast-xml-parser": "5.3.0",
|
|
83
83
|
"file-uri-to-path": "1.0.0",
|
|
84
84
|
"flat": "6.0.1",
|
|
85
85
|
"flattie": "1.1.1",
|
|
@@ -111,13 +111,13 @@
|
|
|
111
111
|
"character-entities-html4": "2.1.0",
|
|
112
112
|
"character-entities-legacy": "3.0.0",
|
|
113
113
|
"character-reference-invalid": "2.0.1",
|
|
114
|
-
"image-meta": "0.2.
|
|
114
|
+
"image-meta": "0.2.2",
|
|
115
115
|
"ipx": "2.1.1",
|
|
116
116
|
"iron-webcrypto": "1.2.1",
|
|
117
117
|
"is-absolute-url": "4.0.1",
|
|
118
118
|
"is-alphabetical": "2.0.1",
|
|
119
119
|
"is-alphanumerical": "2.0.1",
|
|
120
|
-
"is-arrayish": "0.3.
|
|
120
|
+
"is-arrayish": "0.3.4",
|
|
121
121
|
"is-decimal": "2.0.1",
|
|
122
122
|
"is-hexadecimal": "2.0.1",
|
|
123
123
|
"is-plain-obj": "4.1.0",
|
|
@@ -167,14 +167,14 @@
|
|
|
167
167
|
"minimark": "0.2.0",
|
|
168
168
|
"ms": "2.1.3",
|
|
169
169
|
"node-emoji": "2.2.0",
|
|
170
|
-
"node-fetch-native": "1.6.
|
|
171
|
-
"node-mock-http": "1.0.
|
|
170
|
+
"node-fetch-native": "1.6.7",
|
|
171
|
+
"node-mock-http": "1.0.3",
|
|
172
172
|
"nth-check": "2.1.1",
|
|
173
|
-
"oauth4webapi": "3.8.
|
|
173
|
+
"oauth4webapi": "3.8.2",
|
|
174
174
|
"ofetch": "1.4.1",
|
|
175
175
|
"oniguruma-parser": "0.12.1",
|
|
176
176
|
"oniguruma-to-es": "4.3.3",
|
|
177
|
-
"openid-client": "6.8.
|
|
177
|
+
"openid-client": "6.8.1",
|
|
178
178
|
"parse-entities": "4.0.2",
|
|
179
179
|
"parse5": "7.3.0",
|
|
180
180
|
"pathe": "1.1.2",
|
|
@@ -197,11 +197,11 @@
|
|
|
197
197
|
"remark-stringify": "11.0.0",
|
|
198
198
|
"safe-stable-stringify": "2.5.0",
|
|
199
199
|
"scule": "1.3.0",
|
|
200
|
-
"secure-json-parse": "4.
|
|
201
|
-
"semver": "7.7.
|
|
200
|
+
"secure-json-parse": "4.1.0",
|
|
201
|
+
"semver": "7.7.3",
|
|
202
202
|
"sharp": "0.32.6",
|
|
203
|
-
"shiki": "3.
|
|
204
|
-
"simple-swizzle": "0.2.
|
|
203
|
+
"shiki": "3.14.0",
|
|
204
|
+
"simple-swizzle": "0.2.4",
|
|
205
205
|
"skin-tone": "2.0.0",
|
|
206
206
|
"slugify": "1.6.6",
|
|
207
207
|
"source-map-js": "1.2.1",
|
|
@@ -218,15 +218,15 @@
|
|
|
218
218
|
"ufo": "1.6.1",
|
|
219
219
|
"ultrahtml": "1.6.0",
|
|
220
220
|
"uncrypto": "0.1.3",
|
|
221
|
-
"unhead": "2.0.
|
|
221
|
+
"unhead": "2.0.19",
|
|
222
222
|
"unicode-emoji-modifier-base": "1.0.0",
|
|
223
223
|
"unified": "11.0.5",
|
|
224
224
|
"unist-util-find-after": "5.0.0",
|
|
225
|
-
"unist-util-is": "6.0.
|
|
225
|
+
"unist-util-is": "6.0.1",
|
|
226
226
|
"unist-util-position": "5.0.0",
|
|
227
227
|
"unist-util-stringify-position": "4.0.0",
|
|
228
228
|
"unist-util-visit": "5.0.0",
|
|
229
|
-
"unist-util-visit-parents": "6.0.
|
|
229
|
+
"unist-util-visit-parents": "6.0.2",
|
|
230
230
|
"vfile": "6.0.3",
|
|
231
231
|
"vfile-location": "5.0.3",
|
|
232
232
|
"vfile-message": "4.0.3",
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"vue-router": "4.6.3",
|
|
236
236
|
"web-namespaces": "2.0.1",
|
|
237
237
|
"xss": "1.0.15",
|
|
238
|
-
"yaml": "2.8.
|
|
238
|
+
"yaml": "2.8.1",
|
|
239
239
|
"zwitch": "2.0.4"
|
|
240
240
|
}
|
|
241
241
|
}
|
package/bin/cli.js
CHANGED
|
@@ -21,23 +21,30 @@ const args = process.argv.slice(2);
|
|
|
21
21
|
// execute actions based on first param
|
|
22
22
|
// additional params might be passed into the called functions
|
|
23
23
|
(async () => {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
24
|
+
let status = 0
|
|
25
|
+
try {
|
|
26
|
+
switch (args[0]) {
|
|
27
|
+
case 'setup':
|
|
28
|
+
await (await import('./setup.js')).nuxtIgnisSetup(args[1] || false)
|
|
29
|
+
break
|
|
30
|
+
case 'set-css':
|
|
31
|
+
await (await import('./set-css.js')).setCSS()
|
|
32
|
+
break
|
|
33
|
+
case 'set-eslint':
|
|
34
|
+
await (await import('./set-eslint.js')).setESLint()
|
|
35
|
+
break
|
|
36
|
+
case 'set-app-vue':
|
|
37
|
+
await (await import('./set-app-vue.js')).setAppVue()
|
|
38
|
+
break
|
|
39
|
+
default:
|
|
40
|
+
console.log(`Usage: \`${getCmd()} nuxt-ignis setup|set-css|set-eslint|set-app-vue [true|false]\``)
|
|
41
|
+
status = 1
|
|
42
|
+
}
|
|
43
|
+
} catch (error) {
|
|
44
|
+
console.error('Unexpected Nuxt Ignis error:', error.message)
|
|
45
|
+
status = 1
|
|
40
46
|
}
|
|
47
|
+
process.exit(status)
|
|
41
48
|
})()
|
|
42
49
|
|
|
43
50
|
// try detecting what package manager was used
|
package/bin/set-app-vue.js
CHANGED
|
@@ -11,8 +11,10 @@ import { createFileFromWebTemplate } from 'elrh-cosca'
|
|
|
11
11
|
*/
|
|
12
12
|
export async function setAppVue() {
|
|
13
13
|
try {
|
|
14
|
-
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-ignis/refs/tags/v0.
|
|
14
|
+
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-ignis/refs/tags/v0.5.0/core/app/app.vue', 'app/app.vue')
|
|
15
15
|
} catch (error) {
|
|
16
16
|
console.error('Error creating Ignis `app.vue` file:\n', error.message)
|
|
17
17
|
}
|
|
18
|
+
// make sure the process won't hang
|
|
19
|
+
process.exit(0)
|
|
18
20
|
}
|
package/bin/set-css.js
CHANGED
|
@@ -11,8 +11,10 @@ import { createFileFromWebTemplate } from 'elrh-cosca'
|
|
|
11
11
|
*/
|
|
12
12
|
export async function setCSS() {
|
|
13
13
|
try {
|
|
14
|
-
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-ignis/refs/tags/v0.
|
|
14
|
+
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-ignis/refs/tags/v0.5.0/core/app/assets/css/ignis.css', 'app/assets/css/ignis.css')
|
|
15
15
|
} catch (error) {
|
|
16
16
|
console.error('Error creating Ignis CSS file:\n', error.message)
|
|
17
17
|
}
|
|
18
|
+
// make sure the process won't hang
|
|
19
|
+
process.exit(0)
|
|
18
20
|
}
|
package/bin/set-eslint.js
CHANGED
|
@@ -9,8 +9,10 @@ import { createFileFromWebTemplate } from 'elrh-cosca'
|
|
|
9
9
|
*/
|
|
10
10
|
export async function setESLint() {
|
|
11
11
|
try {
|
|
12
|
-
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-ignis/refs/tags/v0.
|
|
12
|
+
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-ignis/refs/tags/v0.5.0/core/eslint.config.mjs', 'eslint.config.mjs')
|
|
13
13
|
} catch (error) {
|
|
14
14
|
console.error('Error creating ESLint config file:\n', error.message)
|
|
15
15
|
}
|
|
16
|
+
// make sure the process won't hang
|
|
17
|
+
process.exit(0)
|
|
16
18
|
}
|
package/bin/setup.js
CHANGED
|
@@ -33,7 +33,7 @@ export async function nuxtIgnisSetup(autoRun = false) {
|
|
|
33
33
|
|
|
34
34
|
// 1.1 - add nuxt-ignis dependency
|
|
35
35
|
try {
|
|
36
|
-
await updateJsonFile('package.json', 'dependencies', { 'nuxt-ignis': '0.5.0
|
|
36
|
+
await updateJsonFile('package.json', 'dependencies', { 'nuxt-ignis': '0.5.0' },
|
|
37
37
|
isAutoRun, 'This will add \'nuxt-ignis\' dependency to your \'package.json\'. Proceed?')
|
|
38
38
|
} catch (error) {
|
|
39
39
|
console.error('Error adding \'nuxt-ignis\' dependency:\n', error.message)
|
|
@@ -135,7 +135,7 @@ export async function nuxtIgnisSetup(autoRun = false) {
|
|
|
135
135
|
await updateTextFile('.npmrc', ['shamefully-hoist=true'], isAutoRun,
|
|
136
136
|
'This will adjust \'.npmrc\' file in your project. Continue?')
|
|
137
137
|
} else {
|
|
138
|
-
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-ignis/refs/tags/v0.
|
|
138
|
+
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-ignis/refs/tags/v0.5.0/core/.npmrc',
|
|
139
139
|
'.npmrc', isAutoRun, 'This will add \'.npmrc\' file for your project. Continue?')
|
|
140
140
|
}
|
|
141
141
|
} catch (error) {
|
|
@@ -252,4 +252,7 @@ export async function nuxtIgnisSetup(autoRun = false) {
|
|
|
252
252
|
showMessage('')
|
|
253
253
|
showMessage('NUXT IGNIS SETUP COMPLETE', 2)
|
|
254
254
|
showMessage(`Proceed with \`${packageManager} install\` to get started.`)
|
|
255
|
+
|
|
256
|
+
// make sure the process won't hang
|
|
257
|
+
process.exit(0)
|
|
255
258
|
}
|
package/nuxt.config.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-ignis",
|
|
3
|
-
"version": "0.5.0
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "A ready-to-use setup for your next application in Nuxt",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nuxt",
|
|
@@ -31,22 +31,22 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@formkit/nuxt": "1.6.9",
|
|
34
|
-
"@maas/vue-equipment": "1.0.0-beta.
|
|
34
|
+
"@maas/vue-equipment": "1.0.0-beta.37",
|
|
35
35
|
"@nuxt/content": "3.7.1",
|
|
36
36
|
"@nuxt/eslint": "1.9.0",
|
|
37
37
|
"@nuxt/fonts": "0.11.4",
|
|
38
38
|
"@nuxt/image": "1.11.0",
|
|
39
39
|
"@nuxt/scripts": "0.13.0",
|
|
40
|
-
"@nuxt/ui": "3.3.
|
|
40
|
+
"@nuxt/ui": "3.3.7",
|
|
41
41
|
"@nuxtjs/i18n": "10.1.1",
|
|
42
42
|
"@nuxtjs/seo": "3.2.2",
|
|
43
43
|
"@nuxtjs/supabase": "1.6.2",
|
|
44
44
|
"@nuxtjs/tailwindcss": "6.14.0",
|
|
45
45
|
"@pinia/nuxt": "0.11.2",
|
|
46
|
-
"@tailwindcss/vite": "4.1.
|
|
47
|
-
"@vueform/nuxt": "1.
|
|
48
|
-
"@vueuse/core": "
|
|
49
|
-
"@vueuse/nuxt": "
|
|
46
|
+
"@tailwindcss/vite": "4.1.16",
|
|
47
|
+
"@vueform/nuxt": "1.23.0",
|
|
48
|
+
"@vueuse/core": "14.0.0",
|
|
49
|
+
"@vueuse/nuxt": "14.0.0",
|
|
50
50
|
"better-sqlite3": "12.2.0",
|
|
51
51
|
"consola": "3.4.2",
|
|
52
52
|
"date-fns": "4.1.0",
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
"elrh-cosca": "0.3.4",
|
|
55
55
|
"elrh-pslo": "1.1.6",
|
|
56
56
|
"magic-regexp": "0.10.0",
|
|
57
|
-
"nuxt": "4.
|
|
57
|
+
"nuxt": "4.2.0",
|
|
58
58
|
"nuxt-auth-utils": "0.5.25",
|
|
59
|
-
"nuxt-charts": "0.2
|
|
59
|
+
"nuxt-charts": "1.0.2",
|
|
60
60
|
"nuxt-neon": "0.7.0",
|
|
61
61
|
"nuxt-security": "2.4.0",
|
|
62
|
-
"nuxt-spec": "0.1.
|
|
62
|
+
"nuxt-spec": "0.1.14",
|
|
63
63
|
"open-props": "1.7.16",
|
|
64
64
|
"pinia": "3.0.3",
|
|
65
65
|
"postcss-jit-props": "1.0.16",
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"@vite/client": {
|
|
3
|
-
"prefetch": true,
|
|
4
|
-
"isEntry": true,
|
|
5
|
-
"file": "@vite/client",
|
|
6
|
-
"css": [],
|
|
7
|
-
"module": true,
|
|
8
|
-
"resourceType": "script"
|
|
9
|
-
},
|
|
10
|
-
"C:/Git/nuxt-ignis/core/node_modules/.pnpm/nuxt@4.1.3_@parcel+watcher@_df7d87ad0ec2b939e6971c0cdd5a8469/node_modules/nuxt/dist/app/entry.async.js": {
|
|
11
|
-
"resourceType": "script",
|
|
12
|
-
"module": true,
|
|
13
|
-
"prefetch": true,
|
|
14
|
-
"preload": true,
|
|
15
|
-
"isEntry": true,
|
|
16
|
-
"file": "C:/Git/nuxt-ignis/core/node_modules/.pnpm/nuxt@4.1.3_@parcel+watcher@_df7d87ad0ec2b939e6971c0cdd5a8469/node_modules/nuxt/dist/app/entry.async.js"
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{O as c,c as d,d as t,e as n,f as r,a1 as f}from"#entry";const p=["id"],u=["href"],k={__name:"ProseH3",props:{id:{type:String,required:!1}},setup(a){const e=a,{headings:o}=c().public.mdc,i=d(()=>e.id&&(typeof o?.anchorLinks=="boolean"&&o?.anchorLinks===!0||typeof o?.anchorLinks=="object"&&o?.anchorLinks?.h3));return(s,h)=>(n(),t("h3",{id:e.id},[e.id&&f(i)?(n(),t("a",{key:0,href:`#${e.id}`},[r(s.$slots,"default")],8,u)):r(s.$slots,"default",{key:1})],8,p))}};export{k as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as s,d as a,e as r,f as t}from"#entry";const n={};function o(e,c){return r(),a("thead",null,[t(e.$slots,"default")])}const d=Object.assign(s(n,[["render",o]]),{__name:"ProseThead"});export{d as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{O as c,c as d,d as t,e as n,f as r,a1 as f}from"#entry";const p=["id"],u=["href"],k={__name:"ProseH6",props:{id:{type:String,required:!1}},setup(a){const e=a,{headings:o}=c().public.mdc,i=d(()=>e.id&&(typeof o?.anchorLinks=="boolean"&&o?.anchorLinks===!0||typeof o?.anchorLinks=="object"&&o?.anchorLinks?.h6));return(s,h)=>(n(),t("h6",{id:e.id},[e.id&&f(i)?(n(),t("a",{key:0,href:`#${e.id}`},[r(s.$slots,"default")],8,u)):r(s.$slots,"default",{key:1})],8,p))}};export{k as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as s,d as r,e as t,f as n}from"#entry";const o={};function a(e,c){return t(),r("th",null,[n(e.$slots,"default")])}const l=Object.assign(s(o,[["render",a]]),{__name:"ProseTh"});export{l as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as s,d as r,e as t,f as n}from"#entry";const o={};function a(e,c){return t(),r("td",null,[n(e.$slots,"default")])}const d=Object.assign(s(o,[["render",a]]),{__name:"ProseTd"});export{d as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as e,g as t,e as o,a0 as c}from"#entry";const _={};function s(r,a){const n=c;return o(),t(n,{content:"Features"})}const i=e(_,[["render",s]]);export{i as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as s,d as r,e as n,f as o}from"#entry";const t={};function a(e,c){return n(),r("p",null,[o(e.$slots,"default")])}const l=Object.assign(s(t,[["render",a]]),{__name:"ProseP"});export{l as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as s,d as r,e as n,f as o}from"#entry";const t={};function a(e,c){return n(),r("li",null,[o(e.$slots,"default")])}const _=Object.assign(s(t,[["render",a]]),{__name:"ProseLi"});export{_ as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as o,Z as s,d as a,e as i,p as t,q as r}from"#entry";const u={class:"antialiased bg-white dark:bg-[#020420] dark:text-white font-sans grid min-h-screen overflow-hidden place-content-center text-[#020420] tracking-wide"},l={class:"max-w-520px text-center"},c=["textContent"],d=["textContent"],p=["textContent"],f={__name:"error-500",props:{appName:{type:String,default:"Nuxt"},statusCode:{type:Number,default:500},statusMessage:{type:String,default:"Internal server error"},description:{type:String,default:"This page is temporarily unavailable."},refresh:{type:String,default:"Refresh this page"}},setup(e){const n=e;return s({title:`${n.statusCode} - ${n.statusMessage} | ${n.appName}`,script:[{innerHTML:`!function(){const e=document.createElement("link").relList;if(!(e&&e.supports&&e.supports("modulepreload"))){for(const e of document.querySelectorAll('link[rel="modulepreload"]'))r(e);new MutationObserver(e=>{for(const o of e)if("childList"===o.type)for(const e of o.addedNodes)"LINK"===e.tagName&&"modulepreload"===e.rel&&r(e)}).observe(document,{childList:!0,subtree:!0})}function r(e){if(e.ep)return;e.ep=!0;const r=function(e){const r={};return e.integrity&&(r.integrity=e.integrity),e.referrerPolicy&&(r.referrerPolicy=e.referrerPolicy),"use-credentials"===e.crossOrigin?r.credentials="include":"anonymous"===e.crossOrigin?r.credentials="omit":r.credentials="same-origin",r}(e);fetch(e.href,r)}}();`}],style:[{innerHTML:'*,:after,:before{border-color:var(--un-default-border-color,#e5e7eb);border-style:solid;border-width:0;box-sizing:border-box}:after,:before{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}h1,h2{font-size:inherit;font-weight:inherit}h1,h2,p{margin:0}*,:after,:before{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }'}]}),(g,h)=>(i(),a("div",u,[t("div",l,[t("h1",{class:"font-semibold leading-none mb-4 sm:text-[110px] tabular-nums text-[80px]",textContent:r(e.statusCode)},null,8,c),t("h2",{class:"font-semibold mb-2 sm:text-3xl text-2xl",textContent:r(e.statusMessage)},null,8,d),t("p",{class:"mb-4 px-2 text-[#64748B] text-md",textContent:r(e.description)},null,8,p)])]))}},b=o(f,[["__scopeId","data-v-82633c45"]]);export{b as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{O as c,c as d,d as t,e as n,f as r,a1 as f}from"#entry";const p=["id"],u=["href"],k={__name:"ProseH5",props:{id:{type:String,required:!1}},setup(a){const e=a,{headings:o}=c().public.mdc,i=d(()=>e.id&&(typeof o?.anchorLinks=="boolean"&&o?.anchorLinks===!0||typeof o?.anchorLinks=="object"&&o?.anchorLinks?.h5));return(s,h)=>(n(),t("h5",{id:e.id},[e.id&&f(i)?(n(),t("a",{key:0,href:`#${e.id}`},[r(s.$slots,"default")],8,u)):r(s.$slots,"default",{key:1})],8,p))}};export{k as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as o,d as s,e as r,f as t}from"#entry";const n={};function a(e,c){return r(),s("tbody",null,[t(e.$slots,"default")])}const d=Object.assign(o(n,[["render",a]]),{__name:"ProseTbody"});export{d as default};
|