Skip to content

Commit bff6b13

Browse files
ci(deps): bump dkhunt27/action-nx-affected-list from 5.3 to 6.1 (#13845)
Bumps [dkhunt27/action-nx-affected-list](https://github.com/dkhunt27/action-nx-affected-list) from 5.3 to 6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dkhunt27/action-nx-affected-list/releases">dkhunt27/action-nx-affected-list's releases</a>.</em></p> <blockquote> <h2>v6.1</h2> <p>fixed bug to handle spaces and newlines</p> <h2>v6.0</h2> <p>Added affectedToIgnore</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dkhunt27/action-nx-affected-list/commit/49c7295522987f433e781ed7f47c55a2274d7259"><code>49c7295</code></a> updated to handle spaces and newlines</li> <li><a href="https://github.com/dkhunt27/action-nx-affected-list/commit/016be537086b0710776dc82cbd7ea69b0e61c10e"><code>016be53</code></a> Merge pull request <a href="https://redirect.github.com/dkhunt27/action-nx-affected-list/issues/227">#227</a> from dkhunt27/ignore</li> <li><a href="https://github.com/dkhunt27/action-nx-affected-list/commit/eefa673f810ac3f05880c52ecaa74cf6940101cf"><code>eefa673</code></a> build dist</li> <li><a href="https://github.com/dkhunt27/action-nx-affected-list/commit/02295e48c3f48338d36dd78db4a30e19b817e4b7"><code>02295e4</code></a> fix lint errors</li> <li><a href="https://github.com/dkhunt27/action-nx-affected-list/commit/9fc7876e6b15c8c7a2524601c9fd060675a797f3"><code>9fc7876</code></a> kept eslint at 8 and nx at 17 for now</li> <li><a href="https://github.com/dkhunt27/action-nx-affected-list/commit/3dcee21c036989449527fb8dd85ede09983d4df9"><code>3dcee21</code></a> updated lib versions</li> <li><a href="https://github.com/dkhunt27/action-nx-affected-list/commit/4f3675f3e35766c82c5889c677894659a2c917e8"><code>4f3675f</code></a> added affectedToIgnore</li> <li>See full diff in <a href="https://github.com/dkhunt27/action-nx-affected-list/compare/v5.3...v6.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dkhunt27/action-nx-affected-list&package-manager=github_actions&previous-version=5.3&new-version=6.1)](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 be87573 commit bff6b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
id: install_dependencies
153153

154154
- name: Check for Affected Nx Projects
155-
uses: dkhunt27/action-nx-affected-list@v5.3
155+
uses: dkhunt27/action-nx-affected-list@v6.1
156156
id: checkForAffected
157157
if: github.event_name == 'pull_request'
158158
with:

0 commit comments

Comments
 (0)