Skip to content
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 our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump tj-actions/changed-files from 41 to 42 #6774

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2024

Bumps tj-actions/changed-files from 41 to 42.

Release notes

Sourced from tj-actions/changed-files's releases.

v42

Changes in v42.0.0

馃敟馃敟 BREAKING CHANGE 馃敟馃敟

  • Input file patterns that end with a / would now match all sub-files within the directory without requiring you to specify the globstar pattern.

...
      - name: Get changed files
        id: changed-files
        uses: tj-actions/changed-files@v42
        with:
          files: 'dir/'  # Would also be the same as dir/** 

What's Changed

Full Changelog: tj-actions/changed-files@v41...v42.0.0


v42.0.0

馃敟馃敟 BREAKING CHANGE 馃敟馃敟

  • Input file patterns that end with a / would now match all sub-files within the directory without requiring you to specify the globstar pattern.

...
      - name: Get changed files
        id: changed-files
        uses: tj-actions/changed-files@v42
        with:
          files: 'dir/'  # Would also be the same as dir/** 

What's Changed

... (truncated)

Changelog

Sourced from tj-actions/changed-files's changelog.

Changelog

42.0.0 - (2024-01-18)

馃殌 Features

  • Add support for include/exclude all nested files when a directory is specified and ends with a slash (#1873) (ae82ed4) - (Tonye Jack)

馃悰 Bug Fixes

馃摑 Rename

  • Unsupported REST API inputs constant name (#1872) (cbd5907) - (Tonye Jack)

鈿欙笍 Miscellaneous Tasks

  • deps: Update dependency prettier to v3.2.4 (79b060d) - (renovate[bot])

猬嗭笍 Upgrades

  • Upgraded to v41.1.2 (#1869)

Co-authored-by: jackton1 [email protected] (434b67e) - (tj-actions[bot])

41.1.2 - (2024-01-17)

馃殌 Features

  • Enhance error handling and working directory resolution (#1859) (a60bf37) - (Tonye Jack)

馃悰 Bug Fixes

  • Bug with incorrect action path (#1866) (3f81899) - (Tonye Jack)

鈿欙笍 Miscellaneous Tasks

  • deps: Update dependency @鈥媡ypes/node to v20.11.5 (cbda684) - (renovate[bot])
  • deps: Update dependency prettier to v3.2.3 (67a1f54) - (renovate[bot])
  • deps: Update tj-actions/eslint-changed-files action to v22 (#1864) (99248a4) - (renovate[bot])
  • deps: Update dependency @鈥媡ypes/node to v20.11.4 (8787431) - (renovate[bot])
  • deps: Update dependency @鈥媡ypes/node to v20.11.3 (98d1d84) - (renovate[bot])
  • deps: Update typescript-eslint monorepo to v6.19.0 (bc46e4c) - (renovate[bot])
  • deps: Update dependency @鈥媡ypes/node to v20.11.2 (fba4067) - (renovate[bot])
  • deps: Update dependency @鈥媡ypes/node to v20.11.1 (e4b8674) - (renovate[bot])
  • deps: Lock file maintenance (bc2b5ae) - (renovate[bot])
  • deps: Update dependency prettier to v3.2.2 (63c36a5) - (renovate[bot])

猬嗭笍 Upgrades

... (truncated)

Commits
  • ae82ed4 feat: add support for include/exclude all nested files when a directory is sp...
  • cbd5907 rename: unsupported REST API inputs constant name (#1872)
  • 6c9dcea fix: update input warning (#1870)
  • 79b060d chore(deps): update dependency prettier to v3.2.4
  • 434b67e Upgraded to v41.1.2 (#1869)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 to 42.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v41...v42)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 18, 2024 14:18
@dependabot dependabot bot removed the request for review from a team January 18, 2024 14:18
@dependabot dependabot bot added the github_actions Pull requests that update GitHub Actions code label Jan 18, 2024
@dependabot dependabot bot requested a review from masci January 18, 2024 14:18
@github-actions github-actions bot added topic:CI 2.x Related to Haystack v2.0 labels Jan 18, 2024
Copy link
Contributor

@silvanocerza silvanocerza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The breaking change in tj-actions/changed-files doesn't affect us. 馃憤

@silvanocerza silvanocerza merged commit 8d65a86 into main Jan 18, 2024
9 checks passed
@silvanocerza silvanocerza deleted the dependabot/github_actions/tj-actions/changed-files-42 branch January 18, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x Related to Haystack v2.0 github_actions Pull requests that update GitHub Actions code topic:CI topic:dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant