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.29.0 #304

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 22, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

cloudflare/workers-sdk (wrangler)

v3.29.0

Compare Source

Minor Changes
  • #​5042 5693d076 Thanks @​dario-piotrowicz! - feat: add new --env-interface to wrangler types

    Allow users to specify the name of the interface that they want wrangler types to generate for the env parameter, via the new CLI flag --env-interface

    Example:

    wrangler types --env-interface CloudflareEnv

    generates

    interface CloudflareEnv {}

    instead of

    interface Env {}
  • #​5042 5693d076 Thanks @​dario-piotrowicz! - feat: add new path positional argument to wrangler types

    Allow users to specify the path to the typings (.d.ts) file they want
    wrangler types to generate

    Example:

    wrangler types ./my-env.d.ts

    generates a my-env.d.ts file in the current directory
    instead of creating a worker-configuration.d.ts file

Patch Changes
  • #​5042 5693d076 Thanks @​dario-piotrowicz! - feat: include command run in the wrangler types comment

    In the comment added to the .d.ts file generated by wrangler types
    include the command run to generated the file

  • #​5042 5693d076 Thanks @​dario-piotrowicz! - fix: make wrangler types honor top level config argument

    The wrangler types command currently ignores the -c|--config argument
    (although it is still getting shown in the command's help message). Make
    sure that the command honors the flag.
    Also, if no config file is detected
    present a warning to the user

  • #​5042 5693d076 Thanks @​dario-piotrowicz! - fix: make the wrangler types command pick up local secret keys from .dev.vars

    Make sure that the wrangler types command correctly picks up
    secret keys defined in .dev.vars and includes them in the generated
    file (marking them as generic string types of course)

  • Updated dependencies [b03db864]:

    • miniflare@3.20240208.0

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.

@renovate renovate bot requested a review from AdiRishi as a code owner February 22, 2024 19:32
@renovate renovate bot enabled auto-merge (squash) February 22, 2024 19:32
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 22, 2024
Copy link

changeset-bot bot commented Feb 22, 2024

⚠️ No Changeset found

Latest commit: db49729

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

🌩 Deploying with Cloudflare Pages

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

@coveralls
Copy link

coveralls commented Feb 22, 2024

Pull Request Test Coverage Report for Build 8011788302

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 98.185%

Totals Coverage Status
Change from base Build 8009990586: 0.0%
Covered Lines: 506
Relevant Lines: 508

💛 - Coveralls

Copy link
Contributor

🌩 Deploying with Cloudflare Pages

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

@renovate renovate bot merged commit b05f908 into master Feb 22, 2024
4 checks passed
@renovate renovate bot deleted the renovate/wrangler-3.x branch February 22, 2024 22:25
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