unjs / nitro-deploys

Nitro Deployments Testing
https://github.com/unjs/nitro
46 stars 8 forks source link

chore(deps): update cloudflare/wrangler-action action to v3 - autoclosed #81

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cloudflare/wrangler-action action major 2.0.0 -> v3.3.2

Release Notes

cloudflare/wrangler-action (cloudflare/wrangler-action) ### [`v3.3.2`](https://togithub.com/cloudflare/wrangler-action/releases/tag/v3.3.2) [Compare Source](https://togithub.com/cloudflare/wrangler-action/compare/v3.3.1...v3.3.2) ##### Patch Changes - [#​171](https://togithub.com/cloudflare/wrangler-action/pull/171) [`76d614f`](https://togithub.com/cloudflare/wrangler-action/commit/76d614f400bd92237ed23c3df559f2c31b14a790) Thanks [@​1000hz](https://togithub.com/1000hz)! - Fixed issues that caused the action to fail if any secret or var values contained shell metacharacters. - [#​171](https://togithub.com/cloudflare/wrangler-action/pull/171) [`473d9cb`](https://togithub.com/cloudflare/wrangler-action/commit/473d9cbd296528b41c653af10062faba6540a7ab) Thanks [@​1000hz](https://togithub.com/1000hz)! - Bumped `DEFAULT_WRANGLER_VERSION` to 3.13.2 ### [`v3.3.1`](https://togithub.com/cloudflare/wrangler-action/releases/tag/v3.3.1) [Compare Source](https://togithub.com/cloudflare/wrangler-action/compare/v3.3.0...v3.3.1) ##### Patch Changes - [#​193](https://togithub.com/cloudflare/wrangler-action/pull/193) [`a4509d5`](https://togithub.com/cloudflare/wrangler-action/commit/a4509d507c62dd7f49fba7df7d2db3997222393a) Thanks [@​1000hz](https://togithub.com/1000hz)! - Fixed the package manager not being inferred based on lockfile when the `packageManager` input isn't set. ### [`v3.3.0`](https://togithub.com/cloudflare/wrangler-action/releases/tag/v3.3.0) [Compare Source](https://togithub.com/cloudflare/wrangler-action/compare/v3.2.1...v3.3.0) ##### Minor Changes - [#​188](https://togithub.com/cloudflare/wrangler-action/pull/188) [`d9a0a00`](https://togithub.com/cloudflare/wrangler-action/commit/d9a0a00f8bc502ceea2a60e5af258416b35a85b9) Thanks [@​simpleauthority](https://togithub.com/simpleauthority)! - Added support for Bun as a package manager ### [`v3.2.1`](https://togithub.com/cloudflare/wrangler-action/releases/tag/v3.2.1) [Compare Source](https://togithub.com/cloudflare/wrangler-action/compare/v3.2.0...v3.2.1) ##### Patch Changes - [#​190](https://togithub.com/cloudflare/wrangler-action/pull/190) [`528687a`](https://togithub.com/cloudflare/wrangler-action/commit/528687aaf436f67565918533ffd15c250f39c47b) Thanks [@​1000hz](https://togithub.com/1000hz)! - Fixed action failure when no `packageManager` specified and no lockfile is found. The action now falls back to using npm. ### [`v3.2.0`](https://togithub.com/cloudflare/wrangler-action/releases/tag/v3.2.0) [Compare Source](https://togithub.com/cloudflare/wrangler-action/compare/v3.1.1...v3.2.0) ##### Minor Changes - [#​166](https://togithub.com/cloudflare/wrangler-action/pull/166) [`7d7b988`](https://togithub.com/cloudflare/wrangler-action/commit/7d7b98826e14e9ad422870a7263b7074b40bf16f) Thanks [@​nix6839](https://togithub.com/nix6839)! - Support for package managers other than npm, such as pnpm and yarn. fixes [#​156](https://togithub.com/cloudflare/wrangler-action/issues/156) ### [`v3.1.1`](https://togithub.com/cloudflare/wrangler-action/releases/tag/v3.1.1) [Compare Source](https://togithub.com/cloudflare/wrangler-action/compare/v3.1.0...v3.1.1) ##### Patch Changes - [#​161](https://togithub.com/cloudflare/wrangler-action/pull/161) [`e5251df`](https://togithub.com/cloudflare/wrangler-action/commit/e5251df52154e9ebc98edb02ee0598c7210dcf0f) Thanks [@​1000hz](https://togithub.com/1000hz)! - Refactored error handling to stop execution when action fails. Previously, the action would continue executing to completion if one of the steps encountered an error. Fixes [#​160](https://togithub.com/cloudflare/wrangler-action/issues/160). ### [`v3.1.0`](https://togithub.com/cloudflare/wrangler-action/releases/tag/v3.1.0) [Compare Source](https://togithub.com/cloudflare/wrangler-action/compare/v3.0.2...v3.1.0) ##### Minor Changes - [#​154](https://togithub.com/cloudflare/wrangler-action/pull/154) [`3f40637`](https://togithub.com/cloudflare/wrangler-action/commit/3f40637a1c48016d2101e412a7a06f1eb4b9c2fd) Thanks [@​JacobMGEvans](https://togithub.com/JacobMGEvans)! - feat: Quiet mode Some 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](https://togithub.com/cloudflare/wrangler-action/issues/142) - [#​157](https://togithub.com/cloudflare/wrangler-action/pull/157) [`4132892`](https://togithub.com/cloudflare/wrangler-action/commit/4132892387b6930d5bdec6947e6f21a970fd4284) Thanks [@​EstebanBorai](https://togithub.com/EstebanBorai)! - use `wrangler@3.5.1` by default ### [`v3.0.2`](https://togithub.com/cloudflare/wrangler-action/releases/tag/v3.0.2) [Compare Source](https://togithub.com/cloudflare/wrangler-action/compare/3.0.1...v3.0.2) ##### Patch Changes - [#​147](https://togithub.com/cloudflare/wrangler-action/pull/147) [`58f274b`](https://togithub.com/cloudflare/wrangler-action/commit/58f274b9f70867447519c6fa983c813e2b167b85) Thanks [@​JacobMGEvans](https://togithub.com/JacobMGEvans)! - Added more error logging when a command fails to execute Previously, 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](https://togithub.com/cloudflare/wrangler-action/issues/137) - [#​147](https://togithub.com/cloudflare/wrangler-action/pull/147) [`58f274b`](https://togithub.com/cloudflare/wrangler-action/commit/58f274b9f70867447519c6fa983c813e2b167b85) Thanks [@​JacobMGEvans](https://togithub.com/JacobMGEvans)! - Adding Changesets - [Version 3.0.0](#version-300) - [Version 2.0.0](#version-200) ### [`v3.0.1`](https://togithub.com/cloudflare/wrangler-action/releases/tag/3.0.1) [Compare Source](https://togithub.com/cloudflare/wrangler-action/compare/3.0.0...3.0.1) Automating Build & Release #### What's Changed - Artifacts are now ESM supported with `.mjs` - Update publish to deploy by [@​lrapoport-cf](https://togithub.com/lrapoport-cf) in [https://github.com/cloudflare/wrangler-action/pull/124](https://togithub.com/cloudflare/wrangler-action/pull/124) - Automatically add issues to workers-sdk GH project by [@​lrapoport-cf](https://togithub.com/lrapoport-cf) in [https://github.com/cloudflare/wrangler-action/pull/127](https://togithub.com/cloudflare/wrangler-action/pull/127) - Automate Action Release by [@​JacobMGEvans](https://togithub.com/JacobMGEvans) in [https://github.com/cloudflare/wrangler-action/pull/128](https://togithub.com/cloudflare/wrangler-action/pull/128) #### New Contributors - [@​lrapoport-cf](https://togithub.com/lrapoport-cf) made their first contribution in [https://github.com/cloudflare/wrangler-action/pull/124](https://togithub.com/cloudflare/wrangler-action/pull/124) **Full Changelog**: https://github.com/cloudflare/wrangler-action/compare/3.0.0...3.0.1 ### [`v3.0.0`](https://togithub.com/cloudflare/wrangler-action/blob/HEAD/CHANGELOG.md#Version-300-Breaking-update) [Compare Source](https://togithub.com/cloudflare/wrangler-action/compare/2.0.0...3.0.0) ##### Additions - **Rewritten Wrangler Action in TypeScript.** - Bulk secrets API utilization from Wrangler. - Added testing for improved reliability. - Implemented multiline support for the `command` input to allow running multiple Wrangler commands. - Now using Node for the Action engine/runner. - Open discussions with the community on all changes through GitHub Discussions and monitored Issues. ##### Removals - Removed Docker as a dependency. - Dropped support for Wrangler v1. ##### Changes - Fixed CI/CD issues. ##### Breaking changes - Wrangler v1 is no longer supported. - Please update to the latest version of Wrangler. - Updated default version of Wrangler to v3.4.0 ##### Additional Notes - Major Version Default: [DEVX-632](https://jira.cfdata.org/browse/DEVX-632) - Rewrite Project Tickets: [DEVX-804](https://jira.cfdata.org/browse/DEVX-804), [DEVX-802](https://jira.cfdata.org/browse/DEVX-802), [DEVX-800](https://jira.cfdata.org/browse/DEVX-800), [DEVX-632](https://jira.cfdata.org/browse/DEVX-632) ***

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.

netlify[bot] commented 11 months ago

Deploy Preview for nitro-deployment ready!

Name Link
Latest commit 5147307096df6d13130aa04a416c2ba348563b7c
Latest deploy log https://app.netlify.com/sites/nitro-deployment/deploys/65382216f2716b0008c6c198
Deploy Preview https://deploy-preview-81--nitro-deployment.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.