Skip to content

Commit 2d5ad98

Browse files
chore(lambda): bump vite from 7.1.4 to 7.1.5 in /lambdas in the vite group (#4752)
Bumps the vite group in /lambdas with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 7.1.4 to 7.1.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>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> </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 --><a href="https://github.com/vitejs/vite/compare/v7.1.4...v7.1.5">7.1.5</a> (2025-09-08)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li>apply <code>fs.strict</code> check to HTML files (<a href="https://redirect.github.com/vitejs/vite/issues/20736">#20736</a>) (<a href="https://github.com/vitejs/vite/commit/14015d794f69accba68798bd0e15135bc51c9c1e">14015d7</a>)</li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20732">#20732</a>) (<a href="https://github.com/vitejs/vite/commit/122bfbabeb1f095ce7cabd30893e5531e9a007c4">122bfba</a>)</li> <li>upgrade sirv to 3.0.2 (<a href="https://redirect.github.com/vitejs/vite/issues/20735">#20735</a>) (<a href="https://github.com/vitejs/vite/commit/09f2b52e8d5907f26602653caf41b3a56692600d">09f2b52</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/564754061e9494f355370e31ee9d7ea5abef6037"><code>5647540</code></a> release: v7.1.5</li> <li><a href="https://github.com/vitejs/vite/commit/09f2b52e8d5907f26602653caf41b3a56692600d"><code>09f2b52</code></a> fix: upgrade sirv to 3.0.2 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20735">#20735</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/14015d794f69accba68798bd0e15135bc51c9c1e"><code>14015d7</code></a> fix: apply <code>fs.strict</code> check to HTML files (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20736">#20736</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/122bfbabeb1f095ce7cabd30893e5531e9a007c4"><code>122bfba</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20732">#20732</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v7.1.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=7.1.4&new-version=7.1.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 </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1fc744d commit 2d5ad98

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

lambdas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"ts-node": "^10.9.2",
4141
"ts-node-dev": "^2.0.0",
4242
"typescript": "^5.8.3",
43-
"vite": "^7.1.4",
43+
"vite": "^7.1.5",
4444
"vitest": "^3.2.4"
4545
},
4646
"packageManager": "[email protected]"

lambdas/yarn.lock

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9175,7 +9175,7 @@ __metadata:
91759175
ts-node: "npm:^10.9.2"
91769176
ts-node-dev: "npm:^2.0.0"
91779177
typescript: "npm:^5.8.3"
9178-
vite: "npm:^7.1.4"
9178+
vite: "npm:^7.1.5"
91799179
vitest: "npm:^3.2.4"
91809180
languageName: unknown
91819181
linkType: soft
@@ -11287,6 +11287,16 @@ __metadata:
1128711287
languageName: node
1128811288
linkType: hard
1128911289

11290+
"tinyglobby@npm:^0.2.15":
11291+
version: 0.2.15
11292+
resolution: "tinyglobby@npm:0.2.15"
11293+
dependencies:
11294+
fdir: "npm:^6.5.0"
11295+
picomatch: "npm:^4.0.3"
11296+
checksum: 10c0/869c31490d0d88eedb8305d178d4c75e7463e820df5a9b9d388291daf93e8b1eb5de1dad1c1e139767e4269fe75f3b10d5009b2cc14db96ff98986920a186844
11297+
languageName: node
11298+
linkType: hard
11299+
1129011300
"tinypool@npm:^1.1.1":
1129111301
version: 1.1.1
1129211302
resolution: "tinypool@npm:1.1.1"
@@ -11767,17 +11777,17 @@ __metadata:
1176711777
languageName: node
1176811778
linkType: hard
1176911779

11770-
"vite@npm:^7.1.4":
11771-
version: 7.1.4
11772-
resolution: "vite@npm:7.1.4"
11780+
"vite@npm:^7.1.5":
11781+
version: 7.1.5
11782+
resolution: "vite@npm:7.1.5"
1177311783
dependencies:
1177411784
esbuild: "npm:^0.25.0"
1177511785
fdir: "npm:^6.5.0"
1177611786
fsevents: "npm:~2.3.3"
1177711787
picomatch: "npm:^4.0.3"
1177811788
postcss: "npm:^8.5.6"
1177911789
rollup: "npm:^4.43.0"
11780-
tinyglobby: "npm:^0.2.14"
11790+
tinyglobby: "npm:^0.2.15"
1178111791
peerDependencies:
1178211792
"@types/node": ^20.19.0 || >=22.12.0
1178311793
jiti: ">=1.21.0"
@@ -11818,7 +11828,7 @@ __metadata:
1181811828
optional: true
1181911829
bin:
1182011830
vite: bin/vite.js
11821-
checksum: 10c0/dbe2ba29926ffe8985c93d1b3718dcc9040080b7fa10a74c82a52aad7449136a391ba17b265288ff03b864e6f1033b9b537247521a96d5491a9d4af90ac04702
11831+
checksum: 10c0/782d2f20c25541b26d1fb39bef5f194149caff39dc25b7836e25f049ca919f2e2ce186bddb21f3f20f6195354b3579ec637a8ca08d65b117f8b6f81e3e730a9c
1182211832
languageName: node
1182311833
linkType: hard
1182411834

0 commit comments

Comments
 (0)