Skip to content

Commit f0d8396

Browse files
chore(lambda): bump vite from 6.2.3 to 6.2.4 in /lambdas (#4511)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.3 to 6.2.4. <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.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.4/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <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/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.4/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.4)](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/github-aws-runners/terraform-aws-github-runner/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ac07f5 commit f0d8396

File tree

2 files changed

+55
-3
lines changed

2 files changed

+55
-3
lines changed

lambdas/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"ts-node": "^10.9.2",
4040
"ts-node-dev": "^2.0.0",
4141
"typescript": "^5.8.2",
42-
"vite": "^6.2.3",
42+
"vite": "^6.2.4",
4343
"vitest": "^3.0.9"
4444
},
4545
"packageManager": "[email protected]"

lambdas/yarn.lock

+54-2
Original file line numberDiff line numberDiff line change
@@ -8406,7 +8406,7 @@ __metadata:
84068406
ts-node: "npm:^10.9.2"
84078407
ts-node-dev: "npm:^2.0.0"
84088408
typescript: "npm:^5.8.2"
8409-
vite: "npm:^6.2.3"
8409+
vite: "npm:^6.2.4"
84108410
vitest: "npm:^3.0.9"
84118411
languageName: unknown
84128412
linkType: soft
@@ -10803,7 +10803,7 @@ __metadata:
1080310803
languageName: node
1080410804
linkType: hard
1080510805

10806-
"vite@npm:^5.0.0 || ^6.0.0, vite@npm:^6.2.3":
10806+
"vite@npm:^5.0.0 || ^6.0.0":
1080710807
version: 6.2.3
1080810808
resolution: "vite@npm:6.2.3"
1080910809
dependencies:
@@ -10855,6 +10855,58 @@ __metadata:
1085510855
languageName: node
1085610856
linkType: hard
1085710857

10858+
"vite@npm:^6.2.4":
10859+
version: 6.2.4
10860+
resolution: "vite@npm:6.2.4"
10861+
dependencies:
10862+
esbuild: "npm:^0.25.0"
10863+
fsevents: "npm:~2.3.3"
10864+
postcss: "npm:^8.5.3"
10865+
rollup: "npm:^4.30.1"
10866+
peerDependencies:
10867+
"@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0
10868+
jiti: ">=1.21.0"
10869+
less: "*"
10870+
lightningcss: ^1.21.0
10871+
sass: "*"
10872+
sass-embedded: "*"
10873+
stylus: "*"
10874+
sugarss: "*"
10875+
terser: ^5.16.0
10876+
tsx: ^4.8.1
10877+
yaml: ^2.4.2
10878+
dependenciesMeta:
10879+
fsevents:
10880+
optional: true
10881+
peerDependenciesMeta:
10882+
"@types/node":
10883+
optional: true
10884+
jiti:
10885+
optional: true
10886+
less:
10887+
optional: true
10888+
lightningcss:
10889+
optional: true
10890+
sass:
10891+
optional: true
10892+
sass-embedded:
10893+
optional: true
10894+
stylus:
10895+
optional: true
10896+
sugarss:
10897+
optional: true
10898+
terser:
10899+
optional: true
10900+
tsx:
10901+
optional: true
10902+
yaml:
10903+
optional: true
10904+
bin:
10905+
vite: bin/vite.js
10906+
checksum: 10c0/5a011ee5cce91de023a22564a314f04bf64d0d02b420d92c3d539d10257448d60e98e52b491404656426fba4a50dc25f107282540d7388fc5303dc441280155e
10907+
languageName: node
10908+
linkType: hard
10909+
1085810910
"vitest@npm:^3.0.9":
1085910911
version: 3.0.9
1086010912
resolution: "vitest@npm:3.0.9"

0 commit comments

Comments
 (0)