- Notifications
You must be signed in to change notification settings - Fork397
Commit968ae0e
authored
Bump tj-actions/changed-files from 41 to 42 (#2806)
Bumps[tj-actions/changed-files](https://github.com/tj-actions/changed-files)from 41 to 42.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/tj-actions/changed-files/releases">tj-actions/changed-files'sreleases</a>.</em></p><blockquote><h2>v42</h2><h1>Changes in v42.0.0</h1><h2>🔥🔥 BREAKING CHANGE 🔥🔥</h2><ul><li>Input file patterns that end with a <code>/</code> would now matchall sub-files within the directory without requiring you to specify theglobstar pattern.</li></ul><h3></h3><pre lang="yaml"><code>... - name: Get changed files id: changed-files uses: tj-actions/changed-files@v42 with: files: 'dir/' # Would also be the same as dir/** </code></pre><h2>What's Changed</h2><ul><li>Upgraded to v41.1.2 by <ahref="https://github.com/tj-actions-bot"><code>@tj-actions-bot</code></a>in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/1869">tj-actions/changed-files#1869</a></li><li>chore(deps): update dependency prettier to v3.2.4 by <ahref="https://github.com/renovate"><code>@renovate</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/1871">tj-actions/changed-files#1871</a></li><li>fix: update input warning by <ahref="https://github.com/jackton1"><code>@jackton1</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/1870">tj-actions/changed-files#1870</a></li><li>rename: unsupported REST API inputs constant name by <ahref="https://github.com/jackton1"><code>@jackton1</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/1872">tj-actions/changed-files#1872</a></li><li>feat: add support for include/exclude all nested files when adirectory is specified and ends with a slash by <ahref="https://github.com/jackton1"><code>@jackton1</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/1873">tj-actions/changed-files#1873</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/tj-actions/changed-files/compare/v41...v42.0.0">https://github.com/tj-actions/changed-files/compare/v41...v42.0.0</a></p><hr /><h2>v42.0.0</h2><h2>🔥🔥 BREAKING CHANGE 🔥🔥</h2><ul><li>Input file patterns that end with a <code>/</code> would now matchall sub-files within the directory without requiring you to specify theglobstar pattern.</li></ul><h3></h3><pre lang="yaml"><code>... - name: Get changed files id: changed-files uses: tj-actions/changed-files@v42 with: files: 'dir/' # Would also be the same as dir/** </code></pre><h2>What's Changed</h2><ul><li>Upgraded to v41.1.2 by <ahref="https://github.com/tj-actions-bot"><code>@tj-actions-bot</code></a>in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/1869">tj-actions/changed-files#1869</a></li><li>chore(deps): update dependency prettier to v3.2.4 by <ahref="https://github.com/renovate"><code>@renovate</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/1871">tj-actions/changed-files#1871</a></li><li>fix: update input warning by <ahref="https://github.com/jackton1"><code>@jackton1</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/1870">tj-actions/changed-files#1870</a></li><li>rename: unsupported REST API inputs constant name by <ahref="https://github.com/jackton1"><code>@jackton1</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/1872">tj-actions/changed-files#1872</a></li><li>feat: add support for include/exclude all nested files when adirectory is specified and ends with a slash by <ahref="https://github.com/jackton1"><code>@jackton1</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/1873">tj-actions/changed-files#1873</a></li></ul><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/tj-actions/changed-files/blob/main/HISTORY.md">tj-actions/changed-files'schangelog</a>.</em></p><blockquote><h1>Changelog</h1><h1><ahref="https://github.com/tj-actions/changed-files/compare/v41.1.2...v42.0.0">42.0.0</a>- (2024-01-18)</h1><h2><!-- raw HTML omitted -->🚀 Features</h2><ul><li>Add support for include/exclude all nested files when a directory isspecified and ends with a slash (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/1873">#1873</a>)(<ahref="https://github.com/tj-actions/changed-files/commit/ae82ed4ae04587b665efad2f206578aa6f0e8539">ae82ed4</a>)- (Tonye Jack)</li></ul><h2><!-- raw HTML omitted -->🐛 Bug Fixes</h2><ul><li>Update input warning (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/1870">#1870</a>)(<ahref="https://github.com/tj-actions/changed-files/commit/6c9dcea4432fd0eb2f3e07c9149eab2807ce44b2">6c9dcea</a>)- (Tonye Jack)</li></ul><h2><!-- raw HTML omitted -->📝 Rename</h2><ul><li>Unsupported REST API inputs constant name (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/1872">#1872</a>)(<ahref="https://github.com/tj-actions/changed-files/commit/cbd59070e8276b539ecdfa0f2316db7b1599ea0f">cbd5907</a>)- (Tonye Jack)</li></ul><h2><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h2><ul><li><strong>deps:</strong> Update dependency prettier to v3.2.4 (<ahref="https://github.com/tj-actions/changed-files/commit/79b060d4450764e6b54a73696c2d99134757db95">79b060d</a>)- (renovate[bot])</li></ul><h2><!-- raw HTML omitted -->⬆️ Upgrades</h2><ul><li>Upgraded to v41.1.2 (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/1869">#1869</a>)</li></ul><p>Co-authored-by: jackton1 <ahref="mailto:jackton1@users.noreply.github.com">jackton1@users.noreply.github.com</a>(<ahref="https://github.com/tj-actions/changed-files/commit/434b67ebc3051662cf28de12b8a7adb77aea522a">434b67e</a>)- (tj-actions[bot])</p><h1><ahref="https://github.com/tj-actions/changed-files/compare/v41.1.1...v41.1.2">41.1.2</a>- (2024-01-17)</h1><h2><!-- raw HTML omitted -->🚀 Features</h2><ul><li>Enhance error handling and working directory resolution (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/1859">#1859</a>)(<ahref="https://github.com/tj-actions/changed-files/commit/a60bf3759e069549b60c8da1284ec83e0398a1a4">a60bf37</a>)- (Tonye Jack)</li></ul><h2><!-- raw HTML omitted -->🐛 Bug Fixes</h2><ul><li>Bug with incorrect action path (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/1866">#1866</a>)(<ahref="https://github.com/tj-actions/changed-files/commit/3f8189989ba6fd9b3b9593ffe650236b3f1fcb55">3f81899</a>)- (Tonye Jack)</li></ul><h2><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h2><ul><li><strong>deps:</strong> Update dependency <code>@types/node</code>to v20.11.5 (<ahref="https://github.com/tj-actions/changed-files/commit/cbda684547adc8c052d50711417fa61b428a9f88">cbda684</a>)- (renovate[bot])</li><li><strong>deps:</strong> Update dependency prettier to v3.2.3 (<ahref="https://github.com/tj-actions/changed-files/commit/67a1f54f6f5ec7ee87c57eb7876a7d6dfdcc59a1">67a1f54</a>)- (renovate[bot])</li><li><strong>deps:</strong> Update tj-actions/eslint-changed-files actionto v22 (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/1864">#1864</a>)(<ahref="https://github.com/tj-actions/changed-files/commit/99248a443855d73284abf52520f897dba851b914">99248a4</a>)- (renovate[bot])</li><li><strong>deps:</strong> Update dependency <code>@types/node</code>to v20.11.4 (<ahref="https://github.com/tj-actions/changed-files/commit/878743189ba0ba42d467a736923b07102f0e348c">8787431</a>)- (renovate[bot])</li><li><strong>deps:</strong> Update dependency <code>@types/node</code>to v20.11.3 (<ahref="https://github.com/tj-actions/changed-files/commit/98d1d84e2f7a404c425df4e44dceb74a03920ac8">98d1d84</a>)- (renovate[bot])</li><li><strong>deps:</strong> Update typescript-eslint monorepo to v6.19.0(<ahref="https://github.com/tj-actions/changed-files/commit/bc46e4c4222c3926a70378d183f0b387d3a9e9a8">bc46e4c</a>)- (renovate[bot])</li><li><strong>deps:</strong> Update dependency <code>@types/node</code>to v20.11.2 (<ahref="https://github.com/tj-actions/changed-files/commit/fba40673489d49e860c15a444c134d887ead1f3a">fba4067</a>)- (renovate[bot])</li><li><strong>deps:</strong> Update dependency <code>@types/node</code>to v20.11.1 (<ahref="https://github.com/tj-actions/changed-files/commit/e4b86747326bc58eb230d62188ebdd66b73721a9">e4b8674</a>)- (renovate[bot])</li><li><strong>deps:</strong> Lock file maintenance (<ahref="https://github.com/tj-actions/changed-files/commit/bc2b5aef20add66cbe21d1093f0f1d37a353d376">bc2b5ae</a>)- (renovate[bot])</li><li><strong>deps:</strong> Update dependency prettier to v3.2.2 (<ahref="https://github.com/tj-actions/changed-files/commit/63c36a563a30544b4c03a8426277dca4b00e4fd1">63c36a5</a>)- (renovate[bot])</li></ul><h2><!-- raw HTML omitted -->⬆️ Upgrades</h2><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/tj-actions/changed-files/commit/ae82ed4ae04587b665efad2f206578aa6f0e8539"><code>ae82ed4</code></a>feat: add support for include/exclude all nested files when a directoryis sp...</li><li><ahref="https://github.com/tj-actions/changed-files/commit/cbd59070e8276b539ecdfa0f2316db7b1599ea0f"><code>cbd5907</code></a>rename: unsupported REST API inputs constant name (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/1872">#1872</a>)</li><li><ahref="https://github.com/tj-actions/changed-files/commit/6c9dcea4432fd0eb2f3e07c9149eab2807ce44b2"><code>6c9dcea</code></a>fix: update input warning (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/1870">#1870</a>)</li><li><ahref="https://github.com/tj-actions/changed-files/commit/79b060d4450764e6b54a73696c2d99134757db95"><code>79b060d</code></a>chore(deps): update dependency prettier to v3.2.4</li><li><ahref="https://github.com/tj-actions/changed-files/commit/434b67ebc3051662cf28de12b8a7adb77aea522a"><code>434b67e</code></a>Upgraded to v41.1.2 (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/1869">#1869</a>)</li><li>See full diff in <ahref="https://github.com/tj-actions/changed-files/compare/v41...v42">compareview</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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR 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 parent6ade4af commit968ae0e
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
0 commit comments
Comments
(0)