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

Update dependency wrangler to v3.98.0 #781

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2024

This PR contains the following updates:

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

Release Notes

cloudflare/workers-sdk (wrangler)

v3.98.0

Compare Source

Minor Changes
  • #​7476 5124b5d Thanks @​WalshyDev! - feat: allow routing to Workers with Assets on any HTTP route, not just the root. For example, example.com/blog/* can now be used to serve assets.
    These assets will be served as though the assets directly were mounted to the root.
    For example, if you have assets = { directory = "./public/" }, a route like "example.com/blog/*" and a file ./public/blog/logo.png, this will be available at example.com/blog/logo.png. Assets outside of directories which match the configured HTTP routes can still be accessed with the Assets binding or with a Service binding to this Worker.

  • #​7380 72935f9 Thanks @​CarmenPopoviciu! - Add Workers + Assets support in wrangler dev --remote

Patch Changes
  • #​7573 fb819f9 Thanks @​emily-shen! - feat: add experimental_readRawConfig()

    Adds a Wrangler API to find and read a config file

  • #​7549 42b9429 Thanks @​penalosa! - Expand metrics collection to:

    • Detect Pages & Workers CI
    • Filter out default args (e.g. --x-versions, --x-dev-env, and --latest) by only including args that were in argv
  • #​7583 8def8c9 Thanks @​penalosa! - Revert support for custom unenv resolve path to address an issue with Wrangler failing to deploy Pages projects with nodejs_compat_v2 in some cases

v3.97.0

Compare Source

Minor Changes
  • #​7522 6403e41 Thanks @​vicb! - feat(wrangler): allow overriding the unenv preset.

    By default wrangler uses the bundled unenv preset.

    Setting WRANGLER_UNENV_RESOLVE_PATHS allow to use another version of the preset.
    Those paths are used when resolving the unenv module identifiers to absolute paths.
    This can be used to test a development version.

  • #​7479 2780849 Thanks @​penalosa! - Accept a JSON file of the format { name: string }[] in wrangler kv bulk delete, as well as the current string[] format.

Patch Changes

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 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.

Copy link

github-actions bot commented Dec 17, 2024

Test Results of Node.js 22.x

216 tests  ±0   216 ✅ ±0   22s ⏱️ ±0s
 27 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit bc9e234. ± Comparison against base commit 190bc07.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Dec 17, 2024

Your deployment is ready!

Name Link
Deployed Commit 0f24975
Workflow Log https://github.com/aahlenst/jdkcomparison/actions/runs/12416036754
Preview URL https://d9895a10.jdkcomparison.pages.dev

@renovate renovate bot changed the title Update dependency wrangler to v3.97.0 Update dependency wrangler to v3.97.0 - autoclosed Dec 18, 2024
@renovate renovate bot closed this Dec 18, 2024
@renovate renovate bot deleted the renovate/wrangler-3.x branch December 18, 2024 15:21
@renovate renovate bot changed the title Update dependency wrangler to v3.97.0 - autoclosed Update dependency wrangler to v3.97.0 Dec 19, 2024
@renovate renovate bot reopened this Dec 19, 2024
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from 0d19c86 to 15bbd98 Compare December 19, 2024 10:26
@renovate renovate bot changed the title Update dependency wrangler to v3.97.0 Update dependency wrangler to v3.98.0 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from 15bbd98 to bc9e234 Compare December 19, 2024 12:47
@aahlenst aahlenst merged commit 0f24975 into main Dec 19, 2024
11 checks passed
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