Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Upgraded to v43.0.1#2004

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
repo-ranger merged 1 commit intomainfromupgrade-to-v43.0.1
Mar 21, 2024
Merged

Upgraded to v43.0.1#2004

repo-ranger merged 1 commit intomainfromupgrade-to-v43.0.1
Mar 21, 2024

Conversation

tj-actions-bot
Copy link
Contributor

@tj-actions-bottj-actions-bot added the merge when passingMerge the PR automatically once all status checks have passed labelMar 21, 2024
@repo-rangerrepo-rangerbot merged commit01e9662 intomainMar 21, 2024
@repo-rangerrepo-rangerbot deleted the upgrade-to-v43.0.1 branchMarch 21, 2024 00:42
spiceratops referenced this pull request in spiceratops/k8s-gitopsMar 27, 2024
….0 (#657)This PR contains the following updates:| Package | Type | Update | Change ||---|---|---|---||[tj-actions/changed-files](https://togithub.com/tj-actions/changed-files)| action | major | `v43.0.1` -> `v44.0.0` |---> [!WARNING]> Some dependencies could not be looked up. Check the DependencyDashboard for more information.---### Release Notes<details><summary>tj-actions/changed-files (tj-actions/changed-files)</summary>###[`v44.0.0`](https://togithub.com/tj-actions/changed-files/releases/tag/v44.0.0)[CompareSource](https://togithub.com/tj-actions/changed-files/compare/v43.0.1...v44.0.0)#### 🔥🔥 BREAKING CHANGE 🔥🔥##### OverviewWe've made a significant update to how pull requests (PRs) from forkedrepositories are processed. This improvement not only streamlines thehandling of such PRs but also fixes a previously identified issue.##### Before the ChangePreviously, when you created a pull request from a forked repository,any files changed in the target branch after the PR creation woulderroneously appear as part of the PR's changed files. This made itdifficult to distinguish between the actual changes introduced by the PRand subsequent changes made directly to the target branch.##### What Has ChangedWith this update, a pull request from a fork will now **only** includethe files that were explicitly changed in the fork. This ensures thatthe list of changed files in a PR accurately reflects the contributionsfrom the fork, without being muddled by unrelated changes to the targetbranch.##### Important Note for UsersTo take advantage of this new behaviour, it's necessary to specify thefork repository explicitly when performing the checkout step in yourworkflows. Below is an example configuration that demonstrates how to dothis:```yml- uses: actions/checkout@v4  with:    repository: ${{ github.event.pull_request.head.repo.full_name }}```This modification ensures that your workflows correctly identify andinteract with the source repository for PRs originating from forks.***#### What's Changed- Upgraded to v43.0.1 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2004](https://togithub.com/tj-actions/changed-files/pull/2004)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2005](https://togithub.com/tj-actions/changed-files/pull/2005)- chore(deps): update typescript-eslint monorepo to v7.4.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2006](https://togithub.com/tj-actions/changed-files/pull/2006)- fix: bug with prs from forks returning incorrect set of changed filesby [@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2007](https://togithub.com/tj-actions/changed-files/pull/2007)- fix: check for setting remote urls for forks by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2009](https://togithub.com/tj-actions/changed-files/pull/2009)- fix: update to add the fork remote by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2010](https://togithub.com/tj-actions/changed-files/pull/2010)- fix: update previous sha for forks by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2011](https://togithub.com/tj-actions/changed-files/pull/2011)- fix: ensure the fork remote doesn't exists before creating it by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2012](https://togithub.com/tj-actions/changed-files/pull/2012)- chore: update description of other_deleted_files output by[@&#8203;tonyejack1](https://togithub.com/tonyejack1) in[https://github.com/tj-actions/changed-files/pull/2008](https://togithub.com/tj-actions/changed-files/pull/2008)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2013](https://togithub.com/tj-actions/changed-files/pull/2013)- remove: unused code by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2014](https://togithub.com/tj-actions/changed-files/pull/2014)- chore: update description of outputs removing asterisks by[@&#8203;tonyejack1](https://togithub.com/tonyejack1) in[https://github.com/tj-actions/changed-files/pull/2015](https://togithub.com/tj-actions/changed-files/pull/2015)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2016](https://togithub.com/tj-actions/changed-files/pull/2016)#### New Contributors- [@&#8203;tonyejack1](https://togithub.com/tonyejack1) made their firstcontribution in[https://github.com/tj-actions/changed-files/pull/2008](https://togithub.com/tj-actions/changed-files/pull/2008)**Full Changelog**:tj-actions/changed-files@v43.0.1...v44.0.0</details>---### Configuration📅 **Schedule**: Branch creation - At any time (no schedule defined),Automerge - At any time (no schedule defined).🚦 **Automerge**: Disabled by config. Please merge this manually once youare satisfied.♻ **Rebasing**: Whenever PR becomes conflicted, or you tick therebase/retry checkbox.🔕 **Ignore**: Close this PR and you won't be reminded about this updateagain.---- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, checkthis box---This PR has been generated by [RenovateBot](https://togithub.com/renovatebot/renovate).<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzEuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI3MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
szinn referenced this pull request in szinn/k8s-homelabMar 27, 2024
…3327)This PR contains the following updates:| Package | Type | Update | Change ||---|---|---|---||[tj-actions/changed-files](https://togithub.com/tj-actions/changed-files)| action | major | `v43` -> `v44` |---### Release Notes<details><summary>tj-actions/changed-files (tj-actions/changed-files)</summary>###[`v44`](https://togithub.com/tj-actions/changed-files/releases/tag/v44)[CompareSource](https://togithub.com/tj-actions/changed-files/compare/v43...v44)### Changes in v44.0.0#### 🔥🔥 BREAKING CHANGE 🔥🔥##### OverviewWe've made a significant update to how pull requests (PRs) from forkedrepositories are processed. This improvement not only streamlines thehandling of such PRs but also fixes a previously identified issue.##### Before the ChangePreviously, when you created a pull request from a forked repository,any files changed in the target branch after the PR creation woulderroneously appear as part of the PR's changed files. This made itdifficult to distinguish between the actual changes introduced by the PRand subsequent changes made directly to the target branch.##### What Has ChangedWith this update, a pull request from a fork will now **only** includethe files that were explicitly changed in the fork. This ensures thatthe list of changed files in a PR accurately reflects the contributionsfrom the fork, without being muddled by unrelated changes to the targetbranch.##### Important Note for UsersTo take advantage of this new behaviour, it's necessary to specify thefork repository explicitly when performing the checkout step in yourworkflows. Below is an example configuration that demonstrates how to dothis:```yml- uses: actions/checkout@v4  with:    repository: ${{ github.event.pull_request.head.repo.full_name }}```This modification ensures that your workflows correctly identify andinteract with the source repository for PRs originating from forks.***#### What's Changed- Upgraded to v43.0.1 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2004](https://togithub.com/tj-actions/changed-files/pull/2004)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2005](https://togithub.com/tj-actions/changed-files/pull/2005)- chore(deps): update typescript-eslint monorepo to v7.4.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2006](https://togithub.com/tj-actions/changed-files/pull/2006)- fix: bug with prs from forks returning incorrect set of changed filesby [@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2007](https://togithub.com/tj-actions/changed-files/pull/2007)- fix: check for setting remote urls for forks by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2009](https://togithub.com/tj-actions/changed-files/pull/2009)- fix: update to add the fork remote by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2010](https://togithub.com/tj-actions/changed-files/pull/2010)- fix: update previous sha for forks by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2011](https://togithub.com/tj-actions/changed-files/pull/2011)- fix: ensure the fork remote doesn't exists before creating it by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2012](https://togithub.com/tj-actions/changed-files/pull/2012)- chore: update description of other_deleted_files output by[@&#8203;tonyejack1](https://togithub.com/tonyejack1) in[https://github.com/tj-actions/changed-files/pull/2008](https://togithub.com/tj-actions/changed-files/pull/2008)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2013](https://togithub.com/tj-actions/changed-files/pull/2013)- remove: unused code by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2014](https://togithub.com/tj-actions/changed-files/pull/2014)- chore: update description of outputs removing asterisks by[@&#8203;tonyejack1](https://togithub.com/tonyejack1) in[https://github.com/tj-actions/changed-files/pull/2015](https://togithub.com/tj-actions/changed-files/pull/2015)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2016](https://togithub.com/tj-actions/changed-files/pull/2016)#### New Contributors- [@&#8203;tonyejack1](https://togithub.com/tonyejack1) made their firstcontribution in[https://github.com/tj-actions/changed-files/pull/2008](https://togithub.com/tj-actions/changed-files/pull/2008)**Full Changelog**:tj-actions/changed-files@v43.0.1...v44.0.0***</details>---### Configuration📅 **Schedule**: Branch creation - At any time (no schedule defined),Automerge - At any time (no schedule defined).🚦 **Automerge**: Disabled by config. Please merge this manually once youare satisfied.♻ **Rebasing**: Whenever PR becomes conflicted, or you tick therebase/retry checkbox.🔕 **Ignore**: Close this PR and you won't be reminded about this updateagain.---- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, checkthis box---This PR has been generated by [RenovateBot](https://togithub.com/renovatebot/renovate).<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
kireque referenced this pull request in kireque/home-opsMar 28, 2024
This PR contains the following updates:| Package | Type | Update | Change ||---|---|---|---||[tj-actions/changed-files](https://togithub.com/tj-actions/changed-files)| action | major | `v43` -> `v44` |---### Release Notes<details><summary>tj-actions/changed-files (tj-actions/changed-files)</summary>###[`v44`](https://togithub.com/tj-actions/changed-files/releases/tag/v44)[CompareSource](https://togithub.com/tj-actions/changed-files/compare/v43...v44)### Changes in v44.0.0#### 🔥🔥 BREAKING CHANGE 🔥🔥##### OverviewWe've made a significant update to how pull requests (PRs) from forkedrepositories are processed. This improvement not only streamlines thehandling of such PRs but also fixes a previously identified issue.##### Before the ChangePreviously, when you created a pull request from a forked repository,any files changed in the target branch after the PR creation woulderroneously appear as part of the PR's changed files. This made itdifficult to distinguish between the actual changes introduced by the PRand subsequent changes made directly to the target branch.##### What Has ChangedWith this update, a pull request from a fork will now **only** includethe files that were explicitly changed in the fork. This ensures thatthe list of changed files in a PR accurately reflects the contributionsfrom the fork, without being muddled by unrelated changes to the targetbranch.***#### What's Changed- Upgraded to v43.0.1 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2004](https://togithub.com/tj-actions/changed-files/pull/2004)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2005](https://togithub.com/tj-actions/changed-files/pull/2005)- chore(deps): update typescript-eslint monorepo to v7.4.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2006](https://togithub.com/tj-actions/changed-files/pull/2006)- fix: bug with prs from forks returning incorrect set of changed filesby [@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2007](https://togithub.com/tj-actions/changed-files/pull/2007)- fix: check for setting remote urls for forks by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2009](https://togithub.com/tj-actions/changed-files/pull/2009)- fix: update to add the fork remote by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2010](https://togithub.com/tj-actions/changed-files/pull/2010)- fix: update previous sha for forks by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2011](https://togithub.com/tj-actions/changed-files/pull/2011)- fix: ensure the fork remote doesn't exists before creating it by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2012](https://togithub.com/tj-actions/changed-files/pull/2012)- chore: update description of other_deleted_files output by[@&#8203;tonyejack1](https://togithub.com/tonyejack1) in[https://github.com/tj-actions/changed-files/pull/2008](https://togithub.com/tj-actions/changed-files/pull/2008)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2013](https://togithub.com/tj-actions/changed-files/pull/2013)- remove: unused code by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2014](https://togithub.com/tj-actions/changed-files/pull/2014)- chore: update description of outputs removing asterisks by[@&#8203;tonyejack1](https://togithub.com/tonyejack1) in[https://github.com/tj-actions/changed-files/pull/2015](https://togithub.com/tj-actions/changed-files/pull/2015)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2016](https://togithub.com/tj-actions/changed-files/pull/2016)#### New Contributors- [@&#8203;tonyejack1](https://togithub.com/tonyejack1) made their firstcontribution in[https://github.com/tj-actions/changed-files/pull/2008](https://togithub.com/tj-actions/changed-files/pull/2008)**Full Changelog**:tj-actions/changed-files@v43.0.1...v44.0.0***</details>---### Configuration📅 **Schedule**: Branch creation - At any time (no schedule defined),Automerge - At any time (no schedule defined).🚦 **Automerge**: Disabled by config. Please merge this manually once youare satisfied.♻ **Rebasing**: Whenever PR becomes conflicted, or you tick therebase/retry checkbox.🔕 **Ignore**: Close this PR and you won't be reminded about this updateagain.---- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, checkthis box---This PR has been generated by [RenovateBot](https://togithub.com/renovatebot/renovate).<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzEuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI3Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
kodiakhqbot referenced this pull request in cloudquery/policiesApr 1, 2024
This PR contains the following updates:| Package | Type | Update | Change ||---|---|---|---|| [tj-actions/changed-files](https://togithub.com/tj-actions/changed-files) | action | major | `v42` -> `v44` |---### Release Notes<details><summary>tj-actions/changed-files (tj-actions/changed-files)</summary>### [`v44`](https://togithub.com/tj-actions/changed-files/releases/tag/v44)[Compare Source](https://togithub.com/tj-actions/changed-files/compare/v43...v44)### Changes in v44.0.0#### 🔥🔥 BREAKING CHANGE 🔥🔥##### OverviewWe'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 ChangePreviously, 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 ChangedWith 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 [@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/2004](https://togithub.com/tj-actions/changed-files/pull/2004)-   chore(deps): lock file maintenance by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/2005](https://togithub.com/tj-actions/changed-files/pull/2005)-   chore(deps): update typescript-eslint monorepo to v7.4.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/2006](https://togithub.com/tj-actions/changed-files/pull/2006)-   fix: bug with prs from forks returning incorrect set of changed files by [@&#8203;jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/2007](https://togithub.com/tj-actions/changed-files/pull/2007)-   fix: check for setting remote urls for forks by [@&#8203;jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/2009](https://togithub.com/tj-actions/changed-files/pull/2009)-   fix: update to add the fork remote by [@&#8203;jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/2010](https://togithub.com/tj-actions/changed-files/pull/2010)-   fix: update previous sha for forks by [@&#8203;jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/2011](https://togithub.com/tj-actions/changed-files/pull/2011)-   fix: ensure the fork remote doesn't exists before creating it by [@&#8203;jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/2012](https://togithub.com/tj-actions/changed-files/pull/2012)-   chore: update description of other_deleted_files output by [@&#8203;tonyejack1](https://togithub.com/tonyejack1) in [https://github.com/tj-actions/changed-files/pull/2008](https://togithub.com/tj-actions/changed-files/pull/2008)-   Updated README.md by [@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/2013](https://togithub.com/tj-actions/changed-files/pull/2013)-   remove: unused code by [@&#8203;jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/2014](https://togithub.com/tj-actions/changed-files/pull/2014)-   chore: update description of outputs removing asterisks  by [@&#8203;tonyejack1](https://togithub.com/tonyejack1) in [https://github.com/tj-actions/changed-files/pull/2015](https://togithub.com/tj-actions/changed-files/pull/2015)-   Updated README.md by [@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/2016](https://togithub.com/tj-actions/changed-files/pull/2016)#### New Contributors-   [@&#8203;tonyejack1](https://togithub.com/tonyejack1) made their first contribution in [https://github.com/tj-actions/changed-files/pull/2008](https://togithub.com/tj-actions/changed-files/pull/2008)**Full Changelog**:tj-actions/changed-files@v43.0.1...v44.0.0***### [`v43`](https://togithub.com/tj-actions/changed-files/releases/tag/v43)[Compare Source](https://togithub.com/tj-actions/changed-files/compare/v42...v43)### Changes in v43.0.1#### What's Changed-   Upgraded to v43 by [@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/1990](https://togithub.com/tj-actions/changed-files/pull/1990)-   chore(deps): update dependency [@&#8203;types/node](https://togithub.com/types/node) to v20.11.28 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1991](https://togithub.com/tj-actions/changed-files/pull/1991)-   chore(deps): lock file maintenance by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1992](https://togithub.com/tj-actions/changed-files/pull/1992)-   chore(deps): update typescript-eslint monorepo to v7.3.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1993](https://togithub.com/tj-actions/changed-files/pull/1993)-   chore(deps): update dependency [@&#8203;types/node](https://togithub.com/types/node) to v20.11.29 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1994](https://togithub.com/tj-actions/changed-files/pull/1994)-   Bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.3.0 to 7.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tj-actions/changed-files/pull/1996](https://togithub.com/tj-actions/changed-files/pull/1996)-   chore(deps): update dependency [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) to v7.3.1 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1997](https://togithub.com/tj-actions/changed-files/pull/1997)-   Bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.3.0 to 7.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tj-actions/changed-files/pull/1995](https://togithub.com/tj-actions/changed-files/pull/1995)-   chore(deps): update dependency [@&#8203;types/node](https://togithub.com/types/node) to v20.11.30 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1998](https://togithub.com/tj-actions/changed-files/pull/1998)-   chore: update inputs.ts adding comment about fetch_depth by [@&#8203;jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/2000](https://togithub.com/tj-actions/changed-files/pull/2000)-   fix: remove warning with detecting the local git repository when using Github's REST API by [@&#8203;jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/2002](https://togithub.com/tj-actions/changed-files/pull/2002)-   chore(deps): update dependency typescript to v5.4.3 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/2003](https://togithub.com/tj-actions/changed-files/pull/2003)**Full Changelog**:tj-actions/changed-files@v43...v43.0.1***### Changes in v43.0.0#### 🔥🔥 BREAKING CHANGE 🔥🔥-   `any_{changed, modified, deleted}` outputs now return `true` when no file/directory patterns are specified.#### What's Changed-   Upgraded to v42.1.0 by [@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/1977](https://togithub.com/tj-actions/changed-files/pull/1977)-   chore(deps): lock file maintenance by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1979](https://togithub.com/tj-actions/changed-files/pull/1979)-   chore(deps): update dependency [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) to v7.2.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1980](https://togithub.com/tj-actions/changed-files/pull/1980)-   chore(deps): update dependency [@&#8203;types/node](https://togithub.com/types/node) to v20.11.26 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1981](https://togithub.com/tj-actions/changed-files/pull/1981)-   chore(deps): update dependency [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) to v7.2.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1982](https://togithub.com/tj-actions/changed-files/pull/1982)-   chore(deps): update dependency [@&#8203;types/lodash](https://togithub.com/types/lodash) to v4.17.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1983](https://togithub.com/tj-actions/changed-files/pull/1983)-   chore(deps): update peter-evans/create-pull-request action to v6.0.2 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1984](https://togithub.com/tj-actions/changed-files/pull/1984)-   chore(deps): update dependency [@&#8203;types/node](https://togithub.com/types/node) to v20.11.27 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1987](https://togithub.com/tj-actions/changed-files/pull/1987)-   feat: add support for returning true for `any_{changed, modified, deleted}` outputs when no patterns are specified by [@&#8203;jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1988](https://togithub.com/tj-actions/changed-files/pull/1988)-   Updated README.md by [@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/1989](https://togithub.com/tj-actions/changed-files/pull/1989)**Full Changelog**:tj-actions/changed-files@v42...v43.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
arealmaas referenced this pull request in Altinn/dialogportenApr 3, 2024
[![MendRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)This PR contains the following updates:| Package | Type | Update | Change ||---|---|---|---||[tj-actions/changed-files](https://togithub.com/tj-actions/changed-files)| action | major | `v42` -> `v44` |---### Release Notes<details><summary>tj-actions/changed-files (tj-actions/changed-files)</summary>###[`v44`](https://togithub.com/tj-actions/changed-files/releases/tag/v44)[CompareSource](https://togithub.com/tj-actions/changed-files/compare/v43...v44)##### Changes in v44.0.0##### 🔥🔥 BREAKING CHANGE 🔥🔥##### OverviewWe've made a significant update to how pull requests (PRs) from forkedrepositories are processed. This improvement not only streamlines thehandling of such PRs but also fixes a previously identified issue.##### Before the ChangePreviously, when you created a pull request from a forked repository,any files changed in the target branch after the PR creation woulderroneously appear as part of the PR's changed files. This made itdifficult to distinguish between the actual changes introduced by the PRand subsequent changes made directly to the target branch.##### What Has ChangedWith this update, a pull request from a fork will now **only** includethe files that were explicitly changed in the fork. This ensures thatthe list of changed files in a PR accurately reflects the contributionsfrom the fork, without being muddled by unrelated changes to the targetbranch.***##### What's Changed- Upgraded to v43.0.1 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2004](https://togithub.com/tj-actions/changed-files/pull/2004)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2005](https://togithub.com/tj-actions/changed-files/pull/2005)- chore(deps): update typescript-eslint monorepo to v7.4.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2006](https://togithub.com/tj-actions/changed-files/pull/2006)- fix: bug with prs from forks returning incorrect set of changed filesby [@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2007](https://togithub.com/tj-actions/changed-files/pull/2007)- fix: check for setting remote urls for forks by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2009](https://togithub.com/tj-actions/changed-files/pull/2009)- fix: update to add the fork remote by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2010](https://togithub.com/tj-actions/changed-files/pull/2010)- fix: update previous sha for forks by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2011](https://togithub.com/tj-actions/changed-files/pull/2011)- fix: ensure the fork remote doesn't exists before creating it by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2012](https://togithub.com/tj-actions/changed-files/pull/2012)- chore: update description of other_deleted_files output by[@&#8203;tonyejack1](https://togithub.com/tonyejack1) in[https://github.com/tj-actions/changed-files/pull/2008](https://togithub.com/tj-actions/changed-files/pull/2008)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2013](https://togithub.com/tj-actions/changed-files/pull/2013)- remove: unused code by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2014](https://togithub.com/tj-actions/changed-files/pull/2014)- chore: update description of outputs removing asterisks by[@&#8203;tonyejack1](https://togithub.com/tonyejack1) in[https://github.com/tj-actions/changed-files/pull/2015](https://togithub.com/tj-actions/changed-files/pull/2015)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2016](https://togithub.com/tj-actions/changed-files/pull/2016)##### New Contributors- [@&#8203;tonyejack1](https://togithub.com/tonyejack1) made their firstcontribution in[https://github.com/tj-actions/changed-files/pull/2008](https://togithub.com/tj-actions/changed-files/pull/2008)**Full Changelog**:tj-actions/changed-files@v43.0.1...v44.0.0***###[`v43`](https://togithub.com/tj-actions/changed-files/releases/tag/v43)[CompareSource](https://togithub.com/tj-actions/changed-files/compare/v42...v43)##### Changes in v43.0.1##### What's Changed- Upgraded to v43 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/1990](https://togithub.com/tj-actions/changed-files/pull/1990)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.11.28 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/1991](https://togithub.com/tj-actions/changed-files/pull/1991)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/1992](https://togithub.com/tj-actions/changed-files/pull/1992)- chore(deps): update typescript-eslint monorepo to v7.3.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/1993](https://togithub.com/tj-actions/changed-files/pull/1993)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.11.29 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/1994](https://togithub.com/tj-actions/changed-files/pull/1994)- Bump[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)from 7.3.0 to 7.3.1 by[@&#8203;dependabot](https://togithub.com/dependabot) in[https://github.com/tj-actions/changed-files/pull/1996](https://togithub.com/tj-actions/changed-files/pull/1996)- chore(deps): update dependency[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)to v7.3.1 by [@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/1997](https://togithub.com/tj-actions/changed-files/pull/1997)- Bump[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)from 7.3.0 to 7.3.1 by[@&#8203;dependabot](https://togithub.com/dependabot) in[https://github.com/tj-actions/changed-files/pull/1995](https://togithub.com/tj-actions/changed-files/pull/1995)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.11.30 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/1998](https://togithub.com/tj-actions/changed-files/pull/1998)- chore: update inputs.ts adding comment about fetch_depth by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2000](https://togithub.com/tj-actions/changed-files/pull/2000)- fix: remove warning with detecting the local git repository when usingGithub's REST API by [@&#8203;jackton1](https://togithub.com/jackton1)in[https://github.com/tj-actions/changed-files/pull/2002](https://togithub.com/tj-actions/changed-files/pull/2002)- chore(deps): update dependency typescript to v5.4.3 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2003](https://togithub.com/tj-actions/changed-files/pull/2003)**Full Changelog**:tj-actions/changed-files@v43...v43.0.1***##### Changes in v43.0.0##### 🔥🔥 BREAKING CHANGE 🔥🔥- `any_{changed, modified, deleted}` outputs now return `true` when nofile/directory patterns are specified.##### What's Changed- Upgraded to v42.1.0 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/1977](https://togithub.com/tj-actions/changed-files/pull/1977)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/1979](https://togithub.com/tj-actions/changed-files/pull/1979)- chore(deps): update dependency[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)to v7.2.0 by [@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/1980](https://togithub.com/tj-actions/changed-files/pull/1980)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.11.26 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/1981](https://togithub.com/tj-actions/changed-files/pull/1981)- chore(deps): update dependency[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)to v7.2.0 by [@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/1982](https://togithub.com/tj-actions/changed-files/pull/1982)- chore(deps): update dependency[@&#8203;types/lodash](https://togithub.com/types/lodash) to v4.17.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/1983](https://togithub.com/tj-actions/changed-files/pull/1983)- chore(deps): update peter-evans/create-pull-request action to v6.0.2by [@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/1984](https://togithub.com/tj-actions/changed-files/pull/1984)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.11.27 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/1987](https://togithub.com/tj-actions/changed-files/pull/1987)- feat: add support for returning true for `any_{changed, modified,deleted}` outputs when no patterns are specified by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/1988](https://togithub.com/tj-actions/changed-files/pull/1988)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/1989](https://togithub.com/tj-actions/changed-files/pull/1989)**Full Changelog**:tj-actions/changed-files@v42...v43.0.0***</details>---### Configuration📅 **Schedule**: Branch creation - "before 7am on Sunday,before 7am onWednesday" (UTC), Automerge - At any time (no schedule defined).🚦 **Automerge**: Disabled by config. Please merge this manually once youare satisfied.♻ **Rebasing**: Whenever PR becomes conflicted, or you tick therebase/retry checkbox.🔕 **Ignore**: Close this PR and you won't be reminded about this updateagain.---- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, checkthis box---This PR has been generated by [MendRenovate](https://www.mend.io/free-developer-tools/renovate/). Viewrepository job log[here](https://developer.mend.io/github/digdir/dialogporten).<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-merge-queuebot referenced this pull request in valora-inc/walletJun 2, 2024
[![MendRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)This PR contains the following updates:| Package | Type | Update | Change ||---|---|---|---||[tj-actions/changed-files](https://togithub.com/tj-actions/changed-files)| action | major | `v43` -> `v44` |---### Release Notes<details><summary>tj-actions/changed-files (tj-actions/changed-files)</summary>###[`v44`](https://togithub.com/tj-actions/changed-files/releases/tag/v44)[CompareSource](https://togithub.com/tj-actions/changed-files/compare/v43...v44)##### Changes in v44.5.2##### What's Changed- Upgraded to v44.5.1 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2108](https://togithub.com/tj-actions/changed-files/pull/2108)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2109](https://togithub.com/tj-actions/changed-files/pull/2109)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2110](https://togithub.com/tj-actions/changed-files/pull/2110)- chore(deps): update typescript-eslint monorepo to v7.11.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2111](https://togithub.com/tj-actions/changed-files/pull/2111)- chore(deps): update dependency ts-jest to v29.1.4 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2112](https://togithub.com/tj-actions/changed-files/pull/2112)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.13 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2115](https://togithub.com/tj-actions/changed-files/pull/2115)- fix: warning with fetch_missing_history_max_retries using REST API by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2114](https://togithub.com/tj-actions/changed-files/pull/2114)**Full Changelog**:tj-actions/changed-files@v44...v44.5.2***##### Changes in v44.5.1##### What's Changed- chore(deps): update dependency ts-jest to v29.1.3 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2100](https://togithub.com/tj-actions/changed-files/pull/2100)- Upgraded to v44.5.0 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2101](https://togithub.com/tj-actions/changed-files/pull/2101)- fix(deps): update dependency micromatch to v4.0.6 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2102](https://togithub.com/tj-actions/changed-files/pull/2102)- fix(deps): update dependency micromatch to v4.0.7 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2103](https://togithub.com/tj-actions/changed-files/pull/2103)- fix: bug detecting previous tag when workflow is rerun by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2107](https://togithub.com/tj-actions/changed-files/pull/2107)**Full Changelog**:tj-actions/changed-files@v44...v44.5.1***##### Changes in v44.5.0##### What's Changed- Upgraded to v44.4.0 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2086](https://togithub.com/tj-actions/changed-files/pull/2086)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2088](https://togithub.com/tj-actions/changed-files/pull/2088)- chore(deps): update typescript-eslint monorepo to v7.9.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2091](https://togithub.com/tj-actions/changed-files/pull/2091)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.12 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2092](https://togithub.com/tj-actions/changed-files/pull/2092)- chore(deps): update dependency[@&#8203;types/lodash](https://togithub.com/types/lodash) to v4.17.3 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2094](https://togithub.com/tj-actions/changed-files/pull/2094)- chore(deps): update dependency[@&#8203;types/lodash](https://togithub.com/types/lodash) to v4.17.4 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2095](https://togithub.com/tj-actions/changed-files/pull/2095)- chore(deps): update typescript-eslint monorepo to v7.10.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2097](https://togithub.com/tj-actions/changed-files/pull/2097)- feat: add support for providing patterns to match tags by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2098](https://togithub.com/tj-actions/changed-files/pull/2098)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2099](https://togithub.com/tj-actions/changed-files/pull/2099)**Full Changelog**:tj-actions/changed-files@v44...v44.5.0***##### Changes in v44.4.0##### What's Changed- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2057](https://togithub.com/tj-actions/changed-files/pull/2057)- Upgraded to v44.3.0 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2058](https://togithub.com/tj-actions/changed-files/pull/2058)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2059](https://togithub.com/tj-actions/changed-files/pull/2059)- feat: reduce the default `fetch_depth` from 50 to 25 and increase`fetch_missing_history_max_retries` by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2060](https://togithub.com/tj-actions/changed-files/pull/2060)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2061](https://togithub.com/tj-actions/changed-files/pull/2061)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2062](https://togithub.com/tj-actions/changed-files/pull/2062)- chore(deps): update typescript-eslint monorepo to v7.7.1 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2063](https://togithub.com/tj-actions/changed-files/pull/2063)- chore(deps): update peter-evans/create-pull-request action to v6.0.5by [@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2064](https://togithub.com/tj-actions/changed-files/pull/2064)- chore(deps): update dependency eslint-plugin-jest to v28.3.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2067](https://togithub.com/tj-actions/changed-files/pull/2067)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2068](https://togithub.com/tj-actions/changed-files/pull/2068)- chore(deps): update tj-actions/eslint-changed-files action to v25 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2069](https://togithub.com/tj-actions/changed-files/pull/2069)- fix(deps): update dependency yaml to v2.4.2 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2070](https://togithub.com/tj-actions/changed-files/pull/2070)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2071](https://togithub.com/tj-actions/changed-files/pull/2071)- chore(deps): update typescript-eslint monorepo to v7.8.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2072](https://togithub.com/tj-actions/changed-files/pull/2072)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2073](https://togithub.com/tj-actions/changed-files/pull/2073)- chore(deps-dev): bump[@&#8203;types/node](https://togithub.com/types/node) from 20.12.7 to20.12.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in[https://github.com/tj-actions/changed-files/pull/2074](https://togithub.com/tj-actions/changed-files/pull/2074)- chore(deps): update dependency eslint-plugin-jest to v28.4.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2075](https://togithub.com/tj-actions/changed-files/pull/2075)- chore(deps): update dependency eslint-plugin-jest to v28.5.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2077](https://togithub.com/tj-actions/changed-files/pull/2077)- fix(deps): update dependency[@&#8203;octokit/rest](https://togithub.com/octokit/rest) to v20.1.1 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2076](https://togithub.com/tj-actions/changed-files/pull/2076)- chore(deps): update dependency[@&#8203;types/lodash](https://togithub.com/types/lodash) to v4.17.1 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2078](https://togithub.com/tj-actions/changed-files/pull/2078)- chore(deps): update tj-actions/verify-changed-files action to v20 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2079](https://togithub.com/tj-actions/changed-files/pull/2079)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2080](https://togithub.com/tj-actions/changed-files/pull/2080)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.9 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2081](https://togithub.com/tj-actions/changed-files/pull/2081)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.10 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2082](https://togithub.com/tj-actions/changed-files/pull/2082)- chore(deps): update codacy/codacy-analysis-cli-action action to v4.4.1by [@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2083](https://togithub.com/tj-actions/changed-files/pull/2083)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.11 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2084](https://togithub.com/tj-actions/changed-files/pull/2084)**Full Changelog**:tj-actions/changed-files@v44.3.0...v44.4.0***##### Changes in v44.3.0##### What's Changed- Upgraded to v44.2.0 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2054](https://togithub.com/tj-actions/changed-files/pull/2054)- fix: add a fallback value for the max number for retries to fetchmissing history by [@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2055](https://togithub.com/tj-actions/changed-files/pull/2055)- feat: add support for returning posix path separator on windows by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2056](https://togithub.com/tj-actions/changed-files/pull/2056)**Full Changelog**:tj-actions/changed-files@v44.2.0...v44.3.0***##### Changes in v44.2.0##### What's Changed- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2049](https://togithub.com/tj-actions/changed-files/pull/2049)- Upgraded to v44.1.0 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2050](https://togithub.com/tj-actions/changed-files/pull/2050)- feat: add support for specifying the max number for retries to fetchmissing history by [@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2052](https://togithub.com/tj-actions/changed-files/pull/2052)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2053](https://togithub.com/tj-actions/changed-files/pull/2053)**Full Changelog**:tj-actions/changed-files@v44.1.0...v44.2.0***##### Changes in v44.1.0##### What's Changed- Upgraded to v44.0.1 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2037](https://togithub.com/tj-actions/changed-files/pull/2037)- chore(deps): update dependency typescript to v5.4.5 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2038](https://togithub.com/tj-actions/changed-files/pull/2038)- chore(deps): update peter-evans/create-pull-request action to v6.0.3by [@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2040](https://togithub.com/tj-actions/changed-files/pull/2040)- chore(deps): update dependency[@&#8203;types/micromatch](https://togithub.com/types/micromatch) tov4.0.7 by [@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2041](https://togithub.com/tj-actions/changed-files/pull/2041)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2042](https://togithub.com/tj-actions/changed-files/pull/2042)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2043](https://togithub.com/tj-actions/changed-files/pull/2043)- chore(deps): update typescript-eslint monorepo to v7.7.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2046](https://togithub.com/tj-actions/changed-files/pull/2046)- chore(deps): update peter-evans/create-pull-request action to v6.0.4by [@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2048](https://togithub.com/tj-actions/changed-files/pull/2048)- feat: add option to exclude submodules when detecting changes by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2047](https://togithub.com/tj-actions/changed-files/pull/2047)**Full Changelog**:tj-actions/changed-files@v44.0.1...v44.1.0***##### Changes in v44.0.1##### What's Changed- Upgraded to v44 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2017](https://togithub.com/tj-actions/changed-files/pull/2017)- chore(deps): update tj-actions/eslint-changed-files action to v24 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2019](https://togithub.com/tj-actions/changed-files/pull/2019)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.2 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2020](https://togithub.com/tj-actions/changed-files/pull/2020)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2021](https://togithub.com/tj-actions/changed-files/pull/2021)- chore(deps): update typescript-eslint monorepo to v7.5.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2022](https://togithub.com/tj-actions/changed-files/pull/2022)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.3 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2023](https://togithub.com/tj-actions/changed-files/pull/2023)- fix(deps): update dependency[@&#8203;octokit/rest](https://togithub.com/octokit/rest) to v20.1.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2024](https://togithub.com/tj-actions/changed-files/pull/2024)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.4 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2025](https://togithub.com/tj-actions/changed-files/pull/2025)- chore(deps): update dependency typescript to v5.4.4 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2027](https://togithub.com/tj-actions/changed-files/pull/2027)- chore(deps): bump undici from 5.28.3 to 5.28.4 by[@&#8203;dependabot](https://togithub.com/dependabot) in[https://github.com/tj-actions/changed-files/pull/2026](https://togithub.com/tj-actions/changed-files/pull/2026)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.5 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2028](https://togithub.com/tj-actions/changed-files/pull/2028)- chore(deps): update dependency eslint-plugin-jest to v28 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2030](https://togithub.com/tj-actions/changed-files/pull/2030)- chore(deps): update dependency eslint-plugin-jest to v28.1.1 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2031](https://togithub.com/tj-actions/changed-files/pull/2031)- chore(deps): update dependency eslint-plugin-jest to v28.2.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2032](https://togithub.com/tj-actions/changed-files/pull/2032)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2033](https://togithub.com/tj-actions/changed-files/pull/2033)- chore(deps): update typescript-eslint monorepo to v7.6.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2034](https://togithub.com/tj-actions/changed-files/pull/2034)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.6 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2035](https://togithub.com/tj-actions/changed-files/pull/2035)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.7 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2036](https://togithub.com/tj-actions/changed-files/pull/2036)**Full Changelog**:tj-actions/changed-files@v44...v44.0.1***##### Changes in v44.0.0##### 🔥🔥 BREAKING CHANGE 🔥🔥##### OverviewWe've made a significant update to how pull requests (PRs) from forkedrepositories are processed. This improvement not only streamlines thehandling of such PRs but also fixes a previously identified issue.##### Before the ChangePreviously, when you created a pull request from a forked repository,any files changed in the target branch after the PR creation woulderroneously appear as part of the PR's changed files. This made itdifficult to distinguish between the actual changes introduced by the PRand subsequent changes made directly to the target branch.##### What Has ChangedWith this update, a pull request from a fork will now **only** includethe files that were explicitly changed in the fork. This ensures thatthe list of changed files in a PR accurately reflects the contributionsfrom the fork, without being muddled by unrelated changes to the targetbranch.***##### What's Changed- Upgraded to v43.0.1 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2004](https://togithub.com/tj-actions/changed-files/pull/2004)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2005](https://togithub.com/tj-actions/changed-files/pull/2005)- chore(deps): update typescript-eslint monorepo to v7.4.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2006](https://togithub.com/tj-actions/changed-files/pull/2006)- fix: bug with prs from forks returning incorrect set of changed filesby [@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2007](https://togithub.com/tj-actions/changed-files/pull/2007)- fix: check for setting remote urls for forks by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2009](https://togithub.com/tj-actions/changed-files/pull/2009)- fix: update to add the fork remote by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2010](https://togithub.com/tj-actions/changed-files/pull/2010)- fix: update previous sha for forks by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2011](https://togithub.com/tj-actions/changed-files/pull/2011)- fix: ensure the fork remote doesn't exists before creating it by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2012](https://togithub.com/tj-actions/changed-files/pull/2012)- chore: update description of other_deleted_files output by[@&#8203;tonyejack1](https://togithub.com/tonyejack1) in[https://github.com/tj-actions/changed-files/pull/2008](https://togithub.com/tj-actions/changed-files/pull/2008)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2013](https://togithub.com/tj-actions/changed-files/pull/2013)- remove: unused code by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2014](https://togithub.com/tj-actions/changed-files/pull/2014)- chore: update description of outputs removing asterisks by[@&#8203;tonyejack1](https://togithub.com/tonyejack1) in[https://github.com/tj-actions/changed-files/pull/2015](https://togithub.com/tj-actions/changed-files/pull/2015)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2016](https://togithub.com/tj-actions/changed-files/pull/2016)##### New Contributors- [@&#8203;tonyejack1](https://togithub.com/tonyejack1) made their firstcontribution in[https://github.com/tj-actions/changed-files/pull/2008](https://togithub.com/tj-actions/changed-files/pull/2008)**Full Changelog**:tj-actions/changed-files@v43.0.1...v44.0.0***</details>---### Configuration📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezoneAmerica/Los_Angeles, Automerge - "after 5pm,every weekend" in timezoneAmerica/Los_Angeles.🚦 **Automerge**: Enabled.♻ **Rebasing**: Whenever PR becomes conflicted, or you tick therebase/retry checkbox.🔕 **Ignore**: Close this PR and you won't be reminded about this updateagain.---- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, checkthis box---This PR has been generated by [MendRenovate](https://www.mend.io/free-developer-tools/renovate/). Viewrepository job log[here](https://developer.mend.io/github/valora-inc/wallet).<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJnaXRodWItYWN0aW9ucyIsInJlbm92YXRlIl19-->Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
gfellerph referenced this pull request in swisspost/design-systemJun 3, 2024
[![MendRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)This PR contains the following updates:| Package | Type | Update | Change ||---|---|---|---||[tj-actions/changed-files](https://togithub.com/tj-actions/changed-files)| action | major | `v43` -> `v44` |---### Release Notes<details><summary>tj-actions/changed-files (tj-actions/changed-files)</summary>###[`v44`](https://togithub.com/tj-actions/changed-files/releases/tag/v44)[CompareSource](https://togithub.com/tj-actions/changed-files/compare/v43...v44)##### Changes in v44.5.2##### What's Changed- Upgraded to v44.5.1 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2108](https://togithub.com/tj-actions/changed-files/pull/2108)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2109](https://togithub.com/tj-actions/changed-files/pull/2109)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2110](https://togithub.com/tj-actions/changed-files/pull/2110)- chore(deps): update typescript-eslint monorepo to v7.11.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2111](https://togithub.com/tj-actions/changed-files/pull/2111)- chore(deps): update dependency ts-jest to v29.1.4 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2112](https://togithub.com/tj-actions/changed-files/pull/2112)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.13 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2115](https://togithub.com/tj-actions/changed-files/pull/2115)- fix: warning with fetch_missing_history_max_retries using REST API by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2114](https://togithub.com/tj-actions/changed-files/pull/2114)**Full Changelog**:tj-actions/changed-files@v44...v44.5.2***##### Changes in v44.5.1##### What's Changed- chore(deps): update dependency ts-jest to v29.1.3 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2100](https://togithub.com/tj-actions/changed-files/pull/2100)- Upgraded to v44.5.0 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2101](https://togithub.com/tj-actions/changed-files/pull/2101)- fix(deps): update dependency micromatch to v4.0.6 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2102](https://togithub.com/tj-actions/changed-files/pull/2102)- fix(deps): update dependency micromatch to v4.0.7 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2103](https://togithub.com/tj-actions/changed-files/pull/2103)- fix: bug detecting previous tag when workflow is rerun by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2107](https://togithub.com/tj-actions/changed-files/pull/2107)**Full Changelog**:tj-actions/changed-files@v44...v44.5.1***##### Changes in v44.5.0##### What's Changed- Upgraded to v44.4.0 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2086](https://togithub.com/tj-actions/changed-files/pull/2086)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2088](https://togithub.com/tj-actions/changed-files/pull/2088)- chore(deps): update typescript-eslint monorepo to v7.9.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2091](https://togithub.com/tj-actions/changed-files/pull/2091)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.12 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2092](https://togithub.com/tj-actions/changed-files/pull/2092)- chore(deps): update dependency[@&#8203;types/lodash](https://togithub.com/types/lodash) to v4.17.3 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2094](https://togithub.com/tj-actions/changed-files/pull/2094)- chore(deps): update dependency[@&#8203;types/lodash](https://togithub.com/types/lodash) to v4.17.4 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2095](https://togithub.com/tj-actions/changed-files/pull/2095)- chore(deps): update typescript-eslint monorepo to v7.10.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2097](https://togithub.com/tj-actions/changed-files/pull/2097)- feat: add support for providing patterns to match tags by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2098](https://togithub.com/tj-actions/changed-files/pull/2098)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2099](https://togithub.com/tj-actions/changed-files/pull/2099)**Full Changelog**:tj-actions/changed-files@v44...v44.5.0***##### Changes in v44.4.0##### What's Changed- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2057](https://togithub.com/tj-actions/changed-files/pull/2057)- Upgraded to v44.3.0 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2058](https://togithub.com/tj-actions/changed-files/pull/2058)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2059](https://togithub.com/tj-actions/changed-files/pull/2059)- feat: reduce the default `fetch_depth` from 50 to 25 and increase`fetch_missing_history_max_retries` by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2060](https://togithub.com/tj-actions/changed-files/pull/2060)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2061](https://togithub.com/tj-actions/changed-files/pull/2061)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2062](https://togithub.com/tj-actions/changed-files/pull/2062)- chore(deps): update typescript-eslint monorepo to v7.7.1 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2063](https://togithub.com/tj-actions/changed-files/pull/2063)- chore(deps): update peter-evans/create-pull-request action to v6.0.5by [@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2064](https://togithub.com/tj-actions/changed-files/pull/2064)- chore(deps): update dependency eslint-plugin-jest to v28.3.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2067](https://togithub.com/tj-actions/changed-files/pull/2067)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2068](https://togithub.com/tj-actions/changed-files/pull/2068)- chore(deps): update tj-actions/eslint-changed-files action to v25 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2069](https://togithub.com/tj-actions/changed-files/pull/2069)- fix(deps): update dependency yaml to v2.4.2 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2070](https://togithub.com/tj-actions/changed-files/pull/2070)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2071](https://togithub.com/tj-actions/changed-files/pull/2071)- chore(deps): update typescript-eslint monorepo to v7.8.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2072](https://togithub.com/tj-actions/changed-files/pull/2072)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2073](https://togithub.com/tj-actions/changed-files/pull/2073)- chore(deps-dev): bump[@&#8203;types/node](https://togithub.com/types/node) from 20.12.7 to20.12.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in[https://github.com/tj-actions/changed-files/pull/2074](https://togithub.com/tj-actions/changed-files/pull/2074)- chore(deps): update dependency eslint-plugin-jest to v28.4.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2075](https://togithub.com/tj-actions/changed-files/pull/2075)- chore(deps): update dependency eslint-plugin-jest to v28.5.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2077](https://togithub.com/tj-actions/changed-files/pull/2077)- fix(deps): update dependency[@&#8203;octokit/rest](https://togithub.com/octokit/rest) to v20.1.1 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2076](https://togithub.com/tj-actions/changed-files/pull/2076)- chore(deps): update dependency[@&#8203;types/lodash](https://togithub.com/types/lodash) to v4.17.1 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2078](https://togithub.com/tj-actions/changed-files/pull/2078)- chore(deps): update tj-actions/verify-changed-files action to v20 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2079](https://togithub.com/tj-actions/changed-files/pull/2079)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2080](https://togithub.com/tj-actions/changed-files/pull/2080)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.9 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2081](https://togithub.com/tj-actions/changed-files/pull/2081)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.10 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2082](https://togithub.com/tj-actions/changed-files/pull/2082)- chore(deps): update codacy/codacy-analysis-cli-action action to v4.4.1by [@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2083](https://togithub.com/tj-actions/changed-files/pull/2083)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.11 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2084](https://togithub.com/tj-actions/changed-files/pull/2084)**Full Changelog**:tj-actions/changed-files@v44.3.0...v44.4.0***##### Changes in v44.3.0##### What's Changed- Upgraded to v44.2.0 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2054](https://togithub.com/tj-actions/changed-files/pull/2054)- fix: add a fallback value for the max number for retries to fetchmissing history by [@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2055](https://togithub.com/tj-actions/changed-files/pull/2055)- feat: add support for returning posix path separator on windows by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2056](https://togithub.com/tj-actions/changed-files/pull/2056)**Full Changelog**:tj-actions/changed-files@v44.2.0...v44.3.0***##### Changes in v44.2.0##### What's Changed- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2049](https://togithub.com/tj-actions/changed-files/pull/2049)- Upgraded to v44.1.0 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2050](https://togithub.com/tj-actions/changed-files/pull/2050)- feat: add support for specifying the max number for retries to fetchmissing history by [@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2052](https://togithub.com/tj-actions/changed-files/pull/2052)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2053](https://togithub.com/tj-actions/changed-files/pull/2053)**Full Changelog**:tj-actions/changed-files@v44.1.0...v44.2.0***##### Changes in v44.1.0##### What's Changed- Upgraded to v44.0.1 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2037](https://togithub.com/tj-actions/changed-files/pull/2037)- chore(deps): update dependency typescript to v5.4.5 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2038](https://togithub.com/tj-actions/changed-files/pull/2038)- chore(deps): update peter-evans/create-pull-request action to v6.0.3by [@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2040](https://togithub.com/tj-actions/changed-files/pull/2040)- chore(deps): update dependency[@&#8203;types/micromatch](https://togithub.com/types/micromatch) tov4.0.7 by [@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2041](https://togithub.com/tj-actions/changed-files/pull/2041)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2042](https://togithub.com/tj-actions/changed-files/pull/2042)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2043](https://togithub.com/tj-actions/changed-files/pull/2043)- chore(deps): update typescript-eslint monorepo to v7.7.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2046](https://togithub.com/tj-actions/changed-files/pull/2046)- chore(deps): update peter-evans/create-pull-request action to v6.0.4by [@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2048](https://togithub.com/tj-actions/changed-files/pull/2048)- feat: add option to exclude submodules when detecting changes by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2047](https://togithub.com/tj-actions/changed-files/pull/2047)**Full Changelog**:tj-actions/changed-files@v44.0.1...v44.1.0***##### Changes in v44.0.1##### What's Changed- Upgraded to v44 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2017](https://togithub.com/tj-actions/changed-files/pull/2017)- chore(deps): update tj-actions/eslint-changed-files action to v24 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2019](https://togithub.com/tj-actions/changed-files/pull/2019)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.2 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2020](https://togithub.com/tj-actions/changed-files/pull/2020)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2021](https://togithub.com/tj-actions/changed-files/pull/2021)- chore(deps): update typescript-eslint monorepo to v7.5.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2022](https://togithub.com/tj-actions/changed-files/pull/2022)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.3 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2023](https://togithub.com/tj-actions/changed-files/pull/2023)- fix(deps): update dependency[@&#8203;octokit/rest](https://togithub.com/octokit/rest) to v20.1.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2024](https://togithub.com/tj-actions/changed-files/pull/2024)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.4 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2025](https://togithub.com/tj-actions/changed-files/pull/2025)- chore(deps): update dependency typescript to v5.4.4 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2027](https://togithub.com/tj-actions/changed-files/pull/2027)- chore(deps): bump undici from 5.28.3 to 5.28.4 by[@&#8203;dependabot](https://togithub.com/dependabot) in[https://github.com/tj-actions/changed-files/pull/2026](https://togithub.com/tj-actions/changed-files/pull/2026)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.5 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2028](https://togithub.com/tj-actions/changed-files/pull/2028)- chore(deps): update dependency eslint-plugin-jest to v28 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2030](https://togithub.com/tj-actions/changed-files/pull/2030)- chore(deps): update dependency eslint-plugin-jest to v28.1.1 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2031](https://togithub.com/tj-actions/changed-files/pull/2031)- chore(deps): update dependency eslint-plugin-jest to v28.2.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2032](https://togithub.com/tj-actions/changed-files/pull/2032)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2033](https://togithub.com/tj-actions/changed-files/pull/2033)- chore(deps): update typescript-eslint monorepo to v7.6.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2034](https://togithub.com/tj-actions/changed-files/pull/2034)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.6 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2035](https://togithub.com/tj-actions/changed-files/pull/2035)- chore(deps): update dependency[@&#8203;types/node](https://togithub.com/types/node) to v20.12.7 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2036](https://togithub.com/tj-actions/changed-files/pull/2036)**Full Changelog**:tj-actions/changed-files@v44...v44.0.1***##### Changes in v44.0.0##### 🔥🔥 BREAKING CHANGE 🔥🔥##### OverviewWe've made a significant update to how pull requests (PRs) from forkedrepositories are processed. This improvement not only streamlines thehandling of such PRs but also fixes a previously identified issue.##### Before the ChangePreviously, when you created a pull request from a forked repository,any files changed in the target branch after the PR creation woulderroneously appear as part of the PR's changed files. This made itdifficult to distinguish between the actual changes introduced by the PRand subsequent changes made directly to the target branch.##### What Has ChangedWith this update, a pull request from a fork will now **only** includethe files that were explicitly changed in the fork. This ensures thatthe list of changed files in a PR accurately reflects the contributionsfrom the fork, without being muddled by unrelated changes to the targetbranch.***##### What's Changed- Upgraded to v43.0.1 by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2004](https://togithub.com/tj-actions/changed-files/pull/2004)- chore(deps): lock file maintenance by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2005](https://togithub.com/tj-actions/changed-files/pull/2005)- chore(deps): update typescript-eslint monorepo to v7.4.0 by[@&#8203;renovate](https://togithub.com/renovate) in[https://github.com/tj-actions/changed-files/pull/2006](https://togithub.com/tj-actions/changed-files/pull/2006)- fix: bug with prs from forks returning incorrect set of changed filesby [@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2007](https://togithub.com/tj-actions/changed-files/pull/2007)- fix: check for setting remote urls for forks by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2009](https://togithub.com/tj-actions/changed-files/pull/2009)- fix: update to add the fork remote by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2010](https://togithub.com/tj-actions/changed-files/pull/2010)- fix: update previous sha for forks by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2011](https://togithub.com/tj-actions/changed-files/pull/2011)- fix: ensure the fork remote doesn't exists before creating it by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2012](https://togithub.com/tj-actions/changed-files/pull/2012)- chore: update description of other_deleted_files output by[@&#8203;tonyejack1](https://togithub.com/tonyejack1) in[https://github.com/tj-actions/changed-files/pull/2008](https://togithub.com/tj-actions/changed-files/pull/2008)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2013](https://togithub.com/tj-actions/changed-files/pull/2013)- remove: unused code by[@&#8203;jackton1](https://togithub.com/jackton1) in[https://github.com/tj-actions/changed-files/pull/2014](https://togithub.com/tj-actions/changed-files/pull/2014)- chore: update description of outputs removing asterisks by[@&#8203;tonyejack1](https://togithub.com/tonyejack1) in[https://github.com/tj-actions/changed-files/pull/2015](https://togithub.com/tj-actions/changed-files/pull/2015)- Updated README.md by[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in[https://github.com/tj-actions/changed-files/pull/2016](https://togithub.com/tj-actions/changed-files/pull/2016)##### New Contributors- [@&#8203;tonyejack1](https://togithub.com/tonyejack1) made their firstcontribution in[https://github.com/tj-actions/changed-files/pull/2008](https://togithub.com/tj-actions/changed-files/pull/2008)**Full Changelog**:tj-actions/changed-files@v43.0.1...v44.0.0***</details>---### Configuration📅 **Schedule**: Branch creation - "before 4am on the first day of themonth" in timezone Europe/Zurich, Automerge - At any time (no scheduledefined).🚦 **Automerge**: Disabled by config. Please merge this manually once youare satisfied.♻ **Rebasing**: Whenever PR becomes conflicted, or you tick therebase/retry checkbox.🔕 **Ignore**: Close this PR and you won't be reminded about this updateagain.---- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, checkthis box---This PR has been generated by [MendRenovate](https://www.mend.io/free-developer-tools/renovate/). Viewrepository job log[here](https://developer.mend.io/github/swisspost/design-system).<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ3b3JrZmxvd3MiXX0=-->Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
merge when passingMerge the PR automatically once all status checks have passed
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@tj-actions-bot@jackton1

[8]ページ先頭

©2009-2025 Movatter.jp