3liz / qgis-atlasprint

Export PDF using composer atlas feature, usable in server
13 stars 14 forks source link

Bump ncipollo/release-action from 1.7.3 to 1.8.10 #48

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps ncipollo/release-action from 1.7.3 to 1.8.10.

Release notes

Sourced from ncipollo/release-action's releases.

v1.8.10

  • Update removeArtifacts logic so it runs even if you have no artifacts defined in the action.
  • Security and dependency updates.

v1.8.9

Adds the removeArtifacts input which will remove all exiting artifacts before uploading new ones.

v1.8.8

The token input will now default to github.token if it's omitted (#104).

v1.8.7

  • Update dependencies.
  • Add option to ignore prerelease on update (#96)

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.
Commits
  • c4bf6c1 Prepare 1.8.10 release
  • 3e88dac Update build artifacts
  • 95aae1b Fixes #120 Artifacts can be removed even when new ones aren't provided
  • 821cbcc Bump typescript, fix build errors around catch blocks.
  • 4531373 Bump typescript from 4.3.5 to 4.4.3 (#125)
  • be8fb09 Bump @​types/node from 16.7.11 to 16.10.2 (#126)
  • 0d72fe9 Bump jest-circus from 27.1.0 to 27.2.4 (#124)
  • 045b513 Bump glob from 7.1.7 to 7.2.0 (#123)
  • b57e760 Bump @​actions/core from 1.5.0 to 1.6.0 (#122)
  • 62f9f43 Bump jest
  • 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)