Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency wrangler to v3.62.0 - autoclosed #405

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 14, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
wrangler (source) 3.61.0 -> 3.62.0 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (wrangler)

v3.62.0

Compare Source

Minor Changes
  • #​5950 0075621 Thanks @​WalshyDev! - feat: add wrangler versions secret put, wrangler versions secret bulk and wrangler versions secret list

    wrangler versions secret put allows 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 bulk allows you to bulk add/update multiple secrets at once, this behaves the same as secret put and will only make one new version.

    wrangler versions secret list lists the secrets available to the currently deployed versions. wrangler versions secret list --latest-version or wrangler secret list will 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 1621992 Thanks @​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 view and change up copy a little for versions secret commands.

  • #​6105 26855f3 Thanks @​helloimalastair! - feat: Add help messages to all invalid r2 commands

  • #​3735 9c7df38 Thanks @​lrapoport-cf! - chore: Cleanup wrangler --help output

    This commit cleans up and standardizes the look and feel of all wrangler commands as displayed by wrangler --help and wrangler <cmd> --help.

  • #​6080 e2972cf Thanks @​threepointone! - chore: run eslint (with react config) on workers-playground/wrangler

    This 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 d39d595 Thanks @​penalosa! - chore: changes to how wrangler dev launches your worker, behind the experimental --x-dev-env flag

  • #​5214 05c5607 Thanks @​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-registry flag.

  • Updated dependencies [7d02856, d4e1e9f]:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

cloudflare-workers-and-pages bot commented Jun 14, 2024

Deploying leaky-paywall with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2b7f7e5
Status: ✅  Deploy successful!
Preview URL: https://d9ac40d1.leaky-paywall.pages.dev
Branch Preview URL: https://renovate-wrangler-3-x.leaky-paywall.pages.dev

View logs

Copy link

github-actions bot commented Jun 14, 2024

Run report for 607cb1f0

Total time: 48s | Comparison time: 1m | Estimated savings: 12.5s (20.6% faster)

Action Time Status Info
🟩 SyncWorkspace 0ms Passed
⬛️ SetupNodeTool(20.14.0) 2.6s Skipped
🟩 InstallNodeDeps(20.14.0) 20.9s Passed
🟩 SyncNodeProject(version-proxy) 0.3ms Passed
🟩 SyncNodeProject(shared) 0.4ms Passed
🟩 SyncNodeProject(storipress-client) 0.3ms Passed
🟩 SyncNodeProject(script-provider) 0.4ms Passed
🟪 RunTask(storipress-client:generate) 31.6ms Cached
🟪 RunTask(shared:build) 22.2ms Cached
🟩 SyncNodeProject(leaky-paywall) 0.4ms Passed
🟩 RunTask(leaky-paywall:typecheck) 7.7s Passed
🟩 RunTask(leaky-paywall:build) 11.2s Passed
🟩 RunTask(leaky-paywall:lib-analyze) 6.8s Passed
🟩 RunTask(leaky-paywall:lib) 6.7s Passed
🟩 RunTask(leaky-paywall:minify-lib) 557ms Passed
🟩 RunTask(leaky-paywall:debug-lib) 5s Passed
🟩 RunTask(leaky-paywall:preview-lib) 4s Passed
🟩 RunTask(leaky-paywall:minify-debug-lib) 464.2ms Passed
🟩 RunTask(leaky-paywall:minify-preview-lib) 480ms Passed
🟩 RunTask(leaky-paywall:minify) 7.4ms Passed
And 1 more...
Expanded report
Action Time Status Info
🟩 RunTask(leaky-paywall:deploy) 20.8ms Passed
Touched files
packages/script-provider/package.json
yarn.lock

Copy link

github-actions bot commented Jun 14, 2024

Barecheck - Code coverage report

Total: 33.03%

Your code coverage diff: 0.00% ▴

✅ All code changes are covered

@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from 22af979 to 607cb1f Compare June 18, 2024 16:41
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.60.3 chore(deps): update dependency wrangler to v3.61.0 Jun 18, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.61.0 chore(deps): update dependency wrangler to v3.61.0 - autoclosed Jun 19, 2024
@renovate renovate bot closed this Jun 19, 2024
@renovate renovate bot deleted the renovate/wrangler-3.x branch June 19, 2024 01:30
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.61.0 - autoclosed chore(deps): update dependency wrangler to v3.61.0 Jun 25, 2024
@renovate renovate bot reopened this Jun 25, 2024
@renovate renovate bot restored the renovate/wrangler-3.x branch June 25, 2024 15:59
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from 607cb1f to 2b7f7e5 Compare June 25, 2024 19:11
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.61.0 chore(deps): update dependency wrangler to v3.62.0 Jun 25, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.62.0 chore(deps): update dependency wrangler to v3.62.0 - autoclosed Jun 27, 2024
@renovate renovate bot closed this Jun 27, 2024
@renovate renovate bot deleted the renovate/wrangler-3.x branch June 27, 2024 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants