Commit c29838c
authored
chore(lambda): bump nx from 21.6.5 to 22.0.3 in /lambdas (#4894)
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 21.6.5
to 22.0.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/nrwl/nx/releases">nx's
releases</a>.</em></p>
<blockquote>
<h2>22.0.3 (2025-11-10)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>core:</strong> batch hash tasks without custom hashers (<a
href="https://redirect.github.com/nrwl/nx/pull/33327">#33327</a>)</li>
<li><strong>core:</strong> add OSC 9;4 progress indicator support to TUI
(<a
href="https://redirect.github.com/nrwl/nx/pull/33325">#33325</a>)</li>
<li><strong>core:</strong> disable interactivity by default for run-one
task outputs in tui (<a
href="https://redirect.github.com/nrwl/nx/pull/33358">#33358</a>)</li>
<li><strong>gradle:</strong> use gitignore to determine dependant task
output files (<a
href="https://redirect.github.com/nrwl/nx/pull/33402">#33402</a>)</li>
<li><strong>maven:</strong> upgrade to version 0.0.8 with automated
migration (<a
href="https://redirect.github.com/nrwl/nx/pull/33315">#33315</a>)</li>
<li><strong>maven:</strong> add ci-workflow generator (<a
href="https://redirect.github.com/nrwl/nx/pull/33346">#33346</a>)</li>
<li><strong>maven:</strong> bump version from 0.0.8 to 0.0.9 (<a
href="https://redirect.github.com/nrwl/nx/pull/33405">#33405</a>)</li>
<li><strong>misc:</strong> remove CI investigation recommendations from
agent rules (<a
href="https://redirect.github.com/nrwl/nx/pull/33309">#33309</a>)</li>
<li><strong>vite:</strong> add vitest 4 to peerDep range to prevent
conflicts (<a
href="https://redirect.github.com/nrwl/nx/pull/33394">#33394</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>core:</strong> also look in .nx installation when reading
nx.json extends (<a
href="https://redirect.github.com/nrwl/nx/pull/33306">#33306</a>)</li>
<li><strong>core:</strong> handle various directories when importing
prettier (<a
href="https://redirect.github.com/nrwl/nx/pull/33383">#33383</a>)</li>
<li><strong>core:</strong> prevent args from being split by spaces when
executing through nx wrapper (<a
href="https://redirect.github.com/nrwl/nx/pull/33362">#33362</a>)</li>
<li><strong>core:</strong> correctly identify local workspace
dependencies on windows (<a
href="https://redirect.github.com/nrwl/nx/pull/33408">#33408</a>)</li>
<li><strong>maven:</strong> resolve maven dependencies from project
roots (<a
href="https://redirect.github.com/nrwl/nx/pull/33313">#33313</a>)</li>
<li><strong>maven:</strong> set migration version to 22.1.0-beta.4 (<a
href="https://redirect.github.com/nrwl/nx/pull/33345">#33345</a>)</li>
<li><strong>maven:</strong> forward parameters through target
dependencies (<a
href="https://redirect.github.com/nrwl/nx/pull/33365">#33365</a>)</li>
<li><strong>module-federation:</strong> update <a
href="https://github.com/module-federation"><code>@module-federation</code></a>
packages to fix Koa vulnerability (<a
href="https://redirect.github.com/nrwl/nx/pull/33285">#33285</a>, <a
href="https://redirect.github.com/nrwl/nx/pull/33380">#33380</a>)</li>
<li><strong>nextjs:</strong> ensure <code>eslint-config-next</code>
matches Next.js 14 and 15 versions (<a
href="https://redirect.github.com/nrwl/nx/pull/30259">#30259</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/30258">#30258</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/30257">#30257</a>)</li>
<li><strong>nx-dev:</strong> fix GitHub star button styling in mobile
view (<a
href="https://redirect.github.com/nrwl/nx/pull/33385">#33385</a>)</li>
<li><strong>testing:</strong> use .cts config files for Jest 30+ to fix
__dirname issues (<a
href="https://redirect.github.com/nrwl/nx/pull/33349">#33349</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/32236">#32236</a>)</li>
<li><strong>vite:</strong> prevent race-condition when importing
<code>@vitejs/plugin-vue</code> (<a
href="https://redirect.github.com/nrwl/nx/pull/33307">#33307</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Claude</li>
<li>Colum Ferry <a
href="https://github.com/Coly010"><code>@Coly010</code></a></li>
<li>Eric Büttner <a
href="https://github.com/tuffz"><code>@tuffz</code></a></li>
<li>Jack Hsu <a
href="https://github.com/jaysoo"><code>@jaysoo</code></a></li>
<li>James Henry <a
href="https://github.com/JamesHenry"><code>@JamesHenry</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>Louie Weng <a
href="https://github.com/lourw"><code>@lourw</code></a></li>
<li>MaxKless <a
href="https://github.com/MaxKless"><code>@MaxKless</code></a></li>
</ul>
<h2>22.0.2 (2025-10-28)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>docker:</strong> support inferring additional args for
targets with interpolation support (<a
href="https://redirect.github.com/nrwl/nx/pull/32892">#32892</a>)</li>
<li><strong>gradle:</strong> add custom installation path to options (<a
href="https://redirect.github.com/nrwl/nx/pull/33187">#33187</a>)</li>
<li><strong>nx-dev:</strong> add downloadable resources page and React
book blog post (<a
href="https://github.com/nrwl/nx/commit/4b6009764a">4b6009764a</a>)</li>
<li><strong>release:</strong> support {versionActionsVersion} in docker
version scheme (<a
href="https://redirect.github.com/nrwl/nx/pull/33178">#33178</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nrwl/nx/commit/2d53ffdb9e57d6ee440b3f555c7f87e907eff397"><code>2d53ffd</code></a>
fix(core): correctly identify local workspace dependencies on windows
(<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/33408">#33408</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/2a082f8701736066ec418256b75e12bdbbe88d1e"><code>2a082f8</code></a>
fix(core): prevent args from being split by spaces when executing
through nx ...</li>
<li><a
href="https://github.com/nrwl/nx/commit/8801be32dd4c2d72844f934d207fc09614983449"><code>8801be3</code></a>
chore(repo): rename jest.config.ts to jest.config.cts to be compat with
Node ...</li>
<li><a
href="https://github.com/nrwl/nx/commit/c03434cfe2f93a97f2d6a2aae45c6eb48f7f5ce4"><code>c03434c</code></a>
feat(core): disable interactivity by default for run-one task outputs in
tui ...</li>
<li><a
href="https://github.com/nrwl/nx/commit/e46a7e16fdf6d1e6842f6c8ab2a3ce62b0a9e544"><code>e46a7e1</code></a>
fix(core): handle various directories when importing prettier (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/33383">#33383</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/657c39829433bb3e41eefba963a3488af47f9b38"><code>657c398</code></a>
cleanup(core): remove unused mouse event listeners from tui (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/33368">#33368</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/6d2389db730e9956c7351b90931efbd01ab3b605"><code>6d2389d</code></a>
feat(core): add OSC 9;4 progress indicator support to TUI (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/33325">#33325</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/f07d064b877adca19fcc01085530f3f42a4ed53d"><code>f07d064</code></a>
feat(core): batch hash tasks without custom hashers (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/33327">#33327</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/dceed642ba2d84800d99ada016f1ad9a4601aa82"><code>dceed64</code></a>
fix(maven): resolve maven dependencies from project roots (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/33313">#33313</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/15c567c8a37c50d519db7f603e9c7b92e0436c36"><code>15c567c</code></a>
feat(misc): remove CI investigation recommendations from agent rules (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/33309">#33309</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/nrwl/nx/commits/22.0.3/packages/nx">compare
view</a></li>
</ul>
</details>
<br />
[](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 6f8ce01 commit c29838c
2 files changed
+2
-157
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3166 | 3166 | | |
3167 | 3167 | | |
3168 | 3168 | | |
3169 | | - | |
3170 | | - | |
3171 | | - | |
3172 | | - | |
3173 | | - | |
3174 | | - | |
3175 | | - | |
3176 | 3169 | | |
3177 | 3170 | | |
3178 | 3171 | | |
3179 | 3172 | | |
3180 | 3173 | | |
3181 | 3174 | | |
3182 | 3175 | | |
3183 | | - | |
3184 | | - | |
3185 | | - | |
3186 | | - | |
3187 | | - | |
3188 | | - | |
3189 | | - | |
3190 | 3176 | | |
3191 | 3177 | | |
3192 | 3178 | | |
3193 | 3179 | | |
3194 | 3180 | | |
3195 | 3181 | | |
3196 | 3182 | | |
3197 | | - | |
3198 | | - | |
3199 | | - | |
3200 | | - | |
3201 | | - | |
3202 | | - | |
3203 | | - | |
3204 | 3183 | | |
3205 | 3184 | | |
3206 | 3185 | | |
3207 | 3186 | | |
3208 | 3187 | | |
3209 | 3188 | | |
3210 | 3189 | | |
3211 | | - | |
3212 | | - | |
3213 | | - | |
3214 | | - | |
3215 | | - | |
3216 | | - | |
3217 | | - | |
3218 | 3190 | | |
3219 | 3191 | | |
3220 | 3192 | | |
3221 | 3193 | | |
3222 | 3194 | | |
3223 | 3195 | | |
3224 | 3196 | | |
3225 | | - | |
3226 | | - | |
3227 | | - | |
3228 | | - | |
3229 | | - | |
3230 | | - | |
3231 | | - | |
3232 | 3197 | | |
3233 | 3198 | | |
3234 | 3199 | | |
3235 | 3200 | | |
3236 | 3201 | | |
3237 | 3202 | | |
3238 | 3203 | | |
3239 | | - | |
3240 | | - | |
3241 | | - | |
3242 | | - | |
3243 | | - | |
3244 | | - | |
3245 | | - | |
3246 | 3204 | | |
3247 | 3205 | | |
3248 | 3206 | | |
3249 | 3207 | | |
3250 | 3208 | | |
3251 | 3209 | | |
3252 | 3210 | | |
3253 | | - | |
3254 | | - | |
3255 | | - | |
3256 | | - | |
3257 | | - | |
3258 | | - | |
3259 | | - | |
3260 | 3211 | | |
3261 | 3212 | | |
3262 | 3213 | | |
3263 | 3214 | | |
3264 | 3215 | | |
3265 | 3216 | | |
3266 | 3217 | | |
3267 | | - | |
3268 | | - | |
3269 | | - | |
3270 | | - | |
3271 | | - | |
3272 | | - | |
3273 | | - | |
3274 | 3218 | | |
3275 | 3219 | | |
3276 | 3220 | | |
3277 | 3221 | | |
3278 | 3222 | | |
3279 | 3223 | | |
3280 | 3224 | | |
3281 | | - | |
3282 | | - | |
3283 | | - | |
3284 | | - | |
3285 | | - | |
3286 | | - | |
3287 | | - | |
3288 | 3225 | | |
3289 | 3226 | | |
3290 | 3227 | | |
3291 | 3228 | | |
3292 | 3229 | | |
3293 | 3230 | | |
3294 | 3231 | | |
3295 | | - | |
3296 | | - | |
3297 | | - | |
3298 | | - | |
3299 | | - | |
3300 | | - | |
3301 | | - | |
3302 | 3232 | | |
3303 | 3233 | | |
3304 | 3234 | | |
| |||
8212 | 8142 | | |
8213 | 8143 | | |
8214 | 8144 | | |
8215 | | - | |
| 8145 | + | |
8216 | 8146 | | |
8217 | 8147 | | |
8218 | 8148 | | |
| |||
8730 | 8660 | | |
8731 | 8661 | | |
8732 | 8662 | | |
8733 | | - | |
8734 | | - | |
8735 | | - | |
8736 | | - | |
8737 | | - | |
8738 | | - | |
8739 | | - | |
8740 | | - | |
8741 | | - | |
8742 | | - | |
8743 | | - | |
8744 | | - | |
8745 | | - | |
8746 | | - | |
8747 | | - | |
8748 | | - | |
8749 | | - | |
8750 | | - | |
8751 | | - | |
8752 | | - | |
8753 | | - | |
8754 | | - | |
8755 | | - | |
8756 | | - | |
8757 | | - | |
8758 | | - | |
8759 | | - | |
8760 | | - | |
8761 | | - | |
8762 | | - | |
8763 | | - | |
8764 | | - | |
8765 | | - | |
8766 | | - | |
8767 | | - | |
8768 | | - | |
8769 | | - | |
8770 | | - | |
8771 | | - | |
8772 | | - | |
8773 | | - | |
8774 | | - | |
8775 | | - | |
8776 | | - | |
8777 | | - | |
8778 | | - | |
8779 | | - | |
8780 | | - | |
8781 | | - | |
8782 | | - | |
8783 | | - | |
8784 | | - | |
8785 | | - | |
8786 | | - | |
8787 | | - | |
8788 | | - | |
8789 | | - | |
8790 | | - | |
8791 | | - | |
8792 | | - | |
8793 | | - | |
8794 | | - | |
8795 | | - | |
8796 | | - | |
8797 | | - | |
8798 | | - | |
8799 | | - | |
8800 | | - | |
8801 | | - | |
8802 | | - | |
8803 | | - | |
8804 | | - | |
8805 | | - | |
8806 | | - | |
8807 | | - | |
8808 | | - | |
8809 | | - | |
8810 | | - | |
8811 | | - | |
8812 | | - | |
8813 | | - | |
8814 | | - | |
8815 | | - | |
8816 | | - | |
8817 | | - | |
8818 | 8663 | | |
8819 | 8664 | | |
8820 | 8665 | | |
| |||
0 commit comments