Skip to content

Commit

Permalink
build(deps-dev): bump vite from 3.2.10 to 3.2.11 in /internal/webui/d…
Browse files Browse the repository at this point in the history
…evui (#1330)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite)
from 3.2.10 to 3.2.11.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/v3.2.11/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->3.2.11 (2024-09-17)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18112">#18112</a>,
fs raw query (<a
href="https://github.com/vitejs/vite/commit/a6da450">a6da450</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18112">#18112</a></li>
<li>fix: backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18115">#18115</a>,
DOM Clobbering in (<a
href="https://github.com/vitejs/vite/commit/2ddd854">2ddd854</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18115">#18115</a></li>
<li>fix(importAnalysis): backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13712">#13712</a>,
strip url base before passing as safeModulePaths (<a
href="https://github.com/vitejs/vite/commit/5d1d81e">5d1d81e</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/13712">#13712</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitejs/vite/commit/45b8644543f1adfb9c02bf88461278d9f7119642"><code>45b8644</code></a>
release: v3.2.11</li>
<li><a
href="https://github.com/vitejs/vite/commit/5d1d81ec839bb7070c2b4c78ed2f42bb65ca88b4"><code>5d1d81e</code></a>
fix(importAnalysis): backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13712">#13712</a>,
strip url base before passing as safeMo...</li>
<li><a
href="https://github.com/vitejs/vite/commit/2ddd8541ec3b2d2e5b698749e0f2362ef28056bd"><code>2ddd854</code></a>
fix: backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18115">#18115</a>,
DOM Clobbering in</li>
<li><a
href="https://github.com/vitejs/vite/commit/a6da45082b6e73ddfdcdcc06bb5414f976a388d6"><code>a6da450</code></a>
fix: backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18112">#18112</a>,
fs raw query</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite/commits/v3.2.11/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=3.2.10&new-version=3.2.11)](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/namespacelabs/foundation/network/alerts).

</details>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niklas Gehlen <[email protected]>
  • Loading branch information
dependabot[bot] and n-g authored Sep 20, 2024
1 parent 7a1dd2e commit 7c23e65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion internal/devsession/webui.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
WebPackage schema.PackageName = "namespacelabs.dev/foundation/internal/webui/devui"

baseRepository = "registry.eu-services.namespace.systems"
prebuilt = "sha256:c2dd09514559903b54bc4f79cf018e21bc8e697bcdd50194bc60a633a17abf95"
prebuilt = "sha256:05a9096e9a9820d4e323519185b9115e0a9d7f0ae45096338e6d99d24acecc99"
)

func PrebuiltWebUI(ctx context.Context) (*mux.Router, error) {
Expand Down
9 changes: 5 additions & 4 deletions internal/webui/devui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2174,6 +2174,7 @@ __metadata:
postcss: ^8.4.31
react: 17
react-dom: 17
semver: ^7.5.2
typescript: ^4.5.4
typescript-plugin-css-modules: ^5.0.2
vite: 3.x
Expand Down Expand Up @@ -2248,7 +2249,7 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^7.3.5":
"semver@npm:^7.3.5, semver@npm:^7.5.2":
version: 7.6.3
resolution: "semver@npm:7.6.3"
bin:
Expand Down Expand Up @@ -2541,8 +2542,8 @@ __metadata:
linkType: hard

"vite@npm:3.x":
version: 3.2.10
resolution: "vite@npm:3.2.10"
version: 3.2.11
resolution: "vite@npm:3.2.11"
dependencies:
esbuild: ^0.15.9
fsevents: ~2.3.2
Expand Down Expand Up @@ -2574,7 +2575,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 6772a0fce62d56d2d4480439a63a43a33ccb111aba981633947c7991bbba5414ad54711d835af464f851a176c3b0a93d8b07952d52fa52bcd5507220f83df443
checksum: ed548985faef2dfd3c2fa9cf9c70c5369a4f68aa054605a9d2c1783780df7a7e63adcb96af86e14c6c83c66d2db0f64ec05d5ea1d6b9aebce66a479d050bb7d5
languageName: node
linkType: hard

Expand Down

0 comments on commit 7c23e65

Please sign in to comment.