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

Bump styfle/cancel-workflow-action from 0.10.0 to 0.12.1 #218

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps styfle/cancel-workflow-action from 0.10.0 to 0.12.1.

Release notes

Sourced from styfle/cancel-workflow-action's releases.

0.12.1

Patches

  • Fix: bump to node20: #212

0.12.0

Changes

  • Feat: add option only_status: #210
  • Chore(deps): bump actions/setup-node from 3.5.0 to 3.5.1: #188
  • Chore: add a warning to docs about missing version: #184
  • Chore(deps-dev): bump husky from 8.0.1 to 8.0.2: #190
  • Chore(deps-dev): bump typescript from 4.8.4 to 4.9.3: #192
  • Chore(deps-dev): bump prettier from 2.7.1 to 2.8.0: #193
  • Chore(deps-dev): bump prettier from 2.8.0 to 2.8.1: #194
  • Chore(deps-dev): bump typescript from 4.9.3 to 4.9.4: #195
  • Chore(deps-dev): bump @​vercel/ncc from 0.34.0 to 0.36.0: #196
  • Chore(deps): bump actions/setup-node from 3.5.1 to 3.6.0: #197
  • Chore(deps-dev): bump prettier from 2.8.1 to 2.8.2: #199
  • Chore(deps-dev): bump husky from 8.0.2 to 8.0.3: #198
  • Chore(docs): document the native behavior: #201
  • Chore(docs): simplify readme warning: 25b1072e6989f076cfebf162ba7109fcde126aa6
  • Chore: remove dependabot: #206
  • Chore(deps-dev): bump typescript from 4.9.4 to 4.9.5: #205
  • Chore(deps-dev): bump @​vercel/ncc from 0.36.0 to 0.36.1: #204
  • Chore(deps-dev): bump prettier from 2.8.2 to 2.8.3: #203

Credits

Huge thanks to @​chenxsan and @​8666 for helping!

0.11.0

Minor Changes

  • Update to Node 16: #186
  • Chore: rebuild: 1e0e690cd3756927cda56ad0033137ff1268c477
  • Chore(deps-dev): bump typescript from 4.8.3 to 4.8.4: #181
  • Chore(deps): bump @​actions/github from 5.1.0 to 5.1.1: #182
  • Chore(deps): bump @​actions/core from 1.9.1 to 1.10.0: #183

Credits

Huge thanks to @​mattjohnsonpint for helping!

0.10.1

Patches

  • Bump actions/setup-node from 3.3.0 to 3.4.0: #171
  • Bump actions/setup-node from 3.4.0 to 3.4.1: #172
  • Bump @​actions/core from 1.9.0 to 1.9.1: #176

... (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.

Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.10.0 to 0.12.1.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
- [Commits](styfle/cancel-workflow-action@0.10.0...0.12.1)

---
updated-dependencies:
- dependency-name: styfle/cancel-workflow-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 20, 2024
@igoravl igoravl changed the base branch from main to add-process-cmdlets August 14, 2024 21:07
@igoravl igoravl merged commit 3d88aa7 into add-process-cmdlets Aug 14, 2024
@igoravl igoravl deleted the dependabot/github_actions/styfle/cancel-workflow-action-0.12.1 branch August 14, 2024 21:09
igoravl added a commit that referenced this pull request Aug 15, 2024
* Fix typo

* Remove obsolete projects

* Enable C# Dev Kit extension

* Remove obsolete projects from solution

* Move conditional usings

* Add new cmdlets

* Remove empty condiitonal

* Add new unit test project

* Update generator to bring usings to controller code

* Update solution

* Add view definition

* Add HttpClient sourcegen support

* Convert to new HttpClient model

* Move files and rename namespace

* Introduce new Client DI model

* Remove obsolete project

* Fix source gen

* Move file

* Update release notes

+semver: minor

* Adjust rest result collection

* Add Source Gen unit test project to solution

* Rename existing tests

* Throw an error when in "anonymous mode"

* Update gitignore

* Update integration tests selection logic

* Update test setup logic

* Add new tests

* Update test tags

* Add new tests

* Remove obsolete file

* Add fix for deleted and delisted package handling

* Fix issue with WorkItem argument handling

* Update release notes

* Update test execution logic

* Add new tests

* Add new IsPreRelease script property

* Add new tests

* Fix an issue in Get-TfsWorkItemTag

* Update tests

* Update tests

* Add new tests

* Update test publish task

* Update gitignore

* Remove obsolete tests

* Add new tests

* Update test

* Add new tests

* Update tests

* Update release notes

* Make Repository mandatory

* Make Repository and Branch mandatory

* Update tests

* Update release notes

* Add -Compare support

* Add new analyzer

* Add missing comments

* Add new tests

* Add star & funding information

* Adjust image size

* Adjust Star button link

* Make links absolute

* Fix issues links

* Update README

* Update GetGitCommit.cs to make Repository parameter mandatory

* Update the Contributor Guide

* Add IncludeWorkItems parameter

* Add support for Missing parameter

* Update tests

* Write test path to log warning

* Add new tests

* Remove obsolete files

* Replace DescriptorService with GraphHttpClient

* Add new tests

* Add IsLikeGlob

* Update tests

* Fix test

* Bump actions/download-artifact from 3 to 4 (#219)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/checkout from 3 to 4 (#215)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/upload-artifact from 3 to 4 (#216)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Igor Abade <igoravl@gmail.com>

* Bump nuget/setup-nuget from 1 to 2 (#217)

Bumps [nuget/setup-nuget](https://github.com/nuget/setup-nuget) from 1 to 2.
- [Release notes](https://github.com/nuget/setup-nuget/releases)
- [Commits](NuGet/setup-nuget@v1...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Igor Abade <igoravl@gmail.com>

* Bump styfle/cancel-workflow-action from 0.10.0 to 0.12.1 (#218)

Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.10.0 to 0.12.1.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
- [Commits](styfle/cancel-workflow-action@0.10.0...0.12.1)

---
updated-dependencies:
- dependency-name: styfle/cancel-workflow-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Igor Abade <igoravl@gmail.com>

* Update release notes

* Disambiguate imports

* Rename cmdlets

* Rename fiile

* Update release notes

* Change ReferenceName to string[]

* Add new cmdlet

* Fix CmdletController attribute

* Add ShouldContinue

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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