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.81.0 #92

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2024

This PR contains the following updates:

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

Release Notes

cloudflare/workers-sdk (wrangler)

v3.81.0

Compare Source

Minor Changes
Patch Changes
  • #​6963 a5ac45d Thanks @​RamIdeas! - fix: make wrangler dev --remote respect wrangler.toml's account_id property.

    This was a regression in the --x-dev-env flow recently turned on by default.

  • #​6996 b8ab809 Thanks @​emily-shen! - fix: improve error messaging when accidentally using Workers commands in Pages project

    If we detect a Workers command used with a Pages project (i.e. wrangler.toml contains pages_output_build_dir), error with Pages version of command rather than "missing entry-point" etc.

v3.80.5

Compare Source

Patch Changes

v3.80.4

Compare Source

Patch Changes

v3.80.3

Compare Source

Patch Changes

v3.80.2

Compare Source

Patch Changes
  • #​6923 1320f20 Thanks @​andyjessop! - chore: adds eslint-disable for ESLint error on empty typescript interface in workers-configuration.d.ts

v3.80.1

Compare Source

Patch Changes

v3.80.0

Compare Source

Minor Changes
Patch Changes
  • #​6854 04a8fed Thanks @​penalosa! - chore: Include serialised FormData in debug logs

  • #​6879 b27d8cb Thanks @​petebacondarwin! - fix: the docs command should not crash if given search terms

    Fixes a regression accidentally introduced by #​3735.

  • #​6873 b123f43 Thanks @​zwily! - fix: reduce logging noise during wrangler dev with static assets

    Updates to static assets are accessible by passing in --log-level="debug" but otherwise hidden.

  • #​6881 7ca37bc Thanks @​RamIdeas! - fix: custom builds outputting files in assets watched directory no longer cause the custom build to run again in an infinite loop

  • #​6872 b2d094e Thanks @​petebacondarwin! - fix: render a helpful build error if a Service Worker mode Worker has imports

    A common mistake is to forget to export from the entry-point of a Worker, which causes
    Wrangler to infer that we are in "Service Worker" mode.

    In this mode, imports to external modules are not allowed.
    Currently this only fails at runtime, because our esbuild step converts these imports to an internal __require() call that throws an error.
    The error message is misleading and does not help the user identify the cause of the problem.
    This is particularly tricky where the external imports are added by a library or our own node.js polyfills.

    Fixes #​6648

  • #​6792 27e8385 Thanks @​penalosa! - fix: Handle more module declaration cases

  • #​6838 7dbd0c8 Thanks @​GregBrimble! - fix: Improve static asset upload messaging

v3.79.0

Compare Source

Minor Changes
  • #​6801 6009bb4 Thanks @​RamIdeas! - feat: implement retries within wrangler deploy and wrangler versions upload to workaround spotty network connections and service flakes
Patch Changes

v3.78.12

Compare Source

Patch Changes

v3.78.11

Compare Source

Patch Changes

v3.78.10

Compare Source

Patch Changes

v3.78.9

Compare Source

Patch Changes

v3.78.8

Compare Source

Patch Changes
  • #​6791 74d719f Thanks @​penalosa! - fix: Add missing binding to init --from-dash

  • #​6728 1ca313f Thanks @​emily-shen! - fix: remove filepath encoding on asset upload and handle sometimes-encoded characters

    Some characters like [ ] @​ are encoded by encodeURIComponent() but are often requested at an unencoded URL path.
    This change will make assets with filenames with these characters accessible at both the encoded and unencoded paths,
    but to use the encoded path as the canonical one, and to redirect requests to the canonical path if necessary.

  • #​6798 7d7f19a Thanks @​emily-shen! - fix: error if an asset binding is provided without a Worker script

  • Updated dependencies [1ca313f]:

v3.78.7

Compare Source

Patch Changes
  • #​6775 ecd82e8 Thanks @​CarmenPopoviciu! - fix: Support switching between static and dynamic Workers

    This commit fixes the current behaviour of watch mode for Workers with assets, and adds support for switching between static and dynamic Workers within a single wrangler dev session.

  • #​6762 2840b9f Thanks @​petebacondarwin! - fix: error if a user inadvertently uploads a Pages _workers.js file or directory as an asset

  • #​6778 61dd93a Thanks @​CarmenPopoviciu! - fix: Error if Workers + Assets are run in remote mode

    Workers + Assets are currently supported only in local mode. We should throw an error if users attempt to use Workers with assets in remote mode.

  • #​6782 7655505 Thanks @​vicb! - chore: update unenv dependency version

  • #​6777 9649dbc Thanks @​penalosa! - chore: Update CI messaging

  • #​6779 3e75612 Thanks @​emily-shen! - fix: include asset binding in wrangler types

v3.78.6

Compare Source

Patch Changes
  • #​6743 b45e326 Thanks @​petebacondarwin! - fix: ability to build tricky Node.js compat scenario Workers

    Adds support for non-default build conditions and platform via the WRANGLER_BUILD_CONDITIONS and WRANGLER_BUILD_PLATFORM flags.

    Fixes https://github.com/cloudflare/workers-sdk/issues/6742

  • #​6776 02de103 Thanks @​zebp! - fix: disable observability on deploy if not explicitly defined in config

    When deploying a Worker that has observability enabled in the deployed version but not specified in the wrangler.toml Wrangler will now set observability to disabled for the new version to match the wrangler.toml as the source of truth.

  • Updated dependencies [2ddbb65]:

v3.78.5

Compare Source

Patch Changes
  • #​6744 e3136f9 Thanks @​petebacondarwin! - chore: update unenv dependency version

  • #​6749 9a06f88 Thanks @​CarmenPopoviciu! - fix: Throw error when attempting to configure Workers with assets and tail consumers

    Tail Workers are currently not supported for Workers with assets. This commit ensures we throw a corresponding error if users are attempting to configure tail_consumers via their configuration file, for a Worker with assets. This validation is applied for all wrangler dev, wrangler deploy, wrangler versions upload.

  • #​6746 0deb42b Thanks @​GregBrimble! - fix: Fix assets upload message to correctly report number of uploaded assets

  • #​6745 6dbbb88 Thanks @​jonesphillip! - fix: r2 bucket notification get <bucket_name> has been marked deprecated in favor of r2 bucket notification list <bucket_name> to reflect behavior.

  • Updated dependencies [2407c41]:

v3.78.4

Patch Changes

v3.78.3

Patch Changes

v3.78.2

Compare Source

Patch Changes

v3.78.1

Compare Source

Patch Changes

v3.78.0

Compare Source

Minor Changes
Patch Changes

v3.77.0

Compare Source

Minor Changes
  • #​6674 831f892 Thanks @​andyjessop! - feat: Added new [[pipelines]] bindings. This creates a new binding that allows sending events to
    the specified pipeline.

    Example:

    [[pipelines]]
    binding = "MY_PIPELINE"
    pipeline = "my-pipeline"

  • #​6668 88c40be Thanks @​zebp! - feature: add observability setting to wrangler.toml

    Adds the observability setting which provides your Worker with automatic persistent logs that can be searched, filtered, and queried directly from the Workers dashboard.

  • #​6679 2174127 Thanks @​jkoe-cf! - feat: adding option to specify a rule within the config to delete (if no rules are specified, all rules get deleted)

  • #​6666 4107f57 Thanks @​threepointone! - feat: support analytics engine in local/remote dev

    This adds "support" for analytics engine datasets for wrangler dev. Specifically, it simply mocks the AE bindings so that they exist while developing (and don't throw when accessed).

    This does NOT add support in Pages, though we very well could do so in a similar way in a followup.

  • #​6640 8527675 Thanks @​petebacondarwin! - feat: experimental workers assets can be ignored by adding a .assetsignore file

    This file can be added to the root of the assets directory that is to be uploaded alongside the Worker
    when using experimental_assets.

    The file follows the .gitignore syntax, and any matching paths will not be included in the upload.

  • #​6652 648cfdd Thanks @​bthwaites! - feat: Update R2 Get Event Notification response, display, and actions

  • #​6625 8dcd456 Thanks @​maxwellpeterson! - feature: Add support for placement hints

    Adds the hint field to smart placement configuration. When set, placement hints will be used to decide where smart-placement-enabled Workers are run.

  • #​6631 59a0072 Thanks @​emily-shen! - feat: Add config options 'html_handling' and 'not_found_handling' to experimental_asset field in wrangler.toml

Patch Changes

v3.76.0

Compare Source

Minor Changes
  • #​6126 18c105b Thanks @​IRCody! - feature: Add 'cloudchamber curl' command

    Adds a cloudchamber curl command which allows easy access to arbitrary cloudchamber API endpoints.

  • #​6649 46a91e7 Thanks @​andyjessop! - feature: Integrate the Cloudflare Pipelines product into wrangler.

    Cloudflare Pipelines is a product that handles the ingest of event streams
    into R2. This feature integrates various forms of managing pipelines.

    Usage:
    wrangler pipelines create <pipeline>: Create a new pipeline
    wrangler pipelines list: List current pipelines
    wrangler pipelines show <pipeline>: Show a pipeline configuration
    wrangler pipelines update <pipeline>: Update a pipeline
    wrangler pipelines delete <pipeline>: Delete a pipeline

    Examples:
    wrangler pipelines create my-pipeline --r2 MY_BUCKET --access-key-id "my-key" --secret-access-key "my-secret"
    wrangler pipelines show my-pipeline
    wrangler pipelines delete my-pipline

Patch Changes

v3.75.0

Compare Source

Minor Changes
  • #​6603 a197460 Thanks @​taylorlee! - feature: log version preview url when previews exist

    The version upload API returns a field indicating whether
    a preview exists for that version. If a preview exists and
    workers.dev is enabled, wrangler will now log the full
    URL on version upload.

    This does not impact wrangler deploy, which only prints the
    workers.dev route of the latest deployment.

  • #​6550 8d1d464 Thanks @​Pedr0Rocha! - feature: add RateLimit type generation to the ratelimit unsafe binding.

Patch Changes
  • #​6615 21a09e0 Thanks @​RamIdeas! - chore: avoid potential double-install of create-cloudflare

    When wrangler init delegates to C3, it did so via npm create [email protected]. C3's v2.5.0 was the first to include auto-update support to avoid npx's potentially stale cache. But this also guaranteed a double install for users who do not have 2.5.0 cached. Now, wrangler delegates via npm create cloudflare@^2.5.0 which should use the latest version cached on the user's system or install and use the latest v2.x.x.

  • #​6603 a197460 Thanks @​taylorlee! - chore: fix version upload log order

    Previously deploy prints:
    upload timings
    deploy timings
    current version id

    while version upload prints:
    worker version id
    upload timings

    This change makes version upload more similar to deploy by printing
    version id after upload, which also makes more sense, as version ID can
    only be known after upload has finished.

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

@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.52.0 chore(deps): update dependency wrangler to v3.53.0 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from f6adca8 to a886c5b Compare May 2, 2024 22:41
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.53.0 chore(deps): update dependency wrangler to v3.53.1 May 2, 2024
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from a886c5b to 953081e Compare May 9, 2024 17:06
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.53.1 chore(deps): update dependency wrangler to v3.55.0 May 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.55.0 chore(deps): update dependency wrangler to v3.56.0 May 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.56.0 chore(deps): update dependency wrangler to v3.57.0 May 17, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.57.0 chore(deps): update dependency wrangler to v3.57.1 May 21, 2024
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch 2 times, most recently from 027f857 to 1c0c0b8 Compare May 28, 2024 17:18
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.57.1 chore(deps): update dependency wrangler to v3.57.2 May 28, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.57.2 chore(deps): update dependency wrangler to v3.58.0 May 31, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.58.0 chore(deps): update dependency wrangler to v3.59.0 Jun 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.59.0 chore(deps): update dependency wrangler to v3.59.0 - autoclosed Jun 5, 2024
@renovate renovate bot closed this Jun 5, 2024
@renovate renovate bot deleted the renovate/wrangler-3.x branch June 5, 2024 23:00
@renovate renovate bot restored the renovate/wrangler-3.x branch June 7, 2024 12:11
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.59.0 - autoclosed chore(deps): update dependency wrangler to v3.59.0 Jun 7, 2024
@renovate renovate bot reopened this Jun 7, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.59.0 chore(deps): update dependency wrangler to v3.60.0 Jun 7, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.60.0 chore(deps): update dependency wrangler to v3.60.1 Jun 11, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.60.1 chore(deps): update dependency wrangler to v3.60.2 Jun 11, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.78.5 chore(deps): update dependency wrangler to v3.78.6 Sep 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.78.6 chore(deps): update dependency wrangler to v3.78.7 Sep 20, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.78.7 chore(deps): update dependency wrangler to v3.78.8 Sep 23, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.78.8 chore(deps): update dependency wrangler to v3.78.9 Sep 25, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.78.9 chore(deps): update dependency wrangler to v3.78.10 Sep 25, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.78.10 chore(deps): update dependency wrangler to v3.78.11 Sep 27, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.78.11 chore(deps): update dependency wrangler to v3.78.12 Sep 27, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.78.12 chore(deps): update dependency wrangler to v3.79.0 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch 2 times, most recently from 6e6f61b to 73fbfe8 Compare October 4, 2024 13:14
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.79.0 chore(deps): update dependency wrangler to v3.80.0 Oct 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.80.0 chore(deps): update dependency wrangler to v3.80.1 Oct 7, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.80.1 chore(deps): update dependency wrangler to v3.80.2 Oct 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.80.2 chore(deps): update dependency wrangler to v3.80.3 Oct 10, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.80.3 chore(deps): update dependency wrangler to v3.80.4 Oct 11, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.80.4 chore(deps): update dependency wrangler to v3.80.5 Oct 16, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.80.5 chore(deps): update dependency wrangler to v3.81.0 Oct 17, 2024
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