Skip to content

Commit 7817650

Browse files
chore(deps-dev): bump vite from 6.2.3 to 6.2.5 (#3305)
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 6.2.3 to 6.2.5 <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>v6.2.5</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.2.5/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.2.4</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.2.4/packages/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/v6.2.5/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->6.2.5 (2025-04-03)<!-- raw HTML omitted --></h2> <ul> <li>fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19782">#19782</a>, fs check with svg and relative paths (<a href="https://github.com/vitejs/vite/commit/fdb196e9f8672dba32cf5156c81665c7e82ac581">fdb196e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19782">#19782</a></li> </ul> <h2><!-- raw HTML omitted -->6.2.4 (2025-03-31)<!-- raw HTML omitted --></h2> <ul> <li>fix: fs check in transform middleware (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19761">#19761</a>) (<a href="https://github.com/vitejs/vite/commit/7a4fabab6a3aa24c89144e15a13d78f92b52e588">7a4faba</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19761">#19761</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/c176acf70a113c33c33cb24b63ab7260e713d4b2"><code>c176acf</code></a> release: v6.2.5</li> <li><a href="https://github.com/vitejs/vite/commit/fdb196e9f8672dba32cf5156c81665c7e82ac581"><code>fdb196e</code></a> fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19782">#19782</a>, fs check with svg and relative paths</li> <li><a href="https://github.com/vitejs/vite/commit/037f801075ec35bb6e52145d659f71a23813c48f"><code>037f801</code></a> release: v6.2.4</li> <li><a href="https://github.com/vitejs/vite/commit/7a4fabab6a3aa24c89144e15a13d78f92b52e588"><code>7a4faba</code></a> fix: fs check in transform middleware (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19761">#19761</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v6.2.5/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=6.2.3&new-version=6.2.5)](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 <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/MetaMask/snaps/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: MetaMask Bot <[email protected]>
1 parent 41f8c21 commit 7817650

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"tsx": "^4.19.1",
122122
"typescript": "~5.3.3",
123123
"typescript-eslint": "^8.6.0",
124-
"vite": "^6.2.3"
124+
"vite": "^6.2.5"
125125
},
126126
"packageManager": "[email protected]",
127127
"engines": {

packages/snaps-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"rimraf": "^4.1.2",
144144
"ts-node": "^10.9.1",
145145
"typescript": "~5.3.3",
146-
"vite": "^6.2.3",
146+
"vite": "^6.2.5",
147147
"vite-plugin-node-polyfills": "^0.23.0",
148148
"vite-tsconfig-paths": "^4.0.5",
149149
"vitest": "^3.0.8"

packages/snaps-execution-environments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"terser": "^5.17.7",
119119
"ts-node": "^10.9.1",
120120
"typescript": "~5.3.3",
121-
"vite": "^6.2.3",
121+
"vite": "^6.2.5",
122122
"vite-tsconfig-paths": "^4.0.5",
123123
"vitest": "^3.0.8",
124124
"yargs": "^17.7.1"

packages/snaps-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"rimraf": "^4.1.2",
132132
"ts-node": "^10.9.1",
133133
"typescript": "~5.3.3",
134-
"vite": "^6.2.3",
134+
"vite": "^6.2.5",
135135
"vite-plugin-node-polyfills": "^0.23.0",
136136
"vite-tsconfig-paths": "^4.0.5",
137137
"vitest": "^3.0.8"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4108,7 +4108,7 @@ __metadata:
41084108
tar-stream: "npm:^3.1.7"
41094109
ts-node: "npm:^10.9.1"
41104110
typescript: "npm:~5.3.3"
4111-
vite: "npm:^6.2.3"
4111+
vite: "npm:^6.2.5"
41124112
vite-plugin-node-polyfills: "npm:^0.23.0"
41134113
vite-tsconfig-paths: "npm:^4.0.5"
41144114
vitest: "npm:^3.0.8"
@@ -4175,7 +4175,7 @@ __metadata:
41754175
terser: "npm:^5.17.7"
41764176
ts-node: "npm:^10.9.1"
41774177
typescript: "npm:~5.3.3"
4178-
vite: "npm:^6.2.3"
4178+
vite: "npm:^6.2.5"
41794179
vite-tsconfig-paths: "npm:^4.0.5"
41804180
vitest: "npm:^3.0.8"
41814181
yargs: "npm:^17.7.1"
@@ -4412,7 +4412,7 @@ __metadata:
44124412
ts-node: "npm:^10.9.1"
44134413
typescript: "npm:~5.3.3"
44144414
validate-npm-package-name: "npm:^5.0.0"
4415-
vite: "npm:^6.2.3"
4415+
vite: "npm:^6.2.5"
44164416
vite-plugin-node-polyfills: "npm:^0.23.0"
44174417
vite-tsconfig-paths: "npm:^4.0.5"
44184418
vitest: "npm:^3.0.8"
@@ -15975,7 +15975,7 @@ __metadata:
1597515975
tsx: "npm:^4.19.1"
1597615976
typescript: "npm:~5.3.3"
1597715977
typescript-eslint: "npm:^8.6.0"
15978-
vite: "npm:^6.2.3"
15978+
vite: "npm:^6.2.5"
1597915979
languageName: unknown
1598015980
linkType: soft
1598115981

@@ -18064,9 +18064,9 @@ __metadata:
1806418064
languageName: node
1806518065
linkType: hard
1806618066

18067-
"vite@npm:^5.0.0 || ^6.0.0, vite@npm:^6.2.3":
18068-
version: 6.2.3
18069-
resolution: "vite@npm:6.2.3"
18067+
"vite@npm:^5.0.0 || ^6.0.0, vite@npm:^6.2.5":
18068+
version: 6.2.5
18069+
resolution: "vite@npm:6.2.5"
1807018070
dependencies:
1807118071
esbuild: "npm:^0.25.0"
1807218072
fsevents: "npm:~2.3.3"
@@ -18112,7 +18112,7 @@ __metadata:
1811218112
optional: true
1811318113
bin:
1811418114
vite: bin/vite.js
18115-
checksum: 10/3cd7b3a8d9a31c8eb7141004ddb1c9489afa0cdaf0ccbf41dacee121a8f13062d0fb2cee160589aaf1c534a02402aac674f1b1618876ba0bd299b55f69b2b495
18115+
checksum: 10/354023589439e7e2bcb77af79d24cd06ce20cfc48b409e663c44e515b373b89eb8f29362223eac16a3ff080d3114e40bc5df158372279d92ad03eb270f9e9762
1811618116
languageName: node
1811718117
linkType: hard
1811818118

0 commit comments

Comments
 (0)