[PR #3766] [CLOSED] build(deps-dev): bump vite from 3.2.4 to 3.2.8 #4520

Closed
opened 2026-03-17 02:02:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3766
Author: @dependabot[bot]
Created: 1/19/2024
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/vite-3.2.8


📝 Commits (1)

  • e713b82 build(deps-dev): bump vite from 3.2.4 to 3.2.8

📊 Changes

7 files changed (+182 additions, -564 deletions)

View changed files

📝 packages/hoppscotch-common/package.json (+1 -1)
📝 packages/hoppscotch-data/package.json (+1 -1)
📝 packages/hoppscotch-js-sandbox/package.json (+1 -1)
📝 packages/hoppscotch-selfhost-desktop/package.json (+1 -1)
📝 packages/hoppscotch-selfhost-web/package.json (+1 -1)
📝 packages/hoppscotch-sh-admin/package.json (+1 -1)
📝 pnpm-lock.yaml (+176 -558)

📄 Description

Bumps vite from 3.2.4 to 3.2.8.

Changelog

Sourced from vite's changelog.

3.2.8 (2024-01-19)

  • fix: fs deny for case insensitive (a26c87d)

3.2.7 (2023-05-26)

3.2.6 (2023-04-18)

3.2.5 (2022-12-05)

Commits

Dependabot compatibility score

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 commands and options

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.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/3766 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/19/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/vite-3.2.8` --- ### 📝 Commits (1) - [`e713b82`](https://github.com/hoppscotch/hoppscotch/commit/e713b82241122181b67b910050ac3804b4cf2127) build(deps-dev): bump vite from 3.2.4 to 3.2.8 ### 📊 Changes **7 files changed** (+182 additions, -564 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/package.json` (+1 -1) 📝 `packages/hoppscotch-data/package.json` (+1 -1) 📝 `packages/hoppscotch-js-sandbox/package.json` (+1 -1) 📝 `packages/hoppscotch-selfhost-desktop/package.json` (+1 -1) 📝 `packages/hoppscotch-selfhost-web/package.json` (+1 -1) 📝 `packages/hoppscotch-sh-admin/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+176 -558) </details> ### 📄 Description Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.4 to 3.2.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v3.2.8/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->3.2.8 (2024-01-19)<!-- raw HTML omitted --></h2> <ul> <li>fix: fs deny for case insensitive (<a href="https://github.com/vitejs/vite/commit/a26c87d">a26c87d</a>)</li> </ul> <h2><!-- raw HTML omitted -->3.2.7 (2023-05-26)<!-- raw HTML omitted --></h2> <ul> <li>fix: port <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13348">#13348</a> to v3, fs.deny with leading double slash (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13349">#13349</a>) (<a href="https://github.com/vitejs/vite/commit/0574f80">0574f80</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13348">#13348</a> <a href="https://redirect.github.com/vitejs/vite/issues/13349">#13349</a></li> </ul> <h2><!-- raw HTML omitted -->3.2.6 (2023-04-18)<!-- raw HTML omitted --></h2> <ul> <li>fix: escape msg in render restricted error html, backport (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12889">#12889</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12892">#12892</a>) (<a href="https://github.com/vitejs/vite/commit/b48ac2a">b48ac2a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/12889">#12889</a> <a href="https://redirect.github.com/vitejs/vite/issues/12892">#12892</a></li> </ul> <h2><!-- raw HTML omitted -->3.2.5 (2022-12-05)<!-- raw HTML omitted --></h2> <ul> <li>chore: cherry pick more v4 bug fixes to v3 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/11189">#11189</a>) (<a href="https://github.com/vitejs/vite/commit/eba9b42">eba9b42</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/11189">#11189</a> <a href="https://redirect.github.com/vitejs/vite/issues/10949">#10949</a> <a href="https://redirect.github.com/vitejs/vite/issues/11056">#11056</a> <a href="https://redirect.github.com/vitejs/vite/issues/8663">#8663</a> <a href="https://redirect.github.com/vitejs/vite/issues/10958">#10958</a> <a href="https://redirect.github.com/vitejs/vite/issues/11120">#11120</a> <a href="https://redirect.github.com/vitejs/vite/issues/11122">#11122</a> <a href="https://redirect.github.com/vitejs/vite/issues/11123">#11123</a> <a href="https://redirect.github.com/vitejs/vite/issues/11132">#11132</a></li> <li>chore: cherry pick v4 bug fix to v3 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/11110">#11110</a>) (<a href="https://github.com/vitejs/vite/commit/c93a526">c93a526</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/11110">#11110</a> <a href="https://redirect.github.com/vitejs/vite/issues/10941">#10941</a> <a href="https://redirect.github.com/vitejs/vite/issues/10987">#10987</a> <a href="https://redirect.github.com/vitejs/vite/issues/10985">#10985</a> <a href="https://redirect.github.com/vitejs/vite/issues/11067">#11067</a></li> <li>fix: relocated logger to respect config. (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10787">#10787</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10967">#10967</a>) (<a href="https://github.com/vitejs/vite/commit/bc3b5a9">bc3b5a9</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/10787">#10787</a> <a href="https://redirect.github.com/vitejs/vite/issues/10967">#10967</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/7e3a86638e1585702e7fb8eaf8ede43740a6a44e"><code>7e3a866</code></a> release: v3.2.8</li> <li><a href="https://github.com/vitejs/vite/commit/a26c87d20f9af306b5ce3ff1648be7fa5146c278"><code>a26c87d</code></a> fix: fs deny for case insensitive</li> <li><a href="https://github.com/vitejs/vite/commit/494f36b6678d135b376a104ca0309dc75af4e2f2"><code>494f36b</code></a> release: v3.2.7</li> <li><a href="https://github.com/vitejs/vite/commit/0574f80751aa5fb383930049a8c370e90db9c4c7"><code>0574f80</code></a> fix: port <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13348">#13348</a> to v3, fs.deny with leading double slash (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13349">#13349</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/f4947603acf6e817d2618e9f0ebd0f120a2071bb"><code>f494760</code></a> release: v3.2.6</li> <li><a href="https://github.com/vitejs/vite/commit/b48ac2a61891c3135639546708d65e5348c566fe"><code>b48ac2a</code></a> fix: escape msg in render restricted error html, backport (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12889">#12889</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12892">#12892</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/77ee19b7cc3cc40605ee85e4a60abf26d1f7b92a"><code>77ee19b</code></a> release: v3.2.5</li> <li><a href="https://github.com/vitejs/vite/commit/eba9b423ff92c01e52b5e73a69eeded3b608293d"><code>eba9b42</code></a> chore: cherry pick more v4 bug fixes to v3 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/11189">#11189</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/c93a5269fb1dab4f9b72e1d6c40e406e5b6aeafd"><code>c93a526</code></a> chore: cherry pick v4 bug fix to v3 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/11110">#11110</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/bc3b5a94499e99885eca5161d97a2eb2666221e0"><code>bc3b5a9</code></a> fix: relocated logger to respect config. (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10787">#10787</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10967">#10967</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v3.2.8/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.4&new-version=3.2.8)](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/hoppscotch/hoppscotch/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:02:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4520
No description provided.