boneVidy / json2ts

A Jetbrains IntelliJ plugin transforms JSON to typescript
Apache License 2.0
4 stars 0 forks source link

Bump ncipollo/release-action from 1.5.0 to 1.8.6 #24

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps ncipollo/release-action from 1.5.0 to 1.8.6.

Release notes

Sourced from ncipollo/release-action's releases.

v1.8.6

Add artifact validation which check to ensure it's not a directory

v1.8.5

Adds action outputs (release id, http url, and upload url).

v1.8.4

Adds pagination to the list assets call, so the action will no longer fail to update if there are > 30 assets. Thanks @​ph1ll !

v1.8.3

Fixes #37 Add discussion category action argument.

v1.8.2

Adds the artifactErrorsFailBuild input argument. When this is set to true it will fail the build if an artifact fails to be read from disk or uploaded to the release.

v1.8.1

  • Artifact paths can now include ~/
  • Additional warnings are now generated if the artifact glob produces no results.

v1.8.0

  • Updates octokit and resolves type errors
  • Adds ability to specify the owner/repo where you would like the release to be generated.

v1.7.3

  • Updated dependencies to resolve a minor security issue.

v1.7.2

  • Upgrade octokit and dev dependencies.
  • Shouldn't effect functionality

v1.7.1

  • Adds omitBodyDuringUpdate and omitNameDuringUpdate inputs. These may be used to preserve the release name and body if the action is updating an existing release (but will still set name and body if the release is being created).

v1.7.0

  • Fixes #15 Add omitBody and omitName

v1.6.1

  • Fixes #12 Artifacts will now be replaced

v1.6.0

Fixes #12 Artifacts may now be replaced

Commits
  • 880be3d Prepare 1.8.6 release
  • d1125b4 Fix typescript build
  • 15abc13 Fixes #55 Add artifact validation which check to ensure it's not a directory
  • 6167080 Fixes #50 Add plugin outputs which contain release information.
  • 085dc21 Bump hosted-git-info from 2.8.8 to 2.8.9
  • 06fefc7 Bump jest
  • a84d04e Bump lodash from 4.17.20 to 4.17.21
  • ec90733 Use pagination for listing release assets
  • 839c2ee Skip integration test
  • a43fb1a Fixes #37 Add discussion category action argument.
  • 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 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)