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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump tj-actions/changed-files from 37.6.1 to 38.1.0 #6147

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 2023

Bumps tj-actions/changed-files from 37.6.1 to 38.1.0.

Release notes

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

v38.1.0

馃殌 馃殌 New Feature 馃殌 馃殌

  • Input fetch_additional_submodule_history now supports fetching additional history for submodules.

What's Changed

Full Changelog: tj-actions/changed-files@v38...v38.1.0

v38

Changes in v38.1.0

What's Changed

Full Changelog: tj-actions/changed-files@v38...v38.1.0


Changes in v38.0.0

馃殌 馃殌 New Feature 馃殌 馃殌

  • Inputs dir_names_include_files and dir_names_include_files_separator now support providing patterns that can be matched to return changed files alongside the directory names when the dir_names input is set to true

馃敟 馃敟 Breaking Changes 馃敟 馃敟

  • Output paths for Windows now use a double backslash path separator. e.g src\\main.ts

What's Changed

... (truncated)

Changelog

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

38.1.0 - (2023-08-23)

馃殌 Features

  • Add support for fetching additional history for submodules (#1476) (5693615) - (Tonye Jack)

馃攧 Update

  • Updated README.md (#1477)

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

鈿欙笍 Miscellaneous Tasks

  • deps: Bump test/demo from e168fac to f0065d7 (#1481) (1c26215) - (dependabot[bot])
  • deps-dev: Bump @鈥媡ypes/node from 20.5.3 to 20.5.4 (#1480) (7b1e154) - (dependabot[bot])
  • Move submodule update to dependabot and remove unused workflow (#1478) (02010ed) - (Tonye Jack)
  • deps: Lock file maintenance (7852182) - (renovate[bot])

猬嗭笍 Upgrades

  • Upgraded to v38 (#1474)

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

38.0.0 - (2023-08-23)

馃殌 Features

  • Add support for including matching changed files when dir_names is set to true (#1464) (8789204) - (Tonye Jack)

馃悰 Bug Fixes

  • Error getting diff for submodules (#1473) (17f3fec) - (Tonye Jack)
  • Bug with locating the previous tag (#1470) (fc63326) - (Tonye Jack)

馃攧 Update

  • Updated README.md (#1466)

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

  • Update README.md (f8b4039) - (Tonye Jack)
  • Update README.md (0e8eddf) - (Tonye Jack)

鈿欙笍 Miscellaneous Tasks

  • Update test (#1469) (52dbf3e) - (Tonye Jack)
  • deps: Update dependency @鈥媡ypes/jest to v29.5.4 (#1472) (0a814e4) - (renovate[bot])
  • deps: Update dependency @鈥媡ypes/node to v20.5.3 (#1467) (18bacaa) - (renovate[bot])
  • Update .eslintrc.json (#1465) (819fb64) - (Tonye Jack)

... (truncated)

Commits

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 37.6.1 to 38.1.0.
- [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@v37.6.1...v38.1.0)

---
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 the type: dependencies Pull requests that update a dependency file label Aug 24, 2023
@josegonzalez josegonzalez merged commit 2963a36 into master Aug 26, 2023
15 of 94 checks passed
@josegonzalez josegonzalez deleted the dependabot/github_actions/tj-actions/changed-files-38.1.0 branch August 26, 2023 16:46
github-actions bot pushed a commit that referenced this pull request Aug 28, 2023
# History

## 0.31.2

Install/update via the bootstrap script:

```shell
wget -NP . https://dokku.com/install/v0.31.2/bootstrap.sh
sudo DOKKU_TAG=v0.31.2 bash bootstrap.sh
```

### Bug Fixes

- #6154: @josegonzalez Ensure app clones have domains setup
- #6164: @josegonzalez Use correct path for openresty letsencrypt data
- #6165: @josegonzalez Ensure we cleanup extracted files prior to next deployment
- #6166: @josegonzalez Remove unused source from openresty trigger
- #6163: @josegonzalez Add missing triggers for openresty-vhosts plugin
- #6151: @josegonzalez Do not pass an empty argument to scheduler-run when triggering cron tasks manually
- #6150: @josegonzalez Correct issue where temp file cleanup fails deploy

### Documentation

- #6167: @josegonzalez Correct svg path on homepage
- #6153: @imankulov Fix superscript typos in plugin documentation

### Tests

- #6152: @josegonzalez Use buildjet for building arm images
- #6149: @josegonzalez Fix issue where CI cannot install docker-compose-plugin

### Dependencies

- #6161: @josegonzalez Upgrade sigil to 0.10.1
- #6162: @josegonzalez Upgrade herokuish to 0.7.1
- #6160: @josegonzalez Upgrade sshcommand to 0.17.1
- #6159: @josegonzalez Upgrade procfile-util to 0.16.0
- #6158: @josegonzalez Upgrade netrc to 0.7.1
- #6157: @josegonzalez Upgrade lambda-builder to 0.5.0
- #6147: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 37.6.1 to 38.1.0
- #6145: @dependabot[bot] chore(deps): bump mkdocs-material from 9.2.2 to 9.2.3 in /docs/_build
- #6139: @dependabot[bot] chore(deps): bump flask from 2.3.2 to 2.3.3 in /tests/apps/multi
- #6140: @dependabot[bot] chore(deps): bump flask from 2.3.2 to 2.3.3 in /tests/apps/python-flask
- #6141: @dependabot[bot] chore(deps): bump mkdocs-material from 9.1.21 to 9.2.2 in /docs/_build

### Other

- #6148: @josegonzalez Add missing relabel command to docker-image-labeler for CNB builder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant