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: Bump ts-graphviz/setup-graphviz from 1 to 2 #137

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps ts-graphviz/setup-graphviz from 1 to 2.

Release notes

Sourced from ts-graphviz/setup-graphviz's releases.

v2.0.0🌈

Full Changelog: ts-graphviz/setup-graphviz@v1.2.0...v2.0.0

Breaking Changes

  • The Codecov Action runs as a node20 action due to node16 deprecation. #558
  • Fixed a fatal typo. #507
    • The version variable for windows was window-graphviz-version instead of windows-graphviz-version.

Special thanks for @​joshstrohminger and @​Maetveis

v1.2.0 🌈

Full Changelog: ts-graphviz/setup-graphviz@v1.1...v1.2.0

Add skip repository update flag

A flag to specify whether or not to update the package manager's repositories, allowing users to arbitrarily choose whether or not to update.

This fixes the following issues(#457).

- name: Setup Graphviz
  uses: ts-graphviz/setup-graphviz@v1
  with:
    # Skip to run apt update command on Ubuntu.
    ubuntu-skip-apt-update: 'true' # defalt false
    # Skip to run brew update command on macOS.
    macos-skip-brew-update: 'true' # defalt false

Special thanks for @​jbms and @​mvrueden

v1.1.0 🌈

Full Changelog: ts-graphviz/setup-graphviz@v1.0.1...v1.1.0

Added support for strict version specification feature in Ubuntu and Windows(non-macos) Runner.

- uses: ts-graphviz/setup-graphviz@v1
  with:
    ubuntu-graphviz-version: '2.42.2-3build2'
    ubuntu-libgraphvizdev-version: '2.42.2-3build2'
    windows-graphviz-version: '2.49.3'

Special thanks for @​stunney

v1.0.1 🌈

Full Changelog: https://github.com/ts-graphviz/setup-graphviz/commits/v1.0.1

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 5, 2024
@monora monora force-pushed the dependabot/github_actions/ts-graphviz/setup-graphviz-2 branch from 340af64 to 97220d7 Compare April 18, 2024 13:44
Bumps [ts-graphviz/setup-graphviz](https://github.com/ts-graphviz/setup-graphviz) from 1 to 2.
- [Release notes](https://github.com/ts-graphviz/setup-graphviz/releases)
- [Commits](ts-graphviz/setup-graphviz@v1...v2)

---
updated-dependencies:
- dependency-name: ts-graphviz/setup-graphviz
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@monora monora force-pushed the dependabot/github_actions/ts-graphviz/setup-graphviz-2 branch 2 times, most recently from 6b7a49b to 7884269 Compare April 18, 2024 14:02
@monora monora merged commit 4d68910 into master Apr 18, 2024
14 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/ts-graphviz/setup-graphviz-2 branch April 18, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant