defenseunicorns / build-harness

A docker container that contains a bunch of tools, meant to be used in build/test automation.
Apache License 2.0
7 stars 1 forks source link

chore(deps): update stable (major) #177

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
peter-evans/create-or-update-comment action major v3 -> v4
peter-evans/slash-command-dispatch action major v3 -> v4
peter-murray/workflow-application-token-action action major v2 -> v3
tj-actions/changed-files action major v41 -> v42

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

peter-evans/create-or-update-comment (peter-evans/create-or-update-comment) ### [`v4`](https://togithub.com/peter-evans/create-or-update-comment/compare/v3...v4) [Compare Source](https://togithub.com/peter-evans/create-or-update-comment/compare/v3...v4)
peter-evans/slash-command-dispatch (peter-evans/slash-command-dispatch) ### [`v4`](https://togithub.com/peter-evans/slash-command-dispatch/compare/v3...v4) [Compare Source](https://togithub.com/peter-evans/slash-command-dispatch/compare/v3...v4)
peter-murray/workflow-application-token-action (peter-murray/workflow-application-token-action) ### [`v3`](https://togithub.com/peter-murray/workflow-application-token-action/compare/v2...v3) [Compare Source](https://togithub.com/peter-murray/workflow-application-token-action/compare/v2...v3)
tj-actions/changed-files (tj-actions/changed-files) ### [`v42`](https://togithub.com/tj-actions/changed-files/releases/tag/v42) [Compare Source](https://togithub.com/tj-actions/changed-files/compare/v41...v42) ##### Changes in v42.0.2 ##### What's Changed - Upgraded to v42.0.1 by [@​tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/1884](https://togithub.com/tj-actions/changed-files/pull/1884) - feat: enhance error handling for non-git directories by [@​jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1885](https://togithub.com/tj-actions/changed-files/pull/1885) **Full Changelog**: https://github.com/tj-actions/changed-files/compare/v42...v42.0.2 *** ##### Changes in v42.0.1 ##### What's Changed - Upgraded to v42 by [@​tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/1874](https://togithub.com/tj-actions/changed-files/pull/1874) - chore(deps): update tj-actions/eslint-changed-files action to v23 by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1875](https://togithub.com/tj-actions/changed-files/pull/1875) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1876](https://togithub.com/tj-actions/changed-files/pull/1876) - chore: update README.md by [@​jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1877](https://togithub.com/tj-actions/changed-files/pull/1877) - chore: rename example worflows from test to example by [@​jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1878](https://togithub.com/tj-actions/changed-files/pull/1878) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1879](https://togithub.com/tj-actions/changed-files/pull/1879) - chore(deps): update dependency ts-jest to v29.1.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1880](https://togithub.com/tj-actions/changed-files/pull/1880) - chore(deps): update typescript-eslint monorepo to v6.19.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1881](https://togithub.com/tj-actions/changed-files/pull/1881) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1883](https://togithub.com/tj-actions/changed-files/pull/1883) **Full Changelog**: https://github.com/tj-actions/changed-files/compare/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. ##### ```yaml ... - 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 - Upgraded to v41.1.2 by [@​tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/1869](https://togithub.com/tj-actions/changed-files/pull/1869) - chore(deps): update dependency prettier to v3.2.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1871](https://togithub.com/tj-actions/changed-files/pull/1871) - fix: update input warning by [@​jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1870](https://togithub.com/tj-actions/changed-files/pull/1870) - rename: unsupported REST API inputs constant name by [@​jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1872](https://togithub.com/tj-actions/changed-files/pull/1872) - feat: add support for include/exclude all nested files when a directory is specified and ends with a slash by [@​jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1873](https://togithub.com/tj-actions/changed-files/pull/1873) **Full Changelog**: https://github.com/tj-actions/changed-files/compare/v41...v42.0.0 ***

Configuration

📅 Schedule: Branch creation - "after 9am and before 5pm every weekday" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Never, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.