@nuxt/kit 3.19.2 → 3.19.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/README.md CHANGED
@@ -60,7 +60,7 @@ Example of an `app.vue`:
60
60
  <script setup lang="ts">
61
61
  useSeoMeta({
62
62
  title: 'Meet Nuxt',
63
- description: 'The Intuitive Vue Framework.'
63
+ description: 'The Intuitive Vue Framework.',
64
64
  })
65
65
  </script>
66
66
 
package/dist/index.d.mts CHANGED
@@ -407,6 +407,9 @@ type PathType = 'file' | 'dir';
407
407
  * @param path path to the directory to resolve files in
408
408
  * @param pattern glob pattern or an array of glob patterns to match files
409
409
  * @param opts options for globbing
410
+ * @param opts.followSymbolicLinks whether to follow symbolic links, default is `true`
411
+ * @param opts.ignore additional glob patterns to ignore
412
+ * @returns sorted array of absolute file paths
410
413
  */
411
414
  declare function resolveFiles(path: string, pattern: string | string[], opts?: {
412
415
  followSymbolicLinks?: boolean;
package/dist/index.d.ts CHANGED
@@ -407,6 +407,9 @@ type PathType = 'file' | 'dir';
407
407
  * @param path path to the directory to resolve files in
408
408
  * @param pattern glob pattern or an array of glob patterns to match files
409
409
  * @param opts options for globbing
410
+ * @param opts.followSymbolicLinks whether to follow symbolic links, default is `true`
411
+ * @param opts.ignore additional glob patterns to ignore
412
+ * @returns sorted array of absolute file paths
410
413
  */
411
414
  declare function resolveFiles(path: string, pattern: string | string[], opts?: {
412
415
  followSymbolicLinks?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/kit",
3
- "version": "3.19.2",
3
+ "version": "3.19.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -23,14 +23,14 @@
23
23
  "dist"
24
24
  ],
25
25
  "dependencies": {
26
- "c12": "^3.2.0",
26
+ "c12": "^3.3.0",
27
27
  "consola": "^3.4.2",
28
28
  "defu": "^6.1.4",
29
29
  "destr": "^2.0.5",
30
30
  "errx": "^0.1.0",
31
31
  "exsolve": "^1.0.7",
32
32
  "ignore": "^7.0.5",
33
- "jiti": "^2.5.1",
33
+ "jiti": "^2.6.1",
34
34
  "klona": "^2.0.6",
35
35
  "knitwork": "^1.2.0",
36
36
  "mlly": "^1.8.0",
@@ -44,21 +44,21 @@
44
44
  "tinyglobby": "^0.2.15",
45
45
  "ufo": "^1.6.1",
46
46
  "unctx": "^2.4.1",
47
- "unimport": "^5.2.0",
47
+ "unimport": "^5.4.1",
48
48
  "untyped": "^2.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@rspack/core": "1.5.3",
51
+ "@rspack/core": "1.5.8",
52
52
  "@types/lodash-es": "4.17.12",
53
53
  "@types/semver": "7.7.1",
54
54
  "hookable": "5.5.3",
55
55
  "lodash-es": "4.17.21",
56
- "nitropack": "2.12.5",
56
+ "nitropack": "2.12.6",
57
57
  "unbuild": "3.6.1",
58
- "vite": "7.1.5",
58
+ "vite": "7.1.9",
59
59
  "vitest": "3.2.4",
60
- "webpack": "5.101.3",
61
- "@nuxt/schema": "3.19.2"
60
+ "webpack": "5.102.0",
61
+ "@nuxt/schema": "3.19.3"
62
62
  },
63
63
  "engines": {
64
64
  "node": ">=18.12.0"