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 40.0.2 to 40.1.1 #6336

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2023

Bumps tj-actions/changed-files from 40.0.2 to 40.1.1.

Release notes

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

v40.1.1

What's Changed

Full Changelog: tj-actions/changed-files@v40...v40.1.1

v40.1.0

What's Changed

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

Changelog

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

40.1.1 - (2023-11-08)

➕ Add

  • Added missing changes and modified dist assets. (e981e53) - (GitHub Action)

⚙️ Miscellaneous Tasks

  • deps: Update dependency @​types/node to v20.9.0 (25ef392) - (renovate[bot])
  • deps: Update dependency @​types/lodash to v4.14.201 (4d33bd5) - (renovate[bot])
  • deps: Update dependency @​types/micromatch to v4.0.5 (f25e472) - (renovate[bot])
  • deps: Update dependency @​types/uuid to v9.0.7 (a3c4ccb) - (renovate[bot])
  • deps: Update dependency @​types/jest to v29.5.8 (b114534) - (renovate[bot])
  • deps: Update typescript-eslint monorepo to v6.10.0 (303f064) - (renovate[bot])
  • deps: Lock file maintenance (d850ef9) - (renovate[bot])
  • deps: Update dependency eslint to v8.53.0 (8701b58) - (renovate[bot])

⬆️ Upgrades

  • Upgraded to v40.1.0 (#1695)

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

40.1.0 - (2023-11-03)

🚀 Features

  • Add support for controlling the pattern order (#1693) (892553a) - (Tonye Jack)

🐛 Bug Fixes

  • deps: Update dependency yaml to v2.3.4 (c300d15) - (renovate[bot])

➕ Add

  • Added missing changes and modified dist assets. (50a9cc9) - (GitHub Action)

🔄 Update

  • Updated README.md (#1694)

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

⬆️ Upgrades

  • Upgraded to v40.0.2 (#1689)

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

Commits
  • 25ef392 chore(deps): update dependency @​types/node to v20.9.0
  • 4d33bd5 chore(deps): update dependency @​types/lodash to v4.14.201
  • f25e472 chore(deps): update dependency @​types/micromatch to v4.0.5
  • a3c4ccb chore(deps): update dependency @​types/uuid to v9.0.7
  • b114534 chore(deps): update dependency @​types/jest to v29.5.8
  • 303f064 chore(deps): update typescript-eslint monorepo to v6.10.0
  • e981e53 Added missing changes and modified dist assets.
  • d850ef9 chore(deps): lock file maintenance
  • 8701b58 chore(deps): update dependency eslint to v8.53.0
  • 9b1ba9a Upgraded to v40.1.0 (#1695)
  • 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 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 40.0.2 to 40.1.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@v40.0.2...v40.1.1)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type: dependencies Pull requests that update a dependency file label Nov 8, 2023
@josegonzalez josegonzalez merged commit 909eb33 into master Nov 12, 2023
93 of 94 checks passed
@josegonzalez josegonzalez deleted the dependabot/github_actions/tj-actions/changed-files-40.1.1 branch November 12, 2023 18:56
github-actions bot pushed a commit that referenced this pull request Nov 13, 2023
# History

## 0.32.3

Install/update via the bootstrap script:

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

### Bug Fixes

- #6345: @josegonzalez Use updated pre-build trigger for builder-herokuish

### New Features

- #6346: @josegonzalez Update all go modules and add a command to bump modules

### Documentation

- #6339: @nschlemm Fixed link to vector sink documentation
- #6314: @josegonzalez Remove reference to DOKKU_SCHEDULER environment variable in favor of scheduler:set
- #6317: @edmorley Replace deprecated builder reference in persistent-storage.md
- #6325: @josegonzalez Add documentation on openresty includes

### Dependencies

- #6343: @dependabot[bot] chore(deps): bump golang.org/x/net from 0.17.0 to 0.18.0 in /tests/apps/gogrpc
- #6338: @dependabot[bot] chore(deps): bump golang from 1.21.3 to 1.21.4 in /tests/apps/go-fail-postdeploy
- #6337: @dependabot[bot] chore(deps): bump golang from 1.21.3 to 1.21.4 in /tests/apps/gogrpc
- #6336: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 40.0.2 to 40.1.1
- #6335: @dependabot[bot] chore(deps): bump golang from 1.21.3 to 1.21.4 in /tests/apps/go-fail-predeploy
- #6334: @dependabot[bot] chore(deps): bump golang from 1.21.3 to 1.21.4 in /tests/apps/zombies-dockerfile-tini
- #6333: @dependabot[bot] chore(deps): bump golang from 1.21.3 to 1.21.4 in /tests/apps/zombies-dockerfile-no-tini
- #6328: @dependabot[bot] chore(deps): bump mkdocs-material from 9.4.7 to 9.4.8 in /docs/_build
- #6320: @dependabot[bot] chore(deps): bump org.eclipse.jetty:jetty-servlet from 11.0.17 to 11.0.18 in /tests/apps/java
- #6318: @dependabot[bot] chore(deps): bump mkdocs-material from 9.4.6 to 9.4.7 in /docs/_build
- #6322: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 40.0.0 to 40.0.2
- #6323: @dependabot[bot] chore(deps): bump django from 4.1.10 to 4.1.13 in /tests/apps/dockerfile-release

### Other

- #6315: @josegonzalez Correct key in dependency file to fix docker-container-healthchecker installs on local arm64 servers
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