axone-protocol / networks

🌐 Genesis and node configuration elements for joining Axone networks.
https://docs.axone.xyz/docs/nodes/introduction
BSD 3-Clause "New" or "Revised" License
54 stars 114 forks source link

build(deps): bump tj-actions/changed-files from 35.9.2 to 36.4.1 #607

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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: https://github.com/tj-actions/changed-files/compare/v36...v36.4.1

v36.4.0

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/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)
dependabot[bot] commented 1 year ago

Superseded by #609.