activeadmin / arbre

An Object Oriented DOM Tree in Ruby
MIT License
756 stars 74 forks source link

Bump the github_actions group with 1 update #570

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the github_actions group with 1 update: tj-actions/changed-files.

Updates 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: https://github.com/tj-actions/changed-files/compare/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 jackton1@users.noreply.github.com (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 @​types/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 @​types/node to v20.11.4 (8787431) - (renovate[bot])
  • deps: Update dependency @​types/node to v20.11.3 (98d1d84) - (renovate[bot])
  • deps: Update typescript-eslint monorepo to v6.19.0 (bc46e4c) - (renovate[bot])
  • deps: Update dependency @​types/node to v20.11.2 (fba4067) - (renovate[bot])
  • deps: Update dependency @​types/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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (956edf4) 94.34% compared to head (fe9e3a1) 94.34%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #570 +/- ## ======================================= Coverage 94.34% 94.34% ======================================= Files 17 17 Lines 460 460 ======================================= Hits 434 434 Misses 26 26 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.