Skip to content

Commit 7a3e60d

Browse files
chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates (#12)
Bumps the npm_and_yarn group with 1 update in the / directory: [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt). Updates `nuxt` from 3.16.2 to 3.19.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt/nuxt/releases">nuxt's releases</a>.</em></p> <blockquote> <h2>v3.19.0</h2> <h2>👀 Highlights</h2> <p>Please see the release notes for <a href="https://github.com/nuxt/nuxt/releases/tag/v4.1.0">Nuxt v4.1</a> for full details on the features and fixes in Nuxt v3.19.</p> <h2>✅ Upgrading</h2> <p>As usual, our recommendation for upgrading is to run:</p> <pre lang="sh"><code>npx nuxt upgrade --dedupe </code></pre> <p>This will refresh your lockfile and pull in all the latest dependencies that Nuxt relies on, especially from the unjs ecosystem.</p> <h2>👉 Changelog</h2> <p><a href="https://github.com/nuxt/nuxt/compare/v3.18.1...v3.19.0">compare changes</a></p> <h3>🚀 Enhancements</h3> <ul> <li><strong>kit:</strong> Add <code>ignore</code> option to <code>resolveFiles</code> (<a href="https://redirect.github.com/nuxt/nuxt/pull/32858">#32858</a>)</li> <li><strong>kit:</strong> Add <code>onInstall</code> and <code>onUpgrade</code> module hooks (<a href="https://redirect.github.com/nuxt/nuxt/pull/32397">#32397</a>)</li> <li><strong>nuxt,vite:</strong> Add experimental support for <code>rolldown-vite</code> (<a href="https://redirect.github.com/nuxt/nuxt/pull/31812">#31812</a>)</li> <li><strong>nuxt:</strong> Extract <code>defineRouteRules</code> to page <code>rules</code> property (<a href="https://redirect.github.com/nuxt/nuxt/pull/32897">#32897</a>)</li> <li><strong>nuxt,vite:</strong> Use importmap to increase chunk stability (<a href="https://redirect.github.com/nuxt/nuxt/pull/33075">#33075</a>)</li> <li><strong>nuxt:</strong> Lazy hydration macros without auto-imports (<a href="https://redirect.github.com/nuxt/nuxt/pull/33037">#33037</a>)</li> <li><strong>kit,nuxt,schema:</strong> Allow modules to specify dependencies (<a href="https://redirect.github.com/nuxt/nuxt/pull/33063">#33063</a>)</li> <li><strong>kit,nuxt:</strong> Add <code>getLayerDirectories</code> util and refactor to use it (<a href="https://redirect.github.com/nuxt/nuxt/pull/33098">#33098</a>)</li> </ul> <h3>🔥 Performance</h3> <ul> <li><strong>nuxt:</strong> Clear inline route rules cache when pages change (<a href="https://redirect.github.com/nuxt/nuxt/pull/32877">#32877</a>)</li> <li><strong>nuxt:</strong> Stop watching app manifest once a change has been detected (<a href="https://redirect.github.com/nuxt/nuxt/pull/32880">#32880</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>nuxt:</strong> Handle <code>satisfies</code> in page augmentation (<a href="https://redirect.github.com/nuxt/nuxt/pull/32902">#32902</a>)</li> <li><strong>nuxt:</strong> Type response in <code>useFetch</code> hooks (<a href="https://redirect.github.com/nuxt/nuxt/pull/32891">#32891</a>)</li> <li><strong>nuxt:</strong> Add TS parenthesis and as expression for page meta extraction (<a href="https://redirect.github.com/nuxt/nuxt/pull/32914">#32914</a>)</li> <li><strong>nuxt:</strong> Use correct unit thresholds for relative time (<a href="https://redirect.github.com/nuxt/nuxt/pull/32893">#32893</a>)</li> <li><strong>nuxt:</strong> Handle uncached current build manifests (<a href="https://redirect.github.com/nuxt/nuxt/pull/32913">#32913</a>)</li> <li><strong>kit:</strong> Resolve directories in <code>resolvePath</code> and normalize file extensions (<a href="https://redirect.github.com/nuxt/nuxt/pull/32857">#32857</a>)</li> <li><strong>schema,vite:</strong> Bump <code>requestTimeout</code> + allow configuration (<a href="https://redirect.github.com/nuxt/nuxt/pull/32874">#32874</a>)</li> <li><strong>nuxt:</strong> Deep merge extracted route meta (<a href="https://redirect.github.com/nuxt/nuxt/pull/32887">#32887</a>)</li> <li><strong>nuxt:</strong> Do not expose app components until fully resolved (<a href="https://redirect.github.com/nuxt/nuxt/pull/32993">#32993</a>)</li> <li><strong>kit:</strong> Only exclude <code>node_modules/</code> if no custom <code>srcDir</code> (<a href="https://redirect.github.com/nuxt/nuxt/pull/32987">#32987</a>)</li> <li><strong>nuxt:</strong> Compare final matched routes when syncing <code>route</code> object (<a href="https://redirect.github.com/nuxt/nuxt/pull/32899">#32899</a>)</li> <li><strong>nuxt:</strong> Make vue server warnings much less verbose in dev mode (<a href="https://redirect.github.com/nuxt/nuxt/pull/33018">#33018</a>)</li> <li><strong>schema:</strong> Allow disabling cssnano/autoprefixer postcss plugins (<a href="https://redirect.github.com/nuxt/nuxt/pull/33016">#33016</a>)</li> <li><strong>kit:</strong> Ensure local layers are prioritised alphabetically (<a href="https://redirect.github.com/nuxt/nuxt/pull/33030">#33030</a>)</li> <li><strong>kit,nuxt:</strong> Expose global types to vue compiler (<a href="https://redirect.github.com/nuxt/nuxt/pull/33026">#33026</a>)</li> <li><strong>nuxt:</strong> Support config type inference for <code>defineNuxtModule().with()</code> (<a href="https://redirect.github.com/nuxt/nuxt/pull/33081">#33081</a>)</li> <li><strong>nuxt:</strong> Search for colliding names in route children (<a href="https://github.com/nuxt/nuxt/commit/31a9282c2">31a9282c2</a>)</li> <li><strong>nuxt:</strong> Delete <code>nuxtApp._runningTransition</code> on resolve (<a href="https://redirect.github.com/nuxt/nuxt/pull/33025">#33025</a>)</li> <li><strong>nuxt:</strong> Add validation for nuxt island reviver key (<a href="https://redirect.github.com/nuxt/nuxt/pull/33069">#33069</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt/nuxt/commit/895650538445a18b588e09c74d9cb640693b63f6"><code>8956505</code></a> v3.19.0</li> <li><a href="https://github.com/nuxt/nuxt/commit/9a3b445153a7733ef215058fd9bbe7954de59db4"><code>9a3b445</code></a> test: update test for app creation</li> <li><a href="https://github.com/nuxt/nuxt/commit/ae8b0d2b817639c08ac80d0a0533c64ed5e3655a"><code>ae8b0d2</code></a> fix(kit): prioritise local layers over extended layers</li> <li><a href="https://github.com/nuxt/nuxt/commit/2fd3bc2b6d7b30d39000a651bdde7b311dea00b4"><code>2fd3bc2</code></a> feat(kit,nuxt): add <code>getLayerDirectories</code> util and refactor to use it (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/33098">#33098</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/6cc79ddd8ee0b52793b81594572faa971a9e2ef2"><code>6cc79dd</code></a> feat(kit,nuxt,schema): allow modules to specify dependencies (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/33063">#33063</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/78153ba58dc34db7df4b42d3e9e12b9588116a7e"><code>78153ba</code></a> fix(nuxt): add validation for nuxt island reviver key (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/33069">#33069</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/f4e38b7b99c50d7b6a9e44d296ae20903e2d5aeb"><code>f4e38b7</code></a> fix(nuxt): delete <code>nuxtApp._runningTransition</code> on resolve (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/33025">#33025</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/31a9282c20784efdafebb01ba2869f328c278f7b"><code>31a9282</code></a> fix(nuxt): search for colliding names in route children</li> <li><a href="https://github.com/nuxt/nuxt/commit/10fd0126a6a1d5f4956f6d57e6f8a38e80d69139"><code>10fd012</code></a> refactor(kit,nuxt,ui-templates,vite): address deprecations + improve regexp p...</li> <li><a href="https://github.com/nuxt/nuxt/commit/04dda84e155068e3d4654c88df8e56bfe3f06d40"><code>04dda84</code></a> feat(nuxt): lazy hydration macros without auto-imports (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/33037">#33037</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/nuxt/commits/v3.19.0/packages/nuxt">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for nuxt since your current version.</p> </details> <br /> Updates `devalue` from 5.1.1 to 5.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/devalue/releases">devalue's releases</a>.</em></p> <blockquote> <h2>v5.4.1</h2> <h3>Patch Changes</h3> <ul> <li>ca3c7b6: chore: Remove impossible <code>void</code> type from replacer's <code>uneval</code></li> </ul> <h2>v5.4.0</h2> <h3>Minor Changes</h3> <ul> <li>9306d09: feat: pass <code>uneval</code> to replacer, for handling nested custom types</li> </ul> <h3>Patch Changes</h3> <ul> <li>b617c7c: perf: shrink <code>uneval</code> output with null-proto objects</li> </ul> <h2>v5.3.2</h2> <h3>Patch Changes</h3> <ul> <li>0623a47: fix: disallow array method access when parsing</li> <li>0623a47: fix: disallow <code>__proto__</code> properties on objects</li> </ul> <h2>v5.3.1</h2> <h3>Patch Changes</h3> <ul> <li>ae904c5: fix: correctly differentiate between +0 and -0</li> </ul> <h2>v5.3.0</h2> <h3>Minor Changes</h3> <ul> <li>2896e7b: feat: support Temporal</li> <li>fec694d: feat: support <code>URL</code> and <code>URLSearchParams</code> objects</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/devalue/blob/main/CHANGELOG.md">devalue's changelog</a>.</em></p> <blockquote> <h2>5.4.1</h2> <h3>Patch Changes</h3> <ul> <li>ca3c7b6: chore: Remove impossible <code>void</code> type from replacer's <code>uneval</code></li> </ul> <h2>5.4.0</h2> <h3>Minor Changes</h3> <ul> <li>9306d09: feat: pass <code>uneval</code> to replacer, for handling nested custom types</li> </ul> <h3>Patch Changes</h3> <ul> <li>b617c7c: perf: shrink <code>uneval</code> output with null-proto objects</li> </ul> <h2>5.3.2</h2> <h3>Patch Changes</h3> <ul> <li>0623a47: fix: disallow array method access when parsing</li> <li>0623a47: fix: disallow <code>__proto__</code> properties on objects</li> </ul> <h2>5.3.1</h2> <h3>Patch Changes</h3> <ul> <li>ae904c5: fix: correctly differentiate between +0 and -0</li> </ul> <h2>5.3.0</h2> <h3>Minor Changes</h3> <ul> <li>2896e7b: feat: support Temporal</li> <li>fec694d: feat: support <code>URL</code> and <code>URLSearchParams</code> objects</li> </ul> <h2>5.2.1</h2> <h3>Patch Changes</h3> <ul> <li>e46f4c8: fix: handle repeated array buffers and subarrays</li> <li>2dfa504: fix: handle custom classes with null proto as pojo</li> </ul> <h2>5.2.0</h2> <ul> <li>Handle custom classes with null proto as pojo (<a href="https://redirect.github.com/sveltejs/devalue/pull/95">#95</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/devalue/commit/8b0c28d3f1116c936bb496e2424122ff884cc0fd"><code>8b0c28d</code></a> Version Packages (<a href="https://redirect.github.com/sveltejs/devalue/issues/117">#117</a>)</li> <li><a href="https://github.com/sveltejs/devalue/commit/ca3c7b6631bfd4694fe6dbbc619b9d674036851d"><code>ca3c7b6</code></a> chore: Remove impossible <code>void</code> type from replacer's <code>uneval</code> (<a href="https://redirect.github.com/sveltejs/devalue/issues/116">#116</a>)</li> <li><a href="https://github.com/sveltejs/devalue/commit/8fb152e859f0718123f5b168a78bb535f301a5fd"><code>8fb152e</code></a> Version Packages (<a href="https://redirect.github.com/sveltejs/devalue/issues/115">#115</a>)</li> <li><a href="https://github.com/sveltejs/devalue/commit/9306d09e2d163999085d157aaddd9a060590aae1"><code>9306d09</code></a> feat: pass <code>uneval</code> to replacer, for handling nested custom types (<a href="https://redirect.github.com/sveltejs/devalue/issues/114">#114</a>)</li> <li><a href="https://github.com/sveltejs/devalue/commit/2124b5ba589b92ad30fb20b4afe02f6464c639bd"><code>2124b5b</code></a> chore: simplify NullObject (<a href="https://redirect.github.com/sveltejs/devalue/issues/104">#104</a>)</li> <li><a href="https://github.com/sveltejs/devalue/commit/b617c7c045604d1ea8e382dbe7e9e2067209c4db"><code>b617c7c</code></a> perf: shrink <code>uneval</code> output with null-proto objects (<a href="https://redirect.github.com/sveltejs/devalue/issues/112">#112</a>)</li> <li><a href="https://github.com/sveltejs/devalue/commit/2635155a8b8ca19eedb5fec5c536b15dd94e5290"><code>2635155</code></a> set up OIDC publishing (<a href="https://redirect.github.com/sveltejs/devalue/issues/111">#111</a>)</li> <li><a href="https://github.com/sveltejs/devalue/commit/86a6a66d2c830514e94326a0f8fa2d8d670eac8a"><code>86a6a66</code></a> Version Packages (<a href="https://redirect.github.com/sveltejs/devalue/issues/109">#109</a>)</li> <li><a href="https://github.com/sveltejs/devalue/commit/0623a47c9555b639c03ff1baea82951b2d9d1132"><code>0623a47</code></a> Merge commit from fork</li> <li><a href="https://github.com/sveltejs/devalue/commit/02d20e8a792e5daa387b23816aba0170fec7437e"><code>02d20e8</code></a> Version Packages (<a href="https://redirect.github.com/sveltejs/devalue/issues/108">#108</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/devalue/compare/v5.1.1...v5.4.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for devalue since your current version.</p> </details> <br /> Updates `vite` from 6.3.5 to 7.1.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>v7.1.11</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.11/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.10</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.10/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.9</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.9/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.8</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.8/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.7</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.7/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.6</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.6/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.5</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.5/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.4</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.4/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.3</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.3/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>[email protected]</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/[email protected]/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.2</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.2/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>[email protected]</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/[email protected]/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.1/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>[email protected]</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/[email protected]/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>[email protected]</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/[email protected]/packages/plugin-legacy/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>[email protected]</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/[email protected]/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.0/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.1.10...v7.1.11">7.1.11</a> (2025-10-20)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li><strong>dev:</strong> trim trailing slash before <code>server.fs.deny</code> check (<a href="https://redirect.github.com/vitejs/vite/issues/20968">#20968</a>) (<a href="https://github.com/vitejs/vite/commit/f479cc57c425ed41ceb434fecebd63931b1ed4ed">f479cc5</a>)</li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20966">#20966</a>) (<a href="https://github.com/vitejs/vite/commit/6fb41a260bda443685e719ea4765d3faca3db944">6fb41a2</a>)</li> </ul> <h3>Code Refactoring</h3> <ul> <li>use subpath imports for types module reference (<a href="https://redirect.github.com/vitejs/vite/issues/20921">#20921</a>) (<a href="https://github.com/vitejs/vite/commit/d0094af639d9ebbb51d4e00910b74f23eb8fe131">d0094af</a>)</li> </ul> <h3>Build System</h3> <ul> <li>remove cjs reference in files field (<a href="https://redirect.github.com/vitejs/vite/issues/20945">#20945</a>) (<a href="https://github.com/vitejs/vite/commit/ef411cee2696af3ba791879fdae9aad165f178b2">ef411ce</a>)</li> <li>remove hash from built filenames (<a href="https://redirect.github.com/vitejs/vite/issues/20946">#20946</a>) (<a href="https://github.com/vitejs/vite/commit/a81730754d655d1371ce0f4354af1c84e12f9f2d">a817307</a>)</li> </ul> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.1.9...v7.1.10">7.1.10</a> (2025-10-14)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li><strong>css:</strong> avoid duplicate style for server rendered stylesheet link and client inline style during dev (<a href="https://redirect.github.com/vitejs/vite/issues/20767">#20767</a>) (<a href="https://github.com/vitejs/vite/commit/3a92bc79b306a01b8aaf37f80b2239eaf6e488e7">3a92bc7</a>)</li> <li><strong>css:</strong> respect emitAssets when cssCodeSplit=false (<a href="https://redirect.github.com/vitejs/vite/issues/20883">#20883</a>) (<a href="https://github.com/vitejs/vite/commit/d3e7eeefa91e1992f47694d16fe4dbe708c4d80e">d3e7eee</a>)</li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://github.com/vitejs/vite/commit/879de86935a31b4e47ab907ddd859366518ce268">879de86</a>)</li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20894">#20894</a>) (<a href="https://github.com/vitejs/vite/commit/3213f90ff0d8f274bcec65f40aac6dfcff1ac244">3213f90</a>)</li> <li><strong>dev:</strong> allow aliases starting with <code>//</code> (<a href="https://redirect.github.com/vitejs/vite/issues/20760">#20760</a>) (<a href="https://github.com/vitejs/vite/commit/b95fa2aa7564eda4c9f05ee7616a2dbada35e463">b95fa2a</a>)</li> <li><strong>dev:</strong> remove timestamp query consistently (<a href="https://redirect.github.com/vitejs/vite/issues/20887">#20887</a>) (<a href="https://github.com/vitejs/vite/commit/6537d15591619d7e1cfc1e50599bec16cd88340f">6537d15</a>)</li> <li><strong>esbuild:</strong> inject esbuild helpers correctly for esbuild 0.25.9+ (<a href="https://redirect.github.com/vitejs/vite/issues/20906">#20906</a>) (<a href="https://github.com/vitejs/vite/commit/446eb386329ef682d614c77958a542f2dc222880">446eb38</a>)</li> <li>normalize path before calling <code>fileToBuiltUrl</code> (<a href="https://redirect.github.com/vitejs/vite/issues/20898">#20898</a>) (<a href="https://github.com/vitejs/vite/commit/73b6d243e0398ee5d8d44c7d24162f4a0f4b1cf1">73b6d24</a>)</li> <li>preserve original sourcemap file field when combining sourcemaps (<a href="https://redirect.github.com/vitejs/vite/issues/20926">#20926</a>) (<a href="https://github.com/vitejs/vite/commit/c714776aa1dcc24299a81c1495cbcbb1b1ef1dd3">c714776</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>correct <code>WebSocket</code> spelling (<a href="https://redirect.github.com/vitejs/vite/issues/20890">#20890</a>) (<a href="https://github.com/vitejs/vite/commit/29e98dc3efe35efbd978523367c05db7d2e7a278">29e98dc</a>)</li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li><strong>deps:</strong> update rolldown-related dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20923">#20923</a>) (<a href="https://github.com/vitejs/vite/commit/a5e3b064fa7ca981cb6f15f8e88806b36a99b8bf">a5e3b06</a>)</li> </ul> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.1.8...v7.1.9">7.1.9</a> (2025-10-03)<!-- raw HTML omitted --></h2> <h3>Reverts</h3> <ul> <li><strong>server:</strong> drain stdin when not interactive (<a href="https://redirect.github.com/vitejs/vite/issues/20885">#20885</a>) (<a href="https://github.com/vitejs/vite/commit/12d72b0538ef1540bfb0f1dd8a44b75deaa3464e">12d72b0</a>)</li> </ul> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.1.7...v7.1.8">7.1.8</a> (2025-10-02)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li><strong>css:</strong> improve url escape characters handling (<a href="https://redirect.github.com/vitejs/vite/issues/20847">#20847</a>) (<a href="https://github.com/vitejs/vite/commit/24a61a3f5404279e91f7ceebf7449a5e874f9d56">24a61a3</a>)</li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20855">#20855</a>) (<a href="https://github.com/vitejs/vite/commit/788a183afce57de13f5656f0cf42cdf6fdc3ebaa">788a183</a>)</li> <li><strong>deps:</strong> update artichokie to 0.4.2 (<a href="https://redirect.github.com/vitejs/vite/issues/20864">#20864</a>) (<a href="https://github.com/vitejs/vite/commit/e670799e123dca78e1a63aeb06dbadade3d5ab51">e670799</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/8b69c9e32c3606ae375a1333cd38e91848d27781"><code>8b69c9e</code></a> release: v7.1.11</li> <li><a href="https://github.com/vitejs/vite/commit/f479cc57c425ed41ceb434fecebd63931b1ed4ed"><code>f479cc5</code></a> fix(dev): trim trailing slash before <code>server.fs.deny</code> check (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20968">#20968</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6fb41a260bda443685e719ea4765d3faca3db944"><code>6fb41a2</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20966">#20966</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/a81730754d655d1371ce0f4354af1c84e12f9f2d"><code>a817307</code></a> build: remove hash from built filenames (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20946">#20946</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ef411cee2696af3ba791879fdae9aad165f178b2"><code>ef411ce</code></a> build: remove cjs reference in files field (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20945">#20945</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d0094af639d9ebbb51d4e00910b74f23eb8fe131"><code>d0094af</code></a> refactor: use subpath imports for types module reference (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20921">#20921</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ed4a0dc9132dc8436760dbd04825e29a57946369"><code>ed4a0dc</code></a> release: v7.1.10</li> <li><a href="https://github.com/vitejs/vite/commit/c714776aa1dcc24299a81c1495cbcbb1b1ef1dd3"><code>c714776</code></a> fix: preserve original sourcemap file field when combining sourcemaps (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20926">#20926</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/446eb386329ef682d614c77958a542f2dc222880"><code>446eb38</code></a> fix(esbuild): inject esbuild helpers correctly for esbuild 0.25.9+ (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20906">#20906</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/879de86935a31b4e47ab907ddd859366518ce268"><code>879de86</code></a> fix(deps): update all non-major dependencies</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v7.1.11/packages/vite">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for vite since your current version.</p> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Weburz/weburz.github.io/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4975ebe commit 7a3e60d

File tree

2 files changed

+2867
-1413
lines changed

2 files changed

+2867
-1413
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@nuxt/content": "^2.13.4",
12-
"nuxt": "^3.16.2",
12+
"nuxt": "^3.19.0",
1313
"vue": "^3.5.13",
1414
"vue-router": "^4.5.0"
1515
},

0 commit comments

Comments
 (0)