dependabot[bot] opened a new pull request, #2263:
URL: https://github.com/apache/jena/pull/2263

   Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 
5.0.12 to 5.1.1.
   <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>[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>
   </blockquote>
   </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 -->5.1.1 (2024-02-09)<!-- raw HTML omitted --></h2>
   <ul>
   <li>fix: empty CSS file was output when only .css?url is used (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15846";>#15846</a>)
 (<a href="https://github.com/vitejs/vite/commit/b2873ac";>b2873ac</a>), closes 
<a href="https://redirect.github.com/vitejs/vite/issues/15846";>#15846</a></li>
   <li>fix: skip not only .js but also .mjs manifest entries (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15841";>#15841</a>)
 (<a href="https://github.com/vitejs/vite/commit/3d860e7";>3d860e7</a>), closes 
<a href="https://redirect.github.com/vitejs/vite/issues/15841";>#15841</a></li>
   <li>chore: post 5.1 release edits (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15840";>#15840</a>)
 (<a href="https://github.com/vitejs/vite/commit/9da6502";>9da6502</a>), closes 
<a href="https://redirect.github.com/vitejs/vite/issues/15840";>#15840</a></li>
   </ul>
   <h2>5.1.0 (2024-02-08)</h2>
   <p>Vite 5.1 is out! Read the announcement blog post at <a 
href="https://vitejs.dev/blog/announcing-vite5-1";>https://vitejs.dev/blog/announcing-vite5-1</a>!</p>
   <ul>
   <li>chore: revert <a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15746";>#15746</a>
 (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15839";>#15839</a>)
 (<a href="https://github.com/vitejs/vite/commit/ed875f8";>ed875f8</a>), closes 
<a href="https://redirect.github.com/vitejs/vite/issues/15746";>#15746</a> <a 
href="https://redirect.github.com/vitejs/vite/issues/15839";>#15839</a></li>
   <li>fix: pass <code>customLogger</code> to <code>loadConfigFromFile</code> 
(fix <a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15824";>#15824</a>)
 (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15831";>#15831</a>)
 (<a href="https://github.com/vitejs/vite/commit/55a3427";>55a3427</a>), closes 
<a href="https://redirect.github.com/vitejs/vite/issues/15824";>#15824</a> <a 
href="https://redirect.github.com/vitejs/vite/issues/15831";>#15831</a></li>
   <li>fix(deps): update all non-major dependencies (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15803";>#15803</a>)
 (<a href="https://github.com/vitejs/vite/commit/e0a6ef2";>e0a6ef2</a>), closes 
<a href="https://redirect.github.com/vitejs/vite/issues/15803";>#15803</a></li>
   <li>refactor: remove <code>vite build --force</code> (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15837";>#15837</a>)
 (<a href="https://github.com/vitejs/vite/commit/f1a4242";>f1a4242</a>), closes 
<a href="https://redirect.github.com/vitejs/vite/issues/15837";>#15837</a></li>
   </ul>
   <h2>5.1.0-beta.7 (2024-02-07)</h2>
   <ul>
   <li>fix: disable fs.cachedChecks for custom watch ignore patterns (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15828";>#15828</a>)
 (<a href="https://github.com/vitejs/vite/commit/9070be3";>9070be3</a>), closes 
<a href="https://redirect.github.com/vitejs/vite/issues/15828";>#15828</a></li>
   <li>fix: judge next dirent cache type (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15787";>#15787</a>)
 (<a href="https://github.com/vitejs/vite/commit/5fbeba3";>5fbeba3</a>), closes 
<a href="https://redirect.github.com/vitejs/vite/issues/15787";>#15787</a></li>
   <li>fix: scan entries when the root is in node_modules (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15746";>#15746</a>)
 (<a href="https://github.com/vitejs/vite/commit/c3e83bb";>c3e83bb</a>), closes 
<a href="https://redirect.github.com/vitejs/vite/issues/15746";>#15746</a></li>
   <li>fix(config): improved warning when root path includes bad characters (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15761";>#15761</a>)
 (<a href="https://github.com/vitejs/vite/commit/1c0dc3d";>1c0dc3d</a>), closes 
<a href="https://redirect.github.com/vitejs/vite/issues/15761";>#15761</a></li>
   <li>docs: fix typos in CHANGELOG (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15825";>#15825</a>)
 (<a href="https://github.com/vitejs/vite/commit/3ee4e7b";>3ee4e7b</a>), closes 
<a href="https://redirect.github.com/vitejs/vite/issues/15825";>#15825</a></li>
   <li>perf: use transform cache by resolved id (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15785";>#15785</a>)
 (<a href="https://github.com/vitejs/vite/commit/78d838a";>78d838a</a>), closes 
<a href="https://redirect.github.com/vitejs/vite/issues/15785";>#15785</a></li>
   <li>chore: release notes (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15777";>#15777</a>)
 (<a href="https://github.com/vitejs/vite/commit/775bb50";>775bb50</a>), closes 
<a href="https://redirect.github.com/vitejs/vite/issues/15777";>#15777</a></li>
   </ul>
   <h2>5.1.0-beta.6 (2024-02-01)</h2>
   <ul>
   <li>feat: experimental Vite Runtime API (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12165";>#12165</a>)
 (<a href="https://github.com/vitejs/vite/commit/8b3ab07";>8b3ab07</a>), closes 
<a href="https://redirect.github.com/vitejs/vite/issues/12165";>#12165</a></li>
   <li>fix: add ref() and unref() to chokidar.d.ts for typescript build to work 
(<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15706";>#15706</a>)
 (<a href="https://github.com/vitejs/vite/commit/6b45037";>6b45037</a>), closes 
<a href="https://redirect.github.com/vitejs/vite/issues/15706";>#15706</a></li>
   <li>perf: simplify explicit import mark in import analysis (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15724";>#15724</a>)
 (<a href="https://github.com/vitejs/vite/commit/2805b2d";>2805b2d</a>), closes 
<a href="https://redirect.github.com/vitejs/vite/issues/15724";>#15724</a></li>
   </ul>
   <h2>5.1.0-beta.5 (2024-01-27)</h2>
   <ul>
   <li>fix: do not init optimizer during build (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15727";>#15727</a>)
 (<a href="https://github.com/vitejs/vite/commit/a08f646";>a08f646</a>), closes 
<a href="https://redirect.github.com/vitejs/vite/issues/15727";>#15727</a></li>
   <li>fix(deps): update all non-major dependencies (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15675";>#15675</a>)
 (<a href="https://github.com/vitejs/vite/commit/4d9363a";>4d9363a</a>), closes 
<a href="https://redirect.github.com/vitejs/vite/issues/15675";>#15675</a></li>
   </ul>
   <h2>5.1.0-beta.4 (2024-01-26)</h2>
   <ul>
   <li>perf: lazy load rollup during dev (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15621";>#15621</a>)
 (<a href="https://github.com/vitejs/vite/commit/6f88a90";>6f88a90</a>), closes 
<a href="https://redirect.github.com/vitejs/vite/issues/15621";>#15621</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/8e946a10096738399cc11d87c911d4c91fadbb45";><code>8e946a1</code></a>
 release: v5.1.1</li>
   <li><a 
href="https://github.com/vitejs/vite/commit/b2873ac3936de25ca8784327cb9ef16bd4881805";><code>b2873ac</code></a>
 fix: empty CSS file was output when only .css?url is used (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15846";>#15846</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite/commit/3d860e7916b9b160da39d080d7d6d72ab8d56ae9";><code>3d860e7</code></a>
 fix: skip not only .js but also .mjs manifest entries (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15841";>#15841</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite/commit/9da6502fe7015d33aaaae59031f7f3aa448f484b";><code>9da6502</code></a>
 chore: post 5.1 release edits (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15840";>#15840</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite/commit/3036bef6679281a0cb4ded09ff884f965a334864";><code>3036bef</code></a>
 release: v5.1.0</li>
   <li><a 
href="https://github.com/vitejs/vite/commit/ed875f88f6e40333807001279d29d45789fe8c21";><code>ed875f8</code></a>
 chore: revert <a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15746";>#15746</a>
 (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15839";>#15839</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite/commit/e0a6ef2b9e6f1df8c5e71efab6182b7cf662d18d";><code>e0a6ef2</code></a>
 fix(deps): update all non-major dependencies (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15803";>#15803</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite/commit/f1a42429e1d24230a4a78cca82657e2d3602a7b2";><code>f1a4242</code></a>
 refactor: remove <code>vite build --force</code> (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15837";>#15837</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite/commit/55a3427ef8ff491de913f304cb404551e33265bd";><code>55a3427</code></a>
 fix: pass <code>customLogger</code> to <code>loadConfigFromFile</code> (fix <a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15824";>#15824</a>)
 (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15831";>#15831</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite/commit/0f9c72a886780689a9f96bc010154524d8c4337a";><code>0f9c72a</code></a>
 release: v5.1.0-beta.7</li>
   <li>Additional commits viewable in <a 
href="https://github.com/vitejs/vite/commits/v5.1.1/packages/vite";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite&package-manager=npm_and_yarn&previous-version=5.0.12&new-version=5.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to