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’ll 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 #14771

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 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.2

What's Changed

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


Changes in v42.0.1

What's Changed

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


Changes in v42.0.0

🔥🔥 BREAKING CHANGE 🔥🔥

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

...
      - 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.2 - (2024-01-25)

🚀 Features

  • Enhance error handling for non-git directories (#1885) (90a06d6) - (Tonye Jack)

⬆️ Upgrades

  • Upgraded to v42.0.1 (#1884)

Co-authored-by: jackton1 jackton1@users.noreply.github.com (2cb2c92) - (tj-actions[bot])

42.0.1 - (2024-01-24)

➕ Add

  • Added missing changes and modified dist assets. (ea024b2) - (GitHub Action)
  • Added missing changes and modified dist assets. (3af07c2) - (GitHub Action)

🔄 Update

  • Update env.ts (3680129) - (Tonye Jack)

⚙️ Miscellaneous Tasks

  • deps: Update dependency @​types/node to v20.11.6 (ac21d93) - (renovate[bot])
  • deps: Update typescript-eslint monorepo to v6.19.1 (a4637ea) - (renovate[bot])
  • deps: Update dependency ts-jest to v29.1.2 (fd9998c) - (renovate[bot])
  • deps: Lock file maintenance (db4e584) - (renovate[bot])
  • Rename example worflows from test to example (#1878) (c6543c4) - (Tonye Jack)
  • Update README.md (#1877) (88f9f3e) - (Tonye Jack)
  • deps: Lock file maintenance (5d866cb) - (renovate[bot])
  • deps: Update tj-actions/eslint-changed-files action to v23 (#1875) (346f237) - (renovate[bot])

⬆️ Upgrades

  • Upgraded to v42 (#1874)

Co-authored-by: jackton1 jackton1@users.noreply.github.com (c037f1e) - (tj-actions[bot])

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)

... (truncated)

Commits
  • 90a06d6 feat: enhance error handling for non-git directories (#1885)
  • 2cb2c92 Upgraded to v42.0.1 (#1884)
  • ac21d93 chore(deps): update dependency @​types/node to v20.11.6
  • a4637ea chore(deps): update typescript-eslint monorepo to v6.19.1
  • fd9998c chore(deps): update dependency ts-jest to v29.1.2
  • ea024b2 Added missing changes and modified dist assets.
  • db4e584 chore(deps): lock file maintenance
  • c6543c4 chore: rename example worflows from test to example (#1878)
  • 88f9f3e chore: update README.md (#1877)
  • 3af07c2 Added missing changes and modified dist assets.
  • Additional commits viewable 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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 12, 2024
@telegraf-tiger telegraf-tiger bot added the chore label Feb 12, 2024
@DStrand1 DStrand1 added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Feb 12, 2024
@srebhan srebhan merged commit 87f933c into master Feb 12, 2024
27 checks passed
@srebhan srebhan deleted the dependabot/github_actions/tj-actions/changed-files-42 branch February 12, 2024 22:41
@github-actions github-actions bot added this to the v1.29.5 milestone Feb 12, 2024
powersj pushed a commit that referenced this pull request Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants