chore(deps): update cloudflare/wrangler-action action to v3 #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.0
->v3.1.0
Release Notes
cloudflare/wrangler-action (cloudflare/wrangler-action)
v3.1.0
Compare Source
Minor Changes
#154
3f40637
Thanks @JacobMGEvans! - feat: Quiet modeSome of the stderr, stdout, info & groupings can be a little noisy for some users and use cases.
This feature allows for a option to be passed 'quiet: true' this would significantly reduce the noise.
There will still be output that lets the user know Wrangler Installed and Wrangler Action completed successfully.
Any failure status will still be output to the user as well, to prevent silent failures.
resolves #142
v3.0.2
Compare Source
Patch Changes
#147
58f274b
Thanks @JacobMGEvans! - Added more error logging when a command fails to executePreviously, we prevented any error logs from propagating too far to prevent leaking of any potentially sensitive information. However, this made it difficult for developers to debug their code.
In this release, we have updated our error handling to allow for more error messaging from pre/post and custom commands. We still discourage the use of these commands for secrets or other sensitive information, but we believe this change will make it easier for developers to debug their code.
Relates to #137
#147
58f274b
Thanks @JacobMGEvans! - Adding ChangesetsVersion 3.0.0
Version 2.0.0
v3.0.1
Compare Source
Automating Build & Release
What's Changed
.mjs
New Contributors
Full Changelog: cloudflare/wrangler-action@3.0.0...3.0.1
v3.0.0
Compare Source
Additions
command
input to allow running multiple Wrangler commands.Removals
Changes
Breaking changes
Additional Notes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.