Skip to content

Commit 7b911b2

Browse files
chore(lambda): bump @nx/eslint from 19.5.6 to 19.5.7 in /lambdas (#4060)
Bumps [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) from 19.5.6 to 19.5.7. <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>19.5.7 (2024-08-07)</h2> <h3>🚀 Features</h3> <ul> <li><strong>core:</strong> add nx-console installation source to nx connect (<a href="https://redirect.github.com/nrwl/nx/pull/27307">#27307</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>core:</strong> remove additional quotes around cache path while pruning (<a href="https://redirect.github.com/nrwl/nx/pull/27273">#27273</a>)</li> <li><strong>core:</strong> move token generation into new (<a href="https://redirect.github.com/nrwl/nx/pull/27266">#27266</a>)</li> <li><strong>core:</strong> script-based targets should be able to be modified in a project.json file (<a href="https://redirect.github.com/nrwl/nx/pull/27309">#27309</a>)</li> <li><strong>core:</strong> don't cache full dependency configuration when expanding target name (<a href="https://redirect.github.com/nrwl/nx/pull/27308">#27308</a>)</li> <li><strong>core:</strong> allow configuring plugin message timeout (<a href="https://redirect.github.com/nrwl/nx/pull/27315">#27315</a>)</li> <li><strong>js:</strong> locate npm nodes correctly for aliased packages (<a href="https://redirect.github.com/nrwl/nx/pull/27124">#27124</a>)</li> <li><strong>misc:</strong> fix cloud setup (<a href="https://redirect.github.com/nrwl/nx/pull/27281">#27281</a>)</li> <li><strong>misc:</strong> end ab testing for onboarding message (<a href="https://redirect.github.com/nrwl/nx/pull/27316">#27316</a>)</li> <li><strong>misc:</strong> track which CI providers being used (<a href="https://redirect.github.com/nrwl/nx/pull/27320">#27320</a>)</li> <li><strong>nx-cloud:</strong> fix connect generator (<a href="https://redirect.github.com/nrwl/nx/pull/27314">#27314</a>)</li> <li><strong>nx-dev:</strong> Turn off next.js cache for careers api (<a href="https://redirect.github.com/nrwl/nx/pull/27275">#27275</a>)</li> <li><strong>nx-dev:</strong> clean up heading text (<a href="https://redirect.github.com/nrwl/nx/pull/27205">#27205</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Craigory Coppola <a href="https://github.com/AgentEnder"><code>@​AgentEnder</code></a></li> <li>Jason Jean <a href="https://github.com/FrozenPandaz"><code>@​FrozenPandaz</code></a></li> <li>Katerina Skroumpelou <a href="https://github.com/mandarini"><code>@​mandarini</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>Nicholas Cunningham <a href="https://github.com/ndcunningham"><code>@​ndcunningham</code></a></li> <li>Stefan F. <a href="https://github.com/SFU253"><code>@​SFU253</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/19.5.7/packages/eslint">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nx/eslint&package-manager=npm_and_yarn&previous-version=19.5.6&new-version=19.5.7)](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 f9533f3 commit 7b911b2

File tree

2 files changed

+284
-14
lines changed

2 files changed

+284
-14
lines changed

lambdas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@octokit/types": "^13.0.0"
2222
},
2323
"devDependencies": {
24-
"@nx/eslint": "19.5.6",
24+
"@nx/eslint": "19.5.7",
2525
"@nx/jest": "19.5.4",
2626
"@nx/js": "^19.5.4",
2727
"@swc-node/register": "~1.10.9",

0 commit comments

Comments
 (0)