webbertakken / email-worker

Lightweight tool to process emails directly from Cloudflare
MIT License
46 stars 9 forks source link

chore: Update devDependencies #52

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/workers-types 4.20240605.0 -> 4.20240614.0 age adoption passing confidence
prettier (source) 3.3.1 -> 3.3.2 age adoption passing confidence

Release Notes

cloudflare/workerd (@​cloudflare/workers-types) ### [`v4.20240614.0`](https://togithub.com/cloudflare/workerd/compare/19a4d87e9bb1fd15a02d909e2529b120f0c609cf...408b841da5bc4e2f1e27435043507a1f09f6ebca) [Compare Source](https://togithub.com/cloudflare/workerd/compare/19a4d87e9bb1fd15a02d909e2529b120f0c609cf...408b841da5bc4e2f1e27435043507a1f09f6ebca)
prettier/prettier (prettier) ### [`v3.3.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#332) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) [diff](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) ##### Fix handlebars path expressions starts with `@` ([#​16358](https://togithub.com/prettier/prettier/pull/16358) by [@​Princeyadav05](https://togithub.com/Princeyadav05)) ```hbs {{! Input }}
{{@​x.y.z}}
{{! Prettier 3.3.1 }}
{{@​x}}
{{! Prettier 3.3.2 }}
{{@​x.y.z}}
```

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

pr-code-reviewer[bot] commented 1 month ago

:wave: Hi there!

  1. Update the versions of "@cloudflare/workers-types" and "prettier" to their latest versions: "4.20240614.0" and "3.3.2" respectively.
  2. Ensure that the resolutions correspond to the updated versions for consistency.
  3. Verify and update the checksums for both packages to match the new versions.

Automatically generated with the help of gpt-3.5-turbo. Feedback? Please don't hesitate to drop me an email at webber@takken.io.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.36%. Comparing base (ff1a8ae) to head (d2c9ed5). Report is 1 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/webbertakken/email-worker/pull/52/graphs/tree.svg?width=650&height=150&src=pr&token=vWf0M5qX20&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Webber+Takken)](https://app.codecov.io/gh/webbertakken/email-worker/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Webber+Takken) ```diff @@ Coverage Diff @@ ## main #52 +/- ## ======================================= Coverage 97.36% 97.36% ======================================= Files 3 3 Lines 114 114 Branches 27 24 -3 ======================================= Hits 111 111 Misses 2 2 Partials 1 1 ```