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 35.9.2 to 36.4.1 #395

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 20, 2023

Bumps tj-actions/changed-files from 35.9.2 to 36.4.1.

Release notes

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

v36.4.1

What's Changed

Full Changelog: tj-actions/changed-files@v36...v36.4.1

v36.4.0

What's Changed

Full Changelog: tj-actions/changed-files@v36...v36.4.0

v36.3.0

🚀 New Features

  • introduces the files_yaml, files_yaml_from_source_file this enables creating filters using YAML.

Example

      - name: Get all test, doc and src files that have changed
        id: changed-files-yml
        uses: tj-actions/changed-files@v36
        with:
          files_yaml: |
            doc:
              - *.md
              - docs/**
              - !docs/README.md
            test:
              - test/**
              - !test/README.md
            src:
              - src/**

What's Changed

... (truncated)

Changelog

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

36.4.1 - (2023-06-19)

🐛 Bug Fixes

  • Bug with returning old filename in renamed files output (#1281) (54479c3) - (Tonye Jack)

🔄 Update

  • Update action.yml (18c62c5) - (Tonye Jack)

⚙️ Miscellaneous Tasks

  • deps: Update typescript-eslint monorepo to v5.60.0 (#1282) (6d89069) - (renovate[bot])
  • deps: Update reviewdog/action-shellcheck action to v1.18 (#1279) (3bbaba4) - (renovate[bot])
  • deps: Update dependency eslint-plugin-jest to v27.2.2 (#1278) (c39b06f) - (renovate[bot])
  • deps: Lock file maintenance (#1277) (4c2f8ed) - (renovate[bot])

⬆️ Upgrades

  • Upgraded to v36.4.0 (#1275)

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

36.4.0 - (2023-06-17)

🚀 Features

  • Add support for returning changed file counts (#1273) (f573054) - (Tonye Jack)
  • Move deleted file recovery to leverage filter (#1272) (c3c3db7) - (Tonye Jack)
  • Add support for recovering deleted files (#1269) (77f9e6c) - (Tonye Jack)
  • Add support for recovering deleted files (d9105a4) - (Tonye Jack)

➕ Add

  • Added deleted file (fcdeb5b) - (Tonye Jack)
  • Added missing changes and modified dist assets. (01e83d6) - (GitHub Action)

➖ Remove

  • Removed test file (432e0c8) - (Tonye Jack)

🔄 Update

  • Updated README.md (#1274)

Co-authored-by: repo-ranger[bot] (e1754a4) - (tj-actions[bot])

  • Updated README.md (#1270)

... (truncated)

Commits
  • 54479c3 fix: bug with returning old filename in renamed files output (#1281)
  • 6d89069 chore(deps): update typescript-eslint monorepo to v5.60.0 (#1282)
  • 3bbaba4 chore(deps): update reviewdog/action-shellcheck action to v1.18 (#1279)
  • 18c62c5 Update action.yml
  • c39b06f chore(deps): update dependency eslint-plugin-jest to v27.2.2 (#1278)
  • 4c2f8ed chore(deps): lock file maintenance (#1277)
  • 2c8123e Upgraded to v36.4.0 (#1275)
  • e1754a4 Updated README.md (#1274)
  • f573054 feat: add support for returning changed file counts (#1273)
  • c3c3db7 feat: move deleted file recovery to leverage filter (#1272)
  • 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 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 35.9.2 to 36.4.1.
- [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@v35.9.2...v36.4.1)

---
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 Jun 20, 2023
@dependabot dependabot bot requested review from amimart and ccamel June 20, 2023 10:59
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 26, 2023

Superseded by #401.

@dependabot dependabot bot closed this Jun 26, 2023
@dependabot dependabot bot deleted the dependabot/github_actions/tj-actions/changed-files-36.4.1 branch June 26, 2023 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants