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.106.0 #1975

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2025

This PR contains the following updates:

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

Release Notes

cloudflare/workers-sdk (wrangler)

v3.106.0

Compare Source

Minor Changes
  • #​7856 2b6f149 Thanks @​emily-shen! - feat: add sanitised error messages to Wrangler telemetry

    Error messages that have been audited for potential inclusion of personal information, and explicitly opted-in, are now included in Wrangler's telemetry collection. Collected error messages will not include any filepaths, user input or any other potentially private content.

  • #​7900 bd9228e Thanks @​vicb! - chore(wrangler): update unenv dependency version

    [email protected] allows using the workerd implementation for
    the Node modules net, timers, and timers/promises.
    See unjs/unenv#396.

Patch Changes
  • #​7904 50b13f6 Thanks @​WalshyDev! - fix: validation for R2 bucket names, the regex was wrongly rejecting buckets starting with a number and the message wasn't as clear as it could be on what was going wrong.

  • #​7895 134d61d Thanks @​jahands! - Fix regression in retryOnAPIFailure preventing any requests from being retried

    Also fixes a regression in pipelines that prevented 401 errors from being retried when waiting for an API token to become active.

  • #​7879 5c02e46 Thanks @​andyjessop! - Fix to not require local connection string when using Hyperdrive and wrangler dev --remote

  • #​7860 13ab591 Thanks @​vicb! - refactor(wrangler): make JSON parsing independent of Node

    Switch jsonc-parser to parse json:

    • JSON.parse() exception messages are not stable across Node versions
    • While jsonc-parser is used, JSONC specific syntax is disabled
  • Updated dependencies []:

v3.105.1

Compare Source

Patch Changes

v3.105.0

Compare Source

Minor Changes
  • #​7466 e5ebdb1 Thanks @​Ltadrian! - feat: implement the wrangler cert upload command

    This command allows users to upload a mTLS certificate/private key or certificate-authority certificate chain.

    For uploading mTLS certificate, run:

    • wrangler cert upload mtls-certificate --cert cert.pem --key key.pem --name MY_CERT

    For uploading CA certificate chain, run:

    • wrangler cert upload certificate-authority --ca-cert server-ca.pem --name SERVER_CA
Patch Changes

v3.104.0

Compare Source

Minor Changes
  • #​7715 26fa9e8 Thanks @​penalosa! - Support service bindings from Pages projects to Workers in a single workerd instance. To try it out, pass multiple -c flags to Wrangler: i.e. wrangler pages dev -c wrangler.toml -c ../other-worker/wrangler.toml. The first -c flag must point to your Pages config file, and the rest should point to Workers that are bound to your Pages project.

  • #​7816 f6cc029 Thanks @​dario-piotrowicz! - add support for assets bindings to getPlatformProxy

    this change makes sure that that getPlatformProxy, when the input configuration
    file contains an assets field, correctly returns the appropriate asset binding proxy

    example:

    // wrangler.json
    {
      "name": "my-worker",
      "assets": {
        "directory": "./public/",
        "binding": "ASSETS"
      },
      "vars": {
        "MY_VAR": "my-var"
      }
    }
    import { getPlatformProxy } from "wrangler";
    
    const { env, dispose } = await getPlatformProxy();
    
    if (env.ASSETS) {
      const text = await (
        await env.ASSETS.fetch("http://0.0.0.0/file.txt")
      ).text();
      console.log(text); // logs the content of file.txt
    }
    
    await dispose();
Patch Changes

v3.103.2

Compare Source

Patch Changes

v3.103.1

Compare Source

Patch Changes

v3.103.0

Compare Source

Minor Changes
  • #​5086 8faf2c0 Thanks @​dario-piotrowicz! - add --strict-vars option to wrangler types

    add a new --strict-vars option to wrangler types that developers can (by setting the
    flag to false) use to disable the default strict/literal types generation for their variables

    opting out of strict variables can be useful when developers change often their vars values,
    even more so when multiple environments are involved

v3.102.0

Compare Source

Minor Changes
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 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 was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Jan 14, 2025

⚠️ No Changeset found

Latest commit: 6062137

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

@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from 0fbd70a to c0d44cd Compare January 16, 2025 13:45
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.102.0 chore(deps): update dependency wrangler to v3.103.0 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch 2 times, most recently from f28d8b9 to 622ca82 Compare January 16, 2025 21:23
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.103.0 chore(deps): update dependency wrangler to v3.103.1 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from 622ca82 to 8b031e6 Compare January 17, 2025 17:41
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.103.1 chore(deps): update dependency wrangler to v3.103.2 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from 8b031e6 to 45c3db9 Compare January 21, 2025 19:41
Copy link
Contributor

github-actions bot commented Jan 21, 2025

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@theguild/components 9.3.0-alpha-20250128125047-6062137746db09016e51c734a10f2471a51acc75 npm ↗︎ unpkg ↗︎

@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from 45c3db9 to c0f5dae Compare January 22, 2025 08:42
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.103.2 chore(deps): update dependency wrangler to v3.104.0 Jan 22, 2025
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.104.0 chore(deps): update dependency wrangler to v3.103.2 Jan 22, 2025
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch 2 times, most recently from 0f46da0 to 52fd01b Compare January 22, 2025 21:46
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.103.2 chore(deps): update dependency wrangler to v3.105.0 Jan 22, 2025
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from 52fd01b to df1a47a Compare January 24, 2025 19:46
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.105.0 chore(deps): update dependency wrangler to v3.105.1 Jan 24, 2025
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from df1a47a to 6062137 Compare January 28, 2025 12:50
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.105.1 chore(deps): update dependency wrangler to v3.106.0 Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants