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 ^3.92.0 #865

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
wrangler (source) ^3.91.0 -> ^3.92.0 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (wrangler)

v3.92.0

Compare Source

Minor Changes
  • #​7251 80a83bb Thanks @​penalosa! - Improve Wrangler's multiworker support to allow running multiple workers at once with one command. To try it out, pass multiple -c flags to Wrangler: i.e. wrangler dev -c wrangler.toml -c ../other-worker/wrangler.toml. The first config will be treated as the primary worker and will be exposed over HTTP as usual (localhost:8787) while the rest will be treated as secondary and will only be accessible via a service binding from the primary worker. Notably, these workers all run in the same runtime instance, which should improve reliability of multiworker dev and fix some bugs (RPC to cross worker Durable Objects, for instance).

  • #​7130 11338d0 Thanks @​nickbabcock! - Update import resolution for files and package exports

    In an npm workspace environment, wrangler will now be able to successfully resolve package exports.

    Previously, wrangler would only be able to resolve modules in a relative node_modules directory and not the workspace root node_modules directory.

  • #​7355 5928e8c Thanks @​emily-shen! - feat: add experimental_serve_directly option to Workers with Assets

    Users can now specify whether their assets are served directly against HTTP requests or whether these requests always go to the Worker, which can then respond with asset retrieved by its assets binding.

Patch Changes

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from AdiRishi as a code owner December 5, 2024 09:02
@renovate renovate bot enabled auto-merge (squash) December 5, 2024 09:02
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 5, 2024
Copy link

changeset-bot bot commented Dec 5, 2024

⚠️ No Changeset found

Latest commit: 317fd9f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

github-actions bot commented Dec 5, 2024

🌩 Deploying with Cloudflare Pages

Name Result
Last commit: b53573a
Status: ✅ Deploy successful!
Preview URL: https://e1ac0414.cloudflare-turbo-cache-docs.pages.dev

@coveralls
Copy link

coveralls commented Dec 5, 2024

Pull Request Test Coverage Report for Build 12176527420

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.447%

Totals Coverage Status
Change from base Build 12176504950: 0.0%
Covered Lines: 170
Relevant Lines: 176

💛 - Coveralls

Copy link
Contributor

github-actions bot commented Dec 5, 2024

🌩 Deploying with Cloudflare Pages

Name Result
Last commit: 20270af
Status: ✅ Deploy successful!
Preview URL: https://a8a9e0a7.cloudflare-turbo-cache-docs.pages.dev

@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from 20270af to 317fd9f Compare December 5, 2024 09:06
Copy link
Contributor

github-actions bot commented Dec 5, 2024

🌩 Deploying with Cloudflare Pages

Name Result
Last commit: 317fd9f
Status: ✅ Deploy successful!
Preview URL: https://f653c2ab.cloudflare-turbo-cache-docs.pages.dev

@renovate renovate bot merged commit afe87cc into master Dec 5, 2024
4 checks passed
@renovate renovate bot deleted the renovate/wrangler-3.x branch December 5, 2024 09:07
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.

1 participant