Skip to content

Commit 60b7a37

Browse files
chore(lambda): bump the nx group in /lambdas with 3 updates (#4771)
Bumps the nx group in /lambdas with 3 updates: [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint), [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) and [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite). Updates `@nx/eslint` from 21.5.1 to 21.5.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nrwl/nx/releases"><code>@​nx/eslint</code>'s releases</a>.</em></p> <blockquote> <h2>21.5.2 (2025-09-11)</h2> <h3>🚀 Features</h3> <ul> <li><strong>docker:</strong> add env var for providing docker registry (<a href="https://redirect.github.com/nrwl/nx/pull/32676">#32676</a>)</li> <li><strong>misc:</strong> add Cookiebot global scripts to astro-docs (<a href="https://redirect.github.com/nrwl/nx/pull/32660">#32660</a>)</li> <li><strong>rspack:</strong> respect deleteOutputPath option in rspack executor (<a href="https://redirect.github.com/nrwl/nx/pull/32609">#32609</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32015">#32015</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>bundling:</strong> postcss-cli-resources should handle relative urls <a href="https://github.com/nrwl/nx/tree/HEAD/packages/eslint/issues/32582">#32582</a> (<a href="https://redirect.github.com/nrwl/nx/pull/32658">#32658</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32582">#32582</a>)</li> <li><strong>core:</strong> ensure only supported bundlers are used for angular fallback to default (<a href="https://redirect.github.com/nrwl/nx/pull/32655">#32655</a>)</li> <li><strong>core:</strong> invalidate project graph when external nodes change (<a href="https://redirect.github.com/nrwl/nx/pull/32626">#32626</a>)</li> <li><strong>core:</strong> check if daemon process is actually alive before trying to kill it (<a href="https://redirect.github.com/nrwl/nx/pull/32661">#32661</a>)</li> <li><strong>core:</strong> add bold styling to terminal pane title when focused (<a href="https://redirect.github.com/nrwl/nx/pull/32462">#32462</a>)</li> <li><strong>core:</strong> resolve watcher infinite loops from missing parent gitignore support (<a href="https://redirect.github.com/nrwl/nx/pull/32604">#32604</a>, <a href="https://redirect.github.com/nrwl/nx/issues/30313">#30313</a>)</li> <li><strong>core:</strong> check nx packages for provenance config before running nx migrate (<a href="https://redirect.github.com/nrwl/nx/pull/32557">#32557</a>)</li> <li><strong>core:</strong> handle uninstalled nx console case in autoinstall logic (<a href="https://redirect.github.com/nrwl/nx/pull/32673">#32673</a>)</li> <li><strong>core:</strong> filter task duration estimation by successful tasks only (<a href="https://redirect.github.com/nrwl/nx/pull/32688">#32688</a>)</li> <li><strong>core:</strong> move git utilities to fix WASM build (<a href="https://redirect.github.com/nrwl/nx/pull/32695">#32695</a>)</li> <li><strong>core:</strong> detect vscode insiders as separate editor (<a href="https://redirect.github.com/nrwl/nx/pull/32679">#32679</a>)</li> <li><strong>release:</strong> optimize release version internals (<a href="https://redirect.github.com/nrwl/nx/pull/32534">#32534</a>)</li> <li><strong>repo:</strong> update broken CI documentation link in README (<a href="https://redirect.github.com/nrwl/nx/pull/32633">#32633</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32549">#32549</a>)</li> <li><strong>vite:</strong> handle config server properly for libs (<a href="https://redirect.github.com/nrwl/nx/pull/32608">#32608</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Colum Ferry <a href="https://github.com/Coly010"><code>@​Coly010</code></a></li> <li>Copilot <a href="https://github.com/Copilot"><code>@​Copilot</code></a></li> <li>Craigory Coppola <a href="https://github.com/AgentEnder"><code>@​AgentEnder</code></a></li> <li>Jack Hsu <a href="https://github.com/jaysoo"><code>@​jaysoo</code></a></li> <li>Jason Jean <a href="https://github.com/FrozenPandaz"><code>@​FrozenPandaz</code></a></li> <li>Leosvel Pérez Espinosa <a href="https://github.com/leosvelperez"><code>@​leosvelperez</code></a></li> <li>MaxKless <a href="https://github.com/MaxKless"><code>@​MaxKless</code></a></li> <li>Miguel <a href="https://github.com/mpsanchis"><code>@​mpsanchis</code></a></li> <li>Miroslav Jonaš <a href="https://github.com/meeroslav"><code>@​meeroslav</code></a></li> <li>Omer</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/21.5.2/packages/eslint">compare view</a></li> </ul> </details> <br /> Updates `@nx/js` from 21.5.1 to 21.5.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nrwl/nx/releases"><code>@​nx/js</code>'s releases</a>.</em></p> <blockquote> <h2>21.5.2 (2025-09-11)</h2> <h3>🚀 Features</h3> <ul> <li><strong>docker:</strong> add env var for providing docker registry (<a href="https://redirect.github.com/nrwl/nx/pull/32676">#32676</a>)</li> <li><strong>misc:</strong> add Cookiebot global scripts to astro-docs (<a href="https://redirect.github.com/nrwl/nx/pull/32660">#32660</a>)</li> <li><strong>rspack:</strong> respect deleteOutputPath option in rspack executor (<a href="https://redirect.github.com/nrwl/nx/pull/32609">#32609</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32015">#32015</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>bundling:</strong> postcss-cli-resources should handle relative urls <a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/32582">#32582</a> (<a href="https://redirect.github.com/nrwl/nx/pull/32658">#32658</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32582">#32582</a>)</li> <li><strong>core:</strong> ensure only supported bundlers are used for angular fallback to default (<a href="https://redirect.github.com/nrwl/nx/pull/32655">#32655</a>)</li> <li><strong>core:</strong> invalidate project graph when external nodes change (<a href="https://redirect.github.com/nrwl/nx/pull/32626">#32626</a>)</li> <li><strong>core:</strong> check if daemon process is actually alive before trying to kill it (<a href="https://redirect.github.com/nrwl/nx/pull/32661">#32661</a>)</li> <li><strong>core:</strong> add bold styling to terminal pane title when focused (<a href="https://redirect.github.com/nrwl/nx/pull/32462">#32462</a>)</li> <li><strong>core:</strong> resolve watcher infinite loops from missing parent gitignore support (<a href="https://redirect.github.com/nrwl/nx/pull/32604">#32604</a>, <a href="https://redirect.github.com/nrwl/nx/issues/30313">#30313</a>)</li> <li><strong>core:</strong> check nx packages for provenance config before running nx migrate (<a href="https://redirect.github.com/nrwl/nx/pull/32557">#32557</a>)</li> <li><strong>core:</strong> handle uninstalled nx console case in autoinstall logic (<a href="https://redirect.github.com/nrwl/nx/pull/32673">#32673</a>)</li> <li><strong>core:</strong> filter task duration estimation by successful tasks only (<a href="https://redirect.github.com/nrwl/nx/pull/32688">#32688</a>)</li> <li><strong>core:</strong> move git utilities to fix WASM build (<a href="https://redirect.github.com/nrwl/nx/pull/32695">#32695</a>)</li> <li><strong>core:</strong> detect vscode insiders as separate editor (<a href="https://redirect.github.com/nrwl/nx/pull/32679">#32679</a>)</li> <li><strong>release:</strong> optimize release version internals (<a href="https://redirect.github.com/nrwl/nx/pull/32534">#32534</a>)</li> <li><strong>repo:</strong> update broken CI documentation link in README (<a href="https://redirect.github.com/nrwl/nx/pull/32633">#32633</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32549">#32549</a>)</li> <li><strong>vite:</strong> handle config server properly for libs (<a href="https://redirect.github.com/nrwl/nx/pull/32608">#32608</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Colum Ferry <a href="https://github.com/Coly010"><code>@​Coly010</code></a></li> <li>Copilot <a href="https://github.com/Copilot"><code>@​Copilot</code></a></li> <li>Craigory Coppola <a href="https://github.com/AgentEnder"><code>@​AgentEnder</code></a></li> <li>Jack Hsu <a href="https://github.com/jaysoo"><code>@​jaysoo</code></a></li> <li>Jason Jean <a href="https://github.com/FrozenPandaz"><code>@​FrozenPandaz</code></a></li> <li>Leosvel Pérez Espinosa <a href="https://github.com/leosvelperez"><code>@​leosvelperez</code></a></li> <li>MaxKless <a href="https://github.com/MaxKless"><code>@​MaxKless</code></a></li> <li>Miguel <a href="https://github.com/mpsanchis"><code>@​mpsanchis</code></a></li> <li>Miroslav Jonaš <a href="https://github.com/meeroslav"><code>@​meeroslav</code></a></li> <li>Omer</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/21.5.2/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@nx/vite` from 21.5.1 to 21.5.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>21.5.2 (2025-09-11)</h2> <h3>🚀 Features</h3> <ul> <li><strong>docker:</strong> add env var for providing docker registry (<a href="https://redirect.github.com/nrwl/nx/pull/32676">#32676</a>)</li> <li><strong>misc:</strong> add Cookiebot global scripts to astro-docs (<a href="https://redirect.github.com/nrwl/nx/pull/32660">#32660</a>)</li> <li><strong>rspack:</strong> respect deleteOutputPath option in rspack executor (<a href="https://redirect.github.com/nrwl/nx/pull/32609">#32609</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32015">#32015</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>bundling:</strong> postcss-cli-resources should handle relative urls <a href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/32582">#32582</a> (<a href="https://redirect.github.com/nrwl/nx/pull/32658">#32658</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32582">#32582</a>)</li> <li><strong>core:</strong> ensure only supported bundlers are used for angular fallback to default (<a href="https://redirect.github.com/nrwl/nx/pull/32655">#32655</a>)</li> <li><strong>core:</strong> invalidate project graph when external nodes change (<a href="https://redirect.github.com/nrwl/nx/pull/32626">#32626</a>)</li> <li><strong>core:</strong> check if daemon process is actually alive before trying to kill it (<a href="https://redirect.github.com/nrwl/nx/pull/32661">#32661</a>)</li> <li><strong>core:</strong> add bold styling to terminal pane title when focused (<a href="https://redirect.github.com/nrwl/nx/pull/32462">#32462</a>)</li> <li><strong>core:</strong> resolve watcher infinite loops from missing parent gitignore support (<a href="https://redirect.github.com/nrwl/nx/pull/32604">#32604</a>, <a href="https://redirect.github.com/nrwl/nx/issues/30313">#30313</a>)</li> <li><strong>core:</strong> check nx packages for provenance config before running nx migrate (<a href="https://redirect.github.com/nrwl/nx/pull/32557">#32557</a>)</li> <li><strong>core:</strong> handle uninstalled nx console case in autoinstall logic (<a href="https://redirect.github.com/nrwl/nx/pull/32673">#32673</a>)</li> <li><strong>core:</strong> filter task duration estimation by successful tasks only (<a href="https://redirect.github.com/nrwl/nx/pull/32688">#32688</a>)</li> <li><strong>core:</strong> move git utilities to fix WASM build (<a href="https://redirect.github.com/nrwl/nx/pull/32695">#32695</a>)</li> <li><strong>core:</strong> detect vscode insiders as separate editor (<a href="https://redirect.github.com/nrwl/nx/pull/32679">#32679</a>)</li> <li><strong>release:</strong> optimize release version internals (<a href="https://redirect.github.com/nrwl/nx/pull/32534">#32534</a>)</li> <li><strong>repo:</strong> update broken CI documentation link in README (<a href="https://redirect.github.com/nrwl/nx/pull/32633">#32633</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32549">#32549</a>)</li> <li><strong>vite:</strong> handle config server properly for libs (<a href="https://redirect.github.com/nrwl/nx/pull/32608">#32608</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Colum Ferry <a href="https://github.com/Coly010"><code>@​Coly010</code></a></li> <li>Copilot <a href="https://github.com/Copilot"><code>@​Copilot</code></a></li> <li>Craigory Coppola <a href="https://github.com/AgentEnder"><code>@​AgentEnder</code></a></li> <li>Jack Hsu <a href="https://github.com/jaysoo"><code>@​jaysoo</code></a></li> <li>Jason Jean <a href="https://github.com/FrozenPandaz"><code>@​FrozenPandaz</code></a></li> <li>Leosvel Pérez Espinosa <a href="https://github.com/leosvelperez"><code>@​leosvelperez</code></a></li> <li>MaxKless <a href="https://github.com/MaxKless"><code>@​MaxKless</code></a></li> <li>Miguel <a href="https://github.com/mpsanchis"><code>@​mpsanchis</code></a></li> <li>Miroslav Jonaš <a href="https://github.com/meeroslav"><code>@​meeroslav</code></a></li> <li>Omer</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nrwl/nx/commit/855b736063f23d24451d4aa53ddd55a4886ce41a"><code>855b736</code></a> fix(core): check nx packages for provenance config before running nx migrate ...</li> <li><a href="https://github.com/nrwl/nx/commit/c4d6c10d20eac0453df52e4f37b98a313b5b92b2"><code>c4d6c10</code></a> fix(vite): handle config server properly for libs (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/32608">#32608</a>)</li> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/21.5.2/packages/vite">compare view</a></li> </ul> </details> <br /> 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 35194d4 commit 60b7a37

File tree

2 files changed

+78
-78
lines changed

2 files changed

+78
-78
lines changed

lambdas/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
},
2323
"devDependencies": {
2424
"@eslint/eslintrc": "^3.3.1",
25-
"@nx/eslint": "21.5.1",
26-
"@nx/js": "^21.5.1",
27-
"@nx/vite": "^21.5.1",
25+
"@nx/eslint": "21.5.2",
26+
"@nx/js": "^21.5.2",
27+
"@nx/vite": "^21.5.2",
2828
"@swc-node/register": "~1.10.10",
2929
"@swc/core": "~1.13.3",
3030
"@swc/helpers": "~0.5.17",

lambdas/yarn.lock

Lines changed: 75 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -3315,9 +3315,9 @@ __metadata:
33153315
languageName: node
33163316
linkType: hard
33173317

3318-
"@nx/devkit@npm:21.5.1":
3319-
version: 21.5.1
3320-
resolution: "@nx/devkit@npm:21.5.1"
3318+
"@nx/devkit@npm:21.5.2":
3319+
version: 21.5.2
3320+
resolution: "@nx/devkit@npm:21.5.2"
33213321
dependencies:
33223322
ejs: "npm:^3.1.7"
33233323
enquirer: "npm:~2.3.6"
@@ -3329,16 +3329,16 @@ __metadata:
33293329
yargs-parser: "npm:21.1.1"
33303330
peerDependencies:
33313331
nx: ">= 20 <= 22"
3332-
checksum: 10c0/ee57c32ae0af4c91d55a78f1e1efbd396e6a7f09c8f6e5c3f17839a6e46f87abe613e22194b158ddb9fb008ac164c713af625f7ed4724a74c06194f283dcf1d9
3332+
checksum: 10c0/ed46fcf078247907dbd1f324ca76ff3681cf5b39837f7655760021d5870df94161c836bf3e9af5f6d49819deec35567af8e3c0e82dc222ef49284adcfb9d5ede
33333333
languageName: node
33343334
linkType: hard
33353335

3336-
"@nx/eslint@npm:21.5.1":
3337-
version: 21.5.1
3338-
resolution: "@nx/eslint@npm:21.5.1"
3336+
"@nx/eslint@npm:21.5.2":
3337+
version: 21.5.2
3338+
resolution: "@nx/eslint@npm:21.5.2"
33393339
dependencies:
3340-
"@nx/devkit": "npm:21.5.1"
3341-
"@nx/js": "npm:21.5.1"
3340+
"@nx/devkit": "npm:21.5.2"
3341+
"@nx/js": "npm:21.5.2"
33423342
semver: "npm:^7.5.3"
33433343
tslib: "npm:^2.3.0"
33443344
typescript: "npm:~5.9.2"
@@ -3348,13 +3348,13 @@ __metadata:
33483348
peerDependenciesMeta:
33493349
"@zkochan/js-yaml":
33503350
optional: true
3351-
checksum: 10c0/ae986c0bd53d4279c94c89d07450b8710162854f5fba1302eb4f85b16c9c11ce7e7bb5adb70684f1e574237fa8c01769ad2022da8305b6ba820729f89caae084
3351+
checksum: 10c0/0fd84ff46f3d129ffdadbcd8cc9a0146c11b220a5e2f1d590794f12935097fe00599a2f103aaddfd52f2f1e1c7dcaf05a045ad98a7e45c268b4f55a91b822567
33523352
languageName: node
33533353
linkType: hard
33543354

3355-
"@nx/js@npm:21.5.1, @nx/js@npm:^21.5.1":
3356-
version: 21.5.1
3357-
resolution: "@nx/js@npm:21.5.1"
3355+
"@nx/js@npm:21.5.2, @nx/js@npm:^21.5.2":
3356+
version: 21.5.2
3357+
resolution: "@nx/js@npm:21.5.2"
33583358
dependencies:
33593359
"@babel/core": "npm:^7.23.2"
33603360
"@babel/plugin-proposal-decorators": "npm:^7.22.7"
@@ -3363,8 +3363,8 @@ __metadata:
33633363
"@babel/preset-env": "npm:^7.23.2"
33643364
"@babel/preset-typescript": "npm:^7.22.5"
33653365
"@babel/runtime": "npm:^7.22.6"
3366-
"@nx/devkit": "npm:21.5.1"
3367-
"@nx/workspace": "npm:21.5.1"
3366+
"@nx/devkit": "npm:21.5.2"
3367+
"@nx/workspace": "npm:21.5.2"
33683368
"@zkochan/js-yaml": "npm:0.0.7"
33693369
babel-plugin-const-enum: "npm:^1.0.1"
33703370
babel-plugin-macros: "npm:^3.1.0"
@@ -3390,7 +3390,7 @@ __metadata:
33903390
peerDependenciesMeta:
33913391
verdaccio:
33923392
optional: true
3393-
checksum: 10c0/fb41bcfe2862d4a1ad75d39e358edaf0c31f60e35e1abf17d97e4c610141c3fe76f61bf04b4a12d15c962be6c9cdb339428a8ad8bcc42a4dec2c00f4d3547b0d
3393+
checksum: 10c0/731925095b7be23ae0578eede5bf13a1b1e1c08dce15caa2c2ffefc2cc24000899e84c9bc3346ab79e484be4d9d7a63af4db6dfbc7a5cad3f2c65c74cffcc2a6
33943394
languageName: node
33953395
linkType: hard
33963396

@@ -3401,9 +3401,9 @@ __metadata:
34013401
languageName: node
34023402
linkType: hard
34033403

3404-
"@nx/nx-darwin-arm64@npm:21.5.1":
3405-
version: 21.5.1
3406-
resolution: "@nx/nx-darwin-arm64@npm:21.5.1"
3404+
"@nx/nx-darwin-arm64@npm:21.5.2":
3405+
version: 21.5.2
3406+
resolution: "@nx/nx-darwin-arm64@npm:21.5.2"
34073407
conditions: os=darwin & cpu=arm64
34083408
languageName: node
34093409
linkType: hard
@@ -3415,9 +3415,9 @@ __metadata:
34153415
languageName: node
34163416
linkType: hard
34173417

3418-
"@nx/nx-darwin-x64@npm:21.5.1":
3419-
version: 21.5.1
3420-
resolution: "@nx/nx-darwin-x64@npm:21.5.1"
3418+
"@nx/nx-darwin-x64@npm:21.5.2":
3419+
version: 21.5.2
3420+
resolution: "@nx/nx-darwin-x64@npm:21.5.2"
34213421
conditions: os=darwin & cpu=x64
34223422
languageName: node
34233423
linkType: hard
@@ -3429,9 +3429,9 @@ __metadata:
34293429
languageName: node
34303430
linkType: hard
34313431

3432-
"@nx/nx-freebsd-x64@npm:21.5.1":
3433-
version: 21.5.1
3434-
resolution: "@nx/nx-freebsd-x64@npm:21.5.1"
3432+
"@nx/nx-freebsd-x64@npm:21.5.2":
3433+
version: 21.5.2
3434+
resolution: "@nx/nx-freebsd-x64@npm:21.5.2"
34353435
conditions: os=freebsd & cpu=x64
34363436
languageName: node
34373437
linkType: hard
@@ -3443,9 +3443,9 @@ __metadata:
34433443
languageName: node
34443444
linkType: hard
34453445

3446-
"@nx/nx-linux-arm-gnueabihf@npm:21.5.1":
3447-
version: 21.5.1
3448-
resolution: "@nx/nx-linux-arm-gnueabihf@npm:21.5.1"
3446+
"@nx/nx-linux-arm-gnueabihf@npm:21.5.2":
3447+
version: 21.5.2
3448+
resolution: "@nx/nx-linux-arm-gnueabihf@npm:21.5.2"
34493449
conditions: os=linux & cpu=arm
34503450
languageName: node
34513451
linkType: hard
@@ -3457,9 +3457,9 @@ __metadata:
34573457
languageName: node
34583458
linkType: hard
34593459

3460-
"@nx/nx-linux-arm64-gnu@npm:21.5.1":
3461-
version: 21.5.1
3462-
resolution: "@nx/nx-linux-arm64-gnu@npm:21.5.1"
3460+
"@nx/nx-linux-arm64-gnu@npm:21.5.2":
3461+
version: 21.5.2
3462+
resolution: "@nx/nx-linux-arm64-gnu@npm:21.5.2"
34633463
conditions: os=linux & cpu=arm64 & libc=glibc
34643464
languageName: node
34653465
linkType: hard
@@ -3471,9 +3471,9 @@ __metadata:
34713471
languageName: node
34723472
linkType: hard
34733473

3474-
"@nx/nx-linux-arm64-musl@npm:21.5.1":
3475-
version: 21.5.1
3476-
resolution: "@nx/nx-linux-arm64-musl@npm:21.5.1"
3474+
"@nx/nx-linux-arm64-musl@npm:21.5.2":
3475+
version: 21.5.2
3476+
resolution: "@nx/nx-linux-arm64-musl@npm:21.5.2"
34773477
conditions: os=linux & cpu=arm64 & libc=musl
34783478
languageName: node
34793479
linkType: hard
@@ -3485,9 +3485,9 @@ __metadata:
34853485
languageName: node
34863486
linkType: hard
34873487

3488-
"@nx/nx-linux-x64-gnu@npm:21.5.1":
3489-
version: 21.5.1
3490-
resolution: "@nx/nx-linux-x64-gnu@npm:21.5.1"
3488+
"@nx/nx-linux-x64-gnu@npm:21.5.2":
3489+
version: 21.5.2
3490+
resolution: "@nx/nx-linux-x64-gnu@npm:21.5.2"
34913491
conditions: os=linux & cpu=x64 & libc=glibc
34923492
languageName: node
34933493
linkType: hard
@@ -3499,9 +3499,9 @@ __metadata:
34993499
languageName: node
35003500
linkType: hard
35013501

3502-
"@nx/nx-linux-x64-musl@npm:21.5.1":
3503-
version: 21.5.1
3504-
resolution: "@nx/nx-linux-x64-musl@npm:21.5.1"
3502+
"@nx/nx-linux-x64-musl@npm:21.5.2":
3503+
version: 21.5.2
3504+
resolution: "@nx/nx-linux-x64-musl@npm:21.5.2"
35053505
conditions: os=linux & cpu=x64 & libc=musl
35063506
languageName: node
35073507
linkType: hard
@@ -3513,9 +3513,9 @@ __metadata:
35133513
languageName: node
35143514
linkType: hard
35153515

3516-
"@nx/nx-win32-arm64-msvc@npm:21.5.1":
3517-
version: 21.5.1
3518-
resolution: "@nx/nx-win32-arm64-msvc@npm:21.5.1"
3516+
"@nx/nx-win32-arm64-msvc@npm:21.5.2":
3517+
version: 21.5.2
3518+
resolution: "@nx/nx-win32-arm64-msvc@npm:21.5.2"
35193519
conditions: os=win32 & cpu=arm64
35203520
languageName: node
35213521
linkType: hard
@@ -3527,19 +3527,19 @@ __metadata:
35273527
languageName: node
35283528
linkType: hard
35293529

3530-
"@nx/nx-win32-x64-msvc@npm:21.5.1":
3531-
version: 21.5.1
3532-
resolution: "@nx/nx-win32-x64-msvc@npm:21.5.1"
3530+
"@nx/nx-win32-x64-msvc@npm:21.5.2":
3531+
version: 21.5.2
3532+
resolution: "@nx/nx-win32-x64-msvc@npm:21.5.2"
35333533
conditions: os=win32 & cpu=x64
35343534
languageName: node
35353535
linkType: hard
35363536

3537-
"@nx/vite@npm:^21.5.1":
3538-
version: 21.5.1
3539-
resolution: "@nx/vite@npm:21.5.1"
3537+
"@nx/vite@npm:^21.5.2":
3538+
version: 21.5.2
3539+
resolution: "@nx/vite@npm:21.5.2"
35403540
dependencies:
3541-
"@nx/devkit": "npm:21.5.1"
3542-
"@nx/js": "npm:21.5.1"
3541+
"@nx/devkit": "npm:21.5.2"
3542+
"@nx/js": "npm:21.5.2"
35433543
"@phenomnomnominal/tsquery": "npm:~5.0.1"
35443544
ajv: "npm:^8.0.0"
35453545
enquirer: "npm:~2.3.6"
@@ -3550,24 +3550,24 @@ __metadata:
35503550
peerDependencies:
35513551
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
35523552
vitest: ^1.3.1 || ^2.0.0 || ^3.0.0
3553-
checksum: 10c0/db0cba45d5dd5a2d80b10c02a513aef65e5c392b92b141e6794630ff7032cc4da6a7e3dc4a1cff59d59067a6bb8e95280c66ef55353befc07657672f6799deed
3553+
checksum: 10c0/924566e3a8d4331a25f23c0a0e91ba6326409dc5958d6c2432f704228f00a2f64595d4e7dfb25b8bdb97385e252b0fd8883b721584e047cf486831a19eb38958
35543554
languageName: node
35553555
linkType: hard
35563556

3557-
"@nx/workspace@npm:21.5.1":
3558-
version: 21.5.1
3559-
resolution: "@nx/workspace@npm:21.5.1"
3557+
"@nx/workspace@npm:21.5.2":
3558+
version: 21.5.2
3559+
resolution: "@nx/workspace@npm:21.5.2"
35603560
dependencies:
3561-
"@nx/devkit": "npm:21.5.1"
3561+
"@nx/devkit": "npm:21.5.2"
35623562
"@zkochan/js-yaml": "npm:0.0.7"
35633563
chalk: "npm:^4.1.0"
35643564
enquirer: "npm:~2.3.6"
3565-
nx: "npm:21.5.1"
3565+
nx: "npm:21.5.2"
35663566
picomatch: "npm:4.0.2"
35673567
semver: "npm:^7.6.3"
35683568
tslib: "npm:^2.3.0"
35693569
yargs-parser: "npm:21.1.1"
3570-
checksum: 10c0/48d13cc5781b44bd7ba66dec59722c36216dcd66758b2fd904f0cbe0598a35c4c9792aa91cfb882bc09994468f37e6eb29644d566dd39579266409a0dbdf6595
3570+
checksum: 10c0/884a628396b25122a47f310c81673667968ac37b26997e0377d270256d2ce2389af75e3f545ae566215db977676e2b7897e082fec5315183e5d8a5d8131dea32
35713571
languageName: node
35723572
linkType: hard
35733573

@@ -9169,9 +9169,9 @@ __metadata:
91699169
resolution: "lambdas@workspace:."
91709170
dependencies:
91719171
"@eslint/eslintrc": "npm:^3.3.1"
9172-
"@nx/eslint": "npm:21.5.1"
9173-
"@nx/js": "npm:^21.5.1"
9174-
"@nx/vite": "npm:^21.5.1"
9172+
"@nx/eslint": "npm:21.5.2"
9173+
"@nx/js": "npm:^21.5.2"
9174+
"@nx/vite": "npm:^21.5.2"
91759175
"@swc-node/register": "npm:~1.10.10"
91769176
"@swc/core": "npm:~1.13.3"
91779177
"@swc/helpers": "npm:~0.5.17"
@@ -9827,21 +9827,21 @@ __metadata:
98279827
languageName: node
98289828
linkType: hard
98299829

9830-
"nx@npm:21.5.1":
9831-
version: 21.5.1
9832-
resolution: "nx@npm:21.5.1"
9830+
"nx@npm:21.5.2":
9831+
version: 21.5.2
9832+
resolution: "nx@npm:21.5.2"
98339833
dependencies:
98349834
"@napi-rs/wasm-runtime": "npm:0.2.4"
9835-
"@nx/nx-darwin-arm64": "npm:21.5.1"
9836-
"@nx/nx-darwin-x64": "npm:21.5.1"
9837-
"@nx/nx-freebsd-x64": "npm:21.5.1"
9838-
"@nx/nx-linux-arm-gnueabihf": "npm:21.5.1"
9839-
"@nx/nx-linux-arm64-gnu": "npm:21.5.1"
9840-
"@nx/nx-linux-arm64-musl": "npm:21.5.1"
9841-
"@nx/nx-linux-x64-gnu": "npm:21.5.1"
9842-
"@nx/nx-linux-x64-musl": "npm:21.5.1"
9843-
"@nx/nx-win32-arm64-msvc": "npm:21.5.1"
9844-
"@nx/nx-win32-x64-msvc": "npm:21.5.1"
9835+
"@nx/nx-darwin-arm64": "npm:21.5.2"
9836+
"@nx/nx-darwin-x64": "npm:21.5.2"
9837+
"@nx/nx-freebsd-x64": "npm:21.5.2"
9838+
"@nx/nx-linux-arm-gnueabihf": "npm:21.5.2"
9839+
"@nx/nx-linux-arm64-gnu": "npm:21.5.2"
9840+
"@nx/nx-linux-arm64-musl": "npm:21.5.2"
9841+
"@nx/nx-linux-x64-gnu": "npm:21.5.2"
9842+
"@nx/nx-linux-x64-musl": "npm:21.5.2"
9843+
"@nx/nx-win32-arm64-msvc": "npm:21.5.2"
9844+
"@nx/nx-win32-x64-msvc": "npm:21.5.2"
98459845
"@yarnpkg/lockfile": "npm:^1.1.0"
98469846
"@yarnpkg/parsers": "npm:3.0.2"
98479847
"@zkochan/js-yaml": "npm:0.0.7"
@@ -9908,7 +9908,7 @@ __metadata:
99089908
bin:
99099909
nx: bin/nx.js
99109910
nx-cloud: bin/nx-cloud.js
9911-
checksum: 10c0/aac5b7eea53329f92dc0c83d90c982aae3a9ee04045bbd14607e115b4de0f29f28278e2c911c3cff2421f14f8ae68ecab289571b63009ece66f9ac5223ca8e51
9911+
checksum: 10c0/88c9913c315148aaa128b130cb810511a8040b5519f534368086b6cbfd1fb0894fb1d497e6849e74f2f7289a1a15e60fe39691ebf2d833c8f1162f290229d2f5
99129912
languageName: node
99139913
linkType: hard
99149914

0 commit comments

Comments
 (0)