Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update tj-actions/changed-files action to v42 (#558)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tj-actions/changed-files](https://togithub.com/tj-actions/changed-files) | action | major | `v41` -> `v42` | --- ### Release Notes <details> <summary>tj-actions/changed-files (tj-actions/changed-files)</summary> ### [`v42`](https://togithub.com/tj-actions/changed-files/releases/tag/v42) [Compare Source](https://togithub.com/tj-actions/changed-files/compare/v41...v42) ### Changes in v42.0.2 #### What's Changed - Upgraded to v42.0.1 by [@​tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/1884](https://togithub.com/tj-actions/changed-files/pull/1884) - feat: enhance error handling for non-git directories by [@​jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1885](https://togithub.com/tj-actions/changed-files/pull/1885) **Full Changelog**: tj-actions/changed-files@v42...v42.0.2 *** ### Changes in v42.0.1 #### What's Changed - Upgraded to v42 by [@​tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/1874](https://togithub.com/tj-actions/changed-files/pull/1874) - chore(deps): update tj-actions/eslint-changed-files action to v23 by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1875](https://togithub.com/tj-actions/changed-files/pull/1875) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1876](https://togithub.com/tj-actions/changed-files/pull/1876) - chore: update README.md by [@​jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1877](https://togithub.com/tj-actions/changed-files/pull/1877) - chore: rename example worflows from test to example by [@​jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1878](https://togithub.com/tj-actions/changed-files/pull/1878) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1879](https://togithub.com/tj-actions/changed-files/pull/1879) - chore(deps): update dependency ts-jest to v29.1.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1880](https://togithub.com/tj-actions/changed-files/pull/1880) - chore(deps): update typescript-eslint monorepo to v6.19.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1881](https://togithub.com/tj-actions/changed-files/pull/1881) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1883](https://togithub.com/tj-actions/changed-files/pull/1883) **Full Changelog**: tj-actions/changed-files@v42...v42.0.1 *** ### Changes in v42.0.0 #### π₯π₯ BREAKING CHANGE π₯π₯ - Input file patterns that end with a `/` would now match all sub-files within the directory without requiring you to specify the globstar pattern. ##### ```yaml ... - name: Get changed files id: changed-files uses: tj-actions/changed-files@v42 with: files: 'dir/' # Would also be the same as dir/** ``` #### What's Changed - Upgraded to v41.1.2 by [@​tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/1869](https://togithub.com/tj-actions/changed-files/pull/1869) - chore(deps): update dependency prettier to v3.2.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1871](https://togithub.com/tj-actions/changed-files/pull/1871) - fix: update input warning by [@​jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1870](https://togithub.com/tj-actions/changed-files/pull/1870) - rename: unsupported REST API inputs constant name by [@​jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1872](https://togithub.com/tj-actions/changed-files/pull/1872) - feat: add support for include/exclude all nested files when a directory is specified and ends with a slash by [@​jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1873](https://togithub.com/tj-actions/changed-files/pull/1873) **Full Changelog**: tj-actions/changed-files@v41...v42.0.0 *** </details> --- ### Configuration π **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). π¦ **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. π **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
- Loading branch information