Update dependency wrangler to v3.62.0#87
Merged
alexanderniebuhr merged 1 commit intomainfrom Jul 1, 2024
Merged
Conversation
Run report for e865e3e8Total time: 44.3s | Comparison time: 40.6s | Estimated loss: 3.7s (8.4% slower)
Touched files |
470abe7 to
22c65bc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
3.61.0->3.62.03.61.0->3.62.0Release Notes
cloudflare/workers-sdk (wrangler)
v3.62.0Compare Source
Minor Changes
#5950
0075621Thanks @WalshyDev! - feat: addwrangler versions secret put,wrangler versions secret bulkandwrangler versions secret listwrangler versions secret putallows for you to add/update a secret even if the latest version is not fully deployed. A new version with this secret will be created, the existing secrets and config are copied from the latest version.wrangler versions secret bulkallows you to bulk add/update multiple secrets at once, this behaves the same assecret putand will only make one new version.wrangler versions secret listlists the secrets available to the currently deployed versions.wrangler versions secret list --latest-versionorwrangler secret listwill list for the latest version.Additionally, we will now prompt for extra confirmation if attempting to rollback to a version with different secrets than the currently deployed.
Patch Changes
#6118
1621992Thanks @WalshyDev! - fix: rollback in the case of a secret change, the prompt meant to show was not showing due to the spinner in an interactive env. It will now properly show.chore: improve the view of
wrangler versions viewand change up copy a little forversions secretcommands.#6105
26855f3Thanks @helloimalastair! - feat: Add help messages to all invalidr2commands#3735
9c7df38Thanks @lrapoport-cf! - chore: Cleanupwrangler --helpoutputThis commit cleans up and standardizes the look and feel of all
wranglercommands as displayed bywrangler --helpandwrangler <cmd> --help.#6080
e2972cfThanks @threepointone! - chore: run eslint (with react config) on workers-playground/wranglerThis enables eslint (with our react config) for the workers-playground project. Additionally, this enables the react-jsx condition in relevant tsconfig/eslint config, letting us write jsx without having React in scope.
#6001
d39d595Thanks @penalosa! - chore: changes to howwrangler devlaunches your worker, behind the experimental--x-dev-envflag#5214
05c5607Thanks @penalosa! - feat: Experimental file based service discovery when running multiple Wrangler instances locally. To try it out, make sure all your local Wrangler instances are running with the--x-registryflag.Updated dependencies [
7d02856,d4e1e9f]: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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.