LibCST
LibCST copied to clipboard
Bump ts-graphviz/setup-graphviz from 1 to 2
Bumps ts-graphviz/setup-graphviz from 1 to 2.
Release notes
Sourced from ts-graphviz/setup-graphviz's releases.
v2.0.0🌈
Full Changelog: https://github.com/ts-graphviz/setup-graphviz/compare/v1.2.0...v2.0.0
Breaking Changes
- The Codecov Action runs as a
node20action due tonode16deprecation. #558
- See this post from GitHub on how to migrate.
- Fixed a fatal typo. #507
- The version variable for windows was
window-graphviz-versioninstead ofwindows-graphviz-version.Special thanks for
@joshstrohmingerand@Maetveis✨v1.2.0 🌈
Full Changelog: https://github.com/ts-graphviz/setup-graphviz/compare/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 falseSpecial thanks for
@jbmsand@mvrueden:sparkles:v1.1.0 🌈
Full Changelog: https://github.com/ts-graphviz/setup-graphviz/compare/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:sparkles:v1.0.1 🌈
Full Changelog: https://github.com/ts-graphviz/setup-graphviz/commits/v1.0.1
... (truncated)
Commits
d5b2b6bfeat: build for release- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
8a19d05) 91.12% compared to head (5b00036) 91.12%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## main #1105 +/- ##
=======================================
Coverage 91.12% 91.12%
=======================================
Files 256 256
Lines 26578 26578
=======================================
Hits 24220 24220
Misses 2358 2358
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@dependabot rebase