Skip to content

Commit 2817bb3

Browse files
chore(lambda): bump @nx/vite from 20.6.1 to 20.6.2 in /lambdas (#4499)
Bumps [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite) from 20.6.1 to 20.6.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nrwl/nx/releases"><code>@​nx/vite</code>'s releases</a>.</em></p> <blockquote> <h2>20.6.2 (2025-03-19)</h2> <h3>🚀 Features</h3> <ul> <li><strong>nx-dev:</strong> add angular architecture blog post (<a href="https://redirect.github.com/nrwl/nx/pull/30400">#30400</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>js:</strong> update tinyglobby to speed up shallow file matching (<a href="https://redirect.github.com/nrwl/nx/pull/30415">#30415</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Jack Hsu <a href="https://github.com/jaysoo"><code>@​jaysoo</code></a></li> <li>Juri Strumpflohner <a href="https://github.com/juristr"><code>@​juristr</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/20.6.2/packages/vite">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nx/vite&package-manager=npm_and_yarn&previous-version=20.6.1&new-version=20.6.2)](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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8e1828 commit 2817bb3

File tree

2 files changed

+262
-8
lines changed

2 files changed

+262
-8
lines changed

lambdas/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@nx/eslint": "20.6.1",
2525
"@nx/js": "^20.6.1",
26-
"@nx/vite": "^20.6.1",
26+
"@nx/vite": "^20.6.2",
2727
"@swc-node/register": "~1.10.10",
2828
"@swc/core": "~1.10.18",
2929
"@swc/helpers": "~0.5.15",

0 commit comments

Comments
 (0)