Releases: tj-actions/changed-files
v44.1.0
What's Changed
- Upgraded to v44.0.1 by @tj-actions-bot in #2037
- chore(deps): update dependency typescript to v5.4.5 by @renovate in #2038
- chore(deps): update peter-evans/create-pull-request action to v6.0.3 by @renovate in #2040
- chore(deps): update dependency @types/micromatch to v4.0.7 by @renovate in #2041
- chore(deps): lock file maintenance by @renovate in #2042
- chore(deps): lock file maintenance by @renovate in #2043
- chore(deps): update typescript-eslint monorepo to v7.7.0 by @renovate in #2046
- chore(deps): update peter-evans/create-pull-request action to v6.0.4 by @renovate in #2048
- feat: add option to exclude submodules when detecting changes by @jackton1 in #2047
Full Changelog: v44.0.1...v44.1.0
v44.0.1
What's Changed
- Upgraded to v44 by @tj-actions-bot in #2017
- chore(deps): update tj-actions/eslint-changed-files action to v24 by @renovate in #2019
- chore(deps): update dependency @types/node to v20.12.2 by @renovate in #2020
- chore(deps): lock file maintenance by @renovate in #2021
- chore(deps): update typescript-eslint monorepo to v7.5.0 by @renovate in #2022
- chore(deps): update dependency @types/node to v20.12.3 by @renovate in #2023
- fix(deps): update dependency @octokit/rest to v20.1.0 by @renovate in #2024
- chore(deps): update dependency @types/node to v20.12.4 by @renovate in #2025
- chore(deps): update dependency typescript to v5.4.4 by @renovate in #2027
- chore(deps): bump undici from 5.28.3 to 5.28.4 by @dependabot in #2026
- chore(deps): update dependency @types/node to v20.12.5 by @renovate in #2028
- chore(deps): update dependency eslint-plugin-jest to v28 by @renovate in #2030
- chore(deps): update dependency eslint-plugin-jest to v28.1.1 by @renovate in #2031
- chore(deps): update dependency eslint-plugin-jest to v28.2.0 by @renovate in #2032
- chore(deps): lock file maintenance by @renovate in #2033
- chore(deps): update typescript-eslint monorepo to v7.6.0 by @renovate in #2034
- chore(deps): update dependency @types/node to v20.12.6 by @renovate in #2035
- chore(deps): update dependency @types/node to v20.12.7 by @renovate in #2036
Full Changelog: v44...v44.0.1
v44.0.0
🔥🔥 BREAKING CHANGE 🔥🔥
Overview
We've made a significant update to how pull requests (PRs) from forked repositories are processed. This improvement not only streamlines the handling of such PRs but also fixes a previously identified issue.
Before the Change
Previously, when you created a pull request from a forked repository, any files changed in the target branch after the PR creation would erroneously appear as part of the PR's changed files. This made it difficult to distinguish between the actual changes introduced by the PR and subsequent changes made directly to the target branch.
What Has Changed
With this update, a pull request from a fork will now only include the files that were explicitly changed in the fork. This ensures that the list of changed files in a PR accurately reflects the contributions from the fork, without being muddled by unrelated changes to the target branch.
What's Changed
- Upgraded to v43.0.1 by @tj-actions-bot in #2004
- chore(deps): lock file maintenance by @renovate in #2005
- chore(deps): update typescript-eslint monorepo to v7.4.0 by @renovate in #2006
- fix: bug with prs from forks returning incorrect set of changed files by @jackton1 in #2007
- fix: check for setting remote urls for forks by @jackton1 in #2009
- fix: update to add the fork remote by @jackton1 in #2010
- fix: update previous sha for forks by @jackton1 in #2011
- fix: ensure the fork remote doesn't exists before creating it by @jackton1 in #2012
- chore: update description of other_deleted_files output by @tonyejack1 in #2008
- Updated README.md by @tj-actions-bot in #2013
- remove: unused code by @jackton1 in #2014
- chore: update description of outputs removing asterisks by @tonyejack1 in #2015
- Updated README.md by @tj-actions-bot in #2016
New Contributors
- @tonyejack1 made their first contribution in #2008
Full Changelog: v43.0.1...v44.0.0
v43.0.1
What's Changed
- Upgraded to v43 by @tj-actions-bot in #1990
- chore(deps): update dependency @types/node to v20.11.28 by @renovate in #1991
- chore(deps): lock file maintenance by @renovate in #1992
- chore(deps): update typescript-eslint monorepo to v7.3.0 by @renovate in #1993
- chore(deps): update dependency @types/node to v20.11.29 by @renovate in #1994
- Bump @typescript-eslint/parser from 7.3.0 to 7.3.1 by @dependabot in #1996
- chore(deps): update dependency @typescript-eslint/eslint-plugin to v7.3.1 by @renovate in #1997
- Bump @typescript-eslint/eslint-plugin from 7.3.0 to 7.3.1 by @dependabot in #1995
- chore(deps): update dependency @types/node to v20.11.30 by @renovate in #1998
- chore: update inputs.ts adding comment about fetch_depth by @jackton1 in #2000
- fix: remove warning with detecting the local git repository when using Github's REST API by @jackton1 in #2002
- chore(deps): update dependency typescript to v5.4.3 by @renovate in #2003
Full Changelog: v43...v43.0.1
v43
Changes in v43.0.1
What's Changed
- Upgraded to v43 by @tj-actions-bot in #1990
- chore(deps): update dependency @types/node to v20.11.28 by @renovate in #1991
- chore(deps): lock file maintenance by @renovate in #1992
- chore(deps): update typescript-eslint monorepo to v7.3.0 by @renovate in #1993
- chore(deps): update dependency @types/node to v20.11.29 by @renovate in #1994
- Bump @typescript-eslint/parser from 7.3.0 to 7.3.1 by @dependabot in #1996
- chore(deps): update dependency @typescript-eslint/eslint-plugin to v7.3.1 by @renovate in #1997
- Bump @typescript-eslint/eslint-plugin from 7.3.0 to 7.3.1 by @dependabot in #1995
- chore(deps): update dependency @types/node to v20.11.30 by @renovate in #1998
- chore: update inputs.ts adding comment about fetch_depth by @jackton1 in #2000
- fix: remove warning with detecting the local git repository when using Github's REST API by @jackton1 in #2002
- chore(deps): update dependency typescript to v5.4.3 by @renovate in #2003
Full Changelog: v43...v43.0.1
Changes in v43.0.0
🔥🔥 BREAKING CHANGE 🔥🔥
any_{changed, modified, deleted}
outputs now returntrue
when no file/directory patterns are specified.
What's Changed
- Upgraded to v42.1.0 by @tj-actions-bot in #1977
- chore(deps): lock file maintenance by @renovate in #1979
- chore(deps): update dependency @typescript-eslint/parser to v7.2.0 by @renovate in #1980
- chore(deps): update dependency @types/node to v20.11.26 by @renovate in #1981
- chore(deps): update dependency @typescript-eslint/eslint-plugin to v7.2.0 by @renovate in #1982
- chore(deps): update dependency @types/lodash to v4.17.0 by @renovate in #1983
- chore(deps): update peter-evans/create-pull-request action to v6.0.2 by @renovate in #1984
- chore(deps): update dependency @types/node to v20.11.27 by @renovate in #1987
- feat: add support for returning true for
any_{changed, modified, deleted}
outputs when no patterns are specified by @jackton1 in #1988 - Updated README.md by @tj-actions-bot in #1989
Full Changelog: v42...v43.0.0
v43.0.0
🔥🔥 BREAKING CHANGE 🔥🔥
any_{changed, modified, deleted}
outputs now returntrue
when no file/directory patterns are specified.
What's Changed
- Upgraded to v42.1.0 by @tj-actions-bot in #1977
- chore(deps): lock file maintenance by @renovate in #1979
- chore(deps): update dependency @typescript-eslint/parser to v7.2.0 by @renovate in #1980
- chore(deps): update dependency @types/node to v20.11.26 by @renovate in #1981
- chore(deps): update dependency @typescript-eslint/eslint-plugin to v7.2.0 by @renovate in #1982
- chore(deps): update dependency @types/lodash to v4.17.0 by @renovate in #1983
- chore(deps): update peter-evans/create-pull-request action to v6.0.2 by @renovate in #1984
- chore(deps): update dependency @types/node to v20.11.27 by @renovate in #1987
- feat: add support for returning true for
any_{changed, modified, deleted}
outputs when no patterns are specified by @jackton1 in #1988 - Updated README.md by @tj-actions-bot in #1989
Full Changelog: v42...v43.0.0
v42.1.0
🚀 🚀 New Feature 🚀 🚀
- Use changed-files output to run matrix jobs by simply setting the new
matrix
input totrue
.
This serves as an alias for setting the json
input to true
and the escape_json
input to false
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v42
with:
matrix: true
Note
- Activating this setting will automatically set
json
totrue
andescape_json
tofalse
. It is recommended for scenarios requiring these specific configurations.
What's Changed
- Upgraded to v42.0.7 by @tj-actions-bot in #1974
- feat: add matrix alias to simplify using outputs for matrix jobs by @jackton1 in #1975
- Updated README.md by @tj-actions-bot in #1976
Full Changelog: v42...v42.1.0
v42
Changes in v42.1.0
🚀 🚀 New Feature 🚀 🚀
- Use changed-files output to run matrix jobs by simply setting the new
matrix
input totrue
.
This serves as an alias for setting the json
input to true
and the escape_json
input to false
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v42
with:
matrix: true
What's Changed
- Upgraded to v42.0.7 by @tj-actions-bot in #1974
- feat: add matrix alias to simplify using outputs for matrix jobs by @jackton1 in #1975
- Updated README.md by @tj-actions-bot in #1976
Full Changelog: v42...v42.1.0
Changes in v42.0.7
What's Changed
- Upgraded to v42.0.6 by @tj-actions-bot in #1968
- chore(deps): update dependency @types/node to v20.11.25 by @renovate in #1969
- chore(deps): update dependency typescript to v5.4.2 by @renovate in #1970
- chore: add test for detecting changed-files in a nested directory by @jackton1 in #1972
- chore(deps): lock file maintenance by @renovate in #1973
Full Changelog: v42...v42.0.7
Changes in v42.0.6
What's Changed
- Upgraded to v42.0.5 by @tj-actions-bot in #1955
- chore(deps): update typescript-eslint monorepo to v7.1.0 by @renovate in #1956
- chore(deps): update dependency @types/node to v20.11.21 by @renovate in #1957
- chore(deps): update peter-evans/create-pull-request action to v6.0.1 by @renovate in #1958
- chore(deps): update dependency @types/node to v20.11.22 by @renovate in #1959
- chore(deps): update tj-actions/verify-changed-files action to v19 by @renovate in #1960
- chore(deps): update dependency @types/node to v20.11.23 by @renovate in #1961
- chore(deps): update dependency @types/node to v20.11.24 by @renovate in #1962
- chore(deps): update dependency eslint-plugin-github to v4.10.2 by @renovate in #1963
- chore(deps): lock file maintenance by @renovate in #1965
- chore(deps): update typescript-eslint monorepo to v7.1.1 by @renovate in #1966
- fix(deps): update dependency yaml to v2.4.1 by @renovate in #1967
Full Changelog: v42...v42.0.6
Changes in v42.0.5
What's Changed
- Upgraded to v42.0.4 by @tj-actions-bot in #1941
- chore: update action.yml by @jackton1 in #1942
- Updated README.md by @tj-actions-bot in #1943
- chore(deps): lock file maintenance by @renovate in #1944
- chore(deps): update typescript-eslint monorepo to v7.0.2 by @renovate in #1945
- chore(deps): update dependency @types/node to v20.11.20 by @renovate in #1949
- chore(deps): lock file maintenance by @renovate in #1950
- chore(deps): update dependency eslint to v8.57.0 by @renovate in #1951
- chore: Update README.md by @jackton1 in #1952
- fix(deps): update dependency yaml to v2.4.0 by @renovate in #1953
- chore(deps): lock file maintenance by @renovate in #1954
Full Changelog: v42...v42.0.5
Changes in v42.0.4
What's Changed
- Upgraded to v42.0.3 by @tj-actions-bot in #1939
- chore: update formatting by @jackton1 in #1940
Full Changelog: v42...v42.0.4
Changes in v42.0.3
What's Changed
- Upgraded to v42.0.2 by @tj-actions-bot in #1886
- chore(deps): update dependency @types/uuid to v9.0.8 by @renovate in #1887
- chore(deps): update dependency @types/node to v20.11.7 by @renovate in #1888
- chore(deps): update dependency @types/node to v20.11.8 by @renovate in #1889
- chore(deps): lock file maintenance by @renovate in #1890
- chore(deps): update dependency @types/node to v20.11.9 by @renovate in #1892
- chore: fix broken matrix example links by @levenleven in #1891
- chore(deps): update dependency @types/node to v20.11.10 by @renovate in #1895
- Updated README.md by @tj-actions-bot in #1894
- docs: add levenleven as a contributor for doc by @allcontributors in #1893
- Updated README.md by @tj-actions-bot in #1896
- chore(deps): lock file maintenance by @renovate in #1897
- chore(deps): update typescript-eslint monorepo to v6.20.0 by @renovate in #1898
- chore: update test by @jackton1 in #1899
- chore(deps): update dependency @types/node to v20.11.11 by @renovate in #1900
- chore(deps): update dependency @types/node to v20.11.12 by @renovate in #1901
- chore(deps): update dependency @types/node to v20.11.13 by @renovate in #1902
- chore(deps): update peter-evans/create-pull-request action to v6 by @renovate in #1903
- chore(deps): update dependency @types/node to v20.11.14 by @renovate in #1904
- chore(deps): update dependency @types/node to v20.11.15 by @renovate in #1905
- chore(deps): update dependency @types/jest to v29.5.12 by @renovate in #1906
- chore(deps): update dependency @types/node to v20.11.16 by @renovate in #1907
- chore: create greetings workflow by @jackton1 in #1909
- docs: add dan-hill2802 as a contributor for doc by @allcontributors in #1910
- correct bash loop in examples by @dan-hill2802 in #1908
- Updated README.md by @tj-actions-bot in #1911
- chore(deps): update tj-actions/verify-changed-files action to v18 by @renovate in #1912
- chore(deps): lock file maintenance by @renovate in #1913
- chore(deps): update dependency prettier to v3.2.5 by @renovate in #1914
- Updated README.md by @tj-actions-bot in #1915
- chore(deps): update typescript-eslint monorepo to v6.21.0 by @renovate in #1916
- Updated README.md by @tj-actions-bot in #1917
- docs: add KeisukeYamashita as a contributor for doc by @allcontributors in #1919
- Updated README.md by @tj-actions-bot in #1920
- fix: broken link to matrix example workflow by @KeisukeYamashita in #1918
- chore: update workflow-run-example.yml by @jackton1 in #1921
- chore: update README.md by @jackton1 in #1922
- chore(deps): update actions/setup-node action to v4.0.2 by @renovate in #1923
- chore(deps): update codacy/codacy-analysis-cli-action action to v4.4.0 by @renovate in #1924
- chore(deps): update dependency @types/node to v20.11.17 by @renovate in #1925
- chore(deps): lock file maintenance by @renovate in #1926
- chore(deps): update typescript-eslint monorepo to v7 (major) by @renovate in #1927
- chore: update codacy-analysis.yml ...
v42.0.7
What's Changed
- Upgraded to v42.0.6 by @tj-actions-bot in #1968
- chore(deps): update dependency @types/node to v20.11.25 by @renovate in #1969
- chore(deps): update dependency typescript to v5.4.2 by @renovate in #1970
- chore: add test for detecting changed-files in a nested directory by @jackton1 in #1972
- chore(deps): lock file maintenance by @renovate in #1973
Full Changelog: v42...v42.0.7
v42.0.6
What's Changed
- Upgraded to v42.0.5 by @tj-actions-bot in #1955
- chore(deps): update typescript-eslint monorepo to v7.1.0 by @renovate in #1956
- chore(deps): update dependency @types/node to v20.11.21 by @renovate in #1957
- chore(deps): update peter-evans/create-pull-request action to v6.0.1 by @renovate in #1958
- chore(deps): update dependency @types/node to v20.11.22 by @renovate in #1959
- chore(deps): update tj-actions/verify-changed-files action to v19 by @renovate in #1960
- chore(deps): update dependency @types/node to v20.11.23 by @renovate in #1961
- chore(deps): update dependency @types/node to v20.11.24 by @renovate in #1962
- chore(deps): update dependency eslint-plugin-github to v4.10.2 by @renovate in #1963
- chore(deps): lock file maintenance by @renovate in #1965
- chore(deps): update typescript-eslint monorepo to v7.1.1 by @renovate in #1966
- fix(deps): update dependency yaml to v2.4.1 by @renovate in #1967
Full Changelog: v42...v42.0.6